JavaScriptGraphQLReactRoadmap

Blogs in javascript

cover image
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

cover image
Transpile in JavaScript

Transpiler is a tool that transforms code with newer syntax into older code equivalents and this process is called Transpiling

cover image
ECMAScript - A brief history

ECMAScript is a general-purpose programming language that is implemented in Javascript and some other languages.

cover image
Introduction to Polyfill

A polyfill is a piece of code that provides the technology that the developers expect the browser to provide natively.

cover image
JavaScript Web Components

Web components are a set of web platform APIs that allow us to create custom, reusable and encapsulated HTML tags for web pages and web apps.

cover image
Fetch API in JavaScript

The Fetch API is a modern interface that allows US to make HTTP requests to servers from web browsers