Introduction To RUST...🦀: RUST or BUST
Thu, Feb 22
|Virtual Event
🌊 Dive into the RUST Wave, It's Your Coding Lifesaver! 🌊 Hey, fellow tech surfers! Ride the RUST wave with our webinar – it's like your trusty lifebuoy in the coding ocean. We'll navigate the tech currents together, making your coding exhilarating...
Time & Location
Feb 22, 2024, 7:00 PM GMT+1 – Feb 27, 2024, 10:00 PM GMT+1
Virtual Event
About the event
The program language RUST is a fairly young language and finds its origins in the year 2006 when Graydon Hoare started working on a project to create a new system programming language that addresses common programming issues like memory safety and concurrency. RUST has evolved into a mature programming language that delivers C/C++ like performance but with modern language features and strong memory safety features. RUST is gaining popularity and has had a massive surge in interest during the Pandemic years. As of May 2023 RUST has achieved the 17th position in the industry leading Tiobe index of programming language popularity. An increasing number of job openings are listed requesting Rust developer skills. Yes, the learning curve of RUST might be steep, but this course will give you a gentle introduction into the language with lots of practical examples and labs. You will learn idiomatic RUST, improve your developer productivity and have (renewed) fun learning a new language which makes it easier for you to express your ideas into programs.
What you will learn:
- Get familiar with the RUST language.Â
- Write simple & more advanced programs both for application programs & system programs.Â
- Use Rust crates and how to develop and publish your own.Â
- We will also teach you how to get the fullest out of the Rust eco system and integrate unit-testing and benchmarking.