Articles in this series
I've recently come across Hilla, probably on Twitter, and decided to have a play around with it and find out what it does. This article will serve as an introduction to Hilla. Let's start. What is Hilla? Hilla is a web framework that uses Java Spring...
Have you ever wondered the exact difference between a PUT and a PATCH HTTP request? In this article, I will provide you with some examples to show you the difference between a PUT and a PATCH request. If you haven't read my previous article about " ...
In my previous article, we created a Spring Boot REST API application, but I didn't include the tests. In the real world, we would have to write them, so in this article, I will show how to write Unit Tests on a Spring Boot application. WHAT IS UNIT...
In my previous article, I wrote about Spring Boot Architecture. I think Spring Boot is great to create REST APIs. If you're wondering what a REST API is, "REST" stands for Representational State Transfer. It's a way to communicate between applicati...
This article will explain how the Spring Boot architecture operates. Let's start. WHAT IS SPRING BOOT? Spring Boot is built on top of the Spring Framework. It's a more automated and simplified version of Spring. Spring Boot reduces manual configurat...