ADAtharva Deshpandeinatoo.hashnode.dev·Oct 10, 2025 · 3 min readOptimizing data-intensive API rate- limitIntroduction With the internet increasingly powered by APIs, scaling traffic makes robust rate limiting essential. In this piece, I walk through how MongoDB’s TTL (Time‑To‑Live) helped me design a high‑performance, sliding‑window + monthly rate‑limit...00
ADAtharva Deshpandeinatoo.hashnode.dev·Mar 2, 2025 · 3 min readOllama on Google ColabRunning Large Language Models on Google Colab with Ollama —— WRITTEN BY CHAT GPT ——— except the code ofcourse guys!! Introduction Google Colab is a cloud-based Jupyter notebook environment that allows users to run Python code for free with access to ...00
ADAtharva Deshpandeinatoo.hashnode.dev·Nov 30, 2023 · 8 min readKafka on KubernetesHey everyone!! It's been very long since I wrote any blogs on here. So to make up for it I will be writing a few on deploying stuff on Kubernetes using minikube to keep it local. Today we will learn about how to deploy a Kafka cluster and create a to...01P
ADAtharva Deshpandeinatoo.hashnode.dev·Aug 20, 2023 · 7 min readA better Gin/Gonic + Service Weaver approachHola Amigos!!! Today we will be building on the previous article Gin/Gonic + Service Weaver and implementing a better approach for using Service Weaver and structuring your project even better. Here is the link to GitHub Repository. You can go ahead ...00
ADAtharva Deshpandeinatoo.hashnode.dev·Aug 19, 2023 · 7 min readGin/Gonic + Service WeaverHola Amigos!!! Today we will be creating a straightforward REST API using Gin/Gonic and Service Weaver. Here is the link to GitHub Repository. You can go ahead and get the code directly but I would recommend reading through the article once. Prerequi...00