Saad Saleem
Coding videos using neovim and the terminal. If you’re already into coding, you’ll love it more. If not, you’ll get inspired to start!
anyhow Crate in Rust
TIOBE Index for November 2025 Is a Whole Circus 🎪💀
Rust: Safe by Default. Dangerous by Choice.
Rust CLI To-Do App – Part 6 | Make Tasks Persistent with SQLite (rusqlite)
SQLite in Rust: Clean & Simple CRUD Example (rusqlite)
Digital Clock in Rust
crossterm Crate in Rust
figlet-rs Crate in Rust
terminal_size Crate in Rust
Rust Web Scraper | Part 3 | Add Pagination Support (Scrape Multiple Pages)
Rust Web Scraper | Part 2 | Save Scraped Data into JSON or CSV File
Rust Web Scraper | Part 1 | Build a Scraper with Reqwest + Scraper + Tokio
Rust CLI To-Do App – Part 5 | Update & Delete Tasks + Formatting
Rust CLI To-Do App – Part 4 | Add & View Tasks
Rust CLI To-Do App – Part 3 | Implementing the Task Type
Rust CLI To-Do App – Part 2 | Handling User Input
Rust CLI To-Do App – Part 1 | Setup + User Prompt
🎵 How to Play Audio from a URL in Rust (Using reqwest + rodio)
DHH Made Me Try Neovim… and Now I’m Hooked ⚡
Palindrome Number | LeetCode | Rust | 🦀
Two Sum | LeetCode | Rust | Brute Force + Optimized Approach | 🦀
How to Play Sound in Rust | Rodio Crate Tutorial 🎧
Password Strength Checker in C
Digital Clock in C | Real-Time Clock with C Programming
Measuring CPU Time in C
Simple Stopwatch in C
Countdown Timer in C
Using DevDocs for C Programming: A Must-Have Resource (With Feedback for Improvement!)
Reverse String in C
Prime Number Checker in C | Optimized Approach