Hi there 👋

From containers to cloud architecture, I like beautiful and simple things

Tracking Row Level changes in PostgreSQL

Ownerships and modification dates often have a huge role in troubleshooting or understanding how applications work. Making last change metadata available can be a game changer in case of bug hunting or to understand how data behaves without digging through logs for hours. Let’s dive in a way of automating this “last update” tracking at the row level in Postgresql. Code is available at github.com/tbobm/postgresql-row-level-changes Automatically Tracking Row-Level Changes in PostgreSQL Managing changes to database records is a crucial part of maintaining data integrity and transparency in a system....

November 4, 2024 · 5 min · 1028 words · Theo "Bob" Massard

Now

Current topics I work on and main interests. I love to post stuff on Github and a lot of my stuff is public: github.com/tbobm TLDR I like to work with highly scalable, efficient and reliable architectures (ideally by building them). Most of my recent experiences have been focused on Media Processing, offering a nice sandbox to try out Event Driven architectures. Coding is now a great part of my day to day life, with a strong intention to write self maintainable code, easy to ready and most importantly, simple things that just work....

August 20, 2024 · 2 min · 246 words · Theo "Bob" Massard