Benefits Of Using Javascript

Benefits Of Using Javascript

JavaScript is undoubtedly a very versatile and is one of the easiest languages that can be used in a website to extend the functionalities. JavaScript Development helps in many was like data processing and calculation, visual effects that can be applied on-screen and...
Making a Mini-Lisp: Introduction to Transpilers

Making a Mini-Lisp: Introduction to Transpilers

This article is an introduction to Transpilers which is the process of translating one programming language into another. This process may be called compiling, transpiling, or interpreting depending on the nature of the input and output languages. Usually compiling is...
Angular 2 for React Developers

Angular 2 for React Developers

Now that Angular 2 is in beta, the time has come for us to drop everything and learn something new, again. The good news is, like React and Angular 1.x, Angular 2 is here to stay for a while so it’s a good investment to become productive with this new framework. React...
React Developer Survey Results

React Developer Survey Results

Survey1 commentReact, Survey Four months ago I released a survey asking React developers about their community. I did this to gauge the community and compare the findings on how similar they are to another Web Development community, Angular (where the idea for a...
Angular 2 Components For AngularJS Developers

Angular 2 Components For AngularJS Developers

Components are the molecules of Angular 2 applications, and we are going to spend a few minutes introducing this new building block. We are going to assume a basic familiarity with Angular 1 and the fundamental mechanisms of the framework. And now time for a brief...