DEV Community

Anh Trần Tuấn profile picture

Anh Trần Tuấn

404 bio not found

Joined Joined on  Personal website https://tuanh.net/
What and How to Configure Spring Profiles?

What and How to Configure Spring Profiles?

Comments
3 min read
What is @Configuration Annotation in Spring?

What is @Configuration Annotation in Spring?

Comments
3 min read
What is the Spring Bean Lifecycle?

What is the Spring Bean Lifecycle?

Comments
3 min read
4 Ways to Prevent XSS Attacks: A Comprehensive Guide

4 Ways to Prevent XSS Attacks: A Comprehensive Guide

Comments
3 min read
How Component Scanning Works in Spring Framework?

How Component Scanning Works in Spring Framework?

Comments
3 min read
What Is a Shutdown Hook in Java and How Can You Use It Effectively?

What Is a Shutdown Hook in Java and How Can You Use It Effectively?

4
Comments
3 min read
What is Inversion of Control?

What is Inversion of Control?

Comments
3 min read
Reasons to Use Database Partitioning: What Is It and Why It Matters?

Reasons to Use Database Partitioning: What Is It and Why It Matters?

Comments
4 min read
Handling Multithreading in Java with Completable Future

Handling Multithreading in Java with Completable Future

Comments
3 min read
Understanding the Difference Between ClassNotFoundException and NoClassDefFoundError

Understanding the Difference Between ClassNotFoundException and NoClassDefFoundError

Comments
3 min read
How to Set Up SSL: A Step-by-Step Guide

How to Set Up SSL: A Step-by-Step Guide

Comments
3 min read
Reasons Why Semantic Validation is Crucial in a Spring Boot Application

Reasons Why Semantic Validation is Crucial in a Spring Boot Application

Comments
4 min read
How to Secure APIs in Microservices with Spring Boot

How to Secure APIs in Microservices with Spring Boot

Comments
3 min read
Understanding Serialization and Deserialization: Methods, Examples, and Best Practices

Understanding Serialization and Deserialization: Methods, Examples, and Best Practices

Comments
3 min read
Deploying CI/CD in Microservices with Kubernetes Using Jenkins

Deploying CI/CD in Microservices with Kubernetes Using Jenkins

Comments
3 min read
What Does the @SpringBootApplication Annotation Do?

What Does the @SpringBootApplication Annotation Do?

Comments
3 min read
Bulk Insert in Spring Boot: A Comprehensive Guide

Bulk Insert in Spring Boot: A Comprehensive Guide

Comments
5 min read
Methods to Implement the Open/Closed Principle (OCP) in Your Code

Methods to Implement the Open/Closed Principle (OCP) in Your Code

Comments
3 min read
Understanding Autowiring in Spring

Understanding Autowiring in Spring

Comments
3 min read
4 Reasons Why You Should Follow the DRY Principle in Software Development

4 Reasons Why You Should Follow the DRY Principle in Software Development

Comments
3 min read
CORS with Spring Security 6

CORS with Spring Security 6

Comments
3 min read
Understanding PUT vs PATCH: Key Differences and Use Cases

Understanding PUT vs PATCH: Key Differences and Use Cases

Comments
3 min read
PostgreSQL: Write-Ahead Logging (WAL)

PostgreSQL: Write-Ahead Logging (WAL)

Comments
3 min read
Methods for Overloading the main() Method in Java: Can It Be Done?

Methods for Overloading the main() Method in Java: Can It Be Done?

Comments
2 min read
What You Need to Know About Virtual Threads in Java

What You Need to Know About Virtual Threads in Java

Comments
3 min read
Can Private or Static Methods Be Overridden in Java? Here’s What You Need to Know

Can Private or Static Methods Be Overridden in Java? Here’s What You Need to Know

Comments
3 min read
Spring Boot: Integrating with External Services via Client Libraries

Spring Boot: Integrating with External Services via Client Libraries

Comments
3 min read
Understanding Association, Aggregation, and Composition in Object-Oriented Programming

Understanding Association, Aggregation, and Composition in Object-Oriented Programming

Comments
3 min read
Essential Tips for Coding in Java

Essential Tips for Coding in Java

Comments
5 min read
Understanding CSRF: Methods to Protect Your Applications from Cross-Site Request Forgery

Understanding CSRF: Methods to Protect Your Applications from Cross-Site Request Forgery

Comments
3 min read
What is Fork/Join Framework in Java?

