Coffee&Code

About

Welcome, friends! I hope that, like me, you enjoy coffee and coding. Creating a blog is something that I have always wanted to do. I think there is some magic to starting your own blog – from buying a new domain and designing it, to choosing where to host it. All these steps make it more authentic and can give you a sense of ownership, compared to just creating an account on Medium or Substack.

Managing Python dependencies

My intention # I don’t know how often you find yourself trying to deploy code to some external service like AWS, GCP or even some on-premise solution. There is always some complexity associated with it, especially if you have a codebase with thousands of files and dependencies. In my search for a scalable solution, everything I found turned out to be made for simple problems. Google and GPT don’t know more than a basic hello world example, and real engineering projects consist of different setups and technical decisions that go much beyond a basic tutorial.