As a junior developer you should not worry about what new frameworks just came out if you dont know the fundamentals of programming language If You …
Original source
As a junior developer you should not worry about what new frameworks just came out if you dont know the fundamentals of programming language If You …
Original source
33 responses to “Stop Jumping From Framework to Framework”
Honesty goes a long ways. Great to hear from a web developer who knows his stuff and owns up to learning mistakes. It's time to learn code the right way – rudimentary first. Thanks YA BOY JOE!
I used VanillaJS for long time, try it… xD
This is so true. Frameworks come and go. Whats gonna stay are the design patterns and the language itself. I recommend this video to many out there whos going crazy over learning frameworks.
Most of the time learning a new framework is much more complicated than learning a new programming language.
When we completely stop using the Frameworks (particularly the JavaScript Frameworks) all together then the question of jumping from Framework to Framework will not exist anymore.
I would rather use the specialised libraries rather than the generalised frameworks.
I've been thinking about same problem that you are talking about and I agree with you. For all guys, I would recommend JavaScript, The Definitive Guide 6th Edition. It is really big book but totally worth to learn. You can google it.
Great video. Thank you for this video. Really.
dude 1 minute in and i already feel like i was supposed to run into this video haha. Thanks dude, i had no idea everyone else is like this. Ahh i need friends who do this
Good working keeping it real. It's been difficult getting real world opinions on development.
I've been doing this since 1996 – I totally agree
I always say – Focus on what you want to do and create – THAT is the essential
The tools you use come second to the drive you have to succeed and you can't succeed if your focus is in your tools and not in what you are making.
Does an artist focus on their paint brush or a Carpenter on their hammer?
Agree 🙂
very true now im doing raw javascript plus its native so its always faster
Everybody has their pathetic attempt at "Javascript fatigue" but here's a well written content from Eric Elliot https://medium.com/javascript-scene/why-im-thankful-for-js-fatigue-i-know-you-re-sick-of-those-words-but-this-is-different-296fae0c888f
never truer words spoken
Exactly !!!
I tried all of these frameworks. But it makes things look more complicated and cluttered.
I still prefer Vanilla JS. jQuery AJAX functions are the best though.
You really don't want to mix frameworks because of the size overhead. Not sure about AMD, but I never even heard a thing about AMD for years now, so don't know if anyone is going for it nowadays at all.
cool video, thanx
Hey bro.I thought I would study with this coursera specialization https://www.coursera.org/specializations/full-stack ….I am confused now where to go after html css and javascript (I know a bit php too).
Is it bad idea to follow the coursera specialization I linked to?It uses nodejs it seems(which some say is dead right?)…What should I study as a new developer? What is the path I should take..Hoping for your answer..
If you think your framework is going make you a better programmer you are going to have a hard time
do you know u are really right that happened to me until i figure it out there's something wrong here why learning something like react take me long time then i realized that i don't know everything about the mother lang (javascript) then i stopped this and go back to learning javascript which is has a lot of things to learn about and there's updates coming out every while which is extend javascript more and more
after jumping from another framework to another i decided to use react and php. There is pros and cons but hey i like it
are you a full stack developer ?
what languanges you use for your web development ?
you the man ! Dawg thank god you are on youtube.
Technology Diarrhea.
Thank you.
Love your room color palette 🙂
Make a fucken choice, and stick with it.
quite a reminder
True 100%…You should understand what you see…..Thats my issue. When you begin learning something, then you got sooo many things that you can learn next, so you want to learn everything…
Good post. A factor which I consider is market demand. Yeah, its not technical but I like a paycheck.
I agree that one you, should not rely on a framework and two, you should know how that framework works. JS frameworks are meant to deal with thaw parts of the DOM that have been known to get in the way and the parts of JavaScript that can cause problems. Event bubbling, DOM node rendering and to a lesser extent cross browser compatibility in the DOM.
The truth is that if you want to really get good a development for the web or the internet of things you should work to "master" JS. that will also allow you to easily grasp any new frameworks and other languages.
Im jumped to react . should i jumb to something else
I agree and disagree with you. Frameworks are there to make your life easier. The objective of angularjs was to allow people who may not be proficient in JavaScript to be able to write complex web apps easily. What you're saying is rather just be proficient in JavaScript. Which is a worthwhile goal, but would probably have a steeper learning curve