skip to content
Posts
-
Writing a Chip-8 Emulator in Rust
-
A primer on the different processes that happen when you compile a program
-
How to rotate your screen's layout with code, using Windows DEVMODE and some P/Invokes
-
An Introduction to how Windows Message Loops work, with Hooks!
-
How to go from reading a file in python all the way to assembly
-
How to add LaTeX Math rendering to Astro blog posts
-
A proposal for an Enhanced Data Encryption Standard
-
Primer on how PKCS#7 works with code examples
-
Adding WITH (NOLOCK) on all queries, on T-SQL
-
Brief overview on Dependency Injection in .NET Core.