Simon Willshire
Home
Blog
Travel
Music
Contact
About
Programming
Automatic HTTPS Server using Caddy Reverse-Proxy on Google Kubernetes Engine
Feb 27, 2018
A guide on how to set up a caddy web server which reverse proxies to another kubernetes pod.
Programming
Docker
Kubernetes
GKE
Caddy
Reverse Proxy
Exploring Rust - Part 3: Writing a Programming Language Parser (Nom)
Aug 23, 2016
Taking a look at writing a programming language parser using Nom
Programming
Rust
Nom
Exploring Rust - Part 2: Vulkan API
Jul 24, 2016
Taking a look at implementing Vulkan binding in rust using Vulkano
Programming
Rust
Vulkan
Exploring Rust - Part 1 (Setup: Atom, Racer)
May 14, 2016
Started taking a look at what all the hype was about with Rust!
Programming
Rust
Compiler