Ndifreke Ekott

Thoughts, stories, ideas and programming

23 Jul 2024

Useful links

Links

  • Free To Dev Developers and Open Source authors now have many services offering free tiers, but finding them all takes time to make informed decisions. This is a list of software (SaaS, PaaS, IaaS, etc.) and other offerings with free developer tiers.

  • Multitenancy in FastAPI and SQLALchemy When building a web application where customers (your tenants) are mostly working with their own data, it is advisable to have a strong separation in how their data is stored and handled. One solution would be to spin up an instance of your software in a VM or docker container for each of your tenants. While this would give you a very strong separation, the solution has a few draw backs. It gets complicated if you actually want to share some data across tenants, you allocate resources for tenants even if they don’t use your app and managing hundreds of VMs or containers is not trivial. In this blog post I want to show you an alternative solution, how you can implement the data separation by using only one FastAPI backend without making your code complicated.

  • Richard Bray

  • Startups to follow

  • Event Catalog

Books

  • Slow Productivity This brilliant and timely book is for all of us who’ve grown disillusioned with conventional productivity advice, yet still yearn to get plenty of meaningful things done. With his trademark blend of philosophical depth and realistic, implementable techniques, Newport outlines an approach that’s both more human and vastly more effective in the long run. Oliver Burkeman, New York Times bestselling author of Four Thousand Weeks

  • Teach you to be rich Ready to take control of your finances and design a Rich Life on your own terms? This journal offers simple yet effective writing prompts and exercises to help you set goals, create a budget, and develop habits that lead to financial success. Get started today and design your Rich Life!

Cloud

Gaming

Health Stuff