Introduction to Cassandra: The NoSQL Database for Scalable Applications

Explore Cassandra, the distributed NoSQL database designed for high availability and scalability.

June 29, 2024 · 4 min · 703 words · Bá Tới

What is BASE Principle?

The BASE principle is a set of design principles that help developers create more scalable and available distributed systems. In this article, we will explore the concept of the BASE principle, its origins, and its applications in distributed systems.

June 3, 2024 · 3 min · 541 words · Bá Tới

Page caching - Combining Page Caching in Rails with Nginx Memory Caching

Combining page caching in Rails with Nginx’s memory caching capabilities can greatly enhance the performance and scalability of web applications. In this guide, we’ll demonstrate how to implement page caching in a Rails application and configure Nginx with memory caching to further optimize performance.

August 7, 2021 · 2 min · 335 words · Bá Tới