Clone GitHub repositories at a time

Using GitHub CLI, you can clone all your repositories at a time. You can also do this using GitHub APIRead More…

5 JavaSript GitHub Repositories for Interview Prep!

Essential ES6 JavaScript Features Every JavaScript Developer Should Know

ECMASCRIPT6 ES6, short for ECMAScript 6, was developed to standardize JavaScript further, representing the sixth iteration of ECMAScript. JavaScript ES6Read More…

21 HTML Tips You Must Know About

Creating Contact Links Create clickable email, phone call, and SMS links using HTML:

Everything about Data Fetching & the JavaScript Fetch API.

Making a fetch request. Fetch is a promise based api. To make a fetch request, use the fetch() function. It takes two arguments –Read More…

The 3 Most Powerful Functions in JavaScript

The map(), filter() and the reduce() are the most powerful and important higher order functions in JavaScript that generally operatesRead More…