Phoenix deployment pain (and win)

I’ve posted previously on phoenix deployment, and thought I’d share an incident that happened that was resolved more easily because it was caught early. Got a ping that the site was down, so looked into it. Tried rebuilding the site using ShutIt and discovered quickly that apt-gets were failing. So what changed? I checked the network … Read more

Docker, ShutIt, and The Perfect 2048 Game

 Docker, ShutIt, and The Perfect 2048 Game I cured my 2048 addiction by (almost) completing it. Obviously I didn’t get this far without cheating, but I did play every move.   I could have hacked the Javascript or the client-side db, but I actually wanted to see if it was possible to complete the game. … Read more

My Favourite Secret Weapon – strace

Why strace? I’m often asked in my technical troubleshooting job to solve problems that development teams can’t solve. Usually these do not involve knowledge of API calls or syntax, rather some kind of insight into what the right tool to use is, and why and how to use it. Probably because they’re not taught in … Read more