-
Getting into docker a bit deeper
-
Messing around with autoconf
-
Setting up docker on Ubuntu based systems for local dev.
-
Running Asp.net app with HTTPS on local
-
C# native interop
C code: Compile the above C code with clang as follows: C# code: Output of C# code:
-
Version control software
-
Game developer resources I’ve gathered over the years
-
C# example to load Doom WAD file
-
Example of bouncing ball
-
Learning to use AES encryption
I’ve started working on a simple credentials manager app that runs on the console and I wanted the credentials that are kept on file to be encrypted for obvious reasons. The app is written in C++ and I needed to find and work with an appropriate encryption library. I’ve tried using two libraries: OpenSSL and…