Recent Articles

Getting Started With AWS SQS and Spring Cloud

Spring Cloud is a suite of projects containing many of the services required to make an application cloud-native by conforming to the 12-Factor principles.

Read more

Securing Data in AWS

Amazon Web Services provide many possibilities to secure data in the cloud. In this article, we will have a closer look at how to encrypt different types of data at rest on AWS.

Read more

Creating and Analyzing Thread Dumps

A thread is a basic path of execution in a program. Most of the applications we build today execute in a multi-threaded environment.

Read more

Designing an AWS CDK Project with Java

In the article “Getting Started with AWS CDK”, we have already deployed a Spring Boot application to AWS with the CDK.

Read more

Exploring a Spring Boot App with Actuator and jq

Spring Boot Actuator helps us monitor and manage our applications in production. It exposes endpoints that provide health, metrics, and other information about the running application.

Read more

Clean Unit Tests with Mockito

In this article we will learn how to mock objects with Mockito. We’ll first talk about what test doubles are and then how we can use them to create meaningful and tailored unit tests.

Read more