Another great debate edition.>Free beginner resources to get started with HTML, CSS and JShttps://developer.mozilla.org/en-US/docs/Learn - MDN is your best friend for 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: >>107146053
Someone explain me the point of edge functions
>runtime for retards
>>107182735I think the entire point of them is to hook you into a company's platform with a promise of so many free edge functions per month, then when you want to scale, it's very impractical to move away from that platform, because you've written your functions specifically for that platform. So either you pay their extortionate prices to scale up, or you rewrite your backend to become platform-agnostic.So basically I don't think they're worth the effort. I'd rather write a traditional back-end which is platform-agnostic and can be deployed on a PaaS like Heroku, or on a VPS, or on dedicated servers (if my shitty projects ever reach that scale, which they won't).
https://blog.yakkomajuri.com/blog/python-to-nodePython was the toughest opponent to node but its over. Node supremacy is neigh
>>107183364What's the point of Python now that the JS/TS ecosystem is so well-developed? Python is just a weird language with weird syntax where white space is part of the syntax for whatever reason
>>107184506Python still sees widespread use in data science and machine learning. There's a lot of inertia there that would need to be overcome for ML people to switch to JS
>>107185793Fair. Maybe I should learn more about that stuff. At the moment I'm making a website which uses Google's AI API but it would cool to know more about how AI actually works
What's your current go to IDE ? I am using vscode but I feel like an idiot by trying to set up prettier with svelte. It's just not doing it by key bindings. Before vscode I used webstorm, but that became one day really slow and unusuable. Plus it costs like 80 bucks a year and I would also like to use other stuff from them like rider.>>107182758>>runtime for retardsHe literally said >I made so many dumb decisions with node, because it needed to be quick and dirty now I want to make it rightNot now, but deno is the future. (I never used deno and the used node 4 years ago).