Open in app

Sign In

Write

Sign In

Neelesh Arora
Neelesh Arora

641 Followers

Home

Lists

About

Jul 20

Add Quick Profiling to your JavaScript and TypeScript Code

Many times we come across a situation where we need to monitor the execution time of the functions or the code that we write. Be it an API respo nding slow or any function that is taking a longer time to complete its execution. In this article we will see…

Debugging

3 min read

Add Quick Profiling to your JavaScript and TypeScript Code
Add Quick Profiling to your JavaScript and TypeScript Code
Debugging

3 min read


Jul 8

Jest: Increase Coverage in Unit Tests

Jest is one of the most popular unit testing tools in JavaScript. In this article, I will share a few tips that might help you to achieve maximum code coverage. Note: This article is from the back-end perspective and the tips might not work for the front-end technologies like React. …

Unit Testing

3 min read

Jest: Increase Coverage in Unit Tests
Jest: Increase Coverage in Unit Tests
Unit Testing

3 min read


Apr 2

Setup Pub/Sub Using Redis and Express

The Pub/Sub Pattern The publish-subscribe pattern (often abbreviated as pub/sub) is a messaging pattern that provides a flexible and scalable way to send and receive messages between different components or systems. In this pattern, message producers (publishers) send messages to a central message broker or hub, without knowing which specific consumers (subscribers) will…

Pub Sub Pattern

5 min read

Setup Pub/Sub Using Redis and Express
Setup Pub/Sub Using Redis and Express
Pub Sub Pattern

5 min read


Mar 7

Unplugging and Reconnecting: Escaping the Digital Rat Race

It’s been a while since I last wrote on this platform. My days have been consumed by working from home, attending meetings, coding, and delivering tasks to clients. Weekends are no longer a time for relaxation, as household chores, shopping, groceries, and career development occupy my time. To unwind, I…

Minimalist Lifestyle

7 min read

Unplugging and Reconnecting: Escaping the Digital Rat Race
Unplugging and Reconnecting: Escaping the Digital Rat Race
Minimalist Lifestyle

7 min read


Sep 5, 2022

Begin Unit Tests with Jest

What is Unit Testing? Unit testing is a software development process in which the smallest testable parts of an application, called units, are individually and independently scrutinized for proper operation. This is usually done by developers. A Brief Intro to Jest Jest is a framework designed to test the JavaScript…

Testing Tools

3 min read

Begin Unit Tests with Jest
Begin Unit Tests with Jest
Testing Tools

3 min read


Dec 28, 2021

8 VS Code extensions you would like to use in 2022

The year 2021 has come to an end. As we bid goodbye to the year let’s look at few of the Visual Studio Code extensions that you would like to use and get yourself to work in a better way. Quokka.js Quokka JS runs JavaScript and TypeScript with instant feedback…

Code

3 min read

8 VS Code extensions you would like to use in 2022
8 VS Code extensions you would like to use in 2022
Code

3 min read


Nov 24, 2021

Git cheat sheet required for every developer

Git is one of the most popular and widely used version control systems. We use git on a day-to-day basis and are familiar with the most common commands and features. This article describes the commands and features which can make a developer’s life easier. Before we begin, I write one…

Git

5 min read

Git Cheat-Sheet Required for every Developer
Git Cheat-Sheet Required for every Developer
Git

5 min read


Nov 22, 2021

Don’t let null ‘nullify’ you! Know these differences between null and undefined — JavaScript

You might be a beginner, an intermediate or a pro programmer; admit that there are a lot of questions that make you go blank. Don’t worry, they appear scary but are not. One of the common questions…

JavaScript

2 min read

Don’t let null ‘nullify’ you! Know these differences between null and undefined.
Don’t let null ‘nullify’ you! Know these differences between null and undefined.
JavaScript

2 min read


Oct 22, 2021

Stop Using Conditional Statements Everywhere in JavaScript, Use an Object Literal instead

Conditional Statements (If-Else, Switch) can be easily replaced with Object Literals. They make the code better. Object Literals An Object Literal is one of the most popular and widely used pattern to define objects in JavaScript. It is a collection of key-value pairs. JavaScript being powerful, adds some additional functionalities to the…

JavaScript

2 min read

Stop Using Conditional Statements Everywhere in JavaScript, Use an Object Literal instead
Stop Using Conditional Statements Everywhere in JavaScript, Use an Object Literal instead
JavaScript

2 min read


Oct 15, 2021

6 Ways to Shorten and Write a Cleaner JavaScript

Coding is very vast and there are many different ways to implement the same business logic in the code. In addition to this different languages provide different syntaxes/operators to perform a task. Today, we will see 6 ways in JavaScript that can save your lines of code and also enhance…

JavaScript

3 min read

6 Ways to Shorten and Write a Cleaner JavaScript
6 Ways to Shorten and Write a Cleaner JavaScript
JavaScript

3 min read

Neelesh Arora

Neelesh Arora

641 Followers

Software Engineer | Back-end Developer | https://neelesharora.in

Following
  • Pravesh Chhabra

    Pravesh Chhabra

  • Mohit Garg

    Mohit Garg

  • Apurva Jain

    Apurva Jain

  • Ayush Sharma

    Ayush Sharma

See all (5)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams