February 18, 2022Some basic programming techniques (Acronyms)Throughout the years of my dev career, I have noticed some patterns at developing which if not followed to a T, could be a hindrance to your project. Hernan F.
February 25, 2022How .NET newest version is and will continue helping new generations to start programming easily.NET Conf 2021 gave us plenty of surprises and new features to try. Nowadays, programming is becoming more important than ever. Let me show you what .NET can offer and how it just keeps getting simpler. José Carlos G.
April 22, 2022Pointers: The GO (lang) wayGo is a programming language designed at Google (Griesemer) mainly influenced by C and C++ languages (Griesemer). Alberto C.