Below you will find pages that utilize the taxonomy term “cross-post”
Post
Docker Tutorial: Get Going From Scratch
This is a post I wrote for Stackify a while back. You can find the original here. Docker is one of the most exciting technologies I’ve seen in a long time. I enjoy working with it.
Docker is a platform for packaging, deploying, and running applications. Docker applications run in containers that can be used on any system: a developer’s laptop, systems on premises, or in the cloud.
Containerization is a technology that’s been around for a long time, but it’s seen new life with Docker.
Post
Getting Started With the Swift iOS Feature Flag
This is another post I wrote for the Rollout blog. You can find the original right here.
This post was a lot of fun to write since I hadn’t done any IOS development in a few years.
Mobile users expect more. They want their applications to be as stable as yesterday while looking and acting more and more like tomorrow. How do you keep up? How can you reliably test and push new features without risking a disastrous release?