JavaScript
-
Watch file changes and propagate errors with Gulp
Gulp fever infected me. Streaming model is very interesting and modern. After initial excitement, I started to experience first pitfalls.…
Read More » -
JavaScript Form Validation Example
EDITORIAL NOTE: In this post, we feature a comprehensive JavaScript Form Validation Example. Validation is the process of ensuring that…
Read More » -
JavaScript Promises Essentials
JavaScript is asynchronous by definition which is what makes many server-side developers struggle initially. Many even try to avoid asynchronism…
Read More » -
Part Deux: A Google Calendar Gadget in Angular.js
I was on a project recently where the team was faced with a daunting list of scheduling-related backlog stories. When…
Read More » -
Web-components like AngularJS directives
As you may already know web components consist out of a set of technologies which are combined to create a…
Read More » -
Do all business logic on the client using JavaScript?
History look The first applications were running on “the” computer. There was nothing like “client” and “server”. There was the…
Read More » -
New Features in AngularJS 1.3
Now that Angular 1.3 has been officially released, I thought I would talk about some of the new features that…
Read More » -
Javascript Date Format Example
As different countries use different date format, the need to format them differently now has a solution in almost all…
Read More » -
Ext JS – Caching AJAX Responses to HTML5 Web Storage for Better Performance
This post shows how you can improve performance of your Ext JS applications by using a “Caching AJAX Proxy”. This…
Read More »