Notes From Migrating Partially an App From Heroku To Disco
This is more of a brain dump than a proper tutorial.
This is more of a brain dump than a proper tutorial.
As I’m working on Grawl to push it to MVP, I thought I would share some thoughts about building things properly.
tl;dr Idempotence helps create more robust systems.
In a client project I had to draw by hand a quadratic Bézier curve, because the html5 canvas quadraticCurveTo does not return the information about the path drawn and I needed it.