Open in app

Sign In

Write

Sign In

Raghav Bang
Raghav Bang

62 Followers

Home

About

Published in

RaghavBang

·Apr 21

A Strong Foundation: An Introduction to the Tiers of Web Architecture

Let's understand 1 Tier, 2 Tier, 3 Tier and n Tier Architecture. Before starting let's understand few technical terms that will help us to understand Web Architecture in better way. Tier: It's basically a layer in web architecture. The three layers involved in a Web Architecture are commonly referred to…

Web Development

4 min read

A Strong Foundation: An Introduction to the Tiers of Web Architecture
A Strong Foundation: An Introduction to the Tiers of Web Architecture
Web Development

4 min read


Published in

RaghavBang

·Apr 15

Stay Ahead of the Curve: Must-Try ES8 to ES13 JavaScript Features

Enhance the quality of your JavaScript code with these powerful features!! ECMAScript 8 Features: Object.entries: It will return all properties of an object in an array in form of key and value. const client={ firstName:'Karan', lastName:'Malhotra' } console.log(Object.entries(client)) // Output: [["firstName", "Karan"],["lastName", "Malhotra"]] Whereas for an array, it will also return array but…

JavaScript

5 min read

Stay Ahead of the Curve: Must-Try ES8 to ES13 JavaScript Features
Stay Ahead of the Curve: Must-Try ES8 to ES13 JavaScript Features
JavaScript

5 min read


Published in

RaghavBang

·Jan 22

Quick start to Git Hooks

Enforce code quality and increase productivity. Git hooks are a powerful feature that allow you to trigger actions in response to certain events that occur in your remote repository and local repository. These events can be things like commits, push, pull requests, or even issues. There are two types of…

Git

2 min read

Quick start to Git Hooks
Quick start to Git Hooks
Git

2 min read


Published in

RaghavBang

·Dec 24, 2022

Clean Code in JavaScript — Part 2

12 clean code tips (JavaScript) that every developer should know! — Never use shortform while naming variable/function.

Clean Code

3 min read

Clean Code in JavaScript — Part 2
Clean Code in JavaScript — Part 2
Clean Code

3 min read


Published in

RaghavBang

·Oct 30, 2022

Clean Code in JavaScript — Part 1

17 clean code tips (JavaScript) that every developer should know!! — Writing clean code increases developer productivity and the application’s maintainability. However, some developers unknowingly make straightforward mistakes that degrade the quality of the code. In this article, I will discuss few standard practices that one can follow to write clean code. Avoid mental mapping. Explicit is better than implicit.

Clean Code

4 min read

Clean Code in JavaScript — Part 1
Clean Code in JavaScript — Part 1
Clean Code

4 min read


Published in

RaghavBang

·Oct 23, 2022

Most asked JavaScript Interview Questions: Part 2

When are Arrow function, function declaration, function statement and function expression? Functions — JavaScript | MDN (mozilla.org) 2. What are anonymous functions? Why do we use them? Anonymous Function is a function that does not have any name associated with it. Normally we use the function keyword before the function…

JavaScript

3 min read

Most asked JavaScript Interview Questions: Part 2
Most asked JavaScript Interview Questions: Part 2
JavaScript

3 min read


Published in

RaghavBang

·Oct 22, 2022

Most asked JavaScript Interview Questions: Part 1

JavaScript — Singlethread or multithread? JavaScript is always synchronous and single-threaded. If you’re executing a JavaScript block of code on a page, then no other JavaScript on that page will currently be executed. 2. How does JS handles multithread operations? Using Web Workers 3. How does JavaScript works? Tell about…

Frontend Development

3 min read

Most asked JavaScript Interview Question: Part 1
Most asked JavaScript Interview Question: Part 1
Frontend Development

3 min read


Published in

RaghavBang

·Oct 10, 2022

Lerna is not Dead!! MonoRepos are still there.

A monorepo tool called Lerna is used to handle several projects in a single repository. The monorepo strategy is an excellent way to preserve separate projects with clear ties between them while managing all the dependencies. …

Lerna

2 min read

Lerna is not Dead!! MonoRepos are still there.
Lerna is not Dead!! MonoRepos are still there.
Lerna

2 min read


Published in

RaghavBang

·May 11, 2022

FactSet Software Engineer-II Interview Experience

Hi, I am penning this article with the intention of sharing my interview experience with FactSet. If you are about to appear or are preparing to appear for such role in the future, do give this a read! Hope it will help you. I will not reveal the exact question…

Interview Experience

2 min read

FactSet Software Engineer-II Interview Experience
FactSet Software Engineer-II Interview Experience
Interview Experience

2 min read


Published in

RaghavBang

·Feb 22, 2022

Nullish Coalescing (??): Modern JS

Nullish coalescing is a new logical operator (??) for the JavaScript programming language. It was released on April 2nd 2020, as part of ECMAScript version 2020 (ES11). Lets understand why do we need this and why it is so useful. OR (||) Operator In JavaScript, there is logical OR (||) operator, that always…

JavaScript

3 min read

Nullish Coalescing (??): Modern JS
Nullish Coalescing (??): Modern JS
JavaScript

3 min read

Raghav Bang

Raghav Bang

62 Followers

SDE-II @ FactSet Visit: www.raghavbang.com

Following
  • James Brightman

    James Brightman

  • Rashmi Bang

    Rashmi Bang

  • Vaibhav Matere

    Vaibhav Matere

  • Nisha Sen

    Nisha Sen

  • ANJALI CHAUHAN

    ANJALI CHAUHAN

See all (9)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams