Docker Hub works, but for private images you're dealing with rate limits, pricing tiers, and an external dependency. A self-hosted Docker Registry can replace all of that. This post walks through the setup and shares a few things I learned the hard way.
I've been in love with F# for many years. But as AI changes how I write code, the IDE I depend on may not survive – and F# might not either (at least not in my toolstack).
If you want to provide your app for internal testing purposes on a limited number of devices, you need to know the UDID of those devices. This guide shows you how to read the UDID from an iPhone or iPad through a web application.
This guide briefly shows what is necessary to allow your internal users to install your iOS app on their devices without using the App Store or TestFlight.
Outlining the implementation of a blue-green deployment setup, this post focuses on web applications that have outgrown their early stages and require a strategy to minimize interruptions, especially during the deployment of new app versions.