Blog
2025
- How to Properly Spy on Module Functions in your testsUsing spies on named and default exports with Jest or Vitest
- DYK? Named vs Anonymous FunctionsHow using named functions can help you track bugs
- One-Off vs Chat-Based LLM InteractionsStrengths and trade-offs between One-Off & Chat-Based LLM patterns
- Write Code Like Your Grandma’s Reading ItThe Power of Keeping It Simple
- React.Fragment: What It Is and Why We Need ItUnderstanding the need for React.Fragment and how it works
- onInput vs onChangeDifferences between event handlers