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/
Heap Memory vs Stack Memory in Java

Heap Memory vs Stack Memory in Java

Comments
5 min read
Secrets to Effective Memory Management in GraalVM Native Image

Secrets to Effective Memory Management in GraalVM Native Image

Comments
5 min read
Techniques for Implementing an Effective Anticorruption Layer in Your System

Techniques for Implementing an Effective Anticorruption Layer in Your System

Comments
4 min read
Why Thread-per-Request and Reactive Programming Models Differ in Performance and Scalability

Why Thread-per-Request and Reactive Programming Models Differ in Performance and Scalability

Comments
4 min read
Using Bitwise Operations to Manage Permissions in Java Web Development

Using Bitwise Operations to Manage Permissions in Java Web Development

Comments
4 min read
Escaping Strings in Java: How to Handle Special Characters Effectively

Escaping Strings in Java: How to Handle Special Characters Effectively

Comments
4 min read
Secrets of RxJava: Why It’s the Key to Managing Asynchronous Operations in Java

Secrets of RxJava: Why It’s the Key to Managing Asynchronous Operations in Java

Comments
5 min read
Integer Caching in Java: How It Works and Why It Matters

Integer Caching in Java: How It Works and Why It Matters

Comments
4 min read
Facts About Marker Interfaces in Java

Facts About Marker Interfaces in Java

Comments
5 min read
Integrating Spring Data JPA with NoSQL Databases: A Step-by-Step Guide with Code Examples and Results

Integrating Spring Data JPA with NoSQL Databases: A Step-by-Step Guide with Code Examples and Results

Comments
4 min read
Master Window Functions in MySQL: A Complete Guide with Examples

Master Window Functions in MySQL: A Complete Guide with Examples

Comments
3 min read
Methods for Combining INSERT and UPDATE in PostgreSQL for Efficient Data Management

Methods for Combining INSERT and UPDATE in PostgreSQL for Efficient Data Management

Comments
4 min read
Methods for Implementing Feature Flag Management in Your Spring Boot Application

Methods for Implementing Feature Flag Management in Your Spring Boot Application

Comments
3 min read
Strategies to Implement the Transactional Outbox Pattern for Reliable Microservices Communication

Strategies to Implement the Transactional Outbox Pattern for Reliable Microservices Communication

Comments
4 min read
Understand the Difference Between @RequiredArgsConstructor, @AllArgsConstructor, and @NoArgsConstructor in Lombok

Understand the Difference Between @RequiredArgsConstructor, @AllArgsConstructor, and @NoArgsConstructor in Lombok

Comments
3 min read
Why etcd is Essential for Kubernetes: A Comprehensive Guide

Why etcd is Essential for Kubernetes: A Comprehensive Guide

Comments
6 min read
Managing Configuration in Kubernetes: Understanding ConfigMaps and Secrets

Managing Configuration in Kubernetes: Understanding ConfigMaps and Secrets

Comments
7 min read
Master Kubernetes Services: A Complete Guide with Examples

Master Kubernetes Services: A Complete Guide with Examples

Comments
10 min read
Why Is Your Kubernetes Pod Stuck in CrashLoopBackOff?

Why Is Your Kubernetes Pod Stuck in CrashLoopBackOff?

Comments
3 min read
Why Webhooks Are Essential for Real-Time Data Integration

Why Webhooks Are Essential for Real-Time Data Integration

Comments
4 min read
How Hibernate ORM Works Under the Hood

How Hibernate ORM Works Under the Hood

Comments
5 min read
Strategies for Implementing Full-Text Search in MySQL

Strategies for Implementing Full-Text Search in MySQL

Comments
4 min read
Unlocking WebSocket Secrets: How WebSockets Work Under the Hood

Unlocking WebSocket Secrets: How WebSockets Work Under the Hood

Comments
5 min read
Default Methods in Java

Default Methods in Java

Comments
2 min read
Secrets of Java's String Pool

Secrets of Java's String Pool

Comments
3 min read
Understanding the High Water Mark

Understanding the High Water Mark

Comments
2 min read
Reasons Why Docker Runs Natively on Linux but Needs Virtualization on Windows

Reasons Why Docker Runs Natively on Linux but Needs Virtualization on Windows

Comments
4 min read
Secrets of URIs, URLs, and URNs: Understanding Their Differences and Uses

Secrets of URIs, URLs, and URNs: Understanding Their Differences and Uses

Comments
3 min read
When Should You Use Threads in Java?

When Should You Use Threads in Java?

