[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 1742241152954628.jpg (50 KB, 473x505)
50 KB JPG
Eternal 404 summer edition

>Free beginner resources to get started with HTML, CSS and JS
https://developer.mozilla.org/en-US/docs/Learn - MDN is your best friend for fundamentals
https://web.dev/learn/ - Guides by Google, you can also learn concepts like Accessibility, Responsive Design etc
https://eloquentjavascript.net/Eloquent_JavaScript.pdf - A modern introduction to JavaScript
https://javascript.info/ - Quite a good JS tutorial
https://flukeout.github.io/ - Learn CSS selectors in no time
https://flexboxfroggy.com/ and https://cssgridgarden.com/ - Learn flex and grid in CSS

>Resources for backend languages
https://nodejs.org/en/learn/getting-started/introduction-to-nodejs - An intro to Node.js
https://www.phptutorial.net - A PHP tutorial
https://dev.java/learn/ - A Java tutorial
https://rentry.org/htbby - Links for Python and Go
https://quii.gitbook.io/learn-go-with-tests - Learn Go with Tests

>Resources for miscellaneous areas
https://github.com/bradtraversy/design-resources-for-developers - List of design resources
https://www.digitalocean.com/community/tutorials - Usually the best guides for everything server related

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

/wdg/ may or may not welcome app development discussion. You can post and see what the response is. Some app technologies of course have overlap with web dev, like React Native, Electron, and Flutter.

We have our own website: https://wdg-one.github.io

Submit your project progress updates using this format in your posts, the scraper will pick it up:

:: my-project-title ::
dev:: anon
tools:: PHP, PostgreSQL, etc.
link:: https://my.website.com
repo:: https://github.com/user/repo
progress:: Lorem ipsum dolor sit amet

Previous:
https://desuarchive.org/g/thread/109480978
>>
Man this general is never around always :(
Anyways I wish I knew what to work on.
>>
is using the spread operator like this a normal practice in javascript?
const LocationDefinition = (def = {}) =>
({
Name: "",
PersonalName: "",
Parent: "",
Image: "",
Description: "",
Exits: [],
OnEnter: () => {},
...def
});

const RoomA = LocationDefinition(
{
Name: "Room A"
});

>t. c++ dev
>>
>>109595855
Yes it makes array operations less painful
>>
>>109595855
({
Name: "",
PersonalName: "",
Parent: "",
Image: "",
Description: "",
Exits: [],
OnEnter: () => {},
...def
});

can anyone explain the () arround the function? what's the use?
>>
File: 4234234.jpg (166 KB, 1280x720)
166 KB JPG
>been working as frontend dev for 6 years
>now all I do use use claude, "read" and aprove PRs
It was fun, and these threads helped me a lot whenI was learning.

>>109596078
It uses the implicit return so you don't have to do something like
const LocationDefinition = (def = {}) => {
return {
...
}
}
>>
>>109596244
how long until it will be illegal to code by hand because that'll be considered harmful & unsafe?
>>
>>109596244
gotcha, would swear never seen this before
>>
>>109596244
what helped you specifically?
>>
>>109596853
Besides some anons being helpful when I made some stupid questions the resources listed at OP are really good.
When I got started I kind of fell in tutorial hell like lots of people, watching youtube videos or checking udemy courses. Well then I read literally everything related to HTML, CSS and JS on MDN, then CSSTrick (dead now I think) and javascript.info. Those proved to be vastly superior to any video I watched. Also the JS part of those resources provided me to with a deep understanding of the language which then allowed me to understand other libraries like Vue, React or Lit with realative ease.
>>
Here is your framework
https://www.onlinegdb.com/AY5GT1Fjn
>>
>>109596244
>>been working as frontend dev for 6 years
>>now all I do use use claude, "read" and aprove PRs
>It was fun, and these threads helped me a lot whenI was learning.
Same here, but only 4 years. Dark days ahead for us webshitters.
>>
>>109597103
nice nice



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.