Flutter course comparison, content focus, new tutorial plan.

Today I talked with the founder that's doing the Flutter courses. We have a similiar setup, but theirs seems to be much more complicated. They're running Kubernetes with auto scaling (not sure what exactly) and a bunch of other stuff for their website I don't think I'll be needing Kubernetes any time soon. Not completely sure what to take away from this conversation, but I'm glad to see my idea is validated and other people are doing the same thing.

Going through my TODO list, the most important thing right now seems to be content.

Now that the visitors who click on one of the CTAs are presented with the tutorials screen right away, I need to get them to actually try one of them. More importantly, I need to make them finish the courses, and the unit testing one isn't cutting it. Frankly, it was probably a stupid idea to start with unit testing as the first tutorial. I need to come up with a structured course, but also some short tutorials that are easy to finish, just as a hook.

However, writing them by hand will take a lot of time - time I don't have, so I was thinking about using Cursor to help me make a draft, and then refine it.

I'll start by creating a new directory where I'll store these tutorials and document formats and instructions for Cursor. I need to extract my data from the tutorial I already have to create the structured format.

I spent more than an hour wrestling with AI and didn't achieve much 😬

Enough for today, I'll try a different approach tomorrow