Playing Around with AI: Zapier, Langflow and n8n

I’ve been fascinated by AI agents for a while, intrigued by how they can automate tasks that I’m currently doing manually. Recently, I decided to test the waters. I wanted to create a workflow that takes a given subject, queries an AI (I’m using my OpenAI account) to get a list of items on that … Read more

Letting AI analyze my writing style

Letting AI analyze my writing style

I’m playing more and more with AI recently, and decide to let it analyze my writing style, to see what it thinks. I’ve used the article “How to Teach ChatGPT to Mimic my Writing Style” as a guideline, and used the following 4 posts as the baseline: I selected these articles mainly because they contain … Read more

Hosting NextJS project in Azure WebApps

Hosting NextJS project in Azure WebApps 1

I know all the cool kids host their projects in Vercel these days. But I’m an old fashion kinda guy (and the fact that I get free credits doesn’t hurt), so I host my projects as Azure WebApps. A single Azure Service Plan with the P0v3 SKU is enough to store multiple projects – I … Read more

Update: Adding Dynamic Sitemap to ShipFa.st

ShipFast with Dynamic Sitemap

I’ve recently posted about adding a dynamic sitemap to a ShipFa.st website. The main idea was to add support for including the blog posts by exposing a GET endpoint at app/server-sitemap.xml/route.ts and include the returned page in the main sitemap.xml file. While I still think this is a viable and good solution for full dynamic … Read more

Why I’m Shutting Down a Few Projects

After years of juggling multiple side projects, I’ve decided to hit the pause button on a few of them. These projects, while fun and educational, weren’t generating any income. I learned a lot working on them, but I had to weigh the cost of renewing domains, maintaining infrastructure, and dedicating more time. In the end, … Read more