TKTom Kavanaghinblog.tkav.dev·Jun 14, 2023 · 8 min readCreate an API using Flask, MongoDB and DockerIn this article, we'll look at creating an API using the Python package, Flask, using MongoDB for our database, creating Postman tests and running everything with Docker. You can find all the code I'll go through in my example-api repo: https://gith...00
TKTom Kavanaghinblog.tkav.dev·Mar 26, 2022 · 3 min readAWS GameDay - March 2022This week I participated in an AWS GameDay, where up to 33 teams of AWS Partners (consisting of up to 3 players) from the Asia Pacific region competed to migrate servers for a fictional company, 'Unicorn Rentals'. GameDay is a collaborative learning...00
TKTom Kavanaghinblog.tkav.dev·Mar 19, 2022 · 4 min readHow to post to Slack from Google FormsConnecting a Google Form to Slack can be a great way of collecting required information and notifying your team. In this post we'll create a new Slack App and connect it to a Google Form, to allow us to automatically post new form submissions to a Sl...00
TKTom Kavanaghinblog.tkav.dev·Jun 23, 2021 · 4 min readRunning your LAMP Stack on Docker ContainersIf you're familiar with the LAMP stack (Linux, Apache, MySQL, PHP) but new to containers, this article is for you! Moving your LAMP project to containers makes it easy to create multiple instances and environments. Setting things up the hard way A wh...03DLZ