Join me on my journey as I share my insights and experiences on all things Apple, Business and Entrepreneurship!
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.