Writing
Blog
Thoughts on software, web development, and building things.

JavaScript Challenges That Trump the Normal Developer
Jan 31, 2025Tricky JS puzzles that trip up even experienced devs—closures, this, coercion, and the event loop.
JavaScriptCoding ChallengeTrickyRead post

Custom Alphabetical Order — A C# Coding Challenge
Jan 30, 2024Check if a list of words is sorted according to a custom alphabet. Problem breakdown and a C# solution.
C#Coding ChallengeAlgorithmsRead post