Hi everyone,
I’m Jerry. I’m a first-semester computer science student and I’ve been building a Finnish website https://sahkotanaan.fi/. It tracks electricity prices and features a live data dashboard with some interactive calculators.
Up until now, I’ve been building this without any AI assistance. It’s been a massive learning curve—I’m learning core concepts like Javascript in my classes, but tackling a live web dashboard with real-time API integrations, and state management is a completely different beast.
I’ve gotten the project off the ground manually, but as the architecture gets more complex, I’m looking to start integrating Codex into my workflow to help scale the site and optimize the code. Since I’m new to using AI for actual production code, I wanted to open up a discussion to see how you all handle this:
- For those building dashboards with live, fluctuating data, how do you prompt Codex to help with the underlying architecture and data fetching?
- Do you find it more reliable to write the core data-handling logic yourself and use Codex strictly for UI components, or the other way around?
- Any tips for a student on using Codex to learn best practices, rather than just using it to copy-paste functional but messy code?
I’d love to hear about your workflows and how you balance manual coding with AI generation, especially on data-heavy projects.
Thanks in advance!