5 followers
I write about being a self-taught software developer and the things I've learned.
Subscribe to my newsletter and never miss my upcoming articles
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...
First of all, cloning an object in C# usually mean to create a new instance of the same type with all data copied from the original instance over to...
A simple first step towards more type-safe forms with Angular (no dependencies required) · So I'm learning Angular right now and I absolutely love...