This commit is contained in:
inafev
2026-05-18 19:32:46 +00:00
parent d39f696b91
commit 10835ff642
161 changed files with 8079 additions and 8079 deletions

View File

@@ -7758,41 +7758,41 @@
<h2 id="introduction">Introduction</h2>
<ul>
<li><a href="https://en.wikipedia.org/wiki/JavaScript">wikipedia: JavaScript</a></li>
<li><a href="https://v8.dev/">v8.dev:</a> Googles open source high-performance JavaScript and WebAssembly engine.</li>
<li><a href="https://v8.dev">v8.dev:</a> Googles open source high-performance JavaScript and WebAssembly engine.</li>
<li><a href="https://dev.to/shreyazz/javascript-objects-57ob">dev.to: JavaScript Objects</a></li>
<li><a href="https://dev.to/insha/javascript-array-and-its-methods-432k">dev.to: JavaScript Arrays and its Methods</a></li>
<li><a href="https://dev.to/thecoollearner/getting-started-with-javascript-modules-2mkg">dev.to: Getting Started with JavaScript Modules</a></li>
<li><a href="https://dev.to/lizardkinglk/username-validator-1n8g">dev.to: Username Validator</a> Usernames should be formatted and they should conform to follow some validation constraints.</li>
<li><a href="https://www.freecodecamp.org/news/http-full-course/">freecodecamp.org: HTTP Networking in JavaScript Handbook for Beginners</a></li>
<li><a href="https://www.freecodecamp.org/news/http-full-course">freecodecamp.org: HTTP Networking in JavaScript Handbook for Beginners</a></li>
<li><a href="https://dev.to/novu/how-to-add-in-app-notifications-to-any-web-app-1b4n">dev.to: How to add In-App notifications to any web app!</a></li>
<li><a href="https://www.freecodecamp.org/news/web-storage-api-how-to-store-data-on-the-browser/">freecodecamp.org: Web Storage API How to Store Data on the Browser</a></li>
<li><a href="https://www.freecodecamp.org/news/web-storage-api-how-to-store-data-on-the-browser">freecodecamp.org: Web Storage API How to Store Data on the Browser</a></li>
</ul>
<h2 id="useful-websites-for-web-developers">Useful websites for web developers</h2>
<ul>
<li><a href="https://usehooks.com/">useHooks - React Hooks Library</a> 🌟 - A comprehensive collection of modern, server-safe React Hooks designed to simplify common UI and state management tasks. Includes hooks for debouncing, local storage, window resizing, and more, with examples and easy npm installation.</li>
<li><a href="https://usehooks.com">useHooks - React Hooks Library</a> 🌟 - A comprehensive collection of modern, server-safe React Hooks designed to simplify common UI and state management tasks. Includes hooks for debouncing, local storage, window resizing, and more, with examples and easy npm installation.</li>
<li>
<p><a href="https://users.rust-lang.org/t/anyone-here-go-intellij-vscode/84499">IntelliJ vs. VSCode for Rust Development</a> - <em>(Related to devel-sites topic)</em></p>
</li>
<li>
<p><a href="https://www.canva.com/">canva.com</a> Create cover images, graphs, videos and more</p>
<p><a href="https://www.canva.com">canva.com</a> Create cover images, graphs, videos and more</p>
</li>
<li><a href="https://mockuper.net/">mockuper.net</a> Mockups generator</li>
<li><a href="https://cssnectar.com/">cssnectar.com</a> Website design showcase</li>
<li><a href="https://bgjar.com/">bgjar.com</a> SVG background image generator</li>
<li><a href="https://npkill.js.org/">npkill.js.org</a> Easily find and remove old and heavy node_modules folders</li>
<li><a href="https://mockuper.net">mockuper.net</a> Mockups generator</li>
<li><a href="https://cssnectar.com">cssnectar.com</a> Website design showcase</li>
<li><a href="https://bgjar.com">bgjar.com</a> SVG background image generator</li>
<li><a href="https://npkill.js.org">npkill.js.org</a> Easily find and remove old and heavy node_modules folders</li>
</ul>
<h2 id="learning-javascript-by-madisonkanna">Learning javascript by @Madisonkanna</h2>
<ol>
<li>Variables + Scoping: <a href="https://scotch.io/courses/10-need-to-know-javascript-concepts/declaring-javascript-variables-var-let-and-const">Declaring JavaScript Variables: var, let and const</a></li>
<li>Types: <a href="https://www.digitalocean.com/community/tutorials/understanding-data-types-in-javascript">Understanding Data Types in JavaScript</a></li>
<li>Objects, functions &amp; arrays: <a href="https://btholt.github.io/intro-to-web-dev-v2/intro/">Intro to Web Dev V2</a></li>
<li>Objects, functions &amp; arrays: <a href="https://btholt.github.io/intro-to-web-dev-v2/intro">Intro to Web Dev V2</a></li>
<li>The DOM: <a href="https://dev.to/karaluton/what-exactly-is-the-dom-jhg">What exactly is the DOM?!</a></li>
<li>Prototypes + this: <a href="https://ui.dev/beginners-guide-to-javascript-prototype/">A Beginner&rsquo;s Guide to JavaScript&rsquo;s Prototype</a></li>
<li>Prototypes + this: <a href="https://fireship.dev/beginners-guide-to-javascript-prototype">A Beginner&rsquo;s Guide to JavaScript&rsquo;s Prototype</a></li>
<li>Events: <a href="https://www.youtube.com/watch?v=8aGhZQkoFbQ">&ldquo;What the heck is the event loop anyway?&rdquo; By @philip_roberts</a></li>
<li>Flow control: <a href="https://www.youtube.com/watch?v=24Wpg6njlYI">For Loops - Beau teaches JavaScript</a></li>
<li>Security and Accessibility: <a href="https://www.udacity.com/course/web-accessibility--ud891">Web Accessibility</a></li>
<li>Good to know - How to write clean code: <a href="https://github.com/ryanmcdermott/clean-code-javascript">Clean code concepts adapted for JavaScript</a></li>
<li>Async JavaScript. Another epic tutorial by Tyler McGinnis <a href="https://ui.dev/async-javascript-from-callbacks-to-promises-to-async-await/">Async JavaScript: From Callbacks, to Promises, to Async/Await</a></li>
<li>Async JavaScript. Another epic tutorial by Tyler McGinnis <a href="https://fireship.dev/async-javascript-from-callbacks-to-promises-to-async-await">Async JavaScript: From Callbacks, to Promises, to Async/Await</a></li>
<li>Other things good to know but don&rsquo;t need to necessarily master as a beginner: closures, Ajax requests, modules. To listen to the episode that inspired this thread: <a href="https://syntax.fm/show/162/the-fundamentals-js">The Fundamentals — JS</a></li>
</ol>
<h2 id="nodejs">Node.js</h2>
@@ -7803,23 +7803,23 @@
<li>
<p><a href="https://en.wikipedia.org/wiki/Node.js">wikipedia: Node.js</a></p>
</li>
<li><a href="https://nodejs.org/">nodejs.org</a></li>
<li><a href="https://nodejs.org/en">nodejs.org</a></li>
<li><a href="https://github.com/nodejs/node">github.com/nodejs/node</a></li>
<li><a href="https://developers.redhat.com/articles/2021/08/26/introduction-nodejs-reference-architecture-part-5-building-good-containers#what_base_images_to_start_with_">developers.redhat.com: Introduction to the Node.js reference architecture, Part 5: Building good containers</a></li>
<li><a href="https://dev.to/o1lab/how-to-build-7-000-rest-apis-within-2-mins-node-js-mysql-470b">dev.to: How to build 7,000+ REST APIs within 2 mins (Node.js + MySQL) !!</a></li>
</ul>
<h2 id="npm">Npm</h2>
<ul>
<li><a href="https://www.npmjs.com/">Npm</a></li>
<li><a href="https://github.blog/2020-04-15-npm-has-joined-github/">npm has joined GitHub</a></li>
<li><a href="https://www.npmjs.com">Npm</a></li>
<li><a href="https://github.blog/news-insights/company-news/npm-has-joined-github">npm has joined GitHub</a></li>
</ul>
<h2 id="more-frontend-javascript-frameworks">More Frontend JavaScript Frameworks</h2>
<ul>
<li>
<p><a href="https://t.co/hshyLt0r2x">Clean Architecture on Frontend</a> - <em>(Related to aws-architecture topic)</em></p>
<p><a href="https://bespoyasov.me/blog/clean-architecture-on-frontend">Clean Architecture on Frontend</a> - <em>(Related to aws-architecture topic)</em></p>
</li>
<li>
<p><a href="https://cult.honeypot.io/reads/best-frontend-javascript-frameworks-learn-2021/">cult.honeypot.io: Best Frontend JavaScript Frameworks To Learn 2021</a></p>
<p><a href="https://cult.honeypot.io/reads/best-frontend-javascript-frameworks-learn-2021">cult.honeypot.io: Best Frontend JavaScript Frameworks To Learn 2021</a></p>
</li>
<li><a href="https://github.com/mithi/react-philosophies">react js: mithi/react-philosophies</a> Things I think about when I write React code</li>
</ul>