[toread] You Should Learn Regex – Regular expressions (regex): one of the most powerful, widely applicable, and sometimes intimidating techniques in software engineering. From validating email…
AWS SAM Local ? is a CLI tool for local development and testing of Serverless applications – sam is the AWS CLI tool for managing Serverless applications written with AWS Serverless Application Model (SAM). SAM Local can be used to test functions locally, start a local API Gateway from a SAM template, validate a SAM template, and generate sample payloads for various event sources
Awless tutorial: Try a smarter CLI for AWS – A guided tour of the Awless CLI for Amazon Web Services, an alternative to the AWS CLI with simpler syntax, smart defaults, and powerful templates
Introducing Cloud Firestore: Our New Document Database for Apps – Today we're excited to launch Cloud Firestore, a fully-managed NoSQL document database for mobile and web app development. It's designed to easily store and sync app data at global scale, and it's now available in beta.
Building Evolutionary Architectures – Support constant change – The first principle of evolutionary architecture is to enable incremental change in an architecture over time. This practical guide gives you everything you need to know to get started.
Mind the 75GB limit on AWS Lambda deployment packages – Lambda has a regional limit of 75GB for ALL of your deployment packages, whilst this might sound a lot at first, it is actually quite easy to reach when deployment is frictionless and you’re deploying many times a day.
[toread] Swift 4.0 Released! – September 19, 2017 Ted Kremenek Swift 4 is now officially released! Swift 4 builds on the strengths of Swift 3, delivering greater robustness and stability,…