-
Better K8s Monitoring Part 1: Adding Prometheus
Adding better monitoring for applications running in my k8s cluster using Prometheus.
-
Fun with Gitlab CI
Some fun infrastructure-related things you can do with Gitlab CI
-
Using Both Integrated And Discrete Graphics Cards
Setting up Arch Linux to use both integrated (on-board, Intel) and discrete GFX (Radeon) cards.
-
A reliable fix to Docker not keeping it's IPV4 address on Arch
A summary of the problem and fix I experienced with docker0 on arch
-
Adding (naive) email templating to my servant-powered haskell web application
An in-depth look at adding naive email templating to my Haskell web application.
-
Custom registries in JSPM from CI
Hacking my way to a working CI build with JSPM and custom registries
-
Haskell build issues on Arch Linux (tinfo6)
Some notes on issues I was having building haskell projects on Arch Linux
-
Adding a very naive in-memory cache to my Haskell web app
How I added very naive in-memory caching to my haskell webapp
-
Continuous Integration To Continous Delivery Haskell Project With Gitlab
Adding Continuous Delivery (CD) to my Gitlab-powered CI setup for my job board Haskell-powered web application
-
Zero To Continuous Integrated Testing A Haskell Project With Gitlab
Get up to speed with CI by standing on the shoulders of giants.