

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Welcome
incomplete
2: Large Files
incomplete
3: Database
incomplete
4: Videos
incomplete
5: Multipart Uploads
incomplete
6: Encoding
incomplete
7: Using the Filesystem
incomplete
8: Mime Types
incomplete
9: Live Edits
incomplete
This lesson's interactive features are locked, please to keep using them
Tubely's architecture is simple. We're using:
However, small structured data, like user records, will always live in the SQLite database.
[email protected]passwordWe'll use these credentials for the entire course!
# linux
sudo apt update
sudo apt install sqlite3
# mac
brew update
brew install sqlite3
Run and submit the CLI tests.