Menu

Development

All the HttpClients (ish)
Http clients are the basis for web development, here is a compilation of web clients
C# Semaphore Cheat Sheet
Here is a semaphore in action, used to throttle calls to a httpclient.
C# Synchronisation Cheat Sheet
The many forms of thread synchronisation with basic examples showing reset events, mutex and semaphore (semafore).
AZ-900 Certificate Completed
A bit late this one, as it was last year! I completed the Azure Fundamentals certification, just so I have it in official Microsoft format that I know a [...]
Completed DP-100 Certification
https://www.credly.com/earner/earned/badge/7a359b56-a4f5-4eaf-8bc6-4512179399ea Feb 2022 It was a curious exam, with a lot more AzureML SDK questions than [...]
Pandas module not found when running dp-100 notebooks
A little annoying, but posted here as nobody else had posted.. If you’re revising for the DP-100 certification and your using the microsoft DP100 [...]
Video upscaling using Machine Learning on Windows (FFMPEG, TOPAZ, VLC, Dandere, Waifu, etc)
Using Topaz Gigapixel AI alongside ffmpeg to upscale old TV footage and camcorder footage to 720p
Oculus Quest 2
Executive Summary Have your WIFI details to hand Put on Oculus Quest 2 headset immediately Install mobile app Connect mobile app to headset Disable USB [...]
React Native, JDK 13, Grade and Jettifier
Dateline: 2020-01-18 If you have attempted to start a project from the facebook dev site for react native ( [...]
Windows Development Package Management
Chocolatey is a third party package manager for windows. Basically, its an extended version of nuget. It becomes extremely handy when you want to spin up a [...]