Docker is an open-source platform that makes easy the process of building, deploying, running, and updating containers. In this tutorial, we’ll explain how to install docker and docker-compose in a fresh Ubuntu 22.04 LTS installation. Prerequisites To follow this tutorial,…
Author: DERICK TEMFACK
Hi, I'm Derick. I am a Software Engineer and DevOps pro. I specialize in turning complex business needs into automated workflows using Python, Odoo, and Go. I write engineering case studies here—sharing the architectural decisions and real-world code behind the solutions I build.
Odoo is a beautiful multi-tenant system. You can serve as many clients as you want with a single code base. In Odoo, every client has his own database in Postgres, and data are not shared amount clients. Our preferred version…
When I was first introduced to Odoo, I downloaded the book <<Odoo 15 Development Essentials – Fifth Edition>> by Daniel Reis to learn how to develop for Odoo. This book has fifty chapters and I must be ready to work…