Tech with Maddy | Tech and Writing

Tech with Maddy | Tech and Writing

Follow
Follow
homeJavaSpring BootSoftware EngineeringCareer DevelopmentTechnical Writingbadgesnewsletter
Series

Spring Boot

This series is all about Spring Boot and the Spring Framework.

Articles in this series

How To Update Or Insert A Record In Spring Data JPA

Jun 20, 20222 min read

Do you want to know how to update or insert a new record using Spring Boot? This article is for you. Let's imagine the following scenarios: We have...

How To Update Or Insert A Record In Spring Data JPA

Replace a JPA entity with a DTO

May 30, 20224 min read

Have you ever come across a Sonar vulnerability issue such as: Replace this persistence entity with a POJO or DTO object. This happens when you pass...

Replace a JPA entity with a DTO

Create A Full-Stack Java App Using Hilla

May 16, 20225 min read

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

Create A Full-Stack Java App Using Hilla

Difference Between Put and Patch Requests in Spring Boot

Jan 10, 20223 min read

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

Difference Between Put and Patch Requests in Spring Boot

Testing with Spring Boot

Dec 4, 20217 min read

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

Testing with Spring Boot

How to Create a Spring Boot REST API

Nov 21, 20217 min read

Spring Boot allows you to easily generate a project to create REST APIs. This article will show you how to create a REST API with Spring Boot from...

How to Create a Spring Boot REST API