C# • Mar 20, 2026 C# Finally Has First-Class CLI Scripting in .NET 10 With .NET 10, you now have no excuse not to start a collection of utility scripts that call into application code.
C# • Mar 19, 2026 Prevent Lost Updates in EF Core: Optimistic vs. Pessimistic Concurrency If multiple users can edit the same record, you need to decide how your system handles that. If you don’t, EF Core decides for you.
AI for Developers • Mar 18, 2026 What I Learned From My Claude Code Dashboard All good nerds love a good dashboard, right? When I saw people building Claude Code dashboards online, I wanted to learn from my own usage.
Development Practices • Mar 17, 2026 3 Reasons PdfSharpCore Fields Won’t Show Up in Chrome Getting PDF fields to render correctly in Chrome involved three things working together. None of this was obvious from the PdfSharpCore docs.
Developer Tools • Mar 16, 2026 How I Used Lima for an AI Coding Agent Sandbox How to use Lima to set up a VM sandbox for running AI coding agent CLIs that only have access to the source code directory.
Game Development • Mar 15, 2026 Maintain Creative Control as a Solo Game Developer Using AI If the AI is generating the code, how does the developer keep technical and creative control of the project?
AI for Developers • Mar 14, 2026 First Principles Thinking and Why It Matters More in AI Aristotle gets credit for first principles thinking, but the concept is even more relevant now as we're building software with AI tools.
Marketing • Mar 13, 2026 Notion for Multi-Office Marketing Teams: Designing for Autonomy and Alignment When we built out Notion for our team, we were designing a structure that would support our multi-office marketing team.
Artificial Intelligence • Mar 12, 2026 Pros and Cons: Experiments with AI-Driven Development and Claude Code I've used Cursor for a while, but I jumped on the Claude Code hype train after hearing the powerful things teammates were using it for.
Artificial Intelligence • Mar 11, 2026 95% of AI Projects Fail. Here’s What That Number Really Means A study, AI in Business 2025, found 95% of generative AI pilots fail to deliver tangible or financial value. What does that really mean?
Development Practices • Mar 10, 2026 Survive Android Process Death With SavedStateHandle Understanding how memory works by leveraging savedStateHandle in Android applications make your app have a seamless user experience
Extracurricular Activities • Mar 09, 2026 Unified Theming on a Wayland Desktop – In 220 Lines of Bash During the COVID-19 pandemic, I spent too much time on my computer, leading to frustration with the lack of a unified theme system.