On Using Go's `t.Parallel()`
Go's `t.Parallel()` enables parallel test execution within packages, speeding up large test suites that would otherwise run sequentially.
Drew DeVault draws a provocative parallel between Test-Driven Development cults and GenAI adoption, arguing both exploit developers' psychological need to feel competent while potentially undermining actual code quality.
Go's `t.Parallel()` enables parallel test execution within packages, speeding up large test suites that would otherwise run sequentially.
Writing small data to a file triggers larger disk writes due to Linux's buffering, block alignment, and filesystem metadata overhead.
Explores how to design a statically typed language that handles optional data and different data types in a simple, familiar way.
A letter reflecting on an emotional journey over the past two months.
Rust's regex crate was rewritten to expose its internal regex engine components as a separate library (regex-automata) for better composition and reuse.
Over the last several years, I’ve rewritten Rust’s regex crate to enable better internal composition, and to make it easier to add optimizations while maintaining correctness. In the course of this re
Use software with open standards and be cautious about which companies you trust, especially regarding Google.
Fix underlined trailing spaces around groups of anchor tags with this simple solution.
Shifting perspective from unfinished tasks to celebrating completed accomplishments.
Mom shares her recent c-section delivery experience with her first baby.
Learn 3 methods to configure headers in Astro sites on Netlify for handling CORS and custom requests.
The author shares their 2023 productivity toolkit, including the task-tracking, calendar, and note-taking apps they currently use.
Memorizing quotes is a simple and effective life hack that can provide valuable benefits.
Made a bookmark using a sticker—a fun way to actually use stickers instead of just hoarding them.
useEffect timing can be tricky; mastering when it runs is a valuable skill for React developers.
Quick guide: Enable Netlify redirects in Astro with a simple one-line configuration change.
The author has mixed feelings about maintaining their GitHub contribution streak.