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

Thumbnail for the talk

Rust Security Best Practices

A deep dive into security considerations when writing Rust applications, covering memory safety, dependency management, and common pitfalls.
Thumbnail for the talk

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.
Thumbnail for the talk

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.
Thumbnail for the talk

Introduction to WebAssembly

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