/wdg/ - Web Development General

What's everybody working on?

Also, post some good web-related tech talks, I'm bored and also compiling a list.

Previous thread: >Beginner Roadmap and Overview
github.com/kamranahmedse/developer-roadmap
youtube.com/watch?v=UnTQVlqmDQ0

>Free beginner resources to get started
Get a good understanding of HTML, CSS and JavaScript.
developer.mozilla.org/en-US/docs/Learn - a good introduction to HTML/CSS/JS and Node.js or Django
freecodecamp.org - curriculum including HTML/CSS/JS, React, Node.js, Express, and MongoDB
javascript.info - curriculum providing a strong basis in JavaScript

>Further learning resources and documentation
developer.mozilla.org/en-US/docs/Web - excellent documentation for HTML, CSS & JS
hackr.io - crowdsourced collection of tutorials from across the web for learning languages and libraries (ignore sponsored stuff, look at upvotes)
learnxinyminutes.com - quick reference sheets for the syntax of many different languages (generally not sufficient on their own for learning something, but very helpful)
pastebin.com/gfBPg24A - Collection of PHP links. (Maybe someone should check which of these are still relevant)

>Asking questions
jsfiddle.net - Use this and post a link, if you need help with your HTML/CSS/JS
3v4l.org/ - Use this and post a link, if you need help with PHP/HackLang

Attached: 1530417078113.png (320x180, 29K)

Other urls found in this thread:

svelte.dev/
thispersondoesnotexist.com/
medium.com/full-stack-shenanigans/how-to-create-fluent-interfaces-the-easy-way-with-vanilla-javascript-2a61b6558f01
github.com/kkuchta/css-only-chat
doc.qt.io/qt-5/qtqml-index.html
php.net/manual/en/gmp.installation.php
github.com/getify/You-Dont-Know-JS/blob/master/this & object prototypes/ch2.md
twitter.com/SFWRedditVideos

Alright webniggas I have a question.
Given HTML


Cool text

How in the hell I select the preceding element that is

Rephrase your question, what exactly are you trying to do?

Element has 3 childs. I can select 2nd child by unique element and need to hide 2nd and 1st child.

My project manager told me to find 1:n OKRs for myself. But i totally dont know. I would refactor most of their stuff but no time for that and not really a good OKR. Please help.

>This shit is soul-sucking and life-draining.
This is not a web-dev specific thing. It's like this throughout most commercial programming jobs. Sometimes it happens when you are working on open source too.

t. someone who's worked on desktop and web applications commercially

to make it clear the parent has no inque ID and class name shred across

Can't you just do something like
.myclass > a, .myclass span:first-child {
display:none;
}


to hide the first two elements?

any php 7 fags around?
what editor do you use?
vscode feels like a notepad with syntax highlighting, none of the ide-like plugins work at all.
netbeans is the best thing i have so far but it's heavy as hell

I'm also wondering this. do you use any js frameworks around your PHP? I've been looking to get into it again but I haven't been web devving in a while so I'm not hip anymore to this shit.