Notes / tag / appendix

#appendix

64 notes across 6 topics

1 — PromQL Cheat Sheet

A grouped, copy-paste reference of node_exporter PromQL queries for CPU, memory, disk, network, swap, inode, and TCP socket questions.

prometheus appendix book
Jul 18, 2026

4 — Exporter Catalog

A lookup table of exporters covered in this book — key metrics, metric types, and what each metric tells you — for the two exporters with real worked examples in the source material.

prometheus appendix book
Jul 18, 2026

5 — Prometheus Configuration Reference

A field-by-field reference for prometheus.yml — global settings, scrape_configs options, and worked examples pulled from real multi-job configurations.

prometheus appendix book
Jul 18, 2026

6 — Common Anti-Patterns

Three concrete Prometheus anti-patterns seen in this book's source material — high-cardinality labels, invalid/reserved metric naming, and misaligned histogram_quantile buckets — with why each one breaks and where to read the full explanation.

prometheus appendix book
Jul 18, 2026

2 — Recording Rule Cookbook

A cookbook of distinct, ready-to-paste recording rule patterns — currently the only worked examples in this book's source material are already the teaching example in Advanced PromQL, so there isn't yet a second, genuinely different set of recipes.

prometheus appendix book

3 — Alert Rule Cookbook

A cookbook of ready-to-use Prometheus alerting-rule YAML patterns — currently only one worked example exists in this book's source material (the SLO-breach alert in Alerting Rules, Part 06), not yet enough distinct patterns to call this a genuine cookbook.

prometheus appendix book

7 — PCA Exam Cheat Sheet

A condensed one-page PCA exam reference — pending the exam objectives chapter this depends on.

prometheus appendix book

8 — Interview Cheat Sheet

A condensed one-page interview-prep reference — pending the interview-question bank this depends on.

prometheus appendix book

1 — SQL Cheat Sheet

A quick-reference cheat sheet of SQL syntax across DDL, DML, joins, aggregation, and window functions.

dbms appendix book

10 — MySQL EXPLAIN Cheat Sheet

A quick-reference cheat sheet for reading MySQL EXPLAIN output.

dbms appendix book

11 — Top 200 MAANG DBMS Interview Questions

A running list of the top 200 DBMS interview questions asked at MAANG-tier companies.

dbms appendix book

12 — DBMS Glossary

A glossary of core DBMS terminology used throughout this book.

dbms appendix book

13 — Further Reading

A curated list of papers, books, and blogs for going deeper on database internals.

dbms appendix book

2 — Relational Algebra Cheat Sheet

A quick-reference cheat sheet of relational algebra operators and their SQL equivalents.

dbms appendix book

3 — Normalization Cheat Sheet

A quick-reference cheat sheet of the normal forms and the anomaly each one eliminates.

dbms appendix book

4 — Isolation Levels Matrix

A matrix cross-referencing isolation levels against the concurrency anomalies each one permits or prevents.

dbms appendix book

5 — Lock Compatibility Matrix

A compatibility matrix for lock modes used in concurrency control.

dbms appendix book

6 — Join Algorithms Comparison

A side-by-side comparison of join algorithms and their cost characteristics.

dbms appendix book

7 — Index Selection Guide

A decision guide for choosing an index type and columns for a given query pattern.

dbms appendix book

8 — Database Selection Decision Matrix

A decision matrix for choosing between SQL and NoSQL databases based on workload characteristics.

dbms appendix book

9 — PostgreSQL EXPLAIN Cheat Sheet

A quick-reference cheat sheet for reading PostgreSQL EXPLAIN and EXPLAIN ANALYZE output.

dbms appendix book

# Infrastructure Platform Engineering

All Infrastructure Platform Engineering notes →

1 — Common Ports

A reference table of common ports across the 20–65535 range and the services conventionally bound to them.

networks appendix book

10 — Wireshark Filters

A cheat sheet of commonly used Wireshark display filters for isolating traffic during packet analysis.

networks appendix book

11 — tcpdump Cheat Sheet

A cheat sheet of common tcpdump invocations and filter expressions for capturing traffic from the command line.

networks appendix book

12 — curl Cheat Sheet

A cheat sheet of common curl flags and invocations for debugging HTTP requests from the command line.

networks appendix book

13 — Linux Networking Commands

A consolidated command reference for Linux networking tools — ss, ip, netstat, route, traceroute, and ping.

networks appendix book

14 — Kubernetes Networking Commands

A consolidated command reference for debugging Kubernetes networking — kubectl exec, ephemeral containers, and Cilium monitor.

networks appendix book

15 — Cloud Networking Terminology

A glossary of cloud networking terminology — VPC, VNet, NSG, peering, and related terms — for quick lookup across cloud providers.

