-
JavaScript
WTF code, defects, and the principle of least astonishment
We have recently introduced two defects, while trying to improve old, obscure code. Of course we are to blame for not…
Read More » -
JavaScript
Demystifying the concepts of ‘Asynchronous JavaScript’
Javascript has been one of the vital constituents for application development nowadays in the world of information technology. Every application…
Read More » -
Web Dev
Accelerate Your Digital Business with AppDynamics Winter ‘17 Product Release
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
DevOps
Fullstack development environment with Docker
I have been using Docker for building (compile/packaging) and running web applications for some time. Through this blog, I would like to…
Read More » -
Web Dev
An Overview of Caching Methods
Caching is a way to store and reuse the same data multiple times. By data, I mean anything like images,…
Read More » -
JavaScript
Using Mustache.js for Client-Side Templating
Introduction In this article, I will show you how to make use of Mustache.js for client-side templating. In this approach,…
Read More » -
Angular.js
Angular 4: Component Example
Welcome to the new concept of components in angular 4. Definition: component is a angular class , Components are the…
Read More » -
Ruby
Integrating React in a 6+ Year Old Rails App
When it comes to modern JavaScript frameworks, it’s tempting to think of them as belonging to the bleeding edge as…
Read More » -
Ruby
Creating Configuration Objects in Ruby
There are many kinds of applications and many ways to manage how they behave or perform via configurations. Software is…
Read More »