Do you follow the 14kB rule?>Free beginner resources to get started with HTML, CSS and JShttps://developer.mozilla.org/en-US/docs/Learn - MDN is your friend for web dev fundamentalshttps://web.dev/learn/ - Guides by Google, you can also learn concepts like Accessibility, Responsive Design etchttps://eloquentjavascript.net/Eloquent_JavaScript.pdf - A modern introduction to JavaScripthttps://javascript.info/ - Quite a good JS tutorialhttps://flukeout.github.io/ - Learn CSS selectors in no timehttps://flexboxfroggy.com/ and https://cssgridgarden.com/ - Learn flex and grid in CSS>Resources for backend languageshttps://nodejs.org/en/learn/getting-started/introduction-to-nodejs - An intro to Node.jshttps://www.phptutorial.net - A PHP tutorialhttps://dev.java/learn/ - A Java tutorialhttps://rentry.org/htbby - Links for Python and Gohttps://quii.gitbook.io/learn-go-with-tests - Learn Go with Tests>Resources for miscellaneous areashttps://github.com/bradtraversy/design-resources-for-developers - List of design resourceshttps://www.digitalocean.com/community/tutorials - Usually the best guides for everything server related>Need help? Create an example and post the linkhttps://jsfiddle.net - if you need help with HTML/CSS/JShttps://3v4l.org - if you need help with PHP/HackLanghttps://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.ioSubmit your project progress updates using this format in your posts, the scraper will pick it up::: my-project-title ::dev:: anontools:: PHP, MySQL, etc.link:: https://my.website.comrepo:: https://github.com/user/repoprogress:: Lorem ipsum dolor sit ametPrevious: >>106528949
i don't get how to use FF profiler, it seems complex interface, and i don't know what i really need to look for on the data it shows me.last day i opened lighthouse, since it provides direct diagnostics
>>106544071This thread has a better OP than the previous thread. Good work.>Do you follow the 14kB rule?No of course I don't. Pic related.
>>106544364second AAAAAND second56kb modems are not to be considered
>>106544562>56kb modems are not to be consideredIndeed. A lot of web pages that people visit these days will download a few megabytes of stuff - JS, fonts, images, whatever. As long as it loads fairly quickly then it's fine.
you faggots are so useless that i'm considering installing discord and learning from them instead
>>106545388The purpose of /wdg/ is to shitpost about web development. The purpose isn't to teach you for free.
>>106545509> NoT YoUr PeRsOnAl aRmY Cynical take. Are you 12? You don't have to engage with posts you don't want to engage with; people come to this board with very different intentions.
Shit, anons, I'm really fucking lost for the past week now. How does one implement resizable grouped columns with Tanstack table? In a group, they all resize proportionally and size values are ignored. Any advice on how to dynamically generate said groups and append them depending on data coming in from API? Shit really gets slow with 100 rows and virtualization seems to not be enough. Fuck, I hate fucking tables. My whole job for the past 7 months has been implementing basically every feature of this library and adding lots of business logic related custom features as well. Fuck me.
>>106545760>You don't have to engage with posts you don't want to engage withYeah I usually don't. I just think it's dumb that some people have an expectation that they'll have everything spoon fed to them for free just because they asked about it.
>>106545928>for freeWhat do you mean? Sharing information is the point of the internet. At least it used to be.While you do have a fair point of criticism, I personally always expect someone to just tell me I'm a faggot. If I get lucky, I get useful info. I think there's many more people, who also hope for (but don't expect) this.My point is that your attention to such faggots is pointless waste of energy.
>>106546027>Sharing information is the point of the internetIf someone seems like they're making a proper effort to teach themselves, but they just have a quick question, then maybe I might answer it, but some people seem to think they're entitled to be spoon fed everything for free.
>>106545388dilation fees, pay up>>106545509it is to share knowledge, aka learn, u need to lrn2 what old 4chins really meant, one word, /b/ros
>>106545928this has happened to me and it is probably why I help others here, lurk moar
I'm going to ask again.Is it possible to varnish something with CSS? I mean an element having a glow that moves in relation to something else like the position of the mouse eon the screen.I assume javascript would have to be involved but that's the least of my issues.
did something happenen to /wdg/ why is it just one mentally ill samefag now
>>106546414If I understand you correctly, this will definitely need JS. However, I'm not too sure what you mean by this mouse moving "varnishing" shit. You mean smth like this? https://valiant-cron-0pnw.pagedrop.io/
>>106546027>Sharing information is the point of the internetBro never heard of RTFM? And today you can ask chatgpt and perplexity free and its even better. You dont need to bother internet strangers anymore.>>1065466244chins is diededing
>>106546785AI is a meme that breaks down whenever you're doing non trivial and performance critical job.Sometimes you read the manual and the manual is not enough or plainly wrong. Not all docs are like Arch wiki, negro
>>106546822Kys nagger
>>106544071why 14kB specifically?
>>106546414>css?yeah probably, try and tweak to death with some js or just hover, if ur lucky there's a premade exampleBUT, there's canvas and things like webgl
>>106546624idk, troons are extremely degen, but it fixes itself, 41%>>106546785>le gatekeeping newfagironic
>>106546822correct>>106546894faggot>>106546822to.be fair, the ascended take is reading source code, not about that life though, and if it is obscure then you can forget about it
>>106546903>retard fell for retard clickbaitthat's the main reason
It's your time to shine /wdg/, we need a logo: https://github.com/trueadm/ripple/issues/49
>>106546743>You mean smth like this? https://valiant-cron-0pnw.pagedrop.io/Oh yeah, this is exactly what I wanted.Mind sharing the code?