Gaurav Sachdeva

  • Home
  • Blog
  • Articles
    • Programming
    • JavaScript
    • Node.JS
    • TypeScript
    • Technology
  • Projects
  • ‎

Archives


Closures in JavaScript

Closures are a powerful feature in JavaScript that allows functions to remember variables from their outer scope, even after that scope has exited. This article breaks down what closures are, how they work, and where you can use them effectively in real-world code.

06/Apr/25 • 2 min read

What is a Webhook?

Webhooks let apps communicate instantly. Instead of checking for updates, they send notifications when something happens.

18/Feb/25 • 2 min read

JavaScript: var, let & const

Learn the key differences between var, let, and const in JavaScript.

22/Jan/25 • 2 min read

NestJS vs Next.js

Choosing the right framework for your web development project can be challenging. NestJS and Next.js are two prominent frameworks, each excelling in different areas. This article provides a detailed comparison of NestJS and Next.js, examining their core features, best use cases, and the benefits they bring to the table.

07/Sep/24 • 3 min read

Regex in Different Programming Languages

In this article, we will explore how regex is used in different programming languages, highlighting differences in syntax, features, and performance.

21/Aug/24 • 4 min read

JWT
JSON Web Tokens (JWT): The Secure Way to Authenticate Users

In the world of web development, making sure users are who they say they are is crucial. JSON Web Tokens (JWT) have become a popular way to handle user authentication. In this blog post, we’ll explain what JWTs are, how they work, and why they’re a good choice for authentication. What is a JSON Web […]

02/Aug/24 • 3 min read

JavaScript vs TypeScript

While JavaScript has been around for a long time and is widely used, TypeScript is a newer option that offers some extra features. Let's compare them to help you decide which one might be better for your project.

25/Jul/24 • 3 min read

Async Await Vs Promises in JS
Using then() vs async/await in JavaScript

Promises and the async/await syntax are two key tools for managing asynchronous code. In this article, we'll explore how to use then() and async/await, their differences, and when to use each.

22/Jul/24 • 3 min read

  • Home
  • Blog
  • Articles
  • Projects
  • Resources
  • Testimonials
  • Contact
  • About
       
© 2017-2025 | www.gauravsachdeva.in