
How AI Change The Way I Work as A Software Engineer
Hi everyone, Brilian here. Today, I'm writing differently than usual. Instead of a deep dive into technology, I
Subscribe for free to gain full access to in-depth guides on software development, architecture, and optimization strategies.
Hi everyone, Brilian here. Today, I'm writing differently than usual. Instead of a deep dive into technology, I
When you're building complex microservices that handle a lot of traffic, failure becomes a normal part of the
Consistency in a database is crucial when building a system that serve many users. Imagine maintaining a concert booking system,
Garbage collection (GC) is a method provided by programming languages to clear up memory space from data that is no
When developing a product that handles extensive data and is used by many people, ensuring a swift response from your
Hi everyone, Brilian here. Today, I'm writing differently than usual. Instead of a deep dive into technology, I
Have you ever spent hours trying to debug an error that randomly appears for some users but vanishes when you
When you're building complex microservices that handle a lot of traffic, failure becomes a normal part of the
Breaking changes happen. These are changes that break the integration between your system and the consumer of your API, in
Consistency in a database is crucial when building a system that serve many users. Imagine maintaining a concert booking system,
Garbage collection (GC) is a method provided by programming languages to clear up memory space from data that is no
When developing a product that handles extensive data and is used by many people, ensuring a swift response from your
Today, we're diving into the world of caching. Caching is a secret weapon for building scalable, high-performance systems.
Hi everyone, Brilian here. We all know what it's like to juggle tasks, learn new technologies constantly, and
An incident is an unplanned event affecting the system’s customer experience. This could be system failure, errors, slow performance,
A retry mechanism is a critical component of many modern software systems. It allows our system to automatically retry failed
ℹ️New Article: How a Database Index Works and How to Use It Effectively How Would You Store Your User&