Skip to content

Instantly share code, notes, and snippets.

@pathum-kalhan
Last active July 5, 2021 14:50
Show Gist options
  • Save pathum-kalhan/2265ea95ca3a858256af582cfdc0a827 to your computer and use it in GitHub Desktop.
Save pathum-kalhan/2265ea95ca3a858256af582cfdc0a827 to your computer and use it in GitHub Desktop.

Learning resources

🔥 Dev environment setup

Nodejs

Download and install Node.js LTS version. https://nodejs.org/en/

VSCode

Download and install latest VSCode version. https://code.visualstudio.com/

code --install-extension akamud.vscode-theme-onedark

code --install-extension amandeepmittal.expressjs

code --install-extension Atishay-Jain.All-Autocomplete

code --install-extension christian-kohler.path-intellisense

code --install-extension codezombiech.gitignore

code --install-extension CoenraadS.bracket-pair-colorizer

code --install-extension dbaeumer.vscode-eslint

code --install-extension dsznajder.es7-react-js-snippets

code --install-extension eamodio.gitlens

code --install-extension EliverLara.andromeda

code --install-extension Equinusocio.vsc-community-material-theme

code --install-extension Equinusocio.vsc-material-theme

code --install-extension equinusocio.vsc-material-theme-icons

code --install-extension esbenp.prettier-vscode

code --install-extension formulahendry.auto-close-tag

code --install-extension formulahendry.auto-rename-tag

code --install-extension HookyQR.beautify

code --install-extension infeng.vscode-react-typescript

code --install-extension ionutvmi.path-autocomplete

code --install-extension johnpapa.vscode-peacock

code --install-extension MatiasOlivera.universe

code --install-extension mhutchie.git-graph

code --install-extension mikestead.dotenv

code --install-extension ms-azuretools.vscode-docker

code --install-extension ms-mssql.mssql

code --install-extension ms-vscode.sublime-keybindings

code --install-extension msjsdiag.debugger-for-chrome

code --install-extension NuclleaR.vscode-extension-auto-import

code --install-extension octref.vetur

code --install-extension PKief.material-icon-theme

code --install-extension ritwickdey.live-sass

code --install-extension ritwickdey.LiveServer

code --install-extension Shan.code-settings-sync

code --install-extension steoates.autoimport

code --install-extension streetsidesoftware.code-spell-checker

code --install-extension vscode-icons-team.vscode-icons

code --install-extension vscodeshift.material-ui-snippets

code --install-extension yzhang.markdown-all-in-one

Google chrome

Download and install latest Google chrome version. https://www.google.com/chrome/

MySQL

Download and install MySQL lastest version. https://dev.mysql.com/downloads/mysql/

MySQL Workbench

Download and install workbech https://dev.mysql.com/downloads/workbench/

Postman

Download and install postmon https://www.postman.com/downloads/

🔥 Tutorials

JavaScript

Basics https://www.youtube.com/watch?v=hdI2bqOjy3c

ES6 https://www.youtube.com/watch?v=0Mp2kwE8xY0&list=PL4cUxeGkcC9gKfw25slm4CUDUcM_sXdml

Node.js

Basics https://www.youtube.com/watch?v=0oXYLzuucwE&list=PL55RiY5tL51q4D-B63KBnygU6opNPFk_q

mongoDB

Types https://www.youtube.com/watch?v=8AlaL_QwFks&list=PLWkguCWKqN9NidaQVthx2w1xvwNG4cVTa

Crud https://www.youtube.com/watch?v=PCTsyTlL_Y0&list=PLWkguCWKqN9PbQhhsrewFd3TPuo3kLPQ1

Updates https://www.youtube.com/watch?v=8O4qTCHDmbU&list=PLWkguCWKqN9OncFtHmijyW0VS6f5BEKpV

Aggregations https://www.youtube.com/watch?v=A3jvoE0jGdE&list=PLWkguCWKqN9OwcbdYm4nUIXnA2IoXX0LI

mongoDB indexing https://youtube.com/playlist?list=PLWkguCWKqN9Pokkb0tDgwYxo2vNuc8iFT

React

https://youtu.be/QFaFIcGhPoM

Engineering

Big O notation https://www.youtube.com/watch?v=JgWm6sQwS_I

Databse indexing https://www.youtube.com/watch?v=EZ3jBam2IEA

Swagger https://www.npmjs.com/package/swagger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment