Gaurav Sachdeva

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

Archives


Practical Examples of Regex in Everyday Coding

Even if you hate to write or test Regular Expressions, this could be a better and optimal solution for your next project and could save a lot of if-else conditions. They enable you to search, match, and manipulate text efficiently. In this article, we’ll explore practical examples of regex that you can apply in various […]

15/Aug/24 • 4 min read

Regular Expressions (Regex)

Regular Expressions, commonly known as Regex, are powerful tools for searching and manipulating strings. Whether you’re validating input, searching for patterns in text, or extracting data, mastering regex can significantly enhance your coding efficiency. In this article, we’ll dive into the essentials of regex, how it works, and practical examples to get you started. What […]

14/Aug/24 • 3 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

Enhancing User Interaction with Dynamic Navigation Bars

In this article, we will break down a sample web page that showcases a flexible and interactive navigation bar with Blur Effect using HTML, CSS, and JavaScript.

31/Jul/24 • 2 min read

Commonly Used Docker Commands: A Quick Reference Guide

This guide provides a quick reference to some of the most frequently used Docker commands, making it easier for you to manage your Docker environments effectively.

30/Jul/24 • 3 min read

Introduction to Docker: A Beginner’s Guide

Docker simplifies the process of creating, deploying, and running applications by using containers. If you're new to Docker, this article will provide a comprehensive introduction to help you understand what Docker is, why it's used, and how to get started.

28/Jul/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

A very simple guide to generate barcode (NO BS!)

I was recently looking for a way to generate barcode (not QR code) out of curiosity. But there were hundreds of articles telling longer routes. While digging further, I found a very simple way to generate a barcode with given data in real-time.

24/Jul/24 • 1 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

How to disable Theme File Editor in WordPress Admin

Disabling theme file editing in WordPress is crucial for maintaining the security and integrity of your website. Let's learn how to disable the same by step-by-step guide.

21/Jul/24 • 2 min read

Posts pagination

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