Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions more/free-programming-cheatsheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* [Angular](#angular)
* [APL](#apl)
* [Artificial Intelligence](#artificial-intelligence)
* [AWS](#aws)
* [Blockchain](#blockchain)
* [C](#c)
* [C#](#csharp)
Expand Down Expand Up @@ -36,10 +37,12 @@
* [Node.js](#nodejs)
* [Nuxt.js](#nuxtjs)
* [React.js](#reactjs)
* [Svelte](#svelte)
* [Vue.js](#vuejs)
* [Kotlin](#kotlin)
* [Language Translations](#language-translations)
* [Latex](#latex)
* [Linux](#linux)
* [Machine Learning](#machine-learning)
* [Markdown](#markdown)
* [MATLAB](#matlab)
Expand Down Expand Up @@ -102,6 +105,13 @@
* [Blockchain For Dummies Cheat Sheet](https://www.dummies.com/article/technology/information-technology/data-science/general-data-science/blockchain-dummies-cheat-sheet-237567/) - Tiana Laurence (HTML)


### AWS

* [AWS CLI Cheatsheet](https://devhints.io/awscli) - devhints, Rico Santa Cruz (HTML)
* [AWS Services Cheat Sheet](https://digitalcloud.training/aws-cheat-sheets/) - Digital Cloud Training (HTML)
* [AWS Solutions Architect Cheat Sheet](https://tutorialsdojo.com/aws-cheat-sheets/) - Tutorials Dojo (HTML)


### C

* [C Cheat Sheet](https://www.geeksforgeeks.org/c-cheatsheet/) - GeeksforGeeks
Expand Down Expand Up @@ -380,6 +390,7 @@

#### Node.js

* [Express.js Cheat Sheet](https://quickref.me/express) - QuickRef.ME (HTML)
* [Introduction to Node.js](https://www.codecademy.com/learn/learn-node-js/modules/intro-to-node-js/cheatsheet) - Codecademy
* [Node.js Cheatsheet ZTM](https://zerotomastery.io/cheatsheets/node-js-cheat-sheet) - Zero To Mastery
* [Node.js/Express Cheatsheet](https://courses.cs.washington.edu/courses/cse154/19su/resources/assets/cheatsheets/node-cheatsheet.pdf) - Melissa Hovik (PDF)
Expand All @@ -401,6 +412,11 @@
* [Ultimate React.js Cheat Sheet](https://upmostly.com/ultimate-reactjs-cheat-sheet) - Upmostly.com (HTML)


#### Svelte

* [Svelte Quick Reference](https://svelte.dev/docs/svelte/overview) - Svelte (HTML)


#### Vue.js

* [Vue 3 Cheatsheet for Developers](https://learnvue.co/LearnVue-Vue-3-Cheatsheet.pdf) - LearnVue (PDF)
Expand All @@ -425,6 +441,13 @@
* [Latex Cheat Sheet](https://gist.github.com/LKS90/252ac41bd4a173be35b0) - Lukas Schneider


### Linux

* [Linux Commands Cheat Sheet](https://www.geeksforgeeks.org/linux-commands-cheat-sheet/) - GeeksforGeeks (HTML)
* [Linux Commands Cheat Sheet](https://www.guru99.com/linux-commands-cheat-sheet.html) - Guru99 (HTML)
* [The Linux Command Line Cheat Sheet](https://cheatography.com/davechild/cheat-sheets/linux-command-line/) - Dave Child (Cheatography)


### Machine Learning

* [Machine Learning Cheat Sheet](https://www.datacamp.com/cheat-sheet/machine-learning-cheat-sheet) - DataCamp Team (HTML)
Expand Down Expand Up @@ -620,7 +643,9 @@

* [MySQL Cheatsheet](https://www.codewithharry.com/blogpost/mysql-cheatsheet) - Code With Harry
* [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF)
* [PostgreSQL Cheat Sheet](https://quickref.me/postgres) - QuickRef.ME (HTML)
* [PostgreSQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_pgsql.pdf) - Database Star (PDF)
* [PostgreSQL Quick Reference](https://www.postgresqltutorial.com/postgresql-cheat-sheet/) - PostgreSQL Tutorial (HTML)
* [SQL Cheat Sheet](https://www.dataquest.io/wp-content/uploads/2021/01/dataquest-sql-cheat-sheet.pdf) - Dataquest.io (PDF)
* [SQL Cheat Sheet](https://zerotomastery.io/cheatsheets/sql-cheat-sheet/) - ZeroToMastery (HTML)
* [SQL Cheat Sheet by Tomi Mester](https://data36.com/wp-content/uploads/2018/12/sql-cheat-sheet-for-data-scientists-by-tomi-mester.pdf) - Tomi Mester (PDF)
Expand Down
Loading