Craig Bot Is everyone here a computer programmer?
👾 Marty Currently learning. I wish I was though...
3y, 40w 6 replies
🗿 Simohamed Some unsolicited advice? watch tutorials/crash courses/talks that are well above your level (in moderation.) They will help you navigate your way through learning paths and give you a wider range of readable articles (e.g. a solution to a JS problem in a React article.)
3y, 40w 5 replies
👾 Marty Thanks for the advice. I will definitely do that. I'm currently stuck in tutorial hell and I don't know why. Total mental block or something...
3y, 40w 4 replies
🗿 Simohamed What are you learning? If JS, contrary to popular opinion, I would advise you to pick up a framework (Vue or Svelte) and be productive in it as soon as you know your way around Arrays in JS (map, filter, join, etc.) Skip state management and routing and pick up a meta-framework (Nuxt, Gridsome, or Sapper) as soon as you understand the core mechanics of that framework. Here's a goal for you: build a statically generated, headless CMS-powered blog by the end of the month.
3y, 40w 3 replies
👾 Marty Yeah I've been learning JS. Working a NodeJS tutorial now and was going to jump into a react one once I finished this. Maybe I'll jump over to Vue instead. I've actually not even heard of those meta-frameworks, thank you for those.
3y, 40w 2 replies
Login or register your account to reply
🗿 Simohamed (1) I'd say skip Node for now unless you wish to contribute to projects/create a module to gain some stars on GitHub. Headless CMSs will replace your need for a backend. (2) Unlike Vue, React is full of gotchas. But, revisit React later as it is the better career choice. Vue exerpience will carry. Good luck.
3y, 40w 1 reply
👾 Marty Thanks bro, the advice is much appreciated
3y, 40w reply