Video of how to create a 2048
See also:
to create the shutit server in 3 minutes
and a mysql docker container creator:
https://www.youtube.com/watch?v=snd2gdsEYTQ
An edited talk I gave a while back on Docker and ShutIt:
I’m using ShutIt to play with AWS at the moment. I can leverage the core libraries to easily build on top with my secret data and store in my source control system, and I’ll show how you can do this here. Firstly, there’s a core aws library that takes care of installing the aws command … Read more
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
I wrote a website in my spare time (themortgagemeter.com) a few years ago for a family member’s business tracking mortgage rates over time in real time. As an experiment I wrote it in such a way that the entire database would be backed up to BitBucket daily (as well as the running code on the … Read more
Video of how to create a 2048
See also:
to create the shutit server in 3 minutes
and a mysql docker container creator:
https://www.youtube.com/watch?v=snd2gdsEYTQ
Docker, ShutIt and the Perfect 2048 Game (4 – Halfway There) Anyone care to guess the score at this point?
Docker, ShutIt and the Perfect 2048 Game (3 – Brute Force Escapes) Now that I’m getting near the end of the highest tile on 2048, the air is getting thin. I often get into a state like this: where I need a four – not a two – to drop in on the top. … Read more
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
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