21 followers
Lessons from a self-taught programmer
Short rant I sort of hate object destructuring in TypeScript. In JavaScript, it's fine. But not really in TypeScript. It doesn't seem suited for...
I've heard and received (even recently, which is what made me write this article) many recommendations to always apply the Don't Repeat Yourself...
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...