Things to check before releasing your web application


A couple of things to validate before you press the 'go-live' button on that wonderful web application of yours.

Understanding JavaScript Property Descriptors 3


Now that we know the basics, this post covers the JavaScript methods for setting and modifying object property descriptors.

Why I am moving to Angular 2 from AngularJS


If you are thinking of choosing between Angular 1 or Angular 2, I'll say go for Angular 2; it's totally worth it.

How to detect page visibility in web applications


You are building a web application and need the application to pauseย whenever the user stops interacting with the page;ย 

EmberJS: The Rant


So I started on EmberJSย some timeย last year; after spending an inordinate amount of timeย trying to design a prototype with people located all across the world. Finally, after several dreary demanding iterations and lots of work, we finally agreed on an implementation. One of the dev members suggested using EmberJSย or backbone. Based on his review, backbone … Continue reading EmberJS: The Rant

What you should know about HTTP


Everyone seems to know that the web runs on HTTP, but what is HTTP all about? HTTP stands for HyperText Transfer Protocol; an application-layer protocol that the web runs on. Implemented as a client-server model; HTTP defines how clients should make requests to servers and how servers should respond. It is a stateless protocol because servers … Continue reading What you should know about HTTP