@Neiluj said in Web dev - How would you go at it today?:
breaking things into "ingestible" bits / smaller actionable parts
You know, I tried this exactly ... with ChatGPT! I've managed to get one app idea into a visual, working, state. I gave the command, and because I said the app has to be cross-platform, ChatGPT opted to give a bunch of code in Flutter. I then decided to install all the required software (flutter, android studio, etc.) to see if the code actually worked, and it did. From that initial command, I then iterated on it and asked, "with the code you just gave me, add this functionality" a few times and wow. I'm currently stuck on getting it to provide me with code to plug into a db backend, but it's progress.