AI for Developers How I Use AI Before the First Line of Code I find AI most valuable at a time much earlier than implementation. It's the architectural exploration phase, before I write any code.
Developer Tools Introduction to Nushell: The Shell That Treats Everything as Data Instead of treating everything as text streams, Nushell operates on structured data — tables, records, and lists.
Angular 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.
Development Practices Why DurableTaskClient is Critical for Long-Running Azure Functions I'll outline why DurableTaskClient and Durable Functions are essential tools when building long-running workflows in Azure Functions.
Angular When to Use Template-Driven vs. Reactive Forms in Angular Angular provides two powerful paradigms for building forms: template-driven and reactive forms. Here's when to use each.
Developer Tools Why I Prefer WebStorm Over Visual Studio Code for Web Development Both are excellent tools, but I’ve come to prefer WebStorm vs. Visual Studio Code for web development. Read on to find out why.
Project & Team Management 3 Ways to Help Onboard New Developers to a Project New team members face a firehose of information. Here's how to onboard new developers to a software project and make it less painful.
Angular How to Unit Test Angular’s Standalone Components Angular 14 added a long-awaited feature: standalone components. However, to unit test these components, we need to make some changes.
Angular Here Are the Best New Features in Angular 16 I've used Angular on many development projects. Now, Angular 16 is here! Check out some of these great new features.
Angular Stop Using console.log in Your Angular Applications and Do This Instead Developers sometimes try `console.log` to debug their Angular applications. Let's use breakpoints and debug mode in JetBrains Webstorm.
Angular Automatically Unsubscribe from RXJS Observables in Angular Components If you prefer to be diligent, I'll introduce you to a way to make unsubscribing from observables in your components clean and quick.
Angular Unit Testing Routing Events in Angular Here's a clean and easy way to test routing events using tools already provided by the Angular library, with no third-party libraries needed.