Nginx Basic
[Nginx 101] Công dụng thật sự của Nginx trong quá trình deploy hệ thống là gì ?
Last Updated On April 18, 2025
Software Engineer, Philosophy & Psychology Interest
[Nginx 101] Công dụng thật sự của Nginx trong quá trình deploy hệ thống là gì ?
Last Updated On April 18, 2025
[Docker + Nginx] Config Nginx cơ bản cho SPA (React) & Spring Boot trong Docker
Last Updated On April 18, 2025
[Scalability] Làm sao để tối ưu hệ thống khi có 1 triệu user truy cập cùng 1 lúc ?
Last Updated On April 17, 2025
Rate limiting is a crucial design pattern used in distributed systems to control the rate of incoming requests or traffic to a service. It helps protect services from being overwhelmed, ensures fair resource usage, and maintains system stability.
Last Updated On April 17, 2025
In gRPC, streaming is used when a simple request-response pattern (like in typical HTTP APIs) isn’t sufficient—usually due to performance, real-time data needs, or the nature of the communication. gRPC supports four types of communication:
Last Updated On April 17, 2025
[Event-Driven Architecture] Làm thế nào EDA giúp hệ thống scale và xử lý bất đồng bộ hiệu quả ?
Last Updated On April 17, 2025
[Consistency Trap] Làm sao để đảm bảo dữ liệu nhất quán khi scale microservices ?
Last Updated On April 17, 2025
The Circuit Breaker pattern is a crucial design pattern in distributed systems that helps prevent cascading failures and provides resilience when dealing with external dependencies. Similar to an electrical circuit breaker that trips when there’s too much current, this pattern monitors for failures and “trips” when a service is failing too frequently.
Last Updated On April 17, 2025
Here is 4 types of isolation level MySQL when handle concurrency processing in database.
Last Updated On April 15, 2025
Here is some common design patterns in cloud architecture, applying to design software to fulfill with 5 well-architectured pillar: Reliability, Security, Performance Efficiency, Cost Optimization, Performance Efficiency
Last Updated On April 10, 2025
A breif about advanced skills in backend programming.
Last Updated On April 02, 2025
Last Updated On April 18, 2025
[Nginx 201] Làm sao để backend scale 20 instance mà Nginx không cần sửa tay ?
Last Updated On April 18, 2025