What are HTTP and HTTPS Protocols?

An in-depth look at what the HTTP protocol is, how it works, its methods, status codes, versions, and security features. Learn how HTTP enables communication between clients and servers over the internet.

October 13, 2024 · 7 min · Sandesh Shahapur

What Are Browser HTTP Cookies?

An in-depth look at what browser HTTP cookies are, why they are used, how they work, and their attributes. Learn how cookies are used for session management, personalization, tracking, and advertising on the web.

October 13, 2024 · 5 min · Sandesh Shahapur

What Is OAuth (2.0)? | Definition, Use Cases, and How it Works

A comprehensive guide to understanding OAuth (2.0), its definition, use cases, and how it works to grant secure access to user data.

October 12, 2024 · 5 min · Sandesh Shahapur

Overcoming Concurrent Refresh Attempts of Access Tokens (JWT)

A deep dive into handling concurrent refresh attempts of access tokens in a single-page application using JWT, OAuth, and Redis-based locking mechanisms to enhance token management security.

October 9, 2024 · 4 min · Sandesh Shahapur

Overcoming (discord) API Rate Limits With Redis Cache

How to handle (Discord) API rate limits using a Redis-based caching mechanism in a web application.

October 8, 2024 · 4 min · Sandesh Shahapur