Being right is overrated
Being right is overrated
Nov 3, 2024
It's a high-stakes discussion in a boardroom at BigTek. The stakeholders are not happy with your team's progress, because they needed the "Real-Time Activity Feed" ™️ like two weeks ago. Of course, your team has been focused on that big, surprise refactor for the last few weeks, but now that that Archimedes and FooBar are PEEPEEPOOPOO compliant, we're good to start that new, all-important feature.

The Hellscape of Multi-Language Angular
The Hellscape of Multi-Language Angular
Mar 31, 2024
Let's talk about the multi-lingual hellscape that is localizing your Angular app. Simply put, there are no good options and no matter what you will need to compromise to provide multi-lingual features in your Angular app.

Your Unit Tests are Thirsty: Embrace DAMP testing
Your Unit Tests are Thirsty: Embrace DAMP testing
Mar 26, 2024
Have you ever stumbled upon a set of unit tests that felt more like deciphering ancient hieroglyphs than reading code? What does this test do, and furthermore, what does the code its testing do?

Get to the point: Decode complexity for your teammates
Get to the point: Decode complexity for your teammates
Mar 25, 2024
If you've ever found yourself repeatedly explaining technical concepts during standup, you're in the right place. Effective communication is vital for successful collaboration, but its hard in technical contexts.

Upgrading your Angular app to use Server Side Rendering
Upgrading your Angular app to use Server Side Rendering
Mar 24, 2024
Today we're upgrading a traditional Angular application to use Server-Side Rendering and deploying it to Firebase.

Why Your Angular or React App's SEO sucks
Why Your Angular or React App's SEO sucks
Mar 24, 2024
Let's discuss why traditional Angular and React client-side rendered single page applications have poor SEO. To be fair their hands are tied behind their back.

The case for self receivers in Go
The case for self receivers in Go
Dec 31, 2023
Lets talk about receiver naming in go and challenge the idea of using single letter names.

Layered Architecture in Go
Layered Architecture in Go
Dec 29, 2023
Lets talk about a great pattern for organizing your big go pattern by working in layers of abstraction.