Breaking Radio Silence
My coworkers at Wintellect have reminded me that it’s been a really long time since I’ve posted an entry to my weblog. About two and a half years actually. That’s […]
What is the difference between JavaScript null and undefined?
Primitives Let me begin by asking if you knew that there were only 3 primitives or primary types in JavaScript that can hold a value. That’s right, only 3. […]
Deleting Entities In Windows Azure Table Storage
As I mentioned in my last blog post, I’m doing some work to bring the usage model of mongoose to .NET. As part of this I’m exploring implementation details of […]
Enterprise Adoption of NoSQL
For all of its obvious success, I still think that NoSQL is underutilized (or, at least, misunderstood) in the enterprise. Some of this can be explained by inertia… the classic […]
Use Zone to Trigger Angular Digest Loop for External Functions

To continue my series on the power of Zone, I examine yet another powerful and useful way you can use zones to improve your application. If this is your first […]
Instrumenting Angular with Zone
In my last post I described an open source tool from the Angular team called Zone that allows you to execute a JavaScript workflow within an execution context. I demonstrated […]
WintellectNOW Authors on the Road Jan-June 2014
Now that 2014 is in full-swing we wanted to update you all on where you could find your favorite authors the first part of this year. You will find them […]
WintellectRAW: Tim Huckaby
Welcome to WintellectRAW – featurettes about your favorite authors. Each month we’ll give you a quick glimpse into the life of a WintellectNOW author – how they got their start, […]
Head First Design Patterns – Part 1: Observer Pattern
My thoughts on patterns I’ll be honest with you…I never did like design patterns. I never got on board with it and, instead, just coded away like I thought I […]