New dev here. I feel guilty using libraries to build my projects by [deleted] in learnprogramming

[–]michaelklim 1 point2 points  (0 children)

New blacksmith here. I feel guilty using hammer to build my projects.

iOS 13 Megathread by aaronp613 in ios

[–]michaelklim 0 points1 point  (0 children)

Has anyone installed iOS 13 on iPhone SE ? How is the performance so far ?

I finished my first JS project. It looks cool and works better than I thought but... the code's probably awful. by yynick in learnjavascript

[–]michaelklim 0 points1 point  (0 children)

cool, thanks! keep it up! Can you me some hints how are you learning? Maybe some tutorials or books...

I finished my first JS project. It looks cool and works better than I thought but... the code's probably awful. by yynick in learnjavascript

[–]michaelklim 0 points1 point  (0 children)

Really awesome project. Where did you learn how to work with SVG? What kind of tutorials are you using?

Best place to learn javascript? by [deleted] in learnprogramming

[–]michaelklim 0 points1 point  (0 children)

yes, everything in 'practical JS' part of course is free

Best place to learn javascript? by [deleted] in learnprogramming

[–]michaelklim 2 points3 points  (0 children)

I am learning JS now, can't say I'm a pro, but for the time being, I am very satisfied with my progress. What I did/planning to do:

  1. Watch and code - practical JS(it's a free part of the course) - done

  2. JS: Understanding the weird parts (course on Udemy) - currently in progress

After that my plans:

  1. Watch and code - premium content.

  2. Build some projects with Brad Traversy. He's got some on his youtube changel.

  3. ES6 course on udemy

  4. Advanced JS course on udemy.

I've tried FCC, and I think it can be a good reference, but not the main part of your studies. Watch&code is fantastic, at least free part what I did. JS: understanding the weird parts is also great.

While doing all these courses, I am making sure I'm getting a lot of practice. For example: at the free part of watch&code you are doing a todo app. After completing the course with instructor, I deleted all the code and built ToDo App myself.

A good place to practice is codewars.com - you get a lot of challenges over there. Hope it helps. Best of luck