Thumbnail for the talk

Rust Security

Talk about security benefits of Rust, like memory safety, prevention of data races, and the elimination of common vulnerabilities found in other languages like C or C++.
Thumbnail for the talk

Windows Kernel Programming with Rust

Ever wanted to know what goes on in the core of the Windows operating system? With Rust, you can craft your own Windows kernel drivers, empowering you to expand, explore and manipulate system functionalities like never before. It’s not just about developing hardware drivers; it opens doors to root k…
Placeholder image for the talk

Rust and C++: How to migrate and work together

Dieser Vortrag zeigt die Ähnlichkeiten und Unterschiede zwischen Rust und C++ auf, und wie man Fehler beim Wechsel von C++ zu Rust verhindert. Der Talk behandelt zudem, wie man Rust-Code in bereits existierender C++-Codebasen mithilfe von FFI und Tools wie bindgen nahtlos integrieren kann. Schließl…
Placeholder image for the talk

From Zero to Production with Rust

Talk about a full-stack project held at Technologieplauscherl.
Placeholder image for the talk

Game Hacking with Rust

In this workshop, participants will learn how to use Rust to hack and modify video games. The focus will be on implementing cheats and exploits to gain an advantage. Participants will also learn about common game hacking techniques and best practices. By the end of the workshop, they will have the s…
Thumbnail for the talk

Introduction to AI

Talk held at an event friends and I organized
Thumbnail for the talk

AMD Hypervisor with Rust

Talk about my open source hypervisor project presented at Rust Linz
Thumbnail for the talk

Introduction to Rust

Programming languages like C or C++ are known to be very hard. They are powerful tools, but even professionals make mistakes. With Rust, you can build blazingly fast and memory-safe programs without sacrificing developer productivity. This talks aims to show you why you need it and what makes it gre…
Thumbnail for the talk

Kernel Driver with Rust

The talk for my blog post 'Writing a kernel driver with Rust' presented at Rust Linz