mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-27 17:13:07 +00:00
markdown lint
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
# JavaScript
|
||||
- [Introduction](#introduction)
|
||||
- [Useful websites for web developers](#useful-websites-for-web-developers)
|
||||
- [Learning javascript by @Madisonkanna](#learning-javascript-by-madisonkanna)
|
||||
- [Node.js](#nodejs)
|
||||
- [Npm](#npm)
|
||||
- [More Frontend JavaScript Frameworks](#more-frontend-javascript-frameworks)
|
||||
- [Tweets](#tweets)
|
||||
|
||||
1. [Introduction](#introduction)
|
||||
2. [Useful websites for web developers](#useful-websites-for-web-developers)
|
||||
3. [Learning javascript by @Madisonkanna](#learning-javascript-by-madisonkanna)
|
||||
4. [Node.js](#nodejs)
|
||||
5. [Npm](#npm)
|
||||
6. [More Frontend JavaScript Frameworks](#more-frontend-javascript-frameworks)
|
||||
7. [Tweets](#tweets)
|
||||
## Introduction
|
||||
|
||||
- [wikipedia: JavaScript](https://en.wikipedia.org/wiki/JavaScript)
|
||||
- [v8.dev:](https://v8.dev/) Google’s open source high-performance JavaScript and WebAssembly engine.
|
||||
- [dev.to: JavaScript Objects](https://dev.to/shreyazz/javascript-objects-57ob)
|
||||
@@ -16,6 +18,7 @@
|
||||
- [dev.to: Username Validator](https://dev.to/lizardkinglk/username-validator-1n8g) Usernames should be formatted and they should conform to follow some validation constraints.
|
||||
|
||||
## Useful websites for web developers
|
||||
|
||||
- [canva.com](https://www.canva.com/) Create cover images, graphs, videos and more
|
||||
- [mockuper.net](https://mockuper.net/) Mockups generator
|
||||
- [cssnectar.com](https://cssnectar.com/) Website design showcase
|
||||
@@ -23,6 +26,7 @@
|
||||
- [npkill.js.org](https://npkill.js.org/) Easily find and remove old and heavy node_modules folders
|
||||
|
||||
## Learning javascript by @Madisonkanna
|
||||
|
||||
1. Variables + Scoping: [Declaring JavaScript Variables: var, let and const](https://scotch.io/courses/10-need-to-know-javascript-concepts/declaring-javascript-variables-var-let-and-const)
|
||||
2. Types: [Understanding Data Types in JavaScript](https://www.digitalocean.com/community/tutorials/understanding-data-types-in-javascript)
|
||||
3. Objects, functions & arrays: [Intro to Web Dev V2](https://btholt.github.io/intro-to-web-dev-v2/intro/)
|
||||
@@ -37,6 +41,7 @@
|
||||
12. 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](https://madisonkanna.com/codebookclub/)
|
||||
|
||||
## Node.js
|
||||
|
||||
- [wikipedia: Node.js](https://en.wikipedia.org/wiki/Node.js)
|
||||
- [nodejs.org](https://nodejs.org/)
|
||||
- [github.com/nodejs/node](https://github.com/nodejs/node)
|
||||
@@ -44,15 +49,18 @@
|
||||
- [dev.to: How to build 7,000+ REST APIs within 2 mins (Node.js + MySQL) !!](https://dev.to/o1lab/how-to-build-7-000-rest-apis-within-2-mins-node-js-mysql-470b)
|
||||
|
||||
## Npm
|
||||
|
||||
- [wikipedia: Npm](https://en.wikipedia.org/wiki/Npm_(software)) (originally short for Node Package Manager) is a package manager for the JavaScript programming language.
|
||||
- [Npm](https://www.npmjs.com/)
|
||||
- [npm has joined GitHub](https://github.blog/2020-04-15-npm-has-joined-github/)
|
||||
|
||||
## More Frontend JavaScript Frameworks
|
||||
|
||||
- [cult.honeypot.io: Best Frontend JavaScript Frameworks To Learn 2021](https://cult.honeypot.io/reads/best-frontend-javascript-frameworks-learn-2021/)
|
||||
- [react js: mithi/react-philosophies](https://github.com/mithi/react-philosophies) Things I think about when I write React code
|
||||
|
||||
## Tweets
|
||||
|
||||
<details>
|
||||
<summary>Click to expand!</summary>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user