This is where I keep the things you can actually use: templates, notebooks, datasets, and whatever else I make that is helpful for others.
No email gates, no funnels, no paywalls. Just tools I use myself and am happy to share with you.
This page is regularly updated with new resources and assets as they are created. Bookmark it for easy access.
Leadership
Quill Meetings Templates
The custom instructions I use for my 1on1 and coaching templates in Quill Meetings. The download includes a “HOW TO USE” instructions file.
Engineering & Data
Building a Convolutional Neural Network in Python with TensorFlow
A step-by-step guide to building a complete CNN in TensorFlow for the MNIST dataset. Use this Jupyter Notebook with reusable CNN Python class to create your own CNNs.
Download the Notebook – Jupyter Notebook (.ipynb)
DistilRoBERTa Emotion Analysis: NLP Case Study on Steam Reviews
A full NLP case study using DistilRoBERTa on 277k+ Dead by Daylight Steam reviews. Download ready-to-use CSVs of reviews and game patches, plus the notebook used in the essay. Use this if you want a real-world, slightly messy NLP playground instead of yet another tiny benchmark dataset.
Download the Notebook & Datasets – Jupyter Notebook & Datasets (.ipynb, .csv)
Dense Models 3D Print Cost Calculator
A set of tiny dense neural networks trained to predict the resin consumption for estimating costs of 3D print.
Steam Reviews Scraper
A lightweight Python utility to collect and export Steam product reviews (via the official appreviews API) into a clean CSV file – ideal for NLP, sentiment analysis, or data exploration. Used to generate the Dead by Daylight Steam reviews dataset on Kaggle.
Others
My GitHub Fancy Profile Repository
My profile repository on GitHub. Use it as an example to build your own fancy profile page with Markdown and GitHub Actions (in .github/workflows/).
MediEvil: Autosplitter & Docs
A small collection of autosplitter components for LiveSplit and documentation for the original MediEvil on PSX, focused on emulator memory addresses and level IDs for tooling and modding.