Post number #593580, ID: d49c09
|
Ok, ok. I know JavaScript isn't a *good* programming language. But it's the only language we use for frontend web dev, so what can ya do.
I made a guide to using vanilla JS for frontend web development. It's meant for people who have learned HTML and CSS and wanted to get into the scripting side.
Read it here: https://nononsensebasicjs.readthedocs.io
I'd appreciate it if you give it a look! Whether or not you're already experienced or not.
Post number #593581, ID: d49c09
|
I tried to keep it simple and readable even for people who don't already know how to program, but I'm not sure how successful that is. I inserted a small Really Quick Guide to Programming in there, just in case.
Post number #593712, ID: 6777b7
|
I literally finished learning css and html about 2 weeks ago, should learning java be one of my next steps?
Post number #593717, ID: b67ab1
|
>>593712 Javascript is not Java, other than being awful and unreservedly popular the languages have almost nothing in common
Post number #593740, ID: 626f55
|
Not js plz hlep (T▽T)
Post number #593759, ID: 086289
|
Thank you, java is one of my favourite scripting languages.
Jokes aside, it seems like a solid intro. Nice work!
Post number #593846, ID: 649902
|
>>593712 JavaScript is not Java, but yeah, you should definitely learn JavaScript. My guide there tells just what JS is and how it works.
>>593740 If you need help with the language, the guide might be able to help you ^^
Post number #593895, ID: b09d81
|
I think your guide isn't made for people who never tried coding before. You jump into the language directly without explaining the importance of good algorithms, code structuring, and such. This is mandatory for first time devs or else you end up with the typical "if it works it's good" mentality that is one of the reasons JavaScript is so awful. The first steps are boring and annoying but mandatory to become a good dev. Learning through guessing isn't good.
Post number #593901, ID: 462cc1
|
>>593846 no i'm fine with the language, it's just that i've seen colleagues develop android "apps" in js, and having to spend time on code obfuscation is very weird to me, lowly embedded systems peasant that i am...
Post number #593975, ID: 649902
|
>>593895 Yeah, I was worried about that, but I was also worried of bloating the guide for people who just want to try out things, or of boring people who already got it.
I think I'll add an appendix about good code structuring, though. Thanks!
Total number of posts: 10,
last modified on:
Wed Jan 1 00:00:00 1567550392
| Ok, ok. I know JavaScript isn't a *good* programming language. But it's the only language we use for frontend web dev, so what can ya do.
I made a guide to using vanilla JS for frontend web development. It's meant for people who have learned HTML and CSS and wanted to get into the scripting side.
Read it here:
https://nononsensebasicjs.readthedocs.io
I'd appreciate it if you give it a look! Whether or not you're already experienced or not.