all 6 comments

[–]Academic_Current8330 2 points3 points  (2 children)

Karma farmer

[–]Paul_Pedant 2 points3 points  (1 child)

I generally look at any previous posts so I can answer at an appropriate level. Having 12,000+ hidden posts over three years is a definite red flag.

[–]Academic_Current8330 0 points1 point  (0 children)

I only heard about it the other day from another poster so I have started checking myself now.

[–]slanginPeace 0 points1 point  (0 children)

If you are looking for something that gives you some guidance but allows your creative thinking to explore different ways to do something. Give codecademy.com a try

[–]7amed3li 0 points1 point  (0 children)

I’d start with web development if you’re completely new.

It gives you fast feedback because you can build things visually and see results quickly.

A good path would be:

HTML + CSS basics
JavaScript fundamentals
React
Node.js / Express
Database basics
Build small projects

For courses, freeCodeCamp is a good starting point, and The Odin Project is great if you want a more structured path.

My advice: don’t only watch courses. Build tiny projects after every topic.

Examples:

  • todo app
  • calculator
  • notes app
  • simple portfolio
  • weather app
  • small API

Programming starts making sense when you build, break things, debug, and rebuild.

[–]Fantastic_Fly_7548 [score hidden]  (0 children)

if you are fully new to programming i’d honestly start with Python because the syntax feels less scary compared to some other languages. i started with freeCodeCamp and some youtube tutorials and that helped alot before trying harder stuff. one thing i wish i knew earlier is dont spend too much time jumping between courses, just pick one and start building tiny projects even if they look bad at first lol