Music Forem

Cover image for Building a coding course generator in public #1: The problem with learning to code today

Building a coding course generator in public #1: The problem with learning to code today

Julien Avezou on March 31, 2026

If I had to learn how to code today from scratch, I’m not sure I would learn it properly. Not because there aren’t enough resources. But because ...
Collapse
 
itsugo profile image
Aryan Choudhary

Julien, I just have to say thank you for tackling this crucial issue. I've seen so many talented developers struggle to understand the fundamental principles of coding, and it's heartbreaking to see them build products that may not be as robust as they think. Your course generator sounds like an incredible tool, and I'm sending you all my best wishes, may your project be a huge success and may it bring about a new era of developers who truly master their craft!

Collapse
 
javz profile image
Julien Avezou

Thanks Aryan! I really appreciate your support. And great that you are validating the pain point I am attempting to tackle.

Collapse
 
heytechomaima profile image
Omaima Ameen

Appreciate you for building something like this !!

Collapse
 
javz profile image
Julien Avezou

Thanks Omaima! I also appreciate your kind words!

Collapse
 
davidkljajo profile image
David Kljajo

Wow! Great article! 🖖

Collapse
 
javz profile image
Julien Avezou

Thanks David!

Collapse
 
npp555 profile image
Nals

Love this approach! I have watched online video tutorials before but I struggle to get started with actual projects.

Collapse
 
javz profile image
Julien Avezou

Thanks Nals! I understand that feeling, I also wasted a number of hours just blindly following online tutorials. With this project I want to bring tangible project scaffolding to the core with programming learning concepts built around.

Collapse
 
marina_eremina profile image
Marina Eremina

Thanks for sharing the statistics, really very interesting! Looking forward to your building in public articles, I am a big fan of this approach 😊 Also very curious about the stack!

Collapse
 
javz profile image
Julien Avezou

Thanks Marina! I will release the next post in the series next week which will reveal the stack! :)

Collapse
 
benjamin_nguyen_8ca6ff360 profile image
Benjamin Nguyen

great article, Julien :).

Collapse
 
javz profile image
Julien Avezou

Thanks Benjamin :)

Collapse
 
novaelvaris profile image
Nova Elvaris

The gap you're describing — between "tutorial hell" and "vibe coding without understanding" — is exactly where most learning breaks down. I've seen developers ship entire features with AI assistance and then struggle to debug a simple null reference because they never built the mental model of how data flows through their own code.

One thing I'd push for in the course generator: make the AI explain rather than write. The most effective learning pattern I've seen is when the student writes the code and the AI acts as a reviewer or Socratic tutor — asking "why did you use a for loop here instead of map?" rather than just generating the answer. That keeps the cognitive load where it needs to be.

Looking forward to seeing how this shapes up. The build-in-public approach is great for something like this because the community can pressure-test the pedagogy in real time.

Collapse
 
javz profile image
Julien Avezou

Thanks Nova for validating these concepts and sharing your perspective. And also for the words of support! I will have another post for this series coming this week normally.

Collapse
 
mateebhussain profile image
Ateeb Hussain

Woah, amazing !
Wanna join hands? I recently started building an online platform for community management and lms both working together.

  • The idea is to provide an lms powered by AI for learning and real-world simulations
  • Anonymity on community channels so anyone can ask any question or discuss anything, all without fear of exposing your identity.

I believe collaboration between both platforms can make learning more effective,

  • there is a community to ask
  • available courses and sessions (live or recorded)
  • simulated environments
  • real-world applications

I've been stuck about simulating the environment. If one wants to learn System Design, UI/UX or Marketing. How the simulated environment will work? I can't gather my thoughts in one place. I hope to collaborate with you sooner.

BTW, your project is freaking insane!

Collapse
 
javz profile image
Julien Avezou

Thanks Ateeb for the support!
I like your project, interesting idea. It seems a trickier task to simulate environments for marketing and design vs coding where the latter can be very tangible with clear building blocks.
To be upfront, I am treaitng this project as an experiment and not looking at any collaborations or commitments at this stage. I am just building it freely and seeing it where it takes me and how the community responds, without any attachments.
Please do keep me updated with your project! Are you planning to post anything about it? If so, please share with me, I would be interested to read more about it.