My name is Dimitar Stoev, and I'm a software engineer with a passion for developing a wide range of applications, from web technologies and representative websites to mobile applications.
Location
Bulgaria
Education
Self-taught with a passion for learning. Invest in my education by purchasing courses
I haven't taken a full course on JS, on whichever topic I face issue I google it and append the keyword freecodecamp.org or dev.to and 💥 I get well written understandable articles. Also javascript mdn docs are very good resources.
I'm a front-end web developer who creates responsive websites using HTML, CSS and JavaScript from design mock-ups. I'm continuously learning to improve my skills. 👩🏻💻
For me I used a combination of resources. A lot of this will depend on your learning style, whether you learn best from watching videos or building your own things.
When I was starting out, Wes Bos's course was great for teaching the fundamentals and context: beginnerjavascript.com/. This is a paid course but he has the notes for free: wesbos.com/javascript. This goes into advanced topics as well, and you won't have to use EVERYTHING when you first start out, but the way he explains things was very easy for me to understand.
Afterwards I started doing the exercises on freecodecamp.org/learn/ and started building my own mini-projects.
I also highly recommend Scrimba which is interactive, meaning you can pause the video and write your own code in the same window and test. I have a paid subscription but you can try out the free courses: scrimba.com/learn/learnjavascript
The best place to learn coding is stackoverflow.com. You see peoples problems and so many people help to solve it. You can see different ways to attack the same problem which helps you to code better.
I'm a selftaught (web) developer. On sunny days, you can find me hiking through the Teutoburg Forest, on rainy days coding or with a good fiction novel in hand.
Oldest comments (29)
I would say the Mozilla docs ans javascript.info.
That's all you need basically.
Don't fall into the trap with the tutorials. Check a few to get started, but move to real projects as soon as possible!
I will try to follow this pattern 👍
Totally agree with @dimitarstbc
developer.mozilla.org/en-US/docs/W...
developers.google.com/web/fundamen...
Good piece of advice right here
I haven't taken a full course on JS, on whichever topic I face issue I google it and append the keyword freecodecamp.org or dev.to and 💥 I get well written understandable articles. Also javascript mdn docs are very good resources.
👍
For me I used a combination of resources. A lot of this will depend on your learning style, whether you learn best from watching videos or building your own things.
When I was starting out, Wes Bos's course was great for teaching the fundamentals and context: beginnerjavascript.com/. This is a paid course but he has the notes for free: wesbos.com/javascript. This goes into advanced topics as well, and you won't have to use EVERYTHING when you first start out, but the way he explains things was very easy for me to understand.
Afterwards I started doing the exercises on freecodecamp.org/learn/ and started building my own mini-projects.
I also highly recommend Scrimba which is interactive, meaning you can pause the video and write your own code in the same window and test. I have a paid subscription but you can try out the free courses: scrimba.com/learn/learnjavascript
These are really awesome resources indeed. Everyone should give a try.
Codelearn on mobile :)
Codelearn and advent of code are awesome too
Thanks For sharing 😊
Codecademy.com
The best place to learn coding is stackoverflow.com. You see peoples problems and so many people help to solve it. You can see different ways to attack the same problem which helps you to code better.
Follow audereka on YouTube, hope you won’t feel inferior
Brad Traversy's Youtube channel. Taught me all the basics and more about Javascript / Typescript development.
Especially charming due to the project character of the tutorials. There's theory, but usually the videos cut to the chase very quickly.
javascript.info and Mozilla Web docs
No borimg videos but practical try-it-yourself course. learnjavascript.online
Really Useful Tip It helps a lot👍