Nishi Ajmera
Nishi Ajmera's blog

Nishi Ajmera's blog

Follow
Follow
homeCode ChroniclesArchitectural MusingsDecoding the Jargonbadgesnewsletter
Series

Code Chronicles

"Code Chronicles" is a series of blogs that explore the world of web development. Each post in the series delves into a specific topic related to web development, such as HTML, CSS, JavaScript etc.

Articles in this series

Debouncing in Javascript

Feb 19, 20233 min read92 views

Debouncing is a programming practice used to improve the performance of the application by reducing the rate at which a function is called. The most...

Debouncing in Javascript

CORS Explained: A Complete Guide to Cross-Origin Resource Sharing

Apr 15, 20235 min read137 views

Cross-Origin Resource Sharing (CORS) is an essential feature that enables web applications to access resources from different domains. It is a...

CORS Explained: A Complete Guide to Cross-Origin Resource Sharing

Preventing CSRF attacks: Best practices and techniques

May 1, 20237 min read86 views

What is Cross-Site Request Forgery (CSRF)? CSRF is like a ninja that sneaks into your web application and steals information or performs actions on...

Preventing CSRF attacks: Best practices and techniques