Nitratine Blog Feed

Thumbnail

Getting an SSL error because a website uses HSTS even though it never sends the header?

Recently I was getting an SSL warning that I could not ignore because Chrome said my site was setting HSTS even though it never set the Strict-Transport-Security header.

Read More →
Thumbnail

How to Set a Static IP Address on a Raspberry Pi 5

This tutorial explains how to set a static IP address on a Raspberry Pi 5 using nmcli

Read More →
Thumbnail

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 →
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 →