Developing websites or web applications is really complex work, today more than ever. Designers and developers have to take into account a lot of factors and deal with a myriad of devices, operating s...
Kendo UI Grid is one of the most popular grid options available in the JavaScript world. With just 5 to 10 lines of code you can get a complete grid with paging, sorting, filtering, grouping & editing...
The landscape for .NET developers has seen some exciting changes of late. As you may have already heard, the .NET Framework Core has been Open Sourced. The future of .NET is modular, cross-platform an...
In the world of enterprise JavaScript web development, the solutions being built, and the tools being used to build these solutions, are often written minimally to run in an ECMAScript 3 environment (...
Having tests is important. They allow us to extend and refactor our code with ease. Many developers follow test driven development as a workflow. I believe that writing tests makes software developmen...