2025-08-10
Every developer eventually works on code that was written by someone else, or by themselves a long time ago. Legacy code is not necessarily…
2025-07-13
Traditionally, web applications are deployed to a centralised data centre or cloud region. When a user in Auckland makes a request to a…
2025-05-18
With large language models becoming part of the developer toolkit, knowing how to write effective prompts is a practical skill. Prompt…
2025-04-20
Every modern application relies on external packages. A typical Node.js project can have hundreds or even thousands of dependencies when we…
2025-03-16
When something goes wrong in production, the first question is always "what happened?" Observability is about making our systems transparent…