Entity Framework Core 2.0 introduces compiled queries, a way to speed up access to your data. Let's take a closer look at what they are and how to use them.
With hundreds of available platforms to start your IoT project with, which one do you choose? We shed some light on the subject and look at three of the best choices.
In this post, we take a look at how you can implement a HATEOAS-based RESTful service using Spring Boot. If this sounds interesting, read on for the details!
A backup of the EDB file is available, but there are no transaction logs. How do we bring the DB back to a functional state? Will it be restored with changes made to it?
Application exceptions are essential. Well, only if you want to find out why a user encountered a problem, why an error occurred, and why an application crashed.
Thinking about services while designing your monolith can help you build a monolith that can expand to services later, leading to better feature velocity early on.
Ensuring your Java application is running at peak performance can take some effort. Here's how you can help ensure the performance of your Java application is top notch.