Engineering

Build logs, postmortems, and systems notes

Engineering
SVG(Scalable Vector Graphics)

Scalable Vector Graphics from the ground up — paths, curves, and drawing with math.

Aug 27, 2023 · 5 min read #FE
Engineering
IaC

Infrastructure as Code — provisioning infrastructure through versioned, machine-readable config.

Jul 19, 2023 · 3 min read #IaC
Engineering
Apache Tomcat

A look at Apache Tomcat — the servlet container behind countless Java web apps.

Jul 4, 2023 · 2 min read #tomcat #apache #java
Engineering
OOP

Objects, attributes, and methods — the core ideas behind object-oriented programming.

Jun 19, 2023 · 1 min read