Blog Archive

Building my own 'app'

Sharing a bit of my journey in a building an app for myself and my wife. This might help others aiming to build their own app, or find the app I'm building useful for themselves!

Lessons learnt after a few months of posting

After months of weekly blog posts, I've learned valuable lessons about content creation and plan to shift to more in-depth, monthly posts to provide higher quality insights and experiences.

Delegation using standards, systems and templates

A dive into tools and techniques I've adopted to help improve my delegation skills for a variety of tasks and duties at a varying level of complexity - from simple administrative work to advanced software engineering.

Buying a personal laptop

Read through my thoughts around what I want from a new personal laptop and how I am going about making my decision. Hopefully it may help you with a similar one!

JavaScript Tip - RegEx Instances Hold State

A lesson learnt in JavaScript and state where you least expect it - RegEx.

On Cookies and the .NET HttpClient

I hope you never have to experience this, but in case you... Here's how you can use cookies to communicate in a server to server set up - but ONLY if you absolutely must!

Building the right thing - Functional Suitability in Software Quality

We explore functional suitability as we delve into the quality characteristics in this instalment of my series on software quality. It's important to build software right, but arguably its more important to build the right thing.

Software Quality - A rambling preamble

Software quality is crucial but often overlooked in favor of new features, leading to long-term costs and technical debt. The ISO/IEC 25010 model provides a framework for evaluating quality, covering security, performance, and usability, amongst other characteristics. This series will explore key characteristics, starting with defining what software quality entails!