Comments
4 min read
Secrets of Distributed Locks

Secrets of Distributed Locks

Comments
5 min read
Ways to Speed Up Spring Boot Application Startup Time

Ways to Speed Up Spring Boot Application Startup Time

Comments
5 min read
Mastering Java Generics: A Comprehensive Guide with Code Examples

Mastering Java Generics: A Comprehensive Guide with Code Examples

Comments
3 min read
Understanding and Managing Tablespace in MySQL

Understanding and Managing Tablespace in MySQL

Comments
4 min read
Handling the "Forwarded" Header in Spring Boot Applications

Handling the "Forwarded" Header in Spring Boot Applications

Comments
4 min read
Secrets Behind Deleting or Updating Records in PostgreSQL

Secrets Behind Deleting or Updating Records in PostgreSQL

Comments
5 min read
Strategies to Optimize PostgreSQL Performance Using VACUUM

Strategies to Optimize PostgreSQL Performance Using VACUUM

Comments
4 min read
Techniques for Storing JSON Documents in PostgreSQL

Techniques for Storing JSON Documents in PostgreSQL

Comments
3 min read
Methods for Storing Boolean Values in MySQL

Methods for Storing Boolean Values in MySQL

Comments
3 min read
Relational Database Partition with Example

Relational Database Partition with Example

Comments
3 min read
Techniques for Leveraging ReBAC: A Comprehensive Guide

Techniques for Leveraging ReBAC: A Comprehensive Guide

Comments
4 min read
How Does CAPTCHA Work?

How Does CAPTCHA Work?

1
Comments
4 min read
Secure User Passwords in a Database

Secure User Passwords in a Database

Comments
4 min read
Reasons to Use WireMock for Testing REST APIs in Spring Boot Applications

Reasons to Use WireMock for Testing REST APIs in Spring Boot Applications

Comments
4 min read
Tips to Avoid NullPointerException in Java

Tips to Avoid NullPointerException in Java

Comments
3 min read
Methods for Efficient Large File Processing in Spring Boot

Methods for Efficient Large File Processing in Spring Boot

Comments
6 min read
Master Local Variable Type Inference in Java: A Guide to Using var Effectively

Master Local Variable Type Inference in Java: A Guide to Using var Effectively

Comments
4 min read
Understanding JWE: Structure, Operations, Advantages, Disadvantages, and How to Create One

Understanding JWE: Structure, Operations, Advantages, Disadvantages, and How to Create One

Comments
6 min read
Reasons Why Rainbow Table Attacks Are Dangerous and How Salting Passwords Protects Against Them

Reasons Why Rainbow Table Attacks Are Dangerous and How Salting Passwords Protects Against Them

Comments
5 min read
OSI Model Overview

OSI Model Overview

Comments
5 min read
Using CountDownLatch in Java: A Deep Dive with Code Examples and Demos

Using CountDownLatch in Java: A Deep Dive with Code Examples and Demos

Comments 1
4 min read
Understanding Runnable and Callable in Java: Examples and Code Demos

Understanding Runnable and Callable in Java: Examples and Code Demos

Comments 1
3 min read
Methods to Optimize Database Queries Using Query Hints in Spring Data JPA

Methods to Optimize Database Queries Using Query Hints in Spring Data JPA

Comments
3 min read
Techniques for Managing Session, Cookie, JWT, and SSO

Techniques for Managing Session, Cookie, JWT, and SSO

Comments
6 min read
Techniques for Implementing Callbacks in Java: Code Examples and Results

Techniques for Implementing Callbacks in Java: Code Examples and Results

Comments
3 min read
Tips for Saving Redis Memory: Essential Techniques for Efficient Resource Management

Tips for Saving Redis Memory: Essential Techniques for Efficient Resource Management

Comments
3 min read
PostgreSQL Functions Overview

PostgreSQL Functions Overview

Comments
3 min read
Techniques for Implementing the Service Locator Pattern in Java

Techniques for Implementing the Service Locator Pattern in Java

1
Comments
3 min read
Techniques for Mastering Spring Interceptors: Detailed Guide with Examples

Techniques for Mastering Spring Interceptors: Detailed Guide with Examples

Comments
3 min read
Reasons to Use Architecture as Code for Efficient Infrastructure Management

Reasons to Use Architecture as Code for Efficient Infrastructure Management

Comments
5 min read
Reasons Redis is Single-Threaded Yet Exceptionally Fast

Reasons Redis is Single-Threaded Yet Exceptionally Fast

Comments
2 min read
loading...