Open in app

Sign In

Write

Sign In

Mohit
Mohit

1.6K Followers

Home

About

Published in JavaScript in Plain English

·Pinned

Ultimate Web Developer Roadmap for 2021

From Basics To Deploying Scalable Web Applications — When I started my Web-Development journey, getting overwhelmed by so many topics is what I used to face all the time, there is always something new that I have to learn while having no idea about what I should learn. I can assure you must have faced this issue if…

JavaScript

16 min read

Ultimate Web Developer Roadmap for 2021
Ultimate Web Developer Roadmap for 2021
JavaScript

16 min read


Published in JavaScript in Plain English

·Pinned

The Modern CSS Developer Roadmap

Key Concepts to Mastering CSS — 1. Introduction to CSS Anatomy of a CSS Rule A CSS style sheet consists of rules, which targets HTML by using selectors that describe the elements on which the styles should've applied. Rule Syntax: The rule consists of a selector follows by a block of some CSS properties contained inside the curly braces.CSS properties consist of property and a…

JavaScript

20 min read

The Modern CSS Developer Roadmap
The Modern CSS Developer Roadmap
JavaScript

20 min read


Published in JavaScript in Plain English

·Mar 21

A Point-by-Point Comparison of Deno.js & Node.js

Choose the Right Backend Framework — When it comes to server-side JavaScript, two popular options are Deno and Node. Both of them are designed to run JavaScript code outside the web browser. In this blog post, we will compare Deno vs Node and see how they differ. What is Node? Node.js is a JavaScript runtime built on Chrome’s V8…

JavaScript

5 min read

A Point-by-Point Comparison of Deno.js & Node.js
A Point-by-Point Comparison of Deno.js & Node.js
JavaScript

5 min read


Published in JavaScript in Plain English

·Jan 29

11 JavaScript Operators You Should Know as a JavaScript Developer

Unlock the Power of JavaScript Operators. — 1. Exponentiation operator (**) In JavaScript, the exponential operator (**) is used to raise a number to a specific power. It is a shorthand way of performing exponentiation, which is the operation of multiplying a number by itself a certain number of times. The basic syntax for using the exponential operator is as follows:

JavaScript

14 min read

11 JavaScript Operators You Should Know as a JavaScript Developer
11 JavaScript Operators You Should Know as a JavaScript Developer
JavaScript

14 min read


Published in JavaScript in Plain English

·Jan 18

5 JavaScript Features You Must Know As a Senior Developer

Elevate Your JavaScript Skills — 1. Object.getOwnPropertySymbols() You may not have heard about this method because new data types such as Symbols are introduced in ECMAScript 6. In this method, JavaScript returns an array of all the own property symbols of an object. These symbols are returned in the order they were added to the object. Symbols…

JavaScript

6 min read

5 JavaScript Features You Must Know As a Senior Developer
5 JavaScript Features You Must Know As a Senior Developer
JavaScript

6 min read


Published in JavaScript in Plain English

·Jan 13

9 Unique HTML Tags You Need to Know

Work With HTML Like Never Before — HTML consists of a series of tags that are used to define the different elements on a web page, such as headings, paragraphs, images, and links. …

JavaScript

11 min read

9 Unique HTML Tags You Need to Know
9 Unique HTML Tags You Need to Know
JavaScript

11 min read


Published in JavaScript in Plain English

·Oct 30, 2022

Working With Linked Lists In JavaScript

All You Need To Know About Linked Lists in JavaScript — Linked Lists are no joke when it comes to data structures, they are one of the complicated data structures with a lot of advantages over Arrays and Hashmaps. In JavaScript there is no in-built short way to build a linked list as we have in other languages, however, we can…

JavaScript

8 min read

Working With Linked Lists In JavaScript
Working With Linked Lists In JavaScript
JavaScript

8 min read


Published in JavaScript in Plain English

·Oct 22, 2022

6 Awesome JavaScript One-Liners You Need To Know

Write JavaScript Faster Than Ever — 1. Design Mode JavaScript always surprises me with the unique features that make it more fun to work with. Design mode lets you play with texts on websites, you just have to enable it using the console by entering document.designMode = ‘on’ & now you can edit texts and play with websites.

JavaScript

4 min read

6 Awesome JavaScript One-Liners You Need To Know
6 Awesome JavaScript One-Liners You Need To Know
JavaScript

4 min read


Published in JavaScript in Plain English

·Oct 18, 2022

First Recurring Character In An Array

Data Structures & Algorithms In JavaScript — Data Structures in JavaScript are pretty tricky to learn just as any other programming language, in this post you’ll learn about Data Structures known as Hash Tables & how to implement a Hash table with efficient code that follows all the BigO rules. Hash Tables Before we get started with the implementation…

JavaScript

5 min read

First Recurring Character In An Array
First Recurring Character In An Array
JavaScript

5 min read


Published in JavaScript in Plain English

·Sep 26, 2022

3 Advanced JavaScript Concepts You Must Know As a Senior Developer

Reference Type,Context & Instantiation — Reference Type In JavaScript, we are provided with Primitive Types, such as strings, boolean, null, undefined, etc which means they are defined by the programming language. Whereas a Reference Type or Non-Primitive Type are not defined by the programming language, which means they are created by the programmer. For example: Let's say…

JavaScript

5 min read

3 Advanced JavaScript Concepts You Must Know As a Senior Developer
3 Advanced JavaScript Concepts You Must Know As a Senior Developer
JavaScript

5 min read

Mohit

Mohit

1.6K Followers

I Make Mobile Apps

Following
  • Isaiah McCall

    Isaiah McCall

  • Nir Eyal

    Nir Eyal

  • Sunil Sandhu

    Sunil Sandhu

  • Design at Meta

    Design at Meta

  • Walid Ashik

    Walid Ashik

See all (20)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech