Shaun Abram
Technology and Leadership Blog
Talk summary: Realizing the Microservices Vision with Service Mesh by Arijit Mukherji
Some note on the talk “Fully Realizing the Microservices Vision with Service Mesh” by Arijit Mukherji of SignalFx at AWS re:Invent 2018 (DEV312)
Find the video at https://www.youtube.com/watch?v=eTHhsbKfpWg
Tags: awsreinvent, microservices, servicemesh, summary
Talk summary: SRE principles by Tori Wieldt @ AWS re:Invent 2018
I caught a talk by Tori Wieldt at the New Relic booth at AWS re:Invent on “SRE principles”. Even though it was a short talk in the expo hall, rather than a formal scheduled one, it had a ton of good SRE material.
Tags: aws, newrelic, reinvent, reinvent2018, sitereliabilityengineering, sre, summary, Testing
Talk summary: Reactive DDD by Vaughn Vernon @ QCon2018
Some notes on the “Reactive DDD – When Concurrent Waxes Fluent” talk by Vaughn Vernon (author of Implementing Domain-Driven Design) at QCon 2018. (Currently I think you need to be logged in as a ticket holder to see the talk – I will post a link if it becomes public)
Tags: conferencetalks, cqrs, ddd, qcon, qcon18, summary
Testing in Production Presentation – SVCC 2018
The following post is essentially a written version of the Testing in production talk I gave at Silicon Valley Code Camp 2018. You can find the presentation deck here at slideshare.
Tags: chaos, chaosengineering, conferencetalks, For prep, integrationtesting, itestinprod, mytalks, production, resilience, resilienceengineering, Testing, testinginproduction
Talk summary: Chaos Engineering by Adrian Cockroft @ ChaosConf18
Title: Chaos Engineering – What is it, where did it come from, and where might it be going?
Speaker: Adrian Cockcroft (AWS VP Cloud Architecture Strategy)
Conference: Chaos Conference 2018 (http://chaosconf.io/)
Video: https://www.youtube.com/watch?v=cefJd2v037U
The following are some brief notes and slide summaries from Adrian’s keynote at ChaosConf 2018…
Tags: chaosconf, chaosengineering, conferencetalks, summary
Notes from TechKnowCon 2018
I attended TechKnowCon (https://techknowcon.splashthat.com/) this week. I enjoyed the conference a lot. It centered around the theme of continuous learning, and how to instill a learning culture in your work environment. There were 2 talks in particular that I got a lot from, “Teach Like an Engineer” and “Peer learning at scale”…
Tags: conferencetalks, learning, techknowcon, techknowhow
Talk summary: How Complex Systems Fail by Dr Richard Cook @ Velocity 2012
“How Complex Systems Fail” is a talk by Dr Richard Cook at Velocity 2012.
I’ve included a link to the video on YouTube below, and some of my key takeaway points.
Tags: conferencetalks, resilience, resilienceengineering, summary
Talk summary: Using Chaos to Build Resilient Systems by Tammy Butow @ QCon2018
“Using Chaos to Build Resilient Systems” was a talk by given by Tammy Butow of Gremlin at QCon New York 2018 . I really enjoyed the talk, so wanted to summarize some of the key points of interest to me.
Tags: chaos, chaosengineering, failurefridays, gamedays, infoq, resilience, resilienceengineering, summary
“Ship It!” talk at the Boise Code Camp
Slides for my “Ship It!” talk at the Boise Code Camp in Boise State University today: https://www.slideshare.net/shaunabram/ship-it-boise
Tags: boidecodecamp, codecamp, devops, mytalks, production, shipit, talks
Unit Testing – the Hard Parts @ NYC Code Camp
Thanks to everyone who came to my “Unit Testing – the Hard Parts” presentation @ New York Code Camp. I really enjoyed it! Great crowd, lots of follow up questions. And cool Microsoft office space in Times Square. Thank you to all who attended. My slides are here: http://www.slideshare.net/shaunabram/unit-testing-the-hard-parts
Tags: codecamp, mocks, mytalks, nycc, stubs, tdd, testdoubles, testdrivendevelopment, Testing, unittesting
Docker talk at SVCC’15
Some short notes from a talk from Ted Young on the Docker ecosystem. Slides available here.
BusyBox – a number of use linux tools packaged up in to a single file. “The Swiss Army knife of Embedded Linux”
CoreOS and Red Hat’s Atomic are particularly suited for running containers, work well with (and I think even come preinstalled with) Docker.
VM vs Container. VMs ofter have multiple apps running in them (e.g. a tomcat with multiple apps running it int). With containers it is typically 1 app per container. Containers typically run within a VM (although can run on “raw metal” too). Multiple containers per VM? – I’m not so clear on!
Cgroups may be used to limit and control resource usage.
12 Factor apps – Good practices for building “cloud native” or software-as-a-service apps.
Tags: codecamp, containers, docker, svcc, svcc15
Git talk at SVCC’15
Some short notes from a talk on “Everything you wanted to know about Git…” by Lenny Markus. Slides available here.
Tips:
Use autocomplete
Use the latest git tool, not the apple default
As part of the demo, he used watch to monitor a directory by running a command every few secs.
Covered git init, staging, reset and rebasing.
RESTful Microservices at Silicon Valley Code Camp ’15
Thanks to everyone who came to my RESTful Microservices talk at Silicon Valley Code Camp today. Great turnout and lots of good follow up questions.
You can find the complete slides on slideshare.
Tags: api, codecamp, HTTP, microservices, mytalks, REST, RESTful, SOA, svcc, svcc15
Rest and Microservices talk at the Las Vegas .Net Group
Thanks to Richard Rosenheim for inviting me to talk on REST and Microservice at the Las Vegas .Net Group today.
If you came along, thanks for attending!
You can find my slides here.
You can also check out my blog posts that the talk is based on:
Tags: architecture, HATEOAS, HTTP, microservices, mytalks, REST, RESTful, royfielding, talks
An intro to Microservices and REST: SoCal Code Camp 2014
If you came along to my session at the SoCal Code Camp, thanks for attending! Any feedback always appreciated.
You can find the slides on slideshare.
You can also check out my blog posts that the talk is based on:
Shaun
Tags: architecture, codecamp, HATEOAS, HTTP, microservices, mytalks, REST, RESTful, royfielding, socal2014, talks