Jaligama Satyaveer

Jaligama Satyaveer @satyaveer_jaligama

About: Software Developer

Joined:
Dec 29, 2024

Jaligama Satyaveer
articles - 13 total

How Browsers Render Webpages: A Deep Dive into Reflow, Paint, and Repaint

If you’ve ever built a webpage and noticed things getting a bit laggy after adding styles or dynamic...

Learn More 0 0Jun 21

Faster Loads with Smaller Bundles: The Power of Dynamic Imports in Next.js

In today’s web world, speed is everything. Users expect pages to load instantly, and even a slight...

Learn More 5 0Apr 4

Stop Storing Plain Text Passwords! Use Bcrypt for Security

When building an application that requires user authentication, one of the worst mistakes you can...

Learn More 0 0Mar 29

How Token-Based Authentication Works: A Practical Walkthrough

Authentication is essential for securing web applications. In this article, I will explain...

Learn More 3 1Mar 26

Optimizing JavaScript Event Handling: Bubbling and Delegation

JavaScript events are everywhere on the web. Clicking a button, typing in a text box, or even moving...

Learn More 0 0Mar 22

Understanding WebSockets: Real-Time Data Transfer Made Easy

WebSockets are commonly used in applications that require real-time updates and bidirectional...

Learn More 0 0Feb 25

Debouncing Made Simple: Improve React Performance with Delayed Execution

Debouncing is a programming technique used to limit the rate at which a function executes. It is...

Learn More 1 0Feb 16

The Deprecation of Create React App

On February 14, 2025, the React team officially announced the deprecation of Create React App (CRA)...

Learn More 1 0Feb 16

Choosing the Right CSS Approach for Your React Application

When working on a React application, there are multiple ways to style components. The choice of...

Learn More 0 1Feb 10

Stack in Action: Building Undo and Redo Functionality in a Todo App

Introduction When learning Data Structures and Algorithms (DSA), many developers struggle...

Learn More 0 0Feb 8

Optimizing Performance with Infinite Scrolling in React

In our daily lives, we interact with many applications like Instagram, YouTube, LinkedIn, Facebook...

Learn More 0 1Feb 6

React 19 : useOptimistic Hook

React 19 introduced several new features, including the useOptimistic hook. useOptimistic help us in...

Learn More 1 0Jan 1

Building with bolt.new: An AI tool for faster development

The world of web development is constantly evolving. bolt.new is an AI tool that empowers developers...

Learn More 5 3Dec 30 '24