~/writing/recent
Recent Files
-
File 01
JavaScript Async Demystified: Event Loop, Promises, and async/await
A practical mental model for async JavaScript, covering the event loop, Promises, Promise utilities, async/await, and error handling.
-
File 02
Building a TUI to Tailor a Resume for a Job Offer
I built Resumer to make resume tailoring less repetitive: pick a PDF, paste a job link, answer a few questions, and export a cleaner version.
-
File 03
Building a Terminal-Inspired Blog with Astro
A simple look at how this Astro blog uses Markdown content, reusable layouts, and terminal-inspired styling without overcomplicating the setup.
-
File 04
Markdown Style Guide
A simple reference for common Markdown patterns used in this Astro blog, with a small note about inline HTML where needed.