@pltvs
Staff Software Engineer | Docker Captain | Backend, Go, Cloud, DevOps
Coder | Enthusiast of Go.
Nothing here yet.
Feb 19, 2025 · 10 min read · Well-structured and well-documented APIs are a pleasure to work with. And nowadays the standard is OpenAPI, which comes with a good methodology for defining an API interface first, and only then constructing everything around it. This makes it easier...
Join discussion
Jan 28, 2025 · 11 min read · As developers, we spend a lot of time in our terminals. And there are tons of great CLI/TUI tools that can boost our productivity (as well as some that are just fun to use). From managing Git repositories and navigating file systems to monitoring sys...
Join discussion
Jan 8, 2025 · 5 min read · In the past, many code editors were built just for one specific language. To provide rich and smart code editing, tight integration between the editor and the language tooling was a must. On the other hand, there were (and still are) more general-pur...
Join discussion
Jan 7, 2025 · 8 min read · Recently, I published an article about using Testcontainers to emulate external dependencies like a database and cache for backend integration tests. That article also explained the different ways of running the integration tests, environment scaffol...
Join discussion