Database schema design aspects for backend apps

4 min read

Common problems faced by Database Architects in their work can be successfully resolved if the right strategy is chosen...

Blue-green deployments strategy

3 min read

Despite the fact that doubling of resources is required, the Blue-green strategy allows achieving zero downtime throughout the entire cycle of system development...

Database Schema Migration Tools Choice Dilemma

4 min read

We successfully adopted a brand-new and fully framework-agnostic tool for our database's schema migrations...

The evolution of database storage devices

4 min read

A funny look back into the history of how the storage devices evolved at the last 30 years...

Grouping database table columns the right way

3 min read

Sometimes a simple alternation of columns in a table can lead to completely different results, which we all aspire to...