The Cucumber Book (2nd Edition) Summary - Part 1 - Fundamentals
tl;dr: Read the book, it’s that good !
[QA person, hobbyist programmer]
tl;dr: Read the book, it’s that good !
tl;dr: Stack - AWS Lambda (Python 3.6), SimpleDB, Twilio, Flask, Zappa. For tracking Domino’s Pizza Malaysia orders.
tl;dr: JotForm Webhook POSTs as multipart/form-data, which AWS API Gateway & Lambda can’t process by default. My workaround - base64 encode at API Gateway, then pass to Lambda.
In my current team at work, we use GoCD extensively. GoCD is used to compile, test, build, package, and deploy the artefacts to their intended environments. The lifecycle starts with a code check-in to TFS (we use TFS as SCM tool). Respective GoCD pipelines will kickstart automatically to fetch the latest version of the codebase, and it goes through the stages mentioned earlier.
Ohai