RSS Feed
Articles
-
Writing a Novel with Visual Studio Code
Discover how to use Visual Studio Code as a powerful tool for writing and organising your novel, with tips to enhance your creative writing process. -
Installing the NewRelic .NET agent on an Alpine Docker image
Learn how to install the New Relic .NET agent on an Alpine-based Docker image, with step-by-step instructions for monitoring your .NET applications in a lightweight container environment. -
An implementation of the Capital Controls kata in Python
A walkthrough of the Capital Controls Kata in Python. Train of thought and a retrospective. -
Trigger validation of a dropdown box when tabbing over it in KnockoutJS
When tabbing over a dropdown box in a form, it's tougher to trigger its validations than it is with empty text boxes. Here's a trick on how to enable that. -
The Capital Controls Kata
A code kata to explore adaptation in changing system requirements.
Newest Posts
- Now Generating URL Slugs With Natural Language Processing!
- Safe Storage of App Secrets in Python Development
- Automate All The Things: A Manifesto for Building Better Teams
- Preserve commit history when moving files across Git repositories
- Publishing a Jekyll site to a separate Github Pages repository using Github Actions