/wdg/ - Web Development General

Previous thread: >COMPLETE BEGINNERS GUIDE
github.com/kamranahmedse/developer-roadmap

>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 (independent of your browser choice)
freecodecamp.org
codecademy.com
hackr.io
theodinproject.com/

>Further resources
developer.mozilla.org/en-US/docs/Web - excellent documentation for HTML, CSS & JS
github.com/kamranahmedse/developer-roadmap - Frontend+Backend learner-path suggestions
youtube.com/watch?v=Zftx68K-1D4x

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

>PHP resources
pastebin.com/gfBPg24A


What side projects does everybody have going on?

Attached: wdg_battlestation.jpg (1224x1632, 710K)

Other urls found in this thread:

1stAmender.com
medium.com/vandium-software/5-easy-steps-to-understanding-json-web-tokens-jwt-1164c0adfcec
hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f
oauth.com/oauth2-servers/signing-in-with-google/verifying-the-user-info/
digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-ubuntu-18-04
reportpoll.com/api/articles
reportpoll.com/assets/Slashgear.com.png
developer.mozilla.org/en-US/docs/Web/CSS/clip-path
nodejs.org/en/download/
eligrey.com/demos/FileSaver.js/
twitter.com/SFWRedditGifs

My site is going to be the next Facebook. I mean it, stop laughing.

hey /wdg/, I'm just learning web dev. Should I learn jQuery? I read somewhere that it's deprecated

It's still useful to know.

JQuery is just a collection of useful utilities, there's nothing to learn about.
Nowadays most of them have been replaced by native javascript.

If you don't have to use it avoid it.

anyone have experience using Phoenix with Elixir to make web apps? how is it?

Vue, React, Angular, pick one, do your research. Consider the available resources. The job offers, the benchmarks, everything. don't go jQuery now, it's ancient and out of use, it's frowned upon.

Does anyone here do Node.js dev? What exactly does passport.js buy you?

why the fuck is this so hard?
>be me
>follows courses, completes tasks
>starts building a blog from scratch
>tries to create a header with a pic and a text on it
>text is below pic
>mkay.jpg
>try fucking everything - nothing changes - not text alignment, not picture size
>delete css and html code to start over
>refreshes page
>background color is set to previous code (gray) EVEN THO THE CSS FILE IS FUCKING EMPTY
>REEEEEE

Attached: 33481015d04b3974f9ed7acf616592901b13507ebdabf48ee1d6d09d63acc2c4.png (1070x601, 507K)

ctrl+shift+R to force a full refresh

You can also open dev tools and look in the 'Sources' tab to check what the current contents of a file are.