Hey there, coding enthusiasts! We all know about the popular learning platforms, but what about those hidden gems? We're talking about lesser-known resources or learning platforms that you'd recommend to new coders for self-study and skill development. Maybe you stumbled upon a fantastic coding blog, a YouTube channel with incredible tutorials, or an underrated online course.
Share your secret weapons and give a shoutout to these hidden gems that have helped you level up your coding game. Let's uncover these hidden treasures and help each other on our coding journeys!
Follow the CodeNewbie Org and #codenewbie for more discussions and online camaraderie!
Top comments (5)
Use the Index, Luke is "a site explaining SQL indexing to developersβno crap about administration."
I really love this site because it teaches everything you need to know to grok why certain queries are slow and certain queries are fast, and how to optimize queries and choose appropriate indexes. That's super important and most learning resources don't really touch on it. They just leave you with something vague like "put indexes on columns you reference in WHERE clauses". If that sounds like where you're at, this site is for you!
If I had known about exercism.org two years ago, I would've been a happier person π―...
yes, many know this resource for sure, but I didn't π
I would say GitHub is full of hidden gems π
Compiled a list of some of my favs a while ago! π
Yes I would strongly agree with that π
Checking out "peers-written" code is a great way to pickup new ideas and fine tune your coding style.
Assuming high quality code of course π
A massive collection of roadmaps with helpful resources everywhere, roadmap.sh. I would've loved to have known about this when I first started programming.