Blog Posts (Page 2)
-
Jan 30, '25
Generating Angular Service Spies
Reducing Keystrokes and Supporting Refactoring
-
Jan 28, '25
Continuous Learning Through Coding Games
Coding Microsites and How We Use Them
-
Oct 2, '24
PowerShell Script: What Changed While I Was On Vacation?
Listing all the git changes across many repos from certain authors in the last week
-
Sep 5, '24
Solving Hard Problems Without Luck
Thirty-One Alternatives to Guessing What To Do Next
-
Sep 3, '24
In Favor of Single-Team Ownership
An argument for independent software teams
-
Aug 9, '24
Angular Testing Patterns
ng On Init, ng On Changes, and mock components
-
Jun 19, '24
Split Pipe
a Refactoring Pattern for RXJS
-
Jun 7, '24
Adapter vs Facade vs Bridge
Notes while reading Design Patterns: Elements of Reusable Object-Oriented Software
-
May 7, '24
Is a tomato a fruit or a vegetable?
On software encapsulation and tomato taxonomy
-
Apr 5, '24
Group By using Reduce in JavaScript
Not often useful, but when you need it it's helpful to know