> ~/blog
-rw-r--r-- react-hooks.md
# react-hooks.md
React Hooks Demystified: useState, useEffect, useRef, useMemo, useCallback, lazy and Suspense
// A practical mental model for React hooks — from the most basic to the ones that will impress your interviewer. With coffee.
- #react
- #hooks
- #javascript
-rw-r--r-- pomo-doro-tui.md
# pomo-doro-tui.md
Pomo Doro: Building a Sleek, Session-Persistent Pomodoro TUI
// I built Pomo Doro to bring a clean, React-powered Pomodoro timer to the terminal—complete with customizable presets, history tracking, desktop notifications, and crash-proof session persistence.
- #tui
- #react
- #cli
-rw-r--r-- event-loop-promises-async-await.md
# event-loop-promises-async-await.md
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.
- #javascript
- #async
- #promises
-rw-r--r-- resumer-tui.md
# resumer-tui.md
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.
- #tui
- #ai
- #cli
-rw-r--r-- matrix-terminal-blog.md
# matrix-terminal-blog.md
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.
- #astro
- #css
- #design
-rw-r--r-- markdown-style-guide.md
# markdown-style-guide.md
Markdown Style Guide
// A simple reference for common Markdown patterns used in this Astro blog, with a small note about inline HTML where needed.
- #markdown
- #astro
- #guide