Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Oktokolo2347277dYou are so lucky that you are starting now - after IE 6, Java Applets, Flash, and Silverlight are dead and the only remaining browsers all support enough of DOM and CSS3 that you don't even need JavaScript for most things anymore.
Boy was i surprised back then when i realized that you suddenly could do JS-less animated multilevel menus abusing just radiobuttons and CSS... -
VaderNT1893277d@Oktokolo
> the only remaining browsers
At this point we could scrap the plural s. All there is nowadays is Chrome and its gazillion derivatives and one Chrome wannabe. 😉 -
Oktokolo2347277d@VaderNT
Browsers - not browser engines.
Granted, they look pretty similar. But they definitely phone home to different sites by default and have slightly different features integrated. -
Fast-Nop32722277dThat's how frontend devs are born who don't understand the basics, resort to "frameworks" instead, and create the pile of shit that is the average website.
-
VaderNT1893277d@Oktokolo Sure, hence I said "derivatives". But dude, it's just a joke. Over the top exaggeration, winking emoji and all. Ah well.
-
Wisecrack4769277dbest way I've learned for picking up the fundamentals is to make your own flashcards on the subject as you learn. That's what I'm doing and I'm learning a lot more in retaining a lot more than I did in the past.
-
vintprox1865276dWhy do you need DOM with Node? It's not like Node.js is your endpoint for frontend anyway.
And by the way, flexbox is too comprehensive for basics. Maybe you'd like to play with absolute and relative units first? -
Fast-Nop32722276d@VaderNT And one browser that tries to take over the annoyance that used to go with IE.
-
yowhatthefuck1773276d@M1sf3t thanks . i was also doing the fcc js course. but deviated a little when it started getting boring. I find javascript.info as a nice site to learn js concepts sequentially. Then i again deviated and started making a mini project :p
Guess i would start with the backend now -
yowhatthefuck1773276d@Fast-Nop guilty as charged. I have seen very awesome animations with those css selectors. would like to learn them someday, only the fact remains i am not much interested in making frontend websites as i am interested in coding mobile apps and their backends (again false, i am most interested right now is to get a good stable job with wlb but whatev).
-
yowhatthefuck1773276dWeb World has got a lot of loose end points breaking here and there , but it still somehow works.
Native mobile dev world is little more stable on the frontend . But Web Frontend is the home to most hacks and breaks and special case handlings.
From what i have heard backend is the least stressful among the three, so i am rooting for that -
Fast-Nop32722276d@2Large Even with backend, at least understanding the basics of frontend will be helpful, if nothing else because it will make team communication easier.
Reminds me of the economy class in my EE studies, when we asked the prof why we had to learn this. He said, "because you will need to talk with MBAs in your jobs, and it's easier to teach engineers the basics of business administration than the other way around". ^^ -
Wisecrack4769276d@2Large learb about PWAs and something like onsen whuch is surprisingly fast and easy to get started with.
Ugh , i hate css and dom. Was trying to follow a tutorial for making tetris game to learn some web dev basics, and i lost halfway with all those flexbox And classlist selectors. I guess i have to read everything about dom sequentially to understand in depth.
I am a fan of bulma css though it handles such a huge amount of behaviours without us having to worry.
Can you guys give me some pointers on which topics of js should i know before starting with node, and if dom is really too much necessary?
random