Skip to content

Instantly share code, notes, and snippets.

View sahilkhosla's full-sized avatar
🎯
Focusing

Sahil Khosla sahilkhosla

🎯
Focusing
View GitHub Profile
@sahilkhosla
sahilkhosla / index.md
Last active February 13, 2023 17:54
Notion Workshop

Scribe Modules

<iframe src="https://scribehow.com/embed/Task_Manager_1_Setup__49i3Zp7vRbmEGlz7la3fdw" width="640" height="640" allowfullscreen frameborder="0"></iframe>
<iframe src="https://scribehow.com/embed/Task_Manager_2_Projects_DB__r1x-1LNjQoKBIRxduQCNvw" width="640" height="640" allowfullscreen frameborder="0"></iframe>
@sahilkhosla
sahilkhosla / README.md
Created September 29, 2022 16:39
JS Kick Start Live Lessons - Code
#install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install mysql
brew install mysql
brew services start mysql
# create database
mysql -uroot
>> create database parking