diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index 84714e3d2..9f42983a8 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -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) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 1c335b78c..521773575 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -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)