
Java Backend: Automatic Database Migration With Flyway
Database migration is essential and integral process of every software development. From the very begging of application development the number of database migration scripts increases with...
posts
Discover practical frontend and backend solutions through our blog articles, packed with tips, tutorials, and coding insights to streamline your development journey.

Database migration is essential and integral process of every software development. From the very begging of application development the number of database migration scripts increases with...

PDF is one of the most widely used format for the web today. Every day people all around the world download PDF files from internet, send...

When developing RESTful applications using `Java Backend`, sooner or later you’ll face with the necessity of handling HTTP errors in a custom way. For example, frontend may...

Nowadays, most of the modern websites are using images for various purposes. Starting from visual content and ending with rich UI/UX, images may represent any kind...

Couple of weeks ago we’ve migrated one of our Node.js backend projects from Babel to Typescript. The reason was mostly because it gives us a much-needed...

While software development of big and small projects at Scalified we often have situations when development environment includes multiple nodes. Starting from Continuous Integration (CI) which...