/wdg/ - Web Development General

>Free beginner resources to get started with HTML, CSS, JavaScript and PHP
eloquentjavascript.net/Eloquent_JavaScript.pdf - A modern introduction to JavaScript
developer.mozilla.org/en-US/docs/Learn - A good starting point to learn about web dev fundamentals
javascript.info/ - Quite a good JS tutorial
freecodecamp.org - Curriculum including HTML/CSS/JS, React, Node.js, Express, and MongoDB
theodinproject.com - Curriculum including HTML/CSS/JS, and either Ruby on Rails / SQL, or Node.js / MongoDB
fullstackopen.com/en/ - Requires you to have basic web dev, db and git knowledge
flexboxfroggy.com/ and cssgridgarden.com/ - Learn flex/grid in CSS
phptherightway.com/ - A decent PHP resource
phptutorial.net - A PHP tutorial

>List of design resources
github.com/bradtraversy/design-resources-for-developers

>All useful documentation in one place
devdocs.io

>Need help? Create an example and post the link
jsfiddle.net - if you need help with HTML/CSS/JS
3v4l.org - if you need help with PHP/HackLang
codesandbox.io - if you need help with React/Angular/Vue

We have our own website: wdg.one
Submit your project progress updates using this format in your posts, the scraper will pick it up:
:: my-project-title ::
dev:: user
tools:: node, react, etc
link:: my.website.com
repo:: github.com/user/repo
progress:: Lorem ipsum dolor sit amet


Previous:

Attached: code.jpg (960x539, 168.88K)

So is there anything different between Any Forums’s code and Futaba’s at this point?

is Svelte a good lib for a relatively small page? about 3 to 5 components

true. maybe i'm just being a bit lazy

can I get a quick rundown on Node ORM libraries?

how do you know if a company does that before being actually hired and seeing it for yourself? Besides asking around of course

Do Wordpress guys seriously just download a theme, change some images and text and sell websites to their clients like that? I've been looking into this and it makes me suspicious, there has to be something more to it

Yeah, sure.
*ahem*
ORMs are for fags.

zigchads we WON

Attached: Screen Shot 2022-07-06 at 9.16.32 AM.png (631x370, 45.64K)

Is node complex?
I don't get it. It is just Chrome JS engine with some file utilities and some other stuff few people use.
JS is pretty complex from being so old and all the backwards compatibility, but that's not a Node specific issue.