Hacker News new | ask | show | jobs
by Eric_BB 1201 days ago
Congratulations on the launch! Your app made me excited, although I don't believe I am the target audience. I am a graduate student, I have experience with Python and have built some simple websites using Django, Alpine, HTMX, and Tailwind. I have a few days off and would like to build some projects quickly. Does anyone have any recommendations, ideas, guides, or examples on how I can leverage ChatGPT to build quickly using a strategy similar to the one used by the OP?
1 comments

Thanks! One thing that I've been learning is that a handful of developers I know are integrating ChatGPT into their workflows more and more.

1) Use ChatGPT to generate small blobs of code 2) tweak it and integrate it 3) repeat

Interestingly, this is very similar to how Second operates as well – but the tweaking and integrating is automated.

Thanks!