8 followers
Hey there,
Thanks for checking my blog. My name is Lokesh Sanapalli. I am a software engineer with 8+ years of experience in building software systems that are scalable, fault-tolerant, and resilient
Django is a popular web framework with all batteries included. In this blog post, we will learn how to deploy it to production · Introduction If you are...
I built domain hunter which generates domains available for registration based on the given terms using OpenAI. · Introduction When ChatGPT was released,...
Implementing HTTP retry with exponential backoff in spring boot is not trivial. Let's learn it in this blog post · In this blog post, we will learn to...
Introduction Python's requests library is a popular library for making HTTP requests. It is a wrapper on python's built-in urllib module. It gives a...
Caching has so many applications in computer science starting from disk page caching to advanced caching operations in redis. · Introduction How many...
Django gives a powerful framework to manage database migrations. We will deep dive into Django migrations and how they work under the hood ·...