Blog Archive

What is an API?

The term API gets thrown around loosely in different contexts, and I wanted a useful resource to share with others to explain it - in my own way.

Thoughts on 'Crucial Conversations'

Some of my thoughts on a book I consistently recommend to others.

Building with .NET Aspire

The .NET Aspire experience has been great! Developing for native AWS resources with .NET made simpler with Aspire.

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.