Setting up Java EE CQRS project using Axon Framework
Today, software development teams have lots of options to choose from, when it comes to programming methodologies, patters, paradigms, etc. The mainstream approach is to treat...
Today, software development teams have lots of options to choose from, when it comes to programming methodologies, patters, paradigms, etc. The mainstream approach is to treat...
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...
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...
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...
Introduction 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)...
One of the common difficulties backend development teams may face with when creating RESTful services is a Cross-origin resource sharing (CORS). Since JAX-RS does not allow...