You are viewing details from a past event. Please check our upcoming event schedule if you are looking for current content.

Sam Newman

Sam Newman

Technologist with ThoughWorks

Sam Newman is a technologist at ThoughtWorks, where he currently splits his time between encouraging and sharing innovation globally and helping design and build their internal systems. He has worked with a variety of companies in multiple domains around the world, often with one foot in the developer world, and another in the IT operations space. If you asked him what he does, he'd say 'I work with people to build better software systems'. He has written articles, presented at conferences, and sporadically commits to open source projects. He is currently writing a book, Building Microservices, which is available in early access form now, and dead tree version very soon.

Presentations

Building Microservices

9:00 AM MDT

Microservices Architecture is a concept that aims to decouple a solution by decomposing functionality into discrete services. Microservice architectures can lead to easily changeable, maintainable systems that can be more secure, performant and stable.

In this workshop, you will discover a consistent and reinforcing set of tools and practices rooted in the philosophy of small and simple; this can help you move towards a microservice architecture. Microservices are typically small systems, with single responsibilities, communicating via the web's uniform interface, installed as well-behaved operating system services. However, with these finer-grained systems come new sources of complexity.

What you will learn
During this workshop, you will understand in depth what the benefits are of finer-grained architectures, how to break apart your existing monolithic applications, and the practical concerns of managing these systems. We will discuss how to ensure your systems can be more stable, how to handle security and the additional complexity of monitoring and deployment.
We will cover the following topics:
Principle-driven evolutionary architecture
Capability modelling and the “town planning” metaphor
RESTful Web integration and event-driven systems of systems
What microservices are (and aren't)
Integration techniques including cross-microservice use cases like search and reporting
How to handle interface version changes
Deployment techniques and supporting technology
The importance of matching your organisational structure and your architecture
Continuous Integration and testing of microservices

Principles of Microservices

8:30 PM MDT

There has been lots of buzz around Microservices over the last year, but there has often been a lack of clarity as to what Microservices are, or how to implement them well. I've been working to distill down the principles of Microservices to help ensure that we don't just end up repeating the mistakes we made during the last 20 years of service oriented architecture.

I'll talk about the history of where Microservices came from, what they are, the benefits and downsides, and the core principles to stick to do to them well.