© 2026 Hashnode
Last week, I attended the live workshop Build a Full-Stack Next.js App v4 by Brian Holt on Frontend Masters. It was an incredible deep dive into building production-grade applications from scratch to deployment. Here is the note I took on crafting a ...

Why Rate Limit your APIs? Rate limiting APIs is important to prevent abuse or unexpected usage on your APIs. For example, say you have a public waitlist form to collect emails of your potential users. Here, your API that handles your waitlist form su...

What is Rate Limiting? Suppose you have a application where a user can post his picture, for this action you are calling an api endpoint running on a server and the endpoint stores the post in the database. Now lets say the user posting the picture s...

Exploring Upstash: Serverless Redis for Modern Applications Upstash is a cloud-based service that provides serverless Redis instances for modern applications. It offers a fully managed Redis database that is scalable, reliable, and easy to use, allow...
