I have worked in developer teams, an operations team, and been a generalist shipping software for JUST EAT since 2010 (with a few years doing that elsewhere first). I've lived through cultural and technological change and played a role in effecting it. I had a pivotal role in migrating our platform from a datacentre to the AWS cloud - consequently, we now do tens of deployments a week compared to a tens a year. I've automated systems, tests, servers, and in some cases myself. I've touched many parts of the platform and delude myself that I do an OK job at that.
I keep busy; I snowboard, climb, dive amongst other things. I live in north London in a house that is continuously inhabited by builders doing something or other.
Head over to Peter's blog, check out projects on Github, and follow him on Twitter @petemounce.
Talks I've Given
-
Live Tech Demos
Featuring Peter Mounce
Two live tech demos, including a demo by Peter Mounce, JustEat - Chaos Monkey Live
-
DoS yourself in production
Featuring Peter Mounce
At JUST EAT, we haven't had an embarrassing performance regression that we haven't noticed and put right on the same day we deployed it - for over two years now. We also haven't been taken down by unexpected load.
-
Servers in Production
Featuring Peter Mounce
Join JUST EAT's Peter Mounce who will be killing (Windows) servers in production during peak time on stage and talking about the sorts of things he's done with JUST EAT's platform to make that minorly inconvenient rather than embarrassingly catastrophic. If he makes any mistakes it...
infracoders devops servers windows -
Pete Mounce: How do you know your code is working RIGHT NOW?
Featuring Peter Mounce
You write your tests and you ship your code, but many teams stop there - "our tests are green, it's in production, let's get onto the next ticket!".
But then alarms go off. "But our tests were green! It can't be OUR code... Can it?"
Sure it can. Production is a...
-
2
Knowing what went bump in Production - modern monitoring in .net
Featuring Peter Mounce and Chris O'Dell
In the world of .NET, monitoring your application has traditionally been to install WMI performance counters and let Operations sort it out. This means learning about how to install performance counters, how to do this via scripts in the cloud, how to get the data out of them, how to alert on...
.net statsd graphite grafana logstash elasticsearch kibana -
Rake.NET
Featuring Peter Mounce
In this podcast, Peter Mounce talks about using Ruby rake to aid with automating .NET software builds - stating that a build script should use a scripting language, because XML hurts too much.
.net ruby