Rob's Presentations with code, page 21
Local Development Techniques with Kubernetes
  
  kubernetes devops docker 
   11/6/2021
   at Granite State Code Camp
   in New Hampshire (virtual)
  It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
  The Definitive Deep Dive into the .git Folder
  
  git 
   11/6/2021
   at GeekCampSG 2021 Singapore
   in Singapore (virtual)
  What’s in the .git folder? How are commits stored? How do branches work? We’ll dive deep into the objects folder, unpack commits, look at the types of DAG nodes, examine object content, and build a complete visualization of the stored content....
  Local Development Techniques with Kubernetes
  
  kubernetes devops docker 
   11/5/2021
   at NDC Sydney
   in Sydney, Australia (virtual)
  It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
  The Definitive Deep Dive into the .git Folder
  
  git 
   11/5/2021
   at TDevConf
   in Tennessee (virtual)
  What’s in the .git folder? How are commits stored? How do branches work? We’ll dive deep into the objects folder, unpack commits, look at the types of DAG nodes, examine object content, and build a complete visualization of the stored content....
  Local Development Techniques with Kubernetes
  
  kubernetes devops docker 
   11/4/2021
   at Kubernetes Community Days Washington DC
   in Washington DC (virtual)
  It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
  Level-up Your DevOps with GitHub Actions and Kubernetes
  
  devops kubernetes 
   10/28/2021
   at International PHP Conference 2021
   in Munich, Germany
  Are you looking to rapidly deploy your content? Are Docker containers in your future? Come for this demo-only presentation where we start from scratch, live-code a Dockerfile, build up a DevOps pipeline in GitHub Actions, and deploy to Kubernetes....
  Making Kubernetes How We Build Things
  
  kubernetes devops docker 
   10/28/2021
   at Scale by the Bay
   in San Francisco, CA (virtual)
  It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
  Storybook: Web Components, Real Browser, Fake App
   10/28/2021
   at iJS Munch: International JavaScript Conference
   in Munich, Germany
  Have you ever wanted to document how it works to others? Or wanted to understand all the states of your component without having to push next a dozen times in the app between refreshes?...
  The Definitive Deep Dive into the .git Folder
  
  git 
   10/27/2021
   at International PHP Conference 2021
   in Munich, Germany
  What’s in the .git folder? How are commits stored? How do branches work? We’ll dive deep into the objects folder, unpack commits, look at the types of DAG nodes, examine object content, and build a complete visualization of the stored content....
  Gaining Confidence with Cypress Tests
  
  testing javascript 
   10/25/2021
   at React Advanced London
   in London (virtual)
  Have you ever wanted to refactor mercilessly but didn’t want to break the fragile tower? Or have you ever pushed to production only to spend the next few days cleaning up the regressions?...