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
-
Are you wanting to just refresh some memory and learn a few of the new things? If you’re wanting something like free training, check out codeacademy.com , if I haven’t helped just give me a -(++) lol.
-
spacem18447yI would suggest pick a component based framework like react, Vue, angular or ember. These all give a similar way of working and should be able to find nice getting started tutorials. Look at new JavaScript ie. es2017 with babel or typescript. Look at webpack for spitting your Js into modules and building and packaging a webapp. Look into a CSS extension like sass. Hth!
-
740027807yThanks for all the input!
@aitkotw For the moment, I'm after client-side tips. I have less issues in the backend (for now). I've read bootstrap pretty often here, I guess I'll check it out.
@AnonyOps Why should I -- you? Maybe I'll check those courses out. But I hope my own projects will give me some insights as well.
@wiredgecko Thank you!
@spacem, @aitkotw So basically nothing frameworkless anymore? -
740027807y@ThatDude and everyone else, too: I'd love to, but I feel it's a litte more complicated in my case. To say it drastically, I could do everything in straight XHTML 1.1, but of course I'd like to catch up a little. It is almost guaranteed that by just coding my own projects on my own, I'd end up with a lot of suboptimal code and learn a lot less than I could, just becaus I didn't know there's a better way. That's why I was hoping to get some hints for articles or blogs here with subjects like “This new CSS feature and how it makes your life easier” or “How contact forms can be done in 2017”. Sort of best practices, like I said; not from a theoretical point of view (like a reference), but from a practical one.
-
@7400 lol, I didn’t feel as though I was understanding the question. 😂I hoped I helped even in the slightest, but I definitely hope you get insight from your project!
Related Rants
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
-
isaacWeisberg21Me and my wife are software engineers Started dating while doing a project together I guess you could say that...
-
JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y...
To the web devs here: What resources would you recommend for catching up a little to the web development state of the art? The last time I have designed anything HTML5/CSS3 were just being introduced. So my knowledge is pretty outdated, but I'm note starting from zero. I'm looking for some best practices and something framework-agnostic would be nice. Unless you say “Dude it's 2017, nobody even boils water without using *.js”, of course.
question
web development
catching up