Bryan is an entrepreneur, software developer, photographer, investor and business adviser with a strong operations background coupled with 16 years of startup, new media, early-stage financing, marketing, technology development, sales and real estate investment experience.

a

Tips

Now that we have the angular basics in place lets add some functionality to the app.   So let's start displaying some lists. ANgualr makes that easy using the ng-repeat directive. We'll start by adding in some code to our controller in the app.js file. Here we'll be adding...

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.   All examples will use the following code: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <ul class="one">   <li class="A">A</li>   <li class="B">B</li>     <ul...

There's seems to always be more to learn as a developer and once I do learn a new language or library I end up moving on to the next one so for me it's really important to go back and refresh syntax. Lately, I've been...

I’m a big fan of efficiency, work smarter not harder. Allan F. Mogensen, the creator of Work Simplification, coined that phrase in the 1930s. He was an industrial engineer that focused on “Business Process Reengineering.” He was also the person that popularized flowcharts. Without getting...