Daily Archives: October 4, 2025

How to Build a Rate Limiter with Redis and Python to Scale Your Apps

If you’ve ever built a web application, you know that without a proper mechanism to control traffic, your application can become overwhelmed, leading to slow response times, server crashes, and a poor user experience. Even worse, it can leave you vulnerable to Denial-of-Service (DoS) attacks. This is where rate limiting comes in. In this tutorial, […]

Machine Learning vs Deep Learning vs Generative AI – What are the Differences?

When I started using LLMs for work and personal use, I picked up on some technical terms, such as “machine learning” and “deep learning,” which are the main technologies behind these LLMs. I’ve always been interested in learning about the differences between these technologies. Most companies in the industry are now developing their own AI […]