~/writing/recent
Recent Files
-rw--r--r- google-job-interview.md
Interviewing at Google: What I Learned by Failing the Technical Round
A Google recruiter reached out to me directly. I passed the screening, aced the Googleyness interview, and got stuck on the technical one. Here is the whole story and what I took away from it.
- #career
- #interview
- #algorithms
-rw--r--r- 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: 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
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