braindump

Designing data intensive applications kleppman PART 1

So I'm going to try reading the entirety of kleppman part 1 today

The first chapter mainly talks about the fundamental. How applications need to have three things: Reliability, the ability for system to work correctly even when faults happen (which it always will); Scalability, the ability for system to fare during increasing load; and lastly maintainability, how application can be easily modified by the engineering teams. We're going to talk about these three things for the rest of the book so remember the difference!

Nevermind I'm going to continue my battery project.