-
Building Basic Pomodoro with Antigravity
Monday, 24 November 2025
A quick look at building the basic-pomo project using the Antigravity IDE.
-
Global Giants and European Leaders Blocking OpenAI's Bot
Wednesday, 29 October 2025
A look at the major websites, including European and Dutch companies, that are blocking OpenAI's GPTBot and why they are doing it.
-
Note-Taking Tools for Web Developers in 2025
Wednesday, 27 August 2025
A developer-focused guide to the best note-taking tools for technical documentation, code snippets, project planning, and knowledge management. Find your perfect coding companion.
-
Sentence Segmentation with JavaScript's Intl.Segmenter
Wednesday, 20 August 2025
Explore how the Intl.Segmenter API can be used to split text into sentences.
-
How Claude Code Helped Ship an Image Generation Feature in Half the Time
Saturday, 14 June 2025
I leveraged Claude Code to implement an AI image generation feature for Mytoori, comparing different AI models and sharing key learnings.
-
Prompt Engineering: Essential Do's and Don'ts for Beginners
Saturday, 31 May 2025
Master the art of prompt engineering with these essential do's and don'ts to get the best results from AI language models.
-
Deploy Astro Static on Deno Deploy
Sunday, 21 January 2024
With a little bit of workaround it's possible to deploy a static Astro site to deno deploy. Initially Astro's docs indicated only SSR was supported.
-
Applicants demo app
Friday, 30 September 2022
This is a simple demo app that get's a list of applicants from the server. Those applicants are listed in a table. The user can filter and sort them.
-
Finding tools on the web 🌍
Monday, 2 May 2022
Finding tools on the web is getting increasingly difficult with a regular search engine. This post talks about some of the places on the web that make this easy.
-
Recursive JS function
Monday, 10 January 2022
Loop over an array with a recursive function. In this case the array entry has a URL that should be validated before moving on to the next