Building multi-architecture container images on GitLab CI
Turns out that Apple Silicon Macs are popular now among software engineers. To make sure the performance of our internal images is top-notch for them as well, I needed to build an …
Turns out that Apple Silicon Macs are popular now among software engineers. To make sure the performance of our internal images is top-notch for them as well, I needed to build an …
Old habits die hard, but having a fresh OS is helping with changing some of them. This time, we are replacing the external service with another external service (Cloudflare Tunnel) …
I moved from one distro to another, but forgot to export GPG keys. This is how I exported them from backup and imported them on the new machine.
After logging in, my laptop in clamshell mode suspends. But it should not. A small update to the logind configuration fixes the issue.
Multitenancy wydaje się proste, dopóki nie zderzy się z realnymi wdrożeniami i compliance. Pokażę dwa sprawdzone podejścia z produkcji: schema-per-tenant w relacyjnej bazie oraz database-per-tenant w bazie dokumentowej z …
Multitenancy may seem straightforward until real-world users and compliance show up. Which approach to multitenancy should we choose, and why is one better than another? In this talk, we will review two production cases …
Multitenancy wydaje się proste, dopóki nie zderzy się z realnymi wdrożeniami i compliance. Pokażę dwa sprawdzone podejścia z produkcji: schema-per-tenant w relacyjnej bazie oraz database-per-tenant w bazie dokumentowej z …