Bruno is the latest kid on the block when it comes to API testing. Many of us are familiar with API clients such as Postman or Insomnia. Unfortunately, these useful tools haven’t been spared from the ongoing enshitification, so I’ve been looking for alternatives. It seems like Bruno hits the sweet spot.
Category: Programming
“Who killed Agile?”, asks Jon Kerry, co-author of the Agile Manifesto, expressing dismay at how ugly his poster child has become
A new scheme for versioning software projects is gaining popularity: Calendar Versioning. Instead of arbitrary version numbers of SemVer standard, it suggests using release dates. Maybe a good idea for your project?
I needed a function to check if the point belongs to a line between two other points. Let’s see how ChatGPT can be helpful!
Interesting developments in TypeScript community. Another open source project announces return to plain JavaScript. Another flame war begins. People are angry and upset that JavaScript refuses to die.
Redis, a popular data store and message bus solution, can be used in countless ways. Simple ‘hello world’ examples fall short of showing all available possibilities. Instead, in this article we focus on several real-life scenarios, where Redis helped us build a resilient modular software architecture.
Launch and manage Linux virtual machines on your development machine with Ubuntu Multipass, an interesting alternative to Docker or VirtualBox.
True story about how I got into programming many many years ago. Full of details, anecdotes, ramblings and nostalgia for the good ol’ early days of computing.
Recent developments in the world of programming languages are intriguing and exciting. Fierce competition between Go and Rust is particularly interesting. There are rainbows and unicorns all over the place. Just look outside the usual JavaScript or Python for a moment.
A blueprint for large Vue JS projects, based on the new and exciting Vite build tool and Lerna monorepo.