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 to extend, intercept, or otherwise manipulate existing services. It makes […]
Understanding Providers, Services, and Factories in Angular
I’ve read quite a few posts (as well as questions posed) about the differences between services and factories in Angular. I’ve seen just as many attempts to explain it and […]
Throttling Input in AngularJs Applications using UnderscoreJs Debounce
There are numerous scenarios to throttle input so that you aren’t reevaluating your filters every time they change. The more appropriate term is “debounce” because essentially you are waiting for […]
Synergy between Services and Directives in AngularJS
You’ve probably heard it a thousand times now. “AngularJS teaches HTML new tricks.” The way it does that is through directives. In my last related post I covered how to […]
Fixing Outlook Hangs
Wintellect’s most important client, my wife, comes to me and says that her Outlook desktop application is all messed up. It hasn’t connected and downloaded emails in over five hours. […]
Testable Filters with TypeScript, AngularJS and Jasmine
The T6502 Emulator displays a set of registers to indicate the status of the program counter (where in memory the CPU is looking for the next set of instructions), the […]
Commodore 64 Meets AngularJS and TypeScript
In case you haven’t noticed, I’ve been spending a lot of time working with a combination of technologies that I believe make it easier and more efficient for large development […]
Adding Intelligence to the IntelliSense for Windows Azure Mobile Services
Some of the members of the Visual Studio Windows Azure Tools & Mobile Services teams recently published instructions for “Enabling IntelliSense for Mobile Services JavaScript in Visual Studio.” Since working […]
Managing Windows Azure Mobile Services (WAMS) Server Scripts with Microsoft Visual Studio Tools for Git
Windows Azure Mobile Services (WAMS) has come a long way in a few short months. At the 2013 Build conference in San Francisco, Microsoft announced more than the service’s General […]