What is Fork/Join Framework in Java?

Comments
3 min read
The secrets that no one tells you about why your system can not scale up?

The secrets that no one tells you about why your system can not scale up?

Comments
9 min read
Facts About the Differences Between localhost, 127.0.0.1, and host.docker.internal

Facts About the Differences Between localhost, 127.0.0.1, and host.docker.internal

Comments
3 min read
Microservices: Monitoring and Observing with Zipkin and Jaeger

Microservices: Monitoring and Observing with Zipkin and Jaeger

Comments
4 min read
StatefulSets and Deployments in Kubernetes

StatefulSets and Deployments in Kubernetes

Comments
5 min read
Tips to Understand the Difference Between Propagation.REQUIRED and REQUIRES_NEW

Tips to Understand the Difference Between Propagation.REQUIRED and REQUIRES_NEW

Comments
3 min read
Spring Boot Test for Application Testing

Spring Boot Test for Application Testing

Comments
3 min read
Reasons Why You Should Understand the Differences Between JPA and Hibernate

Reasons Why You Should Understand the Differences Between JPA and Hibernate

Comments
3 min read
Dynamic Proxy in Spring: A Comprehensive Guide with Examples and Demos

Dynamic Proxy in Spring: A Comprehensive Guide with Examples and Demos

Comments
7 min read
Reasons Why Understanding JDBC Driver Types Is Crucial for Java Developers

Reasons Why Understanding JDBC Driver Types Is Crucial for Java Developers

Comments
3 min read
Building a Kubernetes Cluster from Scratch: A Detailed Guide

Building a Kubernetes Cluster from Scratch: A Detailed Guide

Comments
6 min read
What is the Difference Between “Reader-Writer” Lock and “ReentrantReadWriteLock” in Java: Which Is More Flexible?

What is the Difference Between “Reader-Writer” Lock and “ReentrantReadWriteLock” in Java: Which Is More Flexible?

Comments
2 min read
Spring Cloud Config with Managing Application Configuration

Spring Cloud Config with Managing Application Configuration

Comments
4 min read
Top 10 Key Differences Between HashSet and TreeSet in Java

Top 10 Key Differences Between HashSet and TreeSet in Java

Comments
3 min read
Spring Boot Applications with Docker and Kubernetes

Spring Boot Applications with Docker and Kubernetes

Comments
2 min read
Methods to Differentiate Between Inheritance and Composition in Object-Oriented Programming

Methods to Differentiate Between Inheritance and Composition in Object-Oriented Programming

Comments
2 min read
How to leverage Spring Boot for building microservices?

How to leverage Spring Boot for building microservices?

1
Comments
3 min read
What is the Purpose of the “Transient” Keyword in Java? How to Effectively Use It?

What is the Purpose of the “Transient” Keyword in Java? How to Effectively Use It?

Comments
2 min read
Methods to Implement Optimistic Locking in JDBC for High-Performance Applications

Methods to Implement Optimistic Locking in JDBC for High-Performance Applications

Comments
2 min read
Spring Boot's Caching Features

Spring Boot's Caching Features

1
Comments 1
3 min read
Persistent Volumes and Persistent Volume Claims

Persistent Volumes and Persistent Volume Claims

Comments
3 min read
Horizontal Pod Autoscaler (HPA) in Kubernetes

Horizontal Pod Autoscaler (HPA) in Kubernetes

Comments
2 min read
Kubernetes Pod Management: Lifecycle and Management

Kubernetes Pod Management: Lifecycle and Management

Comments
5 min read
Command Query Responsibility Segregation Model

Command Query Responsibility Segregation Model

Comments
5 min read
Ways of communication between services in a Microservice system

Ways of communication between services in a Microservice system

Comments
4 min read
Comprehending Deadlocks and Strategies for Resolution

Comprehending Deadlocks and Strategies for Resolution

Comments
4 min read
Scheduling Jobs in Microservices and Illustrative Examples

Scheduling Jobs in Microservices and Illustrative Examples

Comments
4 min read
Stories about Liquibase and how to integrate it into Spring Boot applications

Stories about Liquibase and how to integrate it into Spring Boot applications

Comments
8 min read
Overview of Resource Requests and Limits in Kubernetes

Overview of Resource Requests and Limits in Kubernetes

Comments
2 min read
Readiness and Liveness checks in Kubernetes

Readiness and Liveness checks in Kubernetes

Comments
4 min read
loading...