Skills roadmap.
It's like midnmap, but with interface for data attachments (articles, links, video) for learning + data status (to read, done etc.) So, you can build your wished skills roadmap and attach resources required for learning.
Back + front Rust lang only:)
https://miro.com/app/board/uXjVP3DP4Gc=
For Debian:
sudo apt install build-essential
- Install Rust
- Install sqlx-cli fro migrations
cargo install sqlx-cli --no-default-features --features rustls,postgres
- Copy .env.example to .env file
- Install docker
- Run docker compose
docker compose up -d
- SQLX DB create (on new host)
sqlx database create
- SQLX migrations
sqlx migrate run