Skip to content

Instantly share code, notes, and snippets.

View randylayman's full-sized avatar

Randy Layman randylayman

View GitHub Profile
@randylayman
randylayman / sanotes.md
Last active April 14, 2016 17:57
OReilly Software Architecture 2016 Notes

#OReilly Software Architecture 2016 April 11-13, 2016 ###Venue Hilton Midtown Manhattan, NY

##Day 1 (April 11) ####Microservices Tutorial - Cassandra Shum (ThoughtWorks), Maria Gomez (ThoughtWorks) The instructors provided a VirtualBox machine that contained scripts we ran to start and stop virtual machines. Converting monoliths to microservices meant uncommenting one invocation and invoking another. The session was lots of do this, do that with not a lot of discussion.

The session used the Thoughtworks Go CD tool for managing the build pipelines. The interface seems pretty straight forwards but the speed of picking up changes from the GitHub pushes wasn't great. Might be from running in smallish virtual machine.