Giám sát ứng dụng Spring Boot với Prometheus và Grafana
🗓️ Aug 10, 2025 📂 Spring Boot, Monitoring, DevOps Trong bài viết này, chúng ta sẽ cùng xây dựng hệ thống monitoring (giám sát) cho ứng dụng Spring Boot bằng cách sử dụng: 📈 Prometheus để...
🗓️ Aug 10, 2025 📂 Spring Boot, Monitoring, DevOps Trong bài viết này, chúng ta sẽ cùng xây dựng hệ thống monitoring (giám sát) cho ứng dụng Spring Boot bằng cách sử dụng: 📈 Prometheus để...
Most tutorials use Spring Security for handling JWT authentication. While it’s powerful, it’s also complex and full of “magic”. What if you want to learn the internals? In this post, we’ll build a...
Interceptors are a powerful but often overlooked feature of Spring Boot. They allow you to intercept every HTTP request before it reaches your controller — perfect for logging, authentication, or c...
Trong bài viết này, chúng ta sẽ xây dựng một hệ thống xác thực người dùng bằng Spring Security kết hợp với JSON Web Token (JWT) – một kỹ thuật phổ biến để bảo vệ REST API. 💡 Ý tưởng Người dù...
When your system scales into multiple microservices, managing secure access across services becomes essential. A centralized authentication mechanism (SSO) ensures a consistent security policy and ...
Implementing JWT authentication is common, but securing it properly with refresh token rotation is a next-level skill. In this guide, we will: Issue access and refresh tokens Store refresh to...
Trong bài viết này, mình sẽ chia sẻ cách tạo một nút (JButton) có góc bo tròn trong Java Swing – một bước nhỏ nhưng rất quan trọng khi bạn muốn làm giao diện hiện đại hơn. 🧩 Vấn đề Mặc định, JBut...