Gaurav Sachdeva

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

Archives


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

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

Advanced Search
Creating an Advanced Search Functionality with JavaScript

This article will showcase you creating a simple yet effective search functionality using HTML, CSS, and JavaScript. We'll focus on building a fruit filter as an example that displays a list of fruits based on the user's input.

20/Jul/24 • 2 min read

Understanding HTML Custom Elements (with Live Demo)

HTML Custom Elements allow you to create your own HTML tags, adding custom behavior and styles. This can help make your web applications more modular and maintainable. Here’s a quick guide on how to create and use Custom Elements.

16/Jul/24 • 2 min read

Posts pagination

Previous 1 2
  • Home
  • Blog
  • Articles
  • Projects
  • Resources
  • Testimonials
  • Contact
  • Domains
  • About
© 2017-2026 | www.gauravsachdeva.in