PinnedMember-onlyHow to Create an S3 BucketHow to set up the AWS CLI, how to authenticate to AWS, and show how to create and destroy an S3 bucket — Introduction The goal of this article is to guide you through the steps required to set up AWS and the AWS command line interface so that by its end you should be comfortable setting up and destroying an AWS S3 bucket from the command line. Why Command Line? It’s absolutely possible to log in…AWS5 min read
PinnedMember-onlyLevel Up: Infrastructure As CodeLevel 0: What it is and why you should care. — What is Infrastructure as Code? Infrastructure as Code (or IaC) is a process by which you can manage and provision the infrastructure your code will run on using machine-readable, committable, reviewable configuration files. Why Infrastructure as Code? In the beginning, there were servers: actual physical machines that existed in the real world as…Infrastructure As Code3 min read
PinnedMember-onlyWhat’s So Scary About Recursion?The Fibonacci sequence is one of the better known sequences of numbers, and one of my favourites. If you’ve never seen it — or, more likely, if you only ever saw it in some long-forgotten maths lesson and need a refresher — here are its first 10 terms: 0, 1…Java Script6 min read