A collection of talks and presentations I've given at various conferences and meetups.
Talks

Rust Security Best Practices
A deep dive into security considerations when writing Rust applications, covering memory safety, dependency management, and common pitfalls.

Building Lightning-Fast Static Sites with Zola
Learn how to create performant static websites using Zola, a Rust-powered static site generator that compiles your content in milliseconds.

Debugging Kernel Drivers: Tools and Techniques
An exploration of debugging techniques for kernel-level code, including WinDbg, GDB, and custom debugging tools for driver development.

Introduction to WebAssembly
Getting started with WebAssembly: compiling Rust to WASM, integrating with JavaScript, and building high-performance web applications.