12 followers
I write about being a self-taught software developer and the things I've learned.
Quick notes on optional parameters and properties in TypeScript · I've recently came upon this question on r/typescript: Why isn't "string?" allowed as a...
const assertions are surprisingly similar to const expressions in C#/C++ · I'm mainly a C# programmer at the moment, and when records were introduced in...
Wow, that's a lot of t's! 😅 This is a short post regarding a question I had while writing TypeScript on a React project. I'm by no means a TypeScript...
C# version 9 introduced the ability to make anonymous functions static. Read further for a quick explanation about why they were introduced, what...
From the things I've learned from DDD · Learning Domain-Driven Design allows one to precisely model a domain-specific problem into fixed-purpose...
A quick and rough simplification · When learning C# you will find out about the different ways that variables can be passed as arguments to function...