Code Snippets
These are concise, ready-to-use solutions for specific problems that you can easily copy and paste. Some may have descriptions about what and why they are used, but most are just code snippets.
Building a RESTful API for Azure Cosmos DB using FastAPI and Python
A simple API built using FastAPI that allows the user to load data into CosmosDb
May 2023
Automated deployment to an IIS server with Powershell
A very simple Powershell script to backup and deploy application files to an IIS server and recycle the app pool.
September 2021
Numerical Gradient Descent in MATLAB
How to find the local minimum of a convex function using MATLAB
January 2020
Image compression in .NET 6
Image compression in C# using the MagickImage library
January 2023
Control your Nest thermostat with Twilio and FastAPI
Change the temperature on your Nest thermostat with a single text
May 2022
Singular Value Decomposition in Python
How to decompose a matrix in Python using Singular Value Decomposition
September 2019