Ratish Jaindevcon.hashnode.dev·Jul 28, 2024Implement Api Rate Limiting with Upstash Redis in your Next.js projectWhat 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...4 likes·73 readsratelimit
Cloud Tunedcloudtuned.hashnode.dev·May 2, 2024Exploring Upstash: Serverless Redis for Modern ApplicationsExploring 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...Upstash
Shaik Ahmad Nawazshaikahmadnawaz.hashnode.dev·Apr 20, 2024Unlocking Speed with RedisIn today's fast-paced digital world, speed is paramount. Users expect applications to respond instantly, deliver real-time updates, and provide seamless experiences across devices. To meet these demands, developers need high-performance tools that ca...21 likes·70 readsRedis
Nikhil Soman Sahunikhilsomansahu.hashnode.dev·Nov 7, 20234 tools that make software engineering easySoftware engineering can be challenging, but it doesn't have to be unnecessarily difficult.- Using complex technology can make deploying applications on big cloud platforms challenging for solo developers or small teams.- Instead of focusing on infra...supabase
Maximilian Kaskemxkaske.hashnode.dev·Oct 28, 2022How to implement a page view counter in Next.js with UpstashI want to show you how to increase a view counter without additional UI shift. With the instructions below, you will be able to add a counter into any of your Next pages within less than 5 minutes. ⚠️ This is a Next 12 tutorial. It will get updated ...2 likes·1.1K readsUpstash