Effective Monitoring of Burndown and Velocity

This blog is a continuation of the blog that I wrote about the importance of difficulty based estimations in the sprint process. In that blog, we covered how I feel it is important to distance the team from thinking in

> Read More

How to Write Custom AngularJS Directives

Much of Angular’s built-in functionality is provided by modular slices of code called directives. You can write custom directives to perform form validation, to minimize code repetition, to attach events to elements, to inject markup into templates, and more. Directives

> Read More

Responsive Design: Front-End Tools and SharePoint Basics

One of the easiest ways to deter users from your website is to provide them with a frustrating experience. Be that with broken features, outdated information, or more times than not, an unfriendly user interface. Even the most feature-rich websites

> Read More

The SharePoint 2010 Mobile Redirect Nightmare

I recently had to address a very simple sounding request that turned into a nightmare. The SharePoint 2010 mobile view is ugly and difficult to customize (as shown in the image below) and so I wanted a SharePoint 2010 list to redirect to

> Read More

Temporal Tables in SQL Server 2016

A Simple Question One of the most frequent questions that comes up in the realm of enterprise applications is: Who has touched/modified this data? Short questions usually have long answers, and this one is no exception. To understand the implications of

> Read More

Using MVC to Avoid Magic Numbers in Your JavaScript

Hard-coding “magic numbers” in your code has always been a problem for several reasons: they’re not meaningful, they’re difficult to search for reliably, and the chance of using the wrong value is unacceptably high. The first improvement was preprocessor macros

> Read More

Easy Dynamics Login