Game Development • Sep 28, 2025 Here’s What Made My Scratch Games Go Viral Let's look at 3 Scratch games I made that went viral after being featured on Scratch's homepage. Here's what I learned from making each.
Effective communication • Sep 27, 2025 Stakeholder Communication Strategies for Successful Software Projects When we tailor our communication to stakeholders, we build trust. Here are few stakeholder communication strategies.
Accessibility • Sep 26, 2025 Stop Overcomplicating Accessibility: 6 Simple HTML Standards Fix Most Accessibility Issues When 96% of accessibility errors stem from deviation from HTML standards, getting the fundamentals right becomes good business.
AI for Developers • Sep 25, 2025 Want to Launch Prototypes Quickly? Try Vibe Coding with Claude It seemed like every high-score-token person on the internet was talking about vibe coding, and apparently, Claude was the tool of choice.
JavaScript • Sep 24, 2025 Create Sick Web Animations in Three.js with GSAP Have you ever wondered how to create smooth animations for your threeJS web app? Luckily, we have a very handy tool called GSAP.
UX & Design • Sep 24, 2025 Design Icons That Work: Insights From Neighborhood Signs I've started noticing a variety of signs around my neighborhood, many of them using icons to get their point across. What makes a good icon?
Angular • Sep 23, 2025 Use Claude Code Sub-Agents For .NET and Angular Development For a few weeks, I've been exploring Claude Code's sub-agent capabilities, specifically how they can improve development workflows.
Extracurricular Activities • Sep 22, 2025 An Ansible Role to Install my Proxmox Backup Client Scripts I recently authored a new Ansible role for installing and configuring the scripts onto a target machine. Here's how to use the new role.
Personal Optimization • Sep 21, 2025 Use the Elimination Method for Identifying Stressors Elimination diets are used to identify food allergies and other sensitivities. What if you could use the elimination method on stressors?
Culture • Sep 20, 2025 The Art of the Nerd Snipe: Ask Questions People Want to Answer There's a subtle art to asking for help in a way that grabs people's interest and makes them get involved. And, it only takes a moment to do.
Extracurricular Activities • Sep 19, 2025 Side Projects Don’t Need to Be a Grind – Let AI Do the Heavy Lifting Most side projects fizzle out before they start. But this one combined a favorite hobby with the chance to build something with a friend.
.NET / WPF • Sep 18, 2025 .NET Feature Spotlight: User-Defined Implicit Type Conversion One C# feature saved our team a lot of work and allowed a more elegant software solution: user-defined implicit type conversion.