Developers Archive
AngularJS is an HTML compiler. Because of this the most powerful component in Angular is the directive. The first thing I noticed when using directives in Angular was how …
This series of posts is designed to not only explain how some algorithms work but also how you can think about problems to come up with your own algorithms. …
There has been a lot of posts recently about how JavaScript inheritance works, how it should be used and even what it should be called. The issue seems to …
Yesterday I spoke about an easier method to starting with Closure Tools, you can get the slides here: http://rhysbrettbowen.github.com/closure_from_jquery/ and the demo you can see in action here: http://rhysbrettbowen.github.com/weatherdemo/ …
I’m going to do a series of posts on taking functions and patterns that we all know and love and having a look to see if there are any …