29May/25
Good Bye Linux Format

Good Bye Linux Format

Issue 329, available now (May 2025) in the UK, is the final issue of Linux Format (LXF). The magazine lasted for 25 years and that is an amazing achievement in the modern age of websites delivering information and answers 24/7 – but before “always on connectivity” and broadband speeds it was a little different. It’s […]
22May/25

Mocking (Python)

When I write code I like to include tests. Tests help me to reduce the risk of code breaking changes and give me the reassurance that what I have coded does what I need it to do. I’m currently writing a backend (Django/Python) that serves some APIs and a frontend (Flask/Python) to consume those APIs, […]