Recent Updates

Site Update: Astro, Biome, and More

It has been a while since the last site overhaul/posts/new-gatsby-based-site/ and there was enough accumulated debt to make a full update worthwhile. The site i…

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

InnerShadowViewhttps://github.com/nlampi/InnerShadowView is an Objective C based UIView subview for iOS that adds inner shadow functionality. It is configurable…

SwiftGridView - Swift based data grid

SwiftGridViewhttps://github.com/nlampi/SwiftGridView is a Swift based data grid for iOS. I created this primarily as a way to gain more experience with both Swi…

UIView Inner Shadow

UIView+Shadowhttps://github.com/nlampi/UIView-InnerShadow is a quick category I created to add an inner shadow to a UIView. This is useful for quickly adding an…

XCode Find Unused Images Search

UnusedImageshttps://github.com/nlampi/UnusedImages is a little shell script I created to help me track down and remove unused images in large projects that have…