Jamie Tanna | Software Engineer

  • /now
  • Blog
  • Popular Posts
  • Archives
  • Search
  • Salary History
  • Open Source Projects I Maintain
  • Support Me
  • Hire Me (CV/Resume)

 Article

Performing a v2 release of a Go module (1 mins read).

Featured image for sharing metadata for article

How to prepare your Go module for its first breaking change release.

Sat, 28 Oct 2023 16:44 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go.

 Article

Building resilient, runnable command-line demos with Asciinema and demo (3 mins read).

How to use the demo library alongside Asciinema to make it easier to build and maintain demos for your command-line tools.

Mon, 23 Oct 2023 21:47 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #command-line.

 Article

Importing a subdirectory from one repo into another (1 mins read).

Featured image for sharing metadata for article

How to import a subdirectory of a given Git repository into another one, using git subtree.

Mon, 23 Oct 2023 20:15 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #git #git-subtree #command-line.

 Article

How we reduced oapi-codegen's dependency overhead by ~84% (6 mins read).

Featured image for sharing metadata for article

An example of how to reduce the size of a Go module's dependencies by taking advanage of Go module pruning.

Mon, 23 Oct 2023 17:21 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go.

 Article

Plea to Software Composition Analysis (SCA) providers and Software Bill of Materials (SBOMs) producers: give us more data! (2 mins read).

Why I think dependency scanning tooling should be providing as much data as possible about scanned projects, to allow other tooling to make better inferences about the data.

Sun, 22 Oct 2023 14:15 by Jamie Tanna's profile image Jamie Tanna . #sbom #dependency-management-data #persuasive.

 Article

Which version of Go was used to compile this binary? (2 mins read).

Featured image for sharing metadata for article

How to use a few means to work out what version of Go a given binary was compiled with.

Sat, 14 Oct 2023 14:11 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go.

 Article

Utilising Renovate's local platform to make renovate-graph more efficient (2 mins read).

Featured image for sharing metadata for article

How using the local platform with renovate-graph can increase the performance of dependency extraction.

Fri, 13 Oct 2023 18:12 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #renovate #dependency-management-data.

 Article

Gotcha: Using vCluster on Elastic Kubernetes Service requires a Container Storage Interface driver (2 mins read).

Featured image for sharing metadata for article

How to avoid PersistentVolumeClaims getting stuck in a Pending state with vCluster and EKS when you've not set up the cluster with a Container Storage Interface driver for Elastic Block Store.

Tue, 10 Oct 2023 13:38 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #aws #kubernetes.

 Article

Listing environment variables used to trigger a Buildkite pipeline (1 mins read).

How to use Buildkite's GraphQL API to list the environment variables provided to trigger a pipeline.

Tue, 10 Oct 2023 13:25 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #buildkite.

 Article

Publishing My On-Call Compensation History (1 mins read).

Publishing a page detailing the on-call compensation I've received over the years.

Tue, 10 Oct 2023 09:58 by Jamie Tanna's profile image Jamie Tanna . #job #on-call #devopsdays.

 Article

Why should you blog? (12 mins read).

A writeup of my talk at DDD East Midlands around why you should start blogging.

Sat, 07 Oct 2023 11:41 by Jamie Tanna's profile image Jamie Tanna . #blogging #public-speaking.

 Article

Solving /usr/lib/Xorg.wrap: Only console users are allowed to run the X server errors with tmux over SSH (1 mins read).

How to avoid Xorg errors when connecting to a Linux machine over SSH that tries to spawn startx.

Thu, 05 Oct 2023 14:08 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #linux #tmux #ssh.

 Article

This talk should also be a blog post (3 mins read).

Featured image for sharing metadata for article

How you can improve your public speaking by also writing blog posts for your talks.

Thu, 05 Oct 2023 11:54 by Jamie Tanna's profile image Jamie Tanna . #blogging #public-speaking.

 Article

How blogging has affected me, as a neurodiverse person (5 mins read).

How I've used blogging to help with my ADHD.

Wed, 04 Oct 2023 14:46 by Jamie Tanna's profile image Jamie Tanna . #neurodiversity #blogging #adhd #autism.

 Article

Introducing tweetus-deletus 🐦πŸͺ„πŸ’€ - a tool to automate deleting your tweets, through the browser (3 mins read).

Announcing the release of tweetus-deletus, a tool to delete all your tweets, driven through the browser with Playwright.

Sat, 30 Sep 2023 21:47 by Jamie Tanna's profile image Jamie Tanna . #playwright #javascript #twitter.

 Article

Reusing a browser session with Playwright (1 mins read).

How to re-use your existing browser sessions with Playwright.

Sat, 30 Sep 2023 20:59 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #playwright #javascript.

 Article

Using dependency-management-data with GitLab's Pipeline-specific CycloneDX SBOM exports (1 mins read).

Featured image for sharing metadata for article

How to take advantage of SBOM export functionality in GitLab 16.4 with dependency-management-data.

Wed, 27 Sep 2023 21:24 by Jamie Tanna's profile image Jamie Tanna . #dependency-management-data #sbom #gitlab.

 Article

