From 40f3059781fbc34118836ef4052e153d3e21ffa9 Mon Sep 17 00:00:00 2001 From: giulianopz <45801466+giulianopz@users.noreply.github.com> Date: Sat, 10 Aug 2024 13:28:32 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20giuliano?= =?UTF-8?q?pz/programming@14cb1b97a85e5daddd9508e1a14dae53a3d4f737=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db.html | 1 + print.html | 4 +++- searchindex.js | 2 +- searchindex.json | 2 +- system-design.html | 3 ++- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/db.html b/db.html index 79e8d6a..b58a154 100644 --- a/db.html +++ b/db.html @@ -188,6 +188,7 @@

Databases &
  • Things You Should Know About Databases
  • Database Normalization Basics
  • Database Indexes Explained
  • +
  • Optimistic vs. Pessimistic Locking
  • Table Compression and Partitioning
  • Things I Wished More Developers Knew About Databases
  • Comparing database types: how database types evolved to meet different needs
  • diff --git a/print.html b/print.html index 276d0d6..85c68ed 100644 --- a/print.html +++ b/print.html @@ -425,6 +425,7 @@

    IntroductionThings You Should Know About Databases
  • Database Normalization Basics
  • Database Indexes Explained
  • +
  • Optimistic vs. Pessimistic Locking
  • Table Compression and Partitioning
  • Things I Wished More Developers Knew About Databases
  • Comparing database types: how database types evolved to meet different needs
  • @@ -492,9 +493,10 @@

    IntroductionSo you want to write a GUI framework
  • The Raft Consensus Algorithm
  • Retries. An interactive study of common retry methods
  • -
  • All my favorite tracing tools: eBPF, QEMU, Perfetto, new ones I built and more
  • Fly.io distributed systems challenges
  • A Distributed Systems Reading List
  • +
  • Metrics, tracing, and logging
  • +
  • All my favorite tracing tools: eBPF, QEMU, Perfetto, new ones I built and more
  • Cloud Computing, Containers & DevOps