Posts RSS feed
2025
-
Clean Python code: compare list comprehensions and for loops with a practical example, and learn when each makes your code better or worse.
-
A walk-through of using logistic regression to predict League of Legends match outcomes, and why the model didn't perform better than chance.
-
AI-powered CLI tool for generating commands. Solves the struggle of searching for commands to execute.
-
AI-powered CLI tool for generating conventional commit messages. Solves the struggle of writing meaningful commits during rapid development.
-
CORS requests failed in a .NET app due to incorrect UseCors() middleware order. Here's how the request pipeline works and how to fix it.