These posts serve as my digital Post-it notes, not just for tech solutions I've implemented, but also for thoughts and musings I don't want slipping through the cracks. If you find them handy too, well, that's a proper win!
AI Generative UI
Intent based outcomes with AI generative UI with Vercel's AI SDK
Dave
React Server Components: Deep Dive
Delving deeper into React Server Components, how they work & when to use them
Dave
"React Server Components: The Game-Changer Critics Are Too Confused to Applaud!"
Dave
The Inaugral AI Engineer Summit
The inaugural AI Engineer Summit recently took place in San Fransciso. The entire conference was streamed on YouTube, and even watching from afar, it proved to be a fascinating event.
Dave
Thoughts on Remix
Every now and then a framework comes along that makes you change the way you visualise things. Remix is one of those things!
Dave
Remixing this blog
How I built this blog using a tech stack for simplicity, flexibility and scalability
Dave
How to git rebase
Honestly this is a mental note for me as I continually forget the steps to rebase and not mess everything up
Dave
Thoughts on XState
I've written in the past about my hate of Redux, which poses the question what would I use for state management? The answer is XState!
Dave
Why I hate Redux!
Redux in itself isn't bad but it in most cases it leads to shoving all state into a global context. Boy have you now got problems!
Dave
BDD with Cypress
This is a quick tutorial on how to set up Cypress to work with BDD and Cypress Testing Library. As usual this is a note to myself so I remember how to set things up the next time I need to do this!
Dave