Bristol Meetups

DevOps talks - Deploying applications & Golang

--- Special thanks to OVO for hosting/sponsoring the event and Instana for sponsoring the food and drink ---

After taking a brief break, the DevOps & cloud native meetup returns with 2 delightful speakers

19:00 - arrive

19:00 - 19:20 - networking, pizza, drinks etc

Then the talks -

Oliver Davies will give a talk on 'Deploying PHP applications with Ansible, Ansible Vault and Ansistrano'

Summary: Great! You’ve built your website, and now you just need to deploy it. There are various ways that this could be done - from (S)FTP, to SCP and rsync, to running commands like git pull and composer install directly on the server which is not ideal. I've been using Ansible and Ansistrano to deploy a variety of PHP projects - including Drupal 7 & 8, Symfony, Laravel and Sculpin, as well as basic HTML websites, and found it to be very flexible and easy to install and use, and by the end of this talk we will have a fully working deployment playbook, deploying real code onto a real server.

Tim Berry will give a talk on "Learning Go for Cloud Native Apps"

Learning Go for Cloud Native Apps

Why is learning Go so hard? Maybe it isn't for you. It was for me! Go tutorials and references seem to be either a terse walkthrough of the entire structure of the language, or an esoteric exploration of its advanced features. There's not a lot in between! So to address that, this talk will take a whistle-stop tour through actually building something useful with Go, and running it on a serverless platform.