DEV Community

Discussion on: Don't write HTML page, I will tell you why.

Collapse
 
rechie_kho profile image
Techie Kho

Even if the individual is teachable and humble, if there is no good teacher, it is still wasted.

Well, I myself really don't know which region should I really take deep dive into it. I only do some coding and stressed out. That is it.

Collapse
 
michaelcurrin profile image
Michael Currin

youtu.be/n7JhRDRK3Gg

Get out of "tutorial hell" by learning from videos for a month and after that no videos, only building and "learn as needed" from StackOverflow etc. Not just learning for the sake of it and forgetting.

Collapse
 
michaelcurrin profile image
Michael Currin • Edited

I learnt to code mostly thanks to free content online including Codecademy. And so did many others. A mentor or teacher can help with the right direction and speed up pieces where you feel stuck but you can teach yourself.

The advice I come across on what area to learn is figure out what you want to build that inspires you as one thing (a website, a social media app, a dataviz tool).
And start by learning just enough to do something and apply it ie don't study for 6 months on tutorials and build nothing.

and break it up into smaller pieces. There are plenty of roadmaps out there to keep focused on a topic. You can skip Java, Python, etc. if you want to just make HTML website witn CSS and add JS later.
And if you are into data science then search for beginner guides to that and learn the tools and languages it suggests

Thread Thread
 
michaelcurrin profile image
Michael Currin

Another resource

youtu.be/HfqZHcev-og

Thread Thread
 
rechie_kho profile image
Techie Kho

I actually want to learn about machine learning but there are really few good quality tutorial about it, everyone just teaches python and didn't teach about the techniques, do you have source for that?

Thread Thread
 
michaelcurrin profile image
Michael Currin

I'll see what I can find and make a blog post about it for you.

Anything in particular you want to do with it like handling audio, language, chatbot, predictions, image recognition, generating art...?

Thread Thread
 
rechie_kho profile image
Techie Kho

Generating art? I like arts

Thread Thread
 
michaelcurrin profile image
Michael Currin

deepdreamgenerator.com/

Play around with this no code tool and see what other users have made

Collapse
 
michaelcurrin profile image
Michael Currin

I haven't really bothered with mobile apps, game development and low level C++ kind of optimization. I dabble in it but I don't let it my distract from my interest in web dev for browsers and in data science, which are themselves already broad.

So watch videos and articles to be aware of things but learn something if it aligns with your goal to build something or be skilled in that area so you can build more web dev and data science type things in future