Welcome to stacktrace
Welcome to stacktrace — a small corner of the internet for notes on code, systems, and the occasional debugging war story.
What to expect
Posts here are short and practical. No fluff, just the thing I wished someone had told me before I spent three hours on it.
function greet(name) {
return `hello, ${name}`;
}
Posts are written ahead of time and released automatically, one per day, so there’s always something new in the feed. More on that soon.