Latest Posts
August 04, 2022
Roadmap to Backend Development
This is a complete roadmap to backend development with add the resources set up by professionals
January 2, 2022
GraphQL - Graph Query Language
GraphQL was released in 2015 by Facebook and has offered a new way and a promising alternative to the traditional REST API
December 22, 2021
Babel transpiler
Babel is a JavaScript transpiler that converts edge JavaScript(ES6) into plain old ES5 JavaScript that can run in any browser even in the old ones
December 17, 2021
Transpile in JavaScript
Transpiler is a tool that transforms code with newer syntax into older code equivalents and this process is called Transpiling
December 15, 2021
ECMAScript - A brief history
ECMAScript is a general-purpose programming language that is implemented in Javascript and some other languages.
December 5, 2021
Introduction to Polyfill
A polyfill is a piece of code that provides the technology that the developers expect the browser to provide natively.