Addition: Design Course (#10963)

* addition

* Addition

* Addition

* Fixing addition

* addition

* Update courses/free-courses-en.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update courses/free-courses-en.md

* Update courses/free-courses-en.md

* Update courses/free-courses-en.md

* Update more/free-programming-cheatsheets.md

* Update more/free-programming-cheatsheets.md

* Update more/free-programming-cheatsheets.md

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
pull/10987/head
md_mark 2023-11-21 19:36:35 +05:30 committed by GitHub
parent 9b5c00e117
commit 39f3e8fa59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -106,6 +106,7 @@
* [System Design](#system-design)
* [Terraform](#terraform)
* [Theory](#theory)
* [UI/UX](#uiux)
* [Verilog / VHDL / SystemVerilog](#verilog--vhdl--systemverilog)
* [Web Development](#web-development)
* [Web3](#web3)
@ -1670,6 +1671,13 @@
* [Theory of Computation & Automata Theory](https://www.youtube.com/playlist?list=PLBlnK6fEyqRgp46KUv4ZY69yXmpwKOIev) - Neso Academy
### UI/UX
* [Design 101 Crash Course: Learn UX/UI Design, Figma](https://www.youtube.com/watch?v=cKZEgtQUxlU&list=PL2HX_yT71umB_oqitnmDgYSKltddPfZ-k) - Zero To Mastery
* [Figma 101 Crash Course: The Beginners Guide](https://www.youtube.com/watch?v=4HSK6-TFUzQ&list=PL2HX_yT71umB_oqitnmDgYSKltddPfZ-k) - Zero To Mastery
* [UI/UX Design Tutorial - Wireframe, Mockup & Design in Figma](https://www.youtube.com/watch?v=c9Wg6Cb_YlU) - freeCodeCamp
### Verilog / VHDL / SystemVerilog
* [nand2tetris](https://www.nand2tetris.org) - Shimon Schocken, Noam Nisan (Coursera)

View File

@ -56,6 +56,7 @@
* [Tensorflow](#tensorflow)
* [Terraform](#terraform)
* [TypeScript](#typescript)
* [UI/UX](#uiux)
* [Unit testing](#unit-testing)
* [Webpack](#webpack)
@ -511,6 +512,11 @@
* [TypeScript Cheat Sheet](https://rmolinamir.github.io/typescript-cheatsheet/) - Robert Molina (HTML)
### UI/UX
* [Form Design Crib Sheet](https://www.smashingmagazine.com/files/wallpapers/images/form-crib-sheet/full_preview.png) - Joe Leech
### Unit testing
* [Chai CheatSheet](https://devhints.io/chai) - devhints, Rico Santa Cruz (HTML)