
Should I use a framework or libraries?
In the software development world, trends come and go, and often we go through the same cycle again and again. It seems 2024 is the year of …
Browse

In the software development world, trends come and go, and often we go through the same cycle again and again. It seems 2024 is the year of …

You might have heard from IT employees that there is no work-life balance in IT due to unrealistic deadlines, long working hours, etc. I did work …

In this article, I will explain how to build a REST API using Go language for the developers coming from a Java/Spring Boot developer background.

I joined AtomicJar as a Developer Advocate on 1st November 2022. Time flies when you are enjoying your work, doesn’t it? Before joining …

In this tutorial, we will learn how to implement fetch Many-to-Many relationships using jOOQ.

In this tutorial, we will learn how to implement fetch One-to-Many relationships using jOOQ.

In this tutorial, we will learn how to implement fetch One-to-One relationships using jOOQ.

In this tutorial, we will learn how to implement basic CRUD Operations using jOOQ.

In this tutorial, we will learn how to get started with jOOQ for implementing persistence layer in a Spring Boot application.

In this tutorial, we will explore how to implement Service to Service Communication using Client Credentials Flow.

In this tutorial, we will explore how to invoke the secured Resource Server API endpoints from the Client application.

In this tutorial, we will create a Spring Boot Resource Server and secure it with Spring Security OAuth 2.0 using Keycloak.