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.