Journal
I like to journal while coding. It helps organize ideas and keep track of progress. Also a great tool for remembering context when switching between projects. Here is a collection of some of those entries.
I like to journal while coding. It helps organize ideas and keep track of progress. Also a great tool for remembering context when switching between projects. Here is a collection of some of those entries.
My experience setting up a Raspberry Pi as a DNS server on my local network using Pi-Hole.
A brief overview of how I created a live trading bot, and what I learned from the process.
Playing with a simple linear classification model that tries to predict a stock move to the up or downside.
Combining the benefits of SQLite with the speed of Rust by using the sqlx crate.
A detailed prompting guide for Anthropic's Claude LLM.
Designing an open source library is fun and rewarding. Well designed software is not an accident. Here are some notes on my decisions.
A short description of the process for serving a Docker container over HTTPS on AWS
A brief overview of how I used Clap to build a simple CRUD interface for my Turso db
My first try at creating a neural network from scrath and trying to get a decent score on the Kaggle dataset for the Titanic
Based on the practical deep learning for coders course, this is the image classification project
Another attempt at training a Transformer based model on patent data. Used the Burn crate again, but this time leveraging it's training tools
Tried to train a model to classify tabular patent data with a Transformer nn. Used the Burn crate instead of candle
The classic MNIST dataset ml project. I used the candle crate and the help of Kaggle notebooks for this
Creating and deploying a container cluster, task, and service on AWS
AWS elastic container registry is a service that allows you to manage docker containers in the cloud. This is a basic cli guide
Qiuck setup up for AWS cli
How I used shuttle, a tool for deploying rust apps, to make my current portfolio
Notes on various methods needed to set up a network and domain on nginx. Covers the process for getting HTTPS to work using certbot
An exploration on some of the shape drawing components in an SVG
This is the basic configuration for a containerized Vite application served through nginx