C# 13 new features

In November 2024, Microsoft released C# 13. It’s not a huge overhaul, but it removes some long-standing restrictions and introduces features that make code cleaner, safer, and easier to write. Here are the highlights — with before vs after examples. params collections Before, params was limited to arrays. Before After...
Read "C# 13 new features"

Trijam 309 entry: Bombing

Last weekend I participated in Trijam #309. Trijam is a weekly game jam where your goal is to make something playable (and fun!) in just 3 hours. The theme The theme for this game jam was “Dangerous Choices”. This was the fifth Trijam that I participated with purpose to test...
Read "Trijam 309 entry: Bombing"

Trijam 307 entry: Web Of Bugs

Last weekend I participated in Trijam #307. Trijam is a weekly game jam where your goal is to make something playable (and fun!) in just 3 hours. The theme The theme for this game jam was “Web Of Issues”. This was the fourth Trijam that I participated with purpose to...
Read "Trijam 307 entry: Web Of Bugs"

Microsoft Certified: Azure Fundamentals

I’ve been working with Azure for years, but I had never stopped trying an official Microsoft certification until last month and after a month of studies, yesterday (30/11/2023) I successfully passed the exam for the Microsoft Certified: Azure Fundamentals (AZ-900). In the post below I talk a little about the...
Read "Microsoft Certified: Azure..."

Azure Utility Belt: Azure Diagrams

I decided to start a series of posts about some Azure resources and tools that are very useful to have in our Azure Utility Belt. For this first post, the chosen one is the Azure Diagrams by Shane Ochotny, Harsha Konduri, and Bret Myers. Introduction Azure Diagram is: an architecture...
Read "Azure Utility Belt: Azure ..."

Trijam 243 entry: The Cursed Idol

Last weekend I participated in Trijam #243. Trijam is a weekly game jam where your goal is to make something playable (and fun!) in just 3 hours. The theme The theme for this game jam was “Cursed Relics”. This was the third Trijam that I participated with purpose to test...
Read "Trijam 243 entry: The Curs..."
Tutorials

Articles

Labs