
Java Backend: Handling Exceptions in JAX-RS & Java Servlets
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...
posts
Discover practical frontend and backend solutions through our blog articles, packed with tips, tutorials, and coding insights to streamline your development journey.

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...

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...

When using Linux, especially in a virtual environment, often devops may face with a necessity of accessing its host by the name, not by IP...