פיתוח תוכנה

Rust Programming

מספר הקורס 4552

למה ללמוד בג'ון ברייס?
  • למידה חדשנית ודינמית עם כלים מתקדמים בשילוב סימולציות, תרגול וסביבות מעבדה
  • מגוון הכשרות טכנולוגיות עם תכנים המותאמים להתפתחות הטכנולוגית ולביקוש בתעשיית ההייטק
  • מובילים את תחום ההכשרות לעולם ההייטק והטכנולוגיה כבר 30 שנה, עם קהילה של עשרות אלפי בוגרים
  • אתם בוחרים איך ללמוד: פרונטאלית בכיתה, מרחוק ב- Live Class או בלמידה עצמית

המועדים הקרובים

קורס לקבוצות

הקורס נפתח במתכונת של קבוצה בלבד, בהתאמה אישית לארגונים.
לפרטים נוספים: Muzman@johnbryce.co.il

משך הקורס

שעות לימוד:

32

מספר מפגשים:

קורס בוקר:

4

מתכונת הקורס

הקורסים המוזמנים לארגונים מותאמים באופן אישי ומלא לצרכי הארגון, מערכי הלימוד גמישים וניתן לשלב בהם תכנים רלוונטיים וייעודיים.

Overview

Rust is an open-source Systems Programming language that focuses on speed, memory safety, and parallelism. Developers use Rust to create a wide range of new software applications, such as game engines, operating systems, file systems, browser components and simulation engines for virtual reality. This course teaches you how to install Rust and then familiarize yourself with basic concepts like variables, data types, method syntax, enums, and more. Discover how the unique Ownership Principles of Rust impact the language. Data Handling, Pattern Matching, and Error Handling are also covered. The course also demonstrates use of generic types and traits, File I/O, Iterators and Closure. Then we explore Smart Pointers, Concurrency and Object-Oriented programming in Rust. The course includes hands on exercises.

On Completion, Delegates will be able to

Ability to program, develop compile and test projects written in Rust.

Ability to understand and write correct idiomatic Rust code.

Ability to debug Rust written applications.

Understand how to evaluate the suitability of Rust to various software ends.

Understand the advantaged and disadvantages of Rust when compared to other programming languages.

Who Should Attend

Systems programmers who want to study a powerful general languate that is suitable for systems programming.

Software developers who need a flexible and multi purpose language at their disposal.

C/C++ Developers who want a safe alternative to C/C++ which still gives them the performance of C/++.

Since the Linux Kernel now supports Rust as a programming language this course is also suitable to Linux kernel developers who want to write device drivers in Rust.

תכנית הלימודים

Full syllabus

Installing Rust and IDE
 Data types
 Rust Ownership Model
 Memory allocations
 Race conditions
 Functions
 References and Borrowing
 Structs
 Method syntax
 Demonstrating recoverable errors with Result
 Working with enums
 Generic Types and Traits
 Input/Output
 File I/O
 Iterators and Closures
 Smart Pointers
 Concurrency in Rust

Prerequisites

Prior programming experience in another language such as C, C++, Go, Python or Java.

קורסים מקצועיים למתקדמים