Portfolio.

Latest Insights

Writing about software engineering, productivity, and the lessons I've learned along the way.

Rotating 3D Cube Renderer in C (From Scratch)

Rotating 3D Cube Renderer in C (From Scratch)

A cube renderer in C

Decrypting the Caesar Cipher with Python: A Step-by-Step Guide

Decrypting the Caesar Cipher with Python: A Step-by-Step Guide

A Python-based Caesar Cipher decryption tool that brute-forces all possible shifts to automatically decrypt encrypted messages.

Building an AutoML Convolutional Neural Network with Pytorch

Building an AutoML Convolutional Neural Network with Pytorch

Learn how to calculate, implement and automate the dimensions of convolutional layers