
zChess Release
Building zChess I didn’t set out to build a chess app, I just wanted to learn something. A month ago I was looking for a project that would stretch my skills with Swift/SwiftUI. Something that wa...

Building zChess I didn’t set out to build a chess app, I just wanted to learn something. A month ago I was looking for a project that would stretch my skills with Swift/SwiftUI. Something that wa...
I’ve been working on a little side project lately that I’m really excited to share, zChessKit. A Swift package that provides the core building blocks for working with chess in Swift. If you’ve eve...
Introduction BIP-32 defines a standard for Hierarchical Deterministic (HD) Wallets. It enables the creation of a tree-like structure of key pairs, allowing for secure and convenient management of ...
Introduction If you’ve heard about Bitcoin, it’s likely you’ve heard about public and private key combinations. In short, both are just numbers. The main difference is that while a public key is w...
Introduction For my Statistics for Data Science course, I had the opportunity to do a project using the Online News Popularity dataset. It includes 58 predictive attributes about posts on Mashable...

Introduction In this school project I had the opportunity to implement dynamic programming algorithms that compute the minimal cost of aligning gene sequences and extract optimal alignments. These...

Introduction A convex hull of a set of points is the smallest convex polygon for which each point in the set is either on the boundary or in its interior. In this project I had the opportunity to ...

Introduction The Palmer Penguin Data Set is data for the three different species of penguins found on the Palmer Island. It is meant to help practice data science skills and is an alternative to t...