Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
A few months ago, I started wondering: “How should we actually test database migrations?” (Yes, that...
In this post, we continue to explore ways to free your application from being tightly bound to the...
Implementing migrations into your Golang application? This can be a source of some information while...
Introduction I'm currently building an app using Electron and decided to use SQLite with...
Managing database schema changes can be a complex and error-prone process. As your application...
From the perspective of a monolith, handing over ownership of a piece of data to a microservice feels...
Alembic is a powerful tool for handling SQLAlchemy schema migrations. In real-world projects, you...
🎉 Angular 19 has arrived, and it’s set to revolutionize how we build web applications! This...
Changing a field type in an Ecto embedded schema requires both a code update and a database...
Welcome to the first post in the “.NET Core Web API – Step-by-Step Best Practices” series. In this...