mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-04 10:40:48 +00:00
3.3 KiB
3.3 KiB
JavaScript
- wikipedia: JavaScript
- v8.dev: Google’s open source high-performance JavaScript and WebAssembly engine.
Useful websites for web developers
- canva.com Create cover images, graphs, videos and more
- mockuper.net Mockups generator
- cssnectar.com Website design showcase
- bgjar.com SVG background image generator
Learning javascript by @Madisonkanna
- Variables + Scoping: Declaring JavaScript Variables: var, let and const
- Types: Understanding Data Types in JavaScript
- Objects, functions & arrays: Intro to Web Dev V2
- The DOM: What exactly is the DOM?!
- Prototypes + this: A Beginner's Guide to JavaScript's Prototype
- Events: "What the heck is the event loop anyway?" By @philip_roberts
- Flow control: For Loops - Beau teaches JavaScript
- Security and Accessibility: Web Accessibility
- Good to know - How to write clean code: Clean code concepts adapted for JavaScript
- Async JavaScript. Another epic tutorial by Tyler McGinnis Async JavaScript: From Callbacks, to Promises, to Async/Await
- Other things good to know but don't need to necessarily master as a beginner: closures, Ajax requests, modules. To listen to the episode that inspired this thread: The Fundamentals — JS
- This blew up—if you’d like to join myself and an amazing community of beginners and advanced developers, I host this free club: CodeBookClub
Node.js
Npm
- wikipedia: Npm (originally short for Node Package Manager) is a package manager for the JavaScript programming language.
- Npm
- npm has joined GitHub
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>If you're learning JavaScript, you've likely heard people tell you how important it is to learn the fundamentals.
— Madison Kanna (@Madisonkanna) June 20, 2020
But what are they? And where do you learn them?
Here's a list of JavaScript fundamentals and my favorite free resources for learning them. 👇