Posts Tagged "Software"
Code is excellent context
I was on the fence about the long-term value of AI coding tools - until I used them for modernisation and migration work. Here I share why existing codebases are such a powerful source of context for LLMs, and a couple of prompting tips that have helped me get better results.
Read Post
5x Faster Cold Starts - is .NET Native AOT worth the trade offs?
This post explores using AOT compilation features of .NET to improve performance for AWS Lambda functions. Find a template to use yourself inside as well!
Read Post
ParenTime MVP Launch
I finally launched it - but it's far from done. I share some of my learnings and things that worked or I would do differently in this post.
Read Post
App Build Update: Infrastructure
A short update on the planned infrastructure for ParenTime - my app build
Read Post
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.
Read Post
Building with .NET Aspire
The .NET Aspire experience has been great! Developing for native AWS resources with .NET made simpler with Aspire.
Read Post
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!
Read Post
JavaScript Tip - RegEx Instances Hold State
A lesson learnt in JavaScript and state where you least expect it - RegEx.
Read Post