Distributed Databases in 5 mins

Distributed databases are powerful data management systems that distribute data across multiple locations. Main Features * Transparency: Users do not need to know where data is stored, as the system conceals this detail. * Fault Tolerance: The system continues to function even when some components fail by creating copies of the data

Testcontainers with Podman in Golang

Recently I was working with integration tests in a small project written in Golang. The crucial part of the project is working with a database. The best option to check if service works correctly woth a database is run real database and check changes. Golang has amazing SDK to work

Re-arrange schedule to improve performance

A retrospective analysis showed numerous complaints from the team regarding meetings. To better understand the situation, I asked my teammates to provide their calendars from the past month so I could analyze the frequency of developer meetings. So, I notice, that: * As is often the case in large corporations, there

Remove the indents in a sequence diagram in PlantUML

I like PlantUML for its super-simple syntax that allows me to create visualizations for complex operations or flows. Sometimes, a sequence diagram is needed to remove space between messages. And PlantUML supports it! Just define !pragma teoz true, and the new Teoz engine processes a diagram. Add & to the