* Cantinho Satkeys

Refresh History
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40
  • j.s.: [link]
    23 de Junho de 2025, 15:58
  • j.s.: a todos um excelente S. João
    23 de Junho de 2025, 15:48
  • j.s.: se não houver alteração ao nosso pedido
    23 de Junho de 2025, 15:46
  • j.s.: avisamos que por decisão da administração o forum IRÁ FECHAR PORTAS A 05/07/2025
    23 de Junho de 2025, 15:44
  • j.s.: como todos os membros estão a demonstrar um total desinteresse pelo nosso pedido,
    23 de Junho de 2025, 15:42
  • j.s.: está a decorrer um pedido para a ajuda para pagamento do servidor e nome onde está alojado o forum
    23 de Junho de 2025, 15:39
  • j.s.: dgtgtr a todos
    23 de Junho de 2025, 15:38

Autor Tópico: Become a Rust Developer in 1 Day  (Lida 34 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Become a Rust Developer in 1 Day
« em: 21 de Maio de 2025, 11:52 »


Published 5/2025
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English | Duration: 5h 31m | Size: 2.3 GB

Master Rust including ownership, structs, enums, crates, traits, modules, collections and practical projects


What you'll learn
Master Rust's ownership and borrowing rules
Solid understanding of creating and organizing Rust projects using modules and crates
Understand and implement Rust's enum types and structs
Understand how to handle errors using the Result type
Understand various data structures in Rust like arrays, vectors, hash maps and slices
Requirements
No Rust experience is required
An experience with any programming language is an advantage
Description
Learn Rust step-by-step with practical projects. Master ownership, structs, enums, error handling, collections, and more. Perfect for aspiring systems programmers.Course OverviewRust is one of the most powerful and safe systems programming languages in the world. This course will take you from complete beginner to confident Rust developer, using real-world projects and a structured curriculum.By the end of this course, you'll be able to build production-grade command-line apps using Rust's powerful features like ownership, structs, enums, traits, modules, and error handling.Whether you're aiming for embedded systems, game dev, backend services, or performance-critical applications, this course will equip you with essential, modern Rust skills. What You'll LearnSection 1: IntroductionLecture 1: Installing RustLecture 2: Installing VSCodeLecture 3: Creating Our First Application Section 2: Rust BasicsLecture 4: VariablesLecture 5: ConstantsLecture 6: Data TypesLecture 7: ArraysLecture 8: TuplesLecture 9: Operations in RustLecture 10: Introduction to StringsLecture 11: FunctionsLecture 12: Another Way to Return Values from FunctionsLecture 13: CommentsLecture 14: If StatementsLecture 15: LoopsLecture 16: Handling User InputLecture 17: VectorsLecture 18: Project - Grade Calculator Section 3: Ownership in RustLecture 19: Introduction to OwnershipLecture 20: Copy TypesLecture 21: References and BorrowingSection 4: StructsLecture 22: Introduction to StructsLecture 23: Tuple StructsLecture 24: Field Shorthand SyntaxLecture 25: Implementing MethodsLecture 26: Associated Functions (Constructors)Lecture 27: TraitsLecture 28: Project - Contacts Book Section 5: EnumsLecture 29: Introduction to EnumsLecture 30: Enums with DataLecture 31: Enums and Methods Section 6: Modules and CratesLecture 32: Introduction to Modules and CratesLecture 33: Creating a PackageLecture 34: Creating ModulesLecture 35: Creating Crates Section 7: CollectionsLecture 36: StringsLecture 37: Introduction to Hash Maps (Optional)Lecture 38: Hash Maps Section 8: Error HandlingLecture 39: PanicLecture 40: The Option EnumLecture 41: The Result EnumLecture 42: Error Propagation using ?Lecture 43: Project - CLI Task Manager Build Real ProjectsHands-on practice is the core of this course. You'll build: Grade Calculator (Fundamentals) Contacts Book (Structs & Ownership) Task Manager CLI (Enums, Traits, HashMaps, Modules, Error Handling)These projects are designed to solidify each Rust concept and give you usable tools for your portfolio.Who This Course Is ForAbsolute beginners to Rust or systems programmingDevelopers coming from C++, Python, Go, or JavaScriptAnyone interested in learning memory-safe, performant application designStudents or engineers preparing for low-level or backend engineering rolesTools You'll UseRust and CargoVSCode or any text editorCLI-based development (great for real-world applications) By the End of This CourseYou'll be able to:Understand and apply ownership, borrowing, and lifetimesUse structs, enums, and traits effectivelyHandle errors gracefully with Option and ResultWork with modules, crates, and collectionsBuild, test, and structure full Rust applicationsEnroll now and take your first step into systems programming with Rust!
Who this course is for
Anyone with or without programming experience who wants to learn Rust
Homepage:
Código: [Seleccione]
https://www.udemy.com/course/become-a-rust-developer-in-1-day/
Screenshots


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/204cada6858cdee6b10f7577b66a91bf/ruvat.Become.a.Rust.Developer.in.1.Day.part1.rar.html
https://rapidgator.net/file/453fc65366374bad5933603ffb6e508b/ruvat.Become.a.Rust.Developer.in.1.Day.part2.rar.html
https://rapidgator.net/file/94380b949ae327b861faf1c6a1f338f8/ruvat.Become.a.Rust.Developer.in.1.Day.part3.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/36A16AC460CE1B7/ruvat.Become.a.Rust.Developer.in.1.Day.part1.rar
https://nitroflare.com/view/BBBB85943A998B3/ruvat.Become.a.Rust.Developer.in.1.Day.part2.rar
https://nitroflare.com/view/3CFEE84F309A628/ruvat.Become.a.Rust.Developer.in.1.Day.part3.rar