r/AskProgramming • u/Same-Mushroom-2057 • 6h ago
is it a waste of time building projects without using frameworks if you already know the foundational concepts needed for it ?
so currently i'm learning web dev and decided to start building some projects with pure javascript before moving to the frameworks .
knowing that i already learned some react basics and build the simple projects that are listed in the freecodecamp tutorial video . i tried back then to pause before the solution to every problem and did fairly well on applying what i was learning but i never build something big like a e-commerce website with it or a blog or anything that requires databases even though i know mongodb , mysql , oracle databases and previously made a e-commerce website using php which i forgot btw .
i understand the important concepts in javascript lfor example asynchronous operations , objects ,Modules , destructing.
i really need advise like my goal right now is to be able to comfortably build a any web application that requires both front-end and backend .
i really don't enjoy front-end much as much as the code is functional i don't really take great detail in it . although i want to get into machine learning and automation after web dev as it is what i really like and enjoy.
i really need your advice programmers !