Files
awesome-kubernetes/docs/javascript.md
Inaki Fernandez 9bebc6c302 jan
2024-01-25 12:25:42 +01:00

6.0 KiB
Raw Permalink Blame History

JavaScript

  1. Introduction
  2. Useful websites for web developers
  3. Learning javascript by @Madisonkanna
  4. Node.js
  5. Npm
  6. More Frontend JavaScript Frameworks
  7. Videos
  8. Tweets

Introduction

Useful websites for web developers

Learning javascript by @Madisonkanna

  1. Variables + Scoping: Declaring JavaScript Variables: var, let and const
  2. Types: Understanding Data Types in JavaScript
  3. Objects, functions & arrays: Intro to Web Dev V2
  4. The DOM: What exactly is the DOM?!
  5. Prototypes + this: A Beginner's Guide to JavaScript's Prototype
  6. Events: "What the heck is the event loop anyway?" By @philip_roberts
  7. Flow control: For Loops - Beau teaches JavaScript
  8. Security and Accessibility: Web Accessibility
  9. Good to know - How to write clean code: Clean code concepts adapted for JavaScript
  10. Async JavaScript. Another epic tutorial by Tyler McGinnis Async JavaScript: From Callbacks, to Promises, to Async/Await
  11. 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
  12. This blew up—if youd like to join myself and an amazing community of beginners and advanced developers, I host this free club: CodeBookClub

Node.js

Npm

More Frontend JavaScript Frameworks

Videos

??? note "Click to expand!"

<center>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2JYT5f2isg4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</center>

Tweets

Click to expand!

If you're learning JavaScript, you've likely heard people tell you how important it is to learn the fundamentals.

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. 👇

— Madison Kanna (@Madisonkanna) June 20, 2020
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>