Gotchas with pointing Go modules to a fork, when building an installable module (3 mins read).

Featured image for sharing metadata for article

A gotcha around how to pin a Go module to a fork, if you're building a module that should be go installable.

Wed, 20 Sep 2023 14:48 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go.

 Article

Building dynamic jobs with BuildKite (2 mins read).

How to dynamically generate job configuration for BuildKite, while running inside a pipeline.

Thu, 14 Sep 2023 11:40 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #buildkite.

 Article

Setting up a matrix for GitHub Actions with Go's go.mod and specific versions (2 mins read).

Featured image for sharing metadata for article

How to use a Go setup matrix in GitHub Actions that can target the go.mod version and arbitrary other version(s).

Mon, 11 Sep 2023 09:55 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #github-actions #go.

 Article

dependency-management-data now supports Software Bill of Materials (SBOMs) and has better Dependabot support (2 mins read).

Featured image for sharing metadata for article

Announcing improved support for Dependabot and support for Software Bill of Materials (SBOMs).

Sun, 10 Sep 2023 20:52 by Jamie Tanna's profile image Jamie Tanna . #dependency-management-data #sbom #github.

 Article

Prefer using the GitHub Software Bill of Materials (SBOMs) API over the Dependency Graph GraphQL API (2 mins read).

Featured image for sharing metadata for article

Why you should use GitHub's Software Bill of Materials API instead of the Dependency Graph GraphQL API.

Sun, 10 Sep 2023 20:52 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #github #graphql #sbom.

 Article

Setting up your Maven settings.xml to release a Jenkins plugin (1 mins read).

Featured image for sharing metadata for article

How to set up your crdentials to release a Jenkins plugin via Maven.

Sat, 02 Sep 2023 21:12 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #jenkins #maven.

 Article

Removing ANSI escape codes in Vim (1 mins read).

Featured image for sharing metadata for article

How to remove ANSI escape codes in (Neo)Vim.

Fri, 01 Sep 2023 14:01 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #vim #neovim.

 Article

Creating global middleware for net/http servers in Go (1 mins read).

Featured image for sharing metadata for article

How to wrap net/http servers in Go with middleware(s) on every request.

Fri, 01 Sep 2023 10:33 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go.

 Article

What Go versions are my modules and dependencies targeting? (1 mins read).

Featured image for sharing metadata for article

Without using go mod vendor, how you can look at the version of Go that each of your modules and dependencies target.

Thu, 31 Aug 2023 10:47 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go.

 Article

Why is Go trying to upgrade my go.mod to Go 1.21? (1 mins read).

Featured image for sharing metadata for article

Why you may be seeing Go trying to upgrade the Go version in your go.mod to Go 1.21.

Thu, 31 Aug 2023 10:47 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go.

 Article

Creating a Zoho Mail alias using the API (2 mins read).

How to use the Zoho Mail API to add an alias to your account.

Wed, 30 Aug 2023 14:23 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #zoho.

 Article

Setting up Mend Renovate Community Edition for GitLab.com on Fly.io (2 mins read).

Featured image for sharing metadata for article

How to set up Mend Renovate Community Edition on Fly.io, when integrating with GitLab.com.

Wed, 30 Aug 2023 10:16 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #renovate #fly.io #gitlab.

 Article

Custom Advisories: the unsung hero of dependency-management-data (3 mins read).

Featured image for sharing metadata for article

How to use custom advisories with dependency-management-data to track packages that your organisation may not want to use.

Tue, 29 Aug 2023 11:02 by Jamie Tanna's profile image Jamie Tanna . #dependency-management-data.

 Article

Turning on Caps Lock when the Caps Lock key is bound to a different key (1 mins read).

How to trigger a Caps Lock event when you've rebound the key to a differnet key.

Fri, 25 Aug 2023 10:12 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #linux #command-line.

 Article

Setting up real-time Slack notifications for GitHub (1 mins read).

Featured image for sharing metadata for article

How to get Slack's real-time notifications integrated with GitHub.

Wed, 23 Aug 2023 20:48 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #github #slack.

 Article

Managing Buildkite Agent Images with Renovate (1 mins read).

Featured image for sharing metadata for article

How to use Renovate to manage Buildkite Agent Images.

Tue, 22 Aug 2023 11:52 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #renovate #buildkite.

 Article

Running commands against every module in a Go multi-module project (1 mins read).

Featured image for sharing metadata for article

How to run commands like go test when using a multi-module Go project.

Fri, 18 Aug 2023 16:08 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go.

 Article

Resolving Timeouts when generating entropy when generating a new GPG key (1 mins read).

How I resolved an issue with a Timeout error when generating a new GPG key.

Tue, 15 Aug 2023 21:48 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #gpg.

 Article

Resolving black screen display with SDDM and NVIDIA GPUs (1 mins read).

How I resolved an issue with a black screen displaying when SDDM is used with an NVIDIA driver.

Mon, 14 Aug 2023 15:41 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #linux.

 Article

