/wdg/ - Web Developer General

"Where is the thread?" edition.

Previous Thread:
→→

>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.com
codecademy.com
hackr.io
Start your own project, no better way to learn and stay motivated.

>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
youtu.be/Zftx68K-1D4 - Web Development in 2018

jsfiddle.net - Use this and post a link, if you need help with your HTML/CSS/JS

Attached: 14330066-man-searching-for-something-isolated-on-white[1].jpg (1300x1266, 130K)

Other urls found in this thread:

jameshfisher.com/2018/04/07/the-dots-do-matter-how-to-scam-a-gmail-user.html
youtube.com/watch?v=2D1fQgWH-mI
developers.google.com/web/fundamentals/primers/promises
laravel.com/docs/5.6/mix#installation
pastebin.com/raw/eAbPNbGH
revealjs.com/#/
cgi1.gitlab.io/g2scoring-presentation/
rollingstones.vizzuality.com/
raymanrt.github.io/graphdbs4jug/#/4
slides.com/gsklee/functional-programming-in-5-minutes
developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
rbt.asia/g/thread/64339306/#q64346238
jsbin.com/tutuxixaza/edit?js,output
developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect
developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame
pastebin.com/BgxKmfM5
pastebin.com/4QqAA4kb
github.com/werein/react
yarnpkg.com/lang/en/docs/cli/run/
medium.com/welldone-software/an-overview-of-javascript-testing-in-2018-f68950900bc3
rubular.com/r/QMpVRf1YeI
jsfiddle.net/rnrjpctm/
jsfiddle.net/qb5pezgh/1/
twitter.com/NSFWRedditImage

how do you demo pure front-end sites to clients without them jewing you out?

Whats gonna happen to react.js now?

Attached: 1523401292929.jpg (1275x685, 96K)

github, codepen.io, host it yerself

Hi /wdg/, do you use your real name in your GitHub/GitLab/etc account?
If not, at what point do you provide information about your real identity to potential employers or clients?
If yes, would you feel comfortable sharing a project linked to that account here on /wdg/ if that could help another user?

Thoughts on unpkg?

do you use it?

>more than 200 million requests for react

Attached: asdfgh.png (851x617, 28K)

Guys, can you give me some simple, but employer-pleasing project ideas that will get me hired? Currently studying some web dev courses in community college, but I'm tired of school and just want to build some personal projects and get hired ASAP.

I know HTML, CSS, JavaScript. Currently learning database stuff and will probably work with PostgreSQL. I am comfortable spinning up CentOS and run web servers on AWS, Google Compute, and Azure.

I'm also gonna learn React and incorporate that somehow.

Just need some project ideas that I can handle and finish within a months time. Maybe a project that leaves room for improvement so I can develop it over time as well.

Goes without saying, but I'm looking for a junior/entry-level web dev position.

holy shit the async chapter in Eloquent JavaScript is really fucking with my head. and I just cannot wrap my head about the code examples he gives in that chapter. here's a gem -
function requestType(name, handler) {
defineRequestType(name, (nest, content, source,
callback) => {
try {
Promise.resolve(handler(nest, content, source))
.then(response => callback(null, response),
failure => callback(failure));
} catch (exception) {
callback(exception);
}
});
}

like jesus christ
It reminds me of the first time I learned about pointers in C all those years ago.

I have a single page on gitpages but you can view source and see all my code. Granted they can't get to my CSS or JS files, but still makes me weird