Notes
My notes from books, videos, articles, and other content
Vibe Engineering Effect Apps: Just Clone the Repo
Michael Arnaldi's workshop on building Effect apps with coding agents. The single trick: clone the library repo as a git subtree so the agent reads source code instead of fighting stale docs.
Read More→Writing Good Tests for Vue Applications
A principle-driven guide to testing Vue apps. Argues for an Application-Test-heavy strategy with Vitest, Playwright, Testing Library and MSW, glued together by a driver pattern that decouples tests from any specific framework.
Read More→Software Testing with Generative AI
A beginner friendly guide for leveraging AI in software testing practices
Read More→