Monthly Analytics Report Generator

I wrote last week that I’m start to “brain dump” my ideas, either as a page, or a design document. One such idea was to automate the data I need to collect for publishing monthly project status reports. Here’s what I wrote about it: Monthly Analytics Report Generator is a project I’m planning to work … Read more

Abusing ChatGPT for SEO

Last week, I shared how I used ChatGPT as an SEO expert to streamline content creation. This week, I want to show a different approach – leveraging ChatGPT to develop a scalable SEO audit strategy. The Challenge: SEO is hard I consider myself pretty good at the technical side of SEO – I know what’s … Read more

Projects Design Documents

As I’ve mentioned before, I’m using ChatGPT much more frequently in my day-to-day. Because I have many ideas of things I’d like to implement, and not always have time to do so, I sometimes lose track of them, don’t remember the idea or the details etc. In order to overcome that, I’ve decided to post … Read more

March 2025 Projects update

Here’s a projects update for March 2025 – I hope to start publishing these on a monthly basis. This update will include a summary of what I did, and the stats for the month that just ended. Calculation Hub Visit website: Calculation Hub I’ve invested a lot of time performing SEO optimizations (following the advice … Read more

RandomGeneratr update

I’ve spent quite a lot of time recently to update and polish Random Generatr. I’ve redesigned the whole site, and added tons of new features and content. Redesigning the site First, I’ve ditched the sidebar for a responsive nav bar. As much as I love the Sidebar concept, it didn’t fit the needs of the … Read more

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