JavaScript

Expert articles on best software development practices.

Four techniques you can use to write better React

Four techniques you can use to write better React

Developing applications with React is quite easy and fun. You are in the zone, writing component after component, and your app is starting to take shape. It feels like you’ve made great progress....

Handle number overflow in JavaScript

Handle number overflow in JavaScript

While I was solving an algorithmic problem, I came to a point where I had to work with large numbers in JavaScript. I had to be sure the result doesn't overflow (or, if it did, I wanted to know...

JavaScript meets ES6

JavaScript meets ES6

What will this article will be about? You may ask yourself "Why do I need to switch from ES5 to ES6, when it was only released last year and not many of the software products use it?". Well,...

Build a wrapper directive for animate.css

Build a wrapper directive for animate.css

This tutorial will present a way of implementing a wrapper directive for the popular animate.css animations file. Introduction I recently discovered this interesting css animations file called...

How to create custom validator directives with AngularJS

How to create custom validator directives with AngularJS

This article we will show you how to use AngularJS 1.3.x features (or later) to create a form with special requirements like the one for creating a new account on a server. Furthermore,...

Create Interactive Charts with ui-grid and Angular Chart

Create Interactive Charts with ui-grid and Angular Chart

What we will do? This tutorial will show you how to create a basic grid using ui-grid, and how to create charts with angular-chart.js. Further more, you will be shown how to link these two...