Aran Wilkinson
github bluesky twitter strava calendar linkedin
/about/posts/now/resume Light Dark
Posts
  • 2024-06-24

    Why Go uses composition over inheritance

    Go doesn't have class inheritance, and that's by design. Learn how Go's structs, embedding, and implicit interfaces give you the flexibility of inheritance without the fragile base class problems.
    Read more ⟶
  • 2024-06-01

    Devlog 2 - Eventbus and SaaS model

    In this second post I cover the custom eventbus library that I've built and pivoting or changing your mind on the saas business model.
    Read more ⟶
  • 2024-05-27

    wip: wifi-qr Zig Rewrite

    work in progress rewrite of my wifi-qr project in Zig.
    Read more ⟶
  • 2024-05-15

    Devlog 1 - Foundations

    This is the first in a series of posts about the stria side project I am working on.
    Read more ⟶
  • 2024-05-14

    yamlcfg: a Go library for YAML and environment variable config

    yamlcfg is a Go library that merges YAML configuration files with environment variables. Supports default values, type coercion, and nested configuration structures.
    Read more ⟶
  • 2024-05-08

    Encrypting and decrypting with Go's crypto/aes and crypto/cipher

    A practical walkthrough of Go's crypto/aes and crypto/cipher packages. Covers AES-GCM encryption, key sizing, NewCipher usage, and common pitfalls with working code examples.
    Read more ⟶
  • 2024-04-16

    You probably don't need to mock

    Go's testing tools are powerful enough that mocking is often unnecessary. Learn when to skip mocks and use real implementations, httptest, and integration tests instead.
    Read more ⟶
  • 2024-03-11

    Continuous deployment with Go and GitHub Actions

    Automate Go deployments to staging and production using GitHub Actions and Fly.io. Covers pipeline configuration, environment separation, and deployment safeguards with working workflow examples.
    Read more ⟶
  • 2024-03-05

    Deploying Docker images to Fly.io

    Deploy your existing Docker images to Fly.io with flyctl. Covers creating a Fly app from a Docker image, configuration, scaling, and getting your containers running globally.
    Read more ⟶
  • 2024-02-27

    I suck at technical interviews

    My struggles with technical interviews and how they impact my career.
    Read more ⟶
    ← Prev Next →