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/
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
Understanding EnumMap in Java: Benefits, Usage, and Examples

Understanding EnumMap in Java: Benefits, Usage, and Examples

Comments
3 min read
Essential Methods for Using Redis in Common Scenarios: Insights, Examples, and Results

Essential Methods for Using Redis in Common Scenarios: Insights, Examples, and Results

Comments
3 min read
Techniques for Using @NoRepositoryBean in Spring Data JPA: A Comprehensive Guide

Techniques for Using @NoRepositoryBean in Spring Data JPA: A Comprehensive Guide

Comments
3 min read
Techniques for Handling ABA Problems in CAS with Java

Techniques for Handling ABA Problems in CAS with Java

Comments
3 min read
Facts About UUID Versions: Which Version Should You Use and Why?

Facts About UUID Versions: Which Version Should You Use and Why?

Comments
9 min read
How are programming languages created?

How are programming languages created?

Comments
8 min read
Handling LocalDateTime in Distributed Systems: Common Problems and Solutions

Handling LocalDateTime in Distributed Systems: Common Problems and Solutions

Comments
3 min read
Secrets to Choosing the Right Caching Tool in Java with Spring: Ehcache vs. Redis vs. Caffeine

Secrets to Choosing the Right Caching Tool in Java with Spring: Ehcache vs. Redis vs. Caffeine

Comments
5 min read
Tips for Writing Effective Cron Job Time Patterns and Managing Time Zones

Tips for Writing Effective Cron Job Time Patterns and Managing Time Zones

Comments
3 min read
Mastering Connection Timeouts in Microservices: Techniques and Best Practices

Mastering Connection Timeouts in Microservices: Techniques and Best Practices

Comments
3 min read
Understanding the Differences Between SSL, TLS, and mTLS: Methods to Secure Your Web Applications

Understanding the Differences Between SSL, TLS, and mTLS: Methods to Secure Your Web Applications

Comments
6 min read
Reasons to Stop Using RestTemplate in Spring Boot: A Comprehensive Guide

Reasons to Stop Using RestTemplate in Spring Boot: A Comprehensive Guide

1
Comments
4 min read
Mastering Java NIO Library: Features, Code Examples, and Demos Explained

Mastering Java NIO Library: Features, Code Examples, and Demos Explained

Comments
7 min read
Statistics Behind Latency Metrics: Understanding P90, P95, and P99

Statistics Behind Latency Metrics: Understanding P90, P95, and P99

Comments
3 min read
The Secrets Behind Your Browser's Journey

The Secrets Behind Your Browser's Journey

Comments
5 min read
loading...