It's been ten years since jQuery started rocking the web and it has stuck around for very good reasons. jQuery offers its users an easy-to-use interface to interact with the DOM, perform Ajax requests...
The first part of this series explored the differences between declarative and imperative code. The declarative approach states what to do. The imperative approach describes how to do it.
If you under...
OWIN (which stands for Open Web Interface for .NET) allows a developer to decouple their ASP.NET application from a web server, such as IIS. Additionally, OWIN allows developers to "plug in" various c...
Last April, I introduced the concept of the M.I.K.E. web stack, which was hatched from a few too many cocktails at a company party with my co-workers. I wrote an article about it and introduced it at ...
Getting going with React can sometimes be overwhelming. Or, at least, this is what people are saying. The consensus seems to be that the difficulty in getting going is mostly due to the following real...