JavaScript
-
Learning Angular: Access directive scope variables from directive controllers and vice versa
Angular directives can have a separate, isolated scope, which is even the suggested approach most of the time. And they…
Read More » -
Improve Node.js Performance by Turning It into a Clusterfork
One of the big reasons people are drawn to Node.js for running web servers is the simplicity you gain from…
Read More » -
Javascript debugging tips using the Chrome Dev Tools, deb.js and more
In this blog post we will go over some useful tips and tricks for debugging client-side Javascript using the Chrome…
Read More » -
Let the API Do the Hard Work: Promises in JavaScript with Q
Today’s lesson: Delegate the hard work orthogonal to your business logic – concurrency, asynchronicity, state maintenance during iteration etc. –…
Read More » -
Interception using Decorator and Lazy Loading with AngularJS
Angular provides it’s own dependency injection that supports everything from annotations to decorators. Interception is a feature that allows you…
Read More » -
Revisiting AngularJS with TypeScript
Many of my recent blog posts and presentations have focused on pure JavaScript. I believe TypeScript is an incredibly useful…
Read More » -
Taming Asynchronous Tasks in JavaScript with Zone.js
I recently learned about a new project by the Angular team called Zone. This project is one of those rare…
Read More » -
Dependency Injection Explained via JavaScript
When learning a new framework I often find it is useful to examine the source, use the framework, then go…
Read More » -
Learning Angular: Useful utility functions
Today a very short post. Angular has a series of utility functions which you should definitely take a look at.…
Read More »