Analysing GitHub Pull Request review times with SQLite and Go (3 mins read).

How measuring how long code review took as a team lead to being able to change our processes, and then deliver much more effectively.

Thu, 10 Aug 2023 20:20 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #sqlite #go.

 Article

Getting started with Dependency Management Data (4 mins read).

Featured image for sharing metadata for article

How you can get started using Dependency Management Data in 3 commands.

Tue, 25 Jul 2023 17:49 by Jamie Tanna's profile image Jamie Tanna . #dependency-management-data.

 Article

Quantifying your reliance on Open Source software (24 mins read).

Featured image for sharing metadata for article

A writeup of my talk at DevOpsNotts, about the dependency-management-data project and how to use it to understand your internal and external dependencies.

Tue, 25 Jul 2023 17:49 by Jamie Tanna's profile image Jamie Tanna . #dependency-management-data #public-speaking #devops-notts #open-source #free-software.

 Article

LeadDev London 2023 (59 mins read).

Featured image for sharing metadata for article

A writeup of LeadDev London 2023 conference.

Mon, 17 Jul 2023 21:16 by Jamie Tanna's profile image Jamie Tanna . #lead-dev #lead-dev-london #events #leadership #management #agile #on-call.

 Article

Merging a branch in GitHub - the hard way (4 mins read).

Featured image for sharing metadata for article

How to (kinda) merge two branches in GitHub using the underlying Git database API.

Thu, 13 Jul 2023 18:58 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #github #git.

 Article

Validating Renovate configuration changes before merging (2 mins read).

Featured image for sharing metadata for article

How to perform a dry run to validate your Renovate config before it's merged.

Mon, 10 Jul 2023 21:25 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #renovate.

 Article

Introducing dmd-web, a web frontend for Dependency Management Data (DMD) (2 mins read).

Featured image for sharing metadata for article

Introducing a web frontend for the dependency-management-data project, to provide a better, centralised interface for interacting with the data.

Sat, 08 Jul 2023 21:21 by Jamie Tanna's profile image Jamie Tanna . #dependency-management-data #announcement #go.

 Article

Sharing state between net/http method calls in Go (1 mins read).

Featured image for sharing metadata for article

How to construct a struct in Go that can have its state shared between HTTP server handler functions.

Mon, 03 Jul 2023 20:43 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go.

 Article

Who do these Google (JSON file) credentials belong to? (1 mins read).

Given a JSON credentials file for Google APIs, are they still valid?

Fri, 30 Jun 2023 17:12 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #google.

 Article

I'm joining Elastic (9 mins read).

Featured image for sharing metadata for article

Announcing my move to Elastic as a Senior Software Engineer, and looking back at my time at Deliveroo.

Mon, 26 Jun 2023 18:24 by Jamie Tanna's profile image Jamie Tanna . #job #career #roodundancies #deliveroo #elastic.

 Article

Using go.mod versions to go install a binary (1 mins read).

Featured image for sharing metadata for article

How to use go install to install a binary from the version tracked in go.mod.

Mon, 19 Jun 2023 09:24 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go.

 Article

Checking the migration status with golang-migrate (1 mins read).

How to check what version of the schema is curently applied when using golang-migrate.

Mon, 19 Jun 2023 09:04 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #go #sql.

 Article

Introducing openapi-sorbet, a command-line tool for generating Sorbet types from OpenAPI (2 mins read).

Featured image for sharing metadata for article

How to generate Sorbet type-checked models from OpenAPI specifications.

Wed, 31 May 2023 21:44 by Jamie Tanna's profile image Jamie Tanna . #blogumentation #sorbet #ruby #go #command-line #openapi.

 Article

Learn how to build tools (6 mins read).

A guest post on Letters to a New Developer about learning to automate and build tools to progress in your career.

Mon, 29 May 2023 07:57 by Jamie Tanna's profile image Jamie Tanna . #letters-to-a-new-developer #automation.

You're currently viewing page 4 of 17, of 850 posts.

Go to the previous page

Go to the next page

Other links that may be of interest:

  • /slashes
  • Follow This Blog (i.e. via RSS feed)
  • Talks
  • Blogroll
  • Why is my site www.jvt.me?
  • Archives
  • Post Visualisation
  • Manual of Me
  • Typography
  • My name and pronounciation
  • RSVPs
  • Links
  • Post by Kind

This site is part of an IndieWeb Webring πŸ•ΈπŸ’

  • Previous site
  • Next site

Want to get in touch? Drop me an email at  hi@jamietanna.co.uk. I try to get back to everything, if I don't reply in a couple of weeks, feel free to give me a nudge!

You can also check out a list of all the places /elsewhere you can find me.

© 2025 Jamie Tanna. Post content and code snippets licensing is detailed on respective pages, otherwise default to Creative Commons Attribution Non Commercial Share Alike 4.0 International and Apache License 2.0.
Site design released under the MIT License.
Proudly hosted on AWS using S3 + CloudFront, deployed by GitLab CI, and generated by 4a2feb8ddf on Sat, 18 Apr 2020 14:40:29 +0100..