About the Stack


Milton's Pencil

Economists often use the pencil as the ultimate example of emergent complexity. A simple yellow pencil is the byproduct of a vast global network: timber from the Pacific Northwest, graphite from Sri Lanka, the brass ferrule holding the eraser in place, the yellow lacquer coating the wood, the pumice and rubber for the eraser, and the massive logistics required to bring all these disparate industries under one roof. No single person knows exactly how to make a pencil from scratch; it is the result of thousands of people cooperating across specialized fields.

Modern web engineering is no different. A single blog post may appear simple, but it is the final output of a "cloud-native supply chain" the words and design choices are mine, but the tools were already here.

The Blueprint

To align with my professional focus on building reliable data transformations—and to keep the process efficient—I treat this blog not as a template, but as a technical project.

Framework: Astro.build

Astro provides the high-performance static site generation (SSG) needed to keep the front end fast and reliable while remaining highly customizable.

Backend: Google Docs API

Instead of a traditional database, I utilize the Google Docs API as a lightweight, serverless CMS. This custom integration serves as a data transformation pipeline for:

  • Academic Tracker: An automated pull of weekly research papers.
  • Progress Dashboard: A custom tracker to compare weekly development goals.
  • Q-Train Log: A daily operational log tracking the reliability of my commute.

Version Control: GitHub

The astro_blog repository serves as the source of truth, managing all site logic and the majority of external technical links.

Infrastructure: Netlify

I use Netlify for hosting and CI/CD pipelines. It provides the enterprise-grade deployment features required to maintain 100% uptime for my personal archive.