SESSION + Live Q&A
Testing Programmable Infrastructure with Ruby
With the rise of DevOps, programmable infrastructure is reaching widespread adoption. However, although automated testing of software is becoming ever more common, the same cannot be said with testing the target deployment environment itself. With microservices making our deployments more and more complex, we can no longer afford to ignore this type of testing. This talk will take a tour through some approaches to environment infrastructure testing that we have created using Ruby, a language we feel is uniquely positioned to work with both infrastructure and testing.
Speaker
Matt Long
Dev-in-test @OpenCredo
Matt is a QA Consultant for OpenCredo, a London-based consultancy specializing in helping clients build and deploy emerging technologies. He is responsible for the testing requirements in a number of OpenCredo engagements, with specialist knowledge in the creation and deployment of automated...
Read moreFind Matt Long at:
Speaker
Matt Long
Dev-in-test @OpenCredo
From the same track
Coding for High Frequency Trading
Financial Services run arguably the most complex applications, with major institutions each running thousands of different applications. The most challenging and performance critical are the High Frequency Trading systems used in the Equities markets. This session will describe the application...
Richard Croucher
VP of High Frequency Engineering @Barclays
Why We Chose Erlang Over vs. Java, Scala, Go, C
Outlyer is a SaaS infrastructure monitoring tool. We process and store time-series data, which is currently at 100K points per second and growing. To do the grunt work of processing and storing the growing mass of data, we originally started out with Node.JS—quick to build and time-saving....
Colin Hemmings
CTO and Co-founder @Outlyer
Building a Bank with Go
Traditionally applications have been built as monoliths; single applications which become larger and more complex over time, which limit our ability to react to change. An example of this is the banking industry where mergers and acquisitions between banks have lead to a patchwork of different...
Matt Heath
Senior Staff Engineer @Monzo
A Practical Road to SaaS' in Python
This talk goes over experiences building SaaS businesses on a Python technology stack from a security and scalability point of view. Where Python shines and which technologies to pair it with for best experiences.
Armin Ronacher
Creator of Python Flask