Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Event Driven Architecture has become a very popular choice in recent times for developing highly...
Introduction: Single Sign-On (SSO) has become an essential feature in modern web...
Hello 👋 You can find the full post on Java Performance Optimization Techniques 1....
Introduction In the part 8 we introduce concept behind Spring Cloud function and in the ...
@RequestMapping is a versatile annotation in Spring that can be used to map HTTP requests to handler...
In day-to-day development, IntelliJ IDEA is the go-to tool for many developers. To further enhance...
Large Language models are becoming smaller and better over time, and, today, models like Llama3.1...
Managing environment-specific configurations can be challenging, but Spring Boot simplifies this...
** With Redis, your Spring Boot app can become faster and handle more traffic without breaking a...
In this blog post, I'll show you how to customize the banner that appears when you start your Spring...
In Spring Security 6, the requestMatchers methods have replaced the deprecated antMatchers,...
An easy-to-follow guide for automating builds with Maven Maven is an essential tool for...
Two common service discovery tools that you might have implemented in a Spring Boot microservice...
Spring Boot Cheat Sheet ...
TL;DR When working with Spring Data JDBC and a jsonb database column, you may face...
For any Spring Boot developer, two primary goals are maximum productivity and high-quality code. One...
As Java continues to evolve, developers are paying close attention to emerging trends that can shape...
Scalability is a critical factor when designing modern backend systems. A well-structured Spring Boot...
Traditionally, Java developers have followed the same standard flow: write Java code, compile it to...
Spring Boot REST API - Returning Response in JSON Format Introduction In this...
Introduction In the part 8 we introduced concepts behind Spring Cloud Function (AWS). In...
When building web applications in Java, choosing the right HTTP client library is crucial for...
Recently, I needed to send a huge file as a response for a REST call 📂. Initially, I thought about...
Spring Boot makes building robust and production-ready applications seamless with its simplicity and...
Multithreading-Design-Patterns Implementing the most used multithreading design patterns...
Creating Custom Annotations for Validation in Spring Boot 1. Overview While...
Note that: Having a private constructor in a class tells the compiler not to provide the default...
There are many people who use Spring Boot's @RequestPart to define an endpoint that receives both...
Quotes Generator 1.controller package com.example.demo.controller; import...
Tracing is crucial for understanding the flow of requests in distributed systems. Kafka, as a...