blog.techytechster.comA Basic Networked Godot 3D Game in C++ (GDExtension)Pretext When writing a game in Godot you have a few options in terms of coding languages.(Very simplified):You can write in GDScript (First class support)You can write in C# (Somewhat first class support)You can write in C++ GDExtension (Essentially ...Jan 3·13 min read
blog.techytechster.comMetrics And Tracing on AWS Lambda in GolangIntroduction When writing an application, you want to make sure there are metrics and tracing, both of these are extremely fundamental in any debugging process once it is in production. AWS Lambda is a great problem space to utilize a language such a...Apr 19, 2024·5 min read
blog.techytechster.comHow To Measure Digital Dexterity - A Starting PointIntroduction TLDR: https://digitaldexterity.techytechster.com Digital Dexterity is a buzz word in companies these days, everyone seems to define it differently and no one can objectively say 'it is x y z and you measure it with b'. Depending on where...Jul 17, 2022·4 min read