Articles
Vibe Coding a Real Site with AI, Vercel V0, and Cursor
Apr 25, 2025
๐
7 minutes read๐
ArticleLately, I've been thinking a lot about "vibe coding" โ moving fast, staying in flow, and using AI to accelerate idea exploration rather than getting bogged down in setup.
"Vibe coding," a term popularized by AI researcher Andrej Karpathy, refers to levera...
Vibe Coding with AI
Apr 25, 2025
๐
5 minutes read๐
ArticleThereโs a new kind of developer flow happening, and it doesnโt start with types, diagrams, or frameworks.
It starts with a vibe.
What Is โVibe Codingโ?
We used to architect before we coded. Debate folder structures. Argue about types.
Now? You have an ...
"O" so SOLID
Apr 9, 2025
๐
6 minutes read๐
ArticleThe 'O' in SOLID stands for the Open/Closed Principle. This principle suggests that software entities (classes, modules, functions, etc.) should be open for extension but closed for modification. In other words, you should be able to add new functionality ...
GitHub code spaces
Oct 5, 2024
๐
2 minutes read๐
ArticleToday I found myself away from my computer, but I needed to update something on my site. I had my iPad, so I decided to give code spaces a try. Considering Iโm using a tablet without a keyboard, or a mouse, the experience was generally pleasant.
Itโs not...
Chester Half Marathon 2024 - race report
May 20, 2024
๐
8 minutes read๐
RunDespite it being a scorching day, I managed to keep my head cool and beat my target time, with a new PB to boot. There were a number of lessons I learnt from the London Marathon a month ago, which I put into action pre and during the race which really paye...
London Marathon 2024 - Race Report
Apr 21, 2024
๐
16 minutes read๐
ArticleThis is THE race I have been trying to run for years, and when it finally came, it didnโt disappoint despite a sub-par performance on the day. I accomplished most of what I set out to achieve, and had an amazing day.
Goals
3:20:00 - Fail
3:30:00 - Fail
...
Running the London Marathon for WWF
Mar 1, 2024
๐
2 minutes read๐
RunAs many of you my know, I'm passionate about my running and the environment, and this year I've been fortunate enough to secure a spot in the London Marathon, and I'm running not just for personal achievement, but to support a cause close to my heart: WWF,...
Garmin Epix daily workout suggestions
Jan 29, 2024
๐
less than a minute read๐
RunIf you manage to disable the suggested workouts feature on your Garmin Watch, then there is a quick way to re-enable it.
Go to your "Race calendar" > Select your event > Click start/stop button and an option for "Daily suggestions" will appear. You can c...
A guide to GROQ
Aug 5, 2023
๐
14 minutes read๐
ArticleGROQ (Graph Relational Object Queries) is a query language that was created by Sanity to query CMS data. Itโs a flexible query language and the use of projections makes it a powerful tool to construct complex and efficient data queries.
GROQ vs. GraphQL
...
GROQ vs GraphQL
Aug 4, 2023
๐
2 minutes read๐
ArticleWhile GROQ is nominally similar to GraphQL, there are subtle differences. Here's a quick run down of the similarities and differences, so that you can understand the reasons for GROQs existence, and some of itโs use-cases, before using it yourself
Both us...
Simplify GROQ query with optional fields
May 21, 2023
๐
about a minute read๐ก
TipIn working with Sanity and GROQ, there might be instances where you need to filter data using an optional field, and want a default value to kick in when null values are returned. For instance, consider an __i18n field added after a significant amount of c...