Github Actions Step Summary

Do you find yourself wasting time trawling through logs and downloading CI artefacts to find common types of errors? Use GitHub Actions Step Summaries to accellerate your workflow.

2025-04-20 · Cameron Kerr

Where Did That Sqlalchemy SQL Originate?

ORMs such as SQLAlchemy are very useful, but can easily generate very inefficient unrecognisable code. Here’s an easy way to log where the query originates in your code.

2025-04-19 · Cameron Kerr

Bloom Filter Lightning Talk

A Lightning talk I gave to Dunedin Code Craft in November 2024

2024-11-04 · Cameron Kerr

Using Common Expression Language (CEL) in... a Metrics Exporter for LDAP

Use the Common Expression Language (CEL) to allow user-friendly flexible policy rules. Show this with YAML to group/filter data to expose as metrics.

2023-08-15 · Cameron Kerr

Reimplementation of Learning :: a Python to Go Retrospective

PoC coding and reimplementation of Python and Go for metrics and log parsing using an example of 389 Directory Service.

2023-08-15 · Cameron Kerr

Use Getent Hosts in Scripts

It is common practice to use tools like ‘dig’ to lookup DNS results, but this has very bad performance. If you just need to lookup a name or address, there’s an easier, friendly way.

2015-04-15 · Cameron Kerr

NFS Lock Analysis with tshark (Wireshark) and Python

NFS locking can impede the performance of your clustered application. Learn how to capture and analyse NFS traffic to see where your locking issues are.

2011-08-28 · Cameron Kerr