Nitratine Blog Feed

How to replay a browser request with Python
This short tutorial covers how to capture a request made by your browser (specifically Chrome) and replay it using Python requests using a simple converter.
Read More →
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 →
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 →
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 →
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 →
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 →
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 →
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 →
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 →
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 →