Nitratine Blog Feed

Thumbnail

C# Class to Record Converter

This is a tool that helps convert a C# class into a C# record. It supports typical public get/set properties as well as property summaries.

Read More →
Thumbnail

Import and Export files from an Azure Storage Account File Share with AzCopy

In this tutorial we go over how to import and export files to and from an Azure Storage Account File Share using AzCopy - a command line utility offered by Microsoft

Read More →
Thumbnail

How to Clone or Export an Azure SQL Database Using SqlPackage

In this tutorial, we go over how to use SqlPackage to clone or export (.BACPAC) a database from an Azure SQL Database.

Read More →
Thumbnail

Directory Structure to Text

This is a tool where you can select a file on your PC and it will be rendered into text to then be used for documentation. This is super useful for annotating project file structures.

Read More →
Thumbnail

How to Pass Secrets Between Runners in GitHub Actions

When trying to pass a secret or masked variable between jobs in GitHub Actions using outputs, it will say "Warning: Skip output '' since it may contain secrets". This tutorial aims to provide a reasonable solution for this.

Read More →
Thumbnail

A Warning For EF Core's DateTimeOffsetToBinaryConverter

I recently had some troubles sorting and filtering a DateTimeOffsetToBinaryConverter column in a SQLite database using ef-core. This looks into my issue, why it was happening and my solution.

Read More →
Thumbnail

How To Set Up Open Drone Map On Windows

This tutorial explains how to get WebODM running on Windows using WSL 2, Ubuntu and Docker Desktop.

Read More →
Thumbnail

Python Face Recognition Tutorial

In this tutorial, I explain the setup and usage of the Python face_recognition library. This library can be used to detect faces using Python and identify facial features.

Read More →
Thumbnail

How To Serve A React App From A Python Server

In this tutorial, I explain how to serve a React application from a Python Flask server and how we can set up a postbuild script to automatically move the build React app to the server after a build.

Read More →
Thumbnail

How To Take A Screenshot In Python Using PIL

In this tutorial, I will demonstrate how to take a screenshot using PIL in Python. Window, macOS and Linux are all supported.

Read More →