Recent Updates

Site Update: Astro, Biome, and More

It has been a while since the last site overhaul and there was enough accumulated debt to make a full update worthwhile. The site is still on Netlify and the ov…

Complete Site Overhaul

I have now done a complete overhaul of my site to bring it more in line with the modern era. The previous iteration of my site was a basic PHP/MySQL creation th…

UIView Inner Shadow - Objective C UIView Subclass

InnerShadowView is an Objective C based UIView subview for iOS that adds inner shadow functionality. It is configurable to allow shadows to grow from any or all…

SwiftGridView - Swift based data grid

SwiftGridView is a Swift based data grid for iOS. I created this primarily as a way to gain more experience with both Swift and creating a CocoaPod. This projec…

UIView Inner Shadow

UIView+Shadow is a quick category I created to add an inner shadow to a UIView. This is useful for quickly adding an inner shadow to any view. It is configurabl…

XCode Find Unused Images Search

UnusedImages is a little shell script I created to help me track down and remove unused images in large projects that have started to become unwieldy. I have al…