Join me on my journey as I share my insights and experiences on all things Apple, Business and Entrepreneurship!
New to GitHub Actions? Learn what they are, where they come from, how AI uses them, and the review process I follow before trusting third-party Actions in production.
Why vibe-coded apps still need release discipline: code signing, notarization, checksums, and GitHub artifact attestations all support integrity and user trust.
A hands-on review of using lando/notarize-action to notarize a manually distributed Mac app from GitHub Actions without turning the release workflow into a black box.
Managing and maintaining a growing collection of scripts in a GitHub repository can quickly become cumbersome without automation. Whether you're writing bash scripts for JAMF deployments, maintenance tasks, or DevOps workflows, it's critical to keep things well-documented, consistently versioned, and easy to track over time. This includes ensuring that changes are properly recorded, dependencies are up-to-date, and the overall structure remains organized.