18 followers
I love designing, building, and managing reproducible, testable, and evolvable ML-powered software.
Welcome to the second part of our blog series on gRPC using Python. In our previous blog, we talked about the basics of gRPC, its architecture, and...
gRPC is a high-performance, open-source universal RPC (Remote Procedure Call) framework. It is developed by Google and provides efficient, low-latency...
No not chemistry, this is about database systems. ยท Like many other weird acronyms (DRY, KISS, SOLID...) in computer science, ACID refers to a group of 4...
Introduction Ever heard of a song and spent a few seconds remembering its name? Well, we made a game out of it ๐. Introducing Vinyl, a multiplayer...
ft. Redis Bloom ยท The Problem Let's say you are building a sign-up service for an application. You need to ensure that the user doesn't choose an...
Explained using PostgreSQL & Python ยท When we develop a backend service for an application, we often do not think much about the underlying database...