networks appendix book

16 — Common Interview Pitfalls

A list of common networking interview pitfalls and the misconceptions behind each one.

networks appendix book

2 — HTTP Status Codes

A reference table of HTTP status codes grouped by class, with what each one actually signals.

networks appendix book

3 — TCP Flags

A reference table of the TCP header's control flags — SYN, ACK, FIN, RST, PSH, URG — and what each means in a packet capture.

networks appendix book

4 — ICMP Message Types

A reference table of ICMP message types and codes, including the ones behind ping and traceroute.

networks appendix book

5 — CIDR Cheat Sheet

A CIDR notation cheat sheet mapping prefix length to subnet size and usable host count.

networks appendix book

6 — IPv4 Reserved Ranges

A reference table of reserved and special-use IPv4 address ranges — private ranges, loopback, link-local, and multicast.

networks appendix book

7 — IPv6 Address Types

A reference table of IPv6 address types — unicast, multicast, anycast, link-local, and unique local — and how to recognize each.

networks appendix book

8 — TLS Cipher Suites

A reference table of TLS cipher suites and what their naming convention actually encodes.

networks appendix book

9 — DNS Record Types

A consolidated reference table of DNS record types for quick lookup alongside Part IV's DNS chapters.

networks appendix book

# Object Oriented Programming

All Object Oriented Programming notes →

1 — UML Class Diagrams

Reference appendix entry for sketching class diagrams — classes, attributes, methods, and relationship notation used throughout this book.

object-oriented-programming appendix book

10 — 200+ MAANG OOP Interview Questions

Reference bank of 200+ OOP interview questions spanning conceptual, coding, and design-interview formats.

object-oriented-programming appendix book

2 — UML Sequence Diagrams

Reference appendix entry for sequence diagrams — object interactions and message ordering over time.

object-oriented-programming appendix book

3 — UML State Diagrams

Reference appendix entry for state diagrams — modeling object lifecycle and state transitions.

object-oriented-programming appendix book

4 — UML Activity Diagrams

Reference appendix entry for activity diagrams — modeling control flow and business logic across objects.

object-oriented-programming appendix book

5 — Common OOP Interview Pitfalls

Reference appendix entry cataloging recurring mistakes candidates make when applying OOP concepts under interview pressure.

object-oriented-programming appendix book

6 — OOP Cheat Sheet

One-page reference summarizing every OOP concept covered in this book for rapid pre-interview review.

object-oriented-programming appendix book

7 — SOLID Cheat Sheet

One-page reference summarizing the five SOLID principles and their interview-ready one-liners.

object-oriented-programming appendix book

8 — Design Pattern Selection Matrix

Reference matrix mapping problem shapes to the GoF pattern that solves them, for quick pattern selection under interview time pressure.

object-oriented-programming appendix book

9 — Language Feature Comparison

Side-by-side comparison of how Java, C#, C++, Python, and TypeScript implement core OOP features.

object-oriented-programming appendix book

1 — Productivity Framework Cheat Sheets

One-page summaries of every named framework in this book — Eisenhower Matrix, GTD, PARA, Zettelkasten — for a fast lookup without re-reading the chapter.

productivity appendix reference

10 — Engineering Productivity Toolkit

A checklist of tools and defaults referenced across Part 11 — linters, snippet managers, local dev loop shortcuts — kept as a single reference list.

productivity appendix reference

2 — Planning Templates

The blank planning templates referenced across Part 02 and Part 14 — annual, quarterly, and weekly planning sheets in one place.

productivity appendix reference

3 — Weekly Review Checklist

A condensed checklist version of the Weekly Review template in Part 14, for a faster end-of-week pass.

productivity appendix reference

4 — Goal-Tracking Templates

Pointer to the Life Vision and Goal Progress journal templates in Part 02, the working goal-tracking artifacts this book actually uses.

productivity appendix reference

5 — Habit Tracker Templates

Pointer to the Habit Tracker journal template in Part 09, the working habit-tracking artifact this book actually uses.

productivity appendix reference

6 — Decision Journal Template

Pointer to the Decision Journal template in Part 08, the working decision-tracking artifact this book actually uses.

productivity appendix reference

7 — Meeting Notes Template

A minimal template for capturing a meeting's decisions and owners — the artifact Part 10's Meeting Management chapter assumes exists.

productivity appendix template

8 — Reading Workflow

The end-to-end intake pipeline for a technical book — from queueing it to a note landing in the second brain — that Part 06's Reading Technical Books chapter assumes.

productivity appendix reference

9 — Knowledge Capture Workflow

The step-by-step path an idea takes from a fleeting capture to a linked, atomic note — the mechanical process underneath Part 05.

productivity appendix reference