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..."

Trijam 240 entry: Heat or Freeze

Last weekend I participated in Trijam #240. 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 “Hot and cold”. This was the second Trijam that I participated with purpose to...
Read "Trijam 240 entry: Heat or ..."

Free eBooks by Unity

Throughout all these years using Unity I’ve collected a lot of eBooks that Unity’s team has created. These ebooks are an incredible source of knowledge, but for some reason, I haven’t found any place on the Unity site or blog where all these eBooks are listed. Thereupon, I created this...
Read "Free eBooks by Unity"

unitytips: Indices

Unity started to supporting C# 8.0 with version 2020.2 beta and now we can start to use some new features like the Indices. Introduction Indices provide a succinct syntax for accessing single elements in array/collection. Consider the array below: The 0 index is the same as sequence[0]. The ^0 index...
Read "unitytips: Indices"
Tutorials

Articles

Labs