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

·Aug 20

OKLCH In CSS: Build Consistent Color Palettes

Level Up Your CSS Game — Building front-end applications without a consistent color selection is problematic as it gets messy at the end when the results are rendered. This is the reason why every front-end developer loves having their own color pallets for the project. …

Programming

7 min read

OKLCH In CSS: Build Consistent Color Palettes
OKLCH In CSS: Build Consistent Color Palettes
Programming

7 min read


Published in

JavaScript in Plain English

·Jun 19

Top 11 React Dashboard Libraries

Enhance Your Dashboard Performance — 1. React Admin GitHub: React Admin React Admin is a comprehensive admin panel framework for React applications, it provides pre-built components and features such as data grids, filters, forms, & authentication systems. The library integrates with existing REST APIs and supports various data sources and formats. …

JavaScript

5 min read

Top 11 React Dashboard Libraries
Top 11 React Dashboard Libraries
JavaScript

5 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

Mohit

Mohit

1.6K Followers

I Make Mobile Apps

Following
  • Isaiah McCall

    Isaiah McCall

  • Design at Meta

    Design at Meta

  • Nir Eyal

    Nir Eyal

  • Sunil Sandhu

    Sunil Sandhu

  • Walid Ashik

    Walid Ashik

See all (20)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams