a bug i posted a fix for 11 months ago only today released like bruh, i can't today i have to...
Ever struggled with handling multiple object shapes in TypeScript and wished for a more type-safe...
It took me a while to figure out how to get a python flask server and web client to support...
This wasn't hard but I didn't find good search results for it so here's a quick tip. I'm using...
Continuing on with my last post, I want to look at another function which I consider particularly...
I'd like to take a look at some functions whose form and function are the epitome of elegant. The B...
Git is powerful but its relatively terse and obtuse api can make it hard to be sure what commands are...
I've been studying functional programming for a few years and in doing so I've learned a lot about...
There are so many blog articles showing how to make teams more effective but what if you need your...
React 16.8 gave us hooks, a concise way of organizing our components and separating complexity from...
The common naming convention in many languages I've used over the years has been camelCase. I've come...
I've been kicking around in my head the basic way I do project management for non-software stuff and...
When writing software it's valuable to avoid code that throws exceptions as they lead to problems...
Functional programming is at its core about using functions as the primary means of building...