Some handy CSS tricks
Let’s discover some nice but less-known CSS feature!
Read More »Some handy CSS tricksLet’s discover some nice but less-known CSS feature!
Read More »Some handy CSS tricksLet’s see how interfaces are instrumental in organising your codebase and using composition over inheritance!
Read More »The power of C# interfaces for behaviour compositionMake the most out of serialisation to extract your data from your code and iterate more quickly during your game development phase!
Read More »Why you should use XML data for your Unity/C# gamesHere are some strangely cool features from PHP that can make your life easier 🙂
Read More »PHP is weird, but it can be cool at times!Did you know that a method can return multiple values in C#? That’s thanks to tuples and deconstruction!
Read More »Using tuples to pass simple data quickly in C#Partial types at the rescue for code splitting!
Read More »Coding together with C# partial types