I'm Chris Small, a software engineer working in London. This is my tech blog. Find out more about me via Github, Stackoverflow, Resume
Popular posts
Midjourney prompts examples
November 11, 2022Midjourney is an AI tool for generating images. This post shows midjourney prompt examples for a coffee cup image.
Converting PFX to PEM files in .NET Core
November 14, 2020How to convert your the PFX files you generated on Windows into PEM files, and then use these in .NET core. This includes PFX files that are password protected.
Public key crytography glossary of terms for .NET Core developers
November 09, 2020A small glossary of terms for public key crytography including PFX, PCKS, cert and pem files.
SSL and Public private key (PEM/X509) cryptography by example in .NET Core
November 05, 2020Examples in C# of how to load PEM,CER files in .NET Core to encrypt, decrypt, sign and verify your data
How to fix yarn global add command not found on Windows
November 04, 2020Fixing the yarn global add command not working on Windows properly, where a command not found error occurs after trying to run the command you've added globally.