Trending

Zero-Downtime Deployments with Data Migrations

A few months ago I talked about how to deploy with zero-downtime. I can wait while you read it (TL;DR: Blue-Green deployment is the prevalent pattern. You have two versions of the code running at the same time, and you let traffic to one version…


Reading Redux? Easy!

When I first read the Redux docs and went over the great tutorial, I understood the basic idea and how to “get things to work with the Redux store”…for just one component. Then, when trying to read an existing code of a big react application that uses Redux, I understood that I don’t really…