Setting up JSON Server to spin up a working REST API from a single JSON file for demos and prototypes without writing any code
$ cd ~/posts/2020/
Using JSON Server for demos and prototypes A bit of a Vector Trying out Vector, a Rust-based observability data router from Timber.io that aims to replace Logstash, Telegraf, and Fluent
$ cd ~/posts/2019/
Tilt Walking through Tilt setup, a Tiltfile in Skylark, and running a Sinatra app against local Kubernetes with auto rebuild on changes
Draft Installing and using Microsoft's Draft to scaffold Dockerfiles and Helm charts for local Kubernetes development of a Ruby Sinatra service
Skaffold Installing Google's Skaffold and using its dev mode to iteratively build, deploy, and port forward a Ruby app on local Kubernetes
Garden A walkthrough of installing Garden, defining a graph-based project with modules and services, and deploying it to a local Kubernetes cluster
Intro to Distributed Tracing What distributed tracing is, why microservices need it, and a walk through traces, spans, OpenCensus, OpenTracing, Zipkin, and Jaeger