<wdg/> - Web Development general

How hard is it to make a nice JS frontend to a backend that generates JSON files?

>but I want to take the right route, and learn this the right way and be employable in the future after working my ass
Then definitely disregard WordPress for now.Also, feel free to disregard people telling you it isn't possible to get a job without a degree. I'm learning too, and we don't need that kind of negativity
>I needed this user thanks
Pic related, i'm watching the same thing. Just start user, quit wasting time on Jow Forums

Attached: Screenshot_2018-06-25 The Web Developer Bootcamp Udemy.png (1664x300, 159K)

Oh, right, forgot about this. Could be of use to you
github.com/kamranahmedse/developer-roadmap

:DDD
thaaaaaanks i will send you good energy to you from here like goku!
Waaaa the updated 2018 road map coooool :D
Lets keep working we can do it!

stupid css question:

.icon .hoverable refers to



How do I refer with CSS to ?

.icon.hoverable

Looking for a good course to start shilling out Wordpress websites SWIFTLY.

I know the nuts and bolts of basic web dev, but I've been ignoring wordpress for a long time.

The point is earning money selling Wordpress sites; that's the singular purpose! I'll phone companies and basically try to sell WP sites.


ANY advice greatly appreciated.

Why vue has more stars then react when it's:
- no static typing friendly
- shitty OOP
- many API's based on strings (lol)
- no HOC's out of the box
- shitty angular-like templates in 2018
- poor ecosystem
- bus factor
- shitty php comunity
WHY?!!!!

Why the fuck is w3validator complaining that my anchor tag is missing an aria-checked, and role attribute?

Aria checked is for checkbox and radio. And no need to add a role attribute because it is already used the way its meant to.
Is this a bug?

Attached: a-role.jpg (888x104, 32K)

try manipulating checkboxes in react.
react has no v-model which makes dealing with checkboxes irritating

vue.js:
[*] check1
[*] check2
[ ] check3
selected: [check1, check2]

selected = [];
[ ] check1
[ ] check2
[ ] check3

easy peasy. now do that in react :^)