They shifted what wasn’t the right fit for microservices, not everything.) Day 6: Finally, code something. (Can’t wait to see how awesome it will be this time!!) What I learned today: Building a ...
My first instinct was to build one FastAPI app that does everything: Scrapes jobs; Analyzes profiles; Matches candidates; Finds emails; Ship ...
Going to the database repeatedly is slow and operations-heavy. Caching stores recent/frequent data in a faster layer (memory) ...
As decided, I’ll invest the first 3 days in reading and learning about system design and then start building the HuntKit, or ...
Many times before, I have tried to take up a lot of challenges to build stuff in public and learn in public. I did end up finishing the projects and learning the things I planned to. But I am never ...
Whenever you create a variable in python it points out a location in memory because python is dynamically typed. These operators check whether two variables or even values point to the same memory ...