排序
How to install and configure celery
How to install and configure celery,Early in my articles I wrote about use celery, but not wrote how to install and configure it. Prepare You have Django project You want to connec...
Distributed Caching with Redis and SpringBoot
Distributed Caching with Redis and SpringBoot,Are you facing latency issues in fetching data from a network service? Or from 3rd party APIs? Are you building auto-scalable, auto-he...
Redis for query caching
Redis for query caching, Introduction In this article, we'll delve into a use case where we can use Redis for query caching, to increase the RPS of our backend service. This articl...
[Video] Asynchronous tasks in Django with Django Q (Part 3)
[Video] Asynchronous tasks in Django with Django Q (Part 3), Django Q (3 Part Series) 1 [Video] Asynchronous tasks in Django with Django Q (Part 1) 2 [Video] Asynchronous tasks in ...
Serverless API with Java and Redis
Serverless API with Java and Redis,In this tutorial, we will build a stateful serverless API using Java and Redis on AWS Lambda. The API will simply count the page views and return...
Building High-Performance Apps with Redis, PostgreSQL & Spring Boot
Building High-Performance Apps with Redis, PostgreSQL & Spring Boot,In this article, we’ll explore how to build a Spring Boot application that integrates Redis for caching and Pos...
Findstival: Python + Redis Festival Tracker
Findstival: Python + Redis Festival Tracker, Overview of Our Submission As we are approaching the end of summer in Europe, everyone wants to know where to go next. The question is:...
The FARR Stack Manifesto.
The FARR Stack Manifesto., FAR3 Stack (3 Part Series) 1 I Went Way Too FAR By Building a Real Time Chat App Using The FARR (Fastapi, React, Redis) Stack. 2 The FARR Stack Manifesto...
Debouncing a Celery task
Debouncing a Celery task,Celery is a powerful task queue with many great features already built-in. Unfortunately, debouncing tasks is not one of them (or I didn't find it in the d...
Token Bucket Rate Limiter (Redis & Java)
Token Bucket Rate Limiter (Redis & Java), Rate Limiters with Redis (3 Part Series) 1 Rate limiting with Redis: An essential guide 2 Fixed Window Counter Rate Limiter (Redis & J...
Fynd Academy – Python Batch
Fynd Academy - Python Batch,Learn Python with experts - Mix of theory and practical training for #backend engineers. Learn Python in just 8 weeks with Fynd Academy! Apply now - htt...
Lessons learned from picking a Java driver for Amazon ElastiCache for Redis – Part 2
Lessons learned from picking a Java driver for Amazon ElastiCache for Redis - Part 2,In part one of this series we looked at Jedis as the Java-based Redis driver when used in combi...