- 54
- 9 279
Vipin Joshi
India
เข้าร่วมเมื่อ 20 ต.ค. 2024
Hey everyone, i am here to teach you how would i start and learn tech if i have to start today.. ❤️
🚨 🚨 Creating Basic Redis features in Rust: GET, DEL, SET, and TTL Explained! 🦀
I replicate Redis's core functionalities: GET, DEL, SET, and TTL. Redis is known for its blazing-fast in-memory data structure, and I’ve recreated these operations using the power and safety of Rust.
🔗 Resources Mentioned in the Video:
Rust Official Documentation: doc.rust-lang.org/
Redis Documentation: redis.io/docs/
GitHub Repository (Code Example): github.com/Matrx123/redis-like-clone.git
Rust Crates (dependencies): tokio and tokio-macros
🎥 In this video:
1️⃣ Learn the principles behind each Redis operation.
2️⃣ Understand how to implement in-memory storage efficiently in Rust.
3️⃣ Get insights into managing data lifecycle with TTL (Time to Live).
📌 Why Watch?
Whether you’re a Rust enthusiast or a backend developer curious about in-memory databases, this video simplifies complex concepts with hands-on coding.
💡 Don’t forget to like, subscribe, and share if you find this helpful! Drop your questions and thoughts in the comments below.
#RustLang #RedisClone #InMemoryDatabase #RustProgramming #BackendDevelopment #RedisInRust #LearnRust #RustCode #TTLImplementation #developerjourney #rust
🔗 Resources Mentioned in the Video:
Rust Official Documentation: doc.rust-lang.org/
Redis Documentation: redis.io/docs/
GitHub Repository (Code Example): github.com/Matrx123/redis-like-clone.git
Rust Crates (dependencies): tokio and tokio-macros
🎥 In this video:
1️⃣ Learn the principles behind each Redis operation.
2️⃣ Understand how to implement in-memory storage efficiently in Rust.
3️⃣ Get insights into managing data lifecycle with TTL (Time to Live).
📌 Why Watch?
Whether you’re a Rust enthusiast or a backend developer curious about in-memory databases, this video simplifies complex concepts with hands-on coding.
💡 Don’t forget to like, subscribe, and share if you find this helpful! Drop your questions and thoughts in the comments below.
#RustLang #RedisClone #InMemoryDatabase #RustProgramming #BackendDevelopment #RedisInRust #LearnRust #RustCode #TTLImplementation #developerjourney #rust
มุมมอง: 142
วีดีโอ
Connect Actix-Web to Your Database with .env & Insert Users | Complete Guide 🦀 #rustlang
มุมมอง 6314 วันที่ผ่านมา
In this video, learn how to seamlessly connect your Actix-Web server to a database, use a .env file for managing environment variables, and perform user insertions into your database using Rust. 🦀✨ Documentation Links: dotenv crate : crates.io/crates/dotenv sqlx crate : crates.io/crates/sqlx actix-web crate : crates.io/crates/actix-web What You'll Learn: How to set up a .env file in Rust. Estab...
How to build a HTTP Server with Actix-Web in Rust (Step-by-Step Tutorial) #rust #actixweb
มุมมอง 12121 วันที่ผ่านมา
🚀 Learn how to build a high-performance HTTP server using Actix-Web in Rust! In this step-by-step tutorial, I’ll guide you through the entire process of creating a professional and production-ready HTTP server with Actix-Web. Actix-Web Documentation: actix.rs/ Code base and files: github.com/Matrx123/http-server #RustLang #ActixWeb #BackendDevelopment #HTTPServer #RustProgramming #WebDevelopmen...
Master Rust Enums in 10 Minutes | Beginner-Friendly Guide #rustlang #rust #neovim #programming
มุมมอง 60หลายเดือนก่อน
Master Rust Enums in 10 Minutes | Beginner-Friendly Guide #rustlang #rust #neovim #programming
Master Structs in Rust 🦀 under 10 Minutes ⏳ ✅
มุมมอง 87หลายเดือนก่อน
Master Structs in Rust 🦀 under 10 Minutes ⏳ ✅
Detailed video on Functions, Function Pointers, Closure and Safe|unsafe Rust #rust
มุมมอง 51หลายเดือนก่อน
Detailed video on Functions, Function Pointers, Closure and Safe|unsafe Rust #rust
Ownership in Rust Explained 🦀 #rustlang #rust #programming #neovim
มุมมอง 66หลายเดือนก่อน
Ownership in Rust Explained 🦀 #rustlang #rust #programming #neovim
Build a Command-Line Counter in Rust | Beginner Rust Tutorial 🦀
มุมมอง 63หลายเดือนก่อน
Build a Command-Line Counter in Rust | Beginner Rust Tutorial 🦀
Rust Programming for Beginners: Install, Build & Run Your First App! 🦀
มุมมอง 52หลายเดือนก่อน
Rust Programming for Beginners: Install, Build & Run Your First App! 🦀
Rust for web development || Backend using Actix-web 🔥🔥
มุมมอง 932 หลายเดือนก่อน
Rust for web development || Backend using Actix-web 🔥🔥
Creating a Simple Httpserver using Actix-web in Rust 🦀🔥🔥 #rustlang #rustdevelopment #actixweb #rust
มุมมอง 412 หลายเดือนก่อน
Creating a Simple Httpserver using Actix-web in Rust 🦀🔥🔥 #rustlang #rustdevelopment #actixweb #rust
Neovim tips || part 2 😃😊 #neovim #rust #technology #programming #software
มุมมอง 362 หลายเดือนก่อน
Neovim tips || part 2 😃😊 #neovim #rust #technology #programming #software
Thanks for sharing🎉 , please add more features as you suggested at the end of the video, cheers!!🎉
Sure thing!
Good one, keep making more live code along sessions.
More to come!
hola, como harias para tener una funcion para solo obtener la conexcion de la db en una modulo por aparte usando mysql ? pub fn get_database() -> String { let db_url = match get_database_path() { Ok(path) => path.into_os_string().into_string().unwrap(), Err(e) => e.to_string(), }; return db_url; }
Great video. Thanks for sharing.
Hey , i am using Rust and nodejs for API developement
Great tutorial !
Gre8 tutorial ser ⚡
hey everyone here is the Rust cheatsheet : cheats.rs/
👍👍
which colorscheme are you using
i am using default theme of astronvim. but there is always a room for change in themes. you can visit there documentation or install it for a template and later update according to your needs. Please give it a like and subscribe if you like my work, also checkout other videos
❤❤❤❤❤❤❤
Please bring a full play list of Rust in lecture form
Please can you bring a full play list of Rust
hey thanks for reaching out, i will surely work on it , probably on sundays so stay tuned. how should in bring it, long videos or shorts ??
@lowlevelcode Long videos but not so long 15 to 20 minutes is good
I want to try
you should plug that monitor in, and youll get a bigger screen, less eye strain and be much more comfortable
Hey thanks ❤️ electricity is gone so thats why i am using it like this ❤️
👏 👏 👏 👏