Talks I've Given
-
Learn Rust in 12 months - Part 2
Featuring Mark Sta Ana
This month we’ll learn what role the operating system plays and how it works with hardware. By the end of the talk we’ll have learnt how create a hello world operating system kernel!
-
Learn Rust in 12 months - Part 1
Featuring Mark Sta Ana
Learn Rust in 12 months will be a monthly series of talks that will take you from the basic Hello World to writing an Operating System!
learning lowlevel rust beginners systemsprogramming -
Rust and Friends
Featuring Mark Sta Ana
Organiser of Rust London User Group, Mark Sta Ana joins Linuxing in the London for this Rust and Friends talk!
rust linux languages open-source -
Rust Language Server And You!
Featuring Mark Sta Ana
The Rust Language Server (RLS) allows code editors to interact with Rust via JSON-RPC. This decouples functionality like 'goto definition', symbol search, reformatting from the code editors and ensures faster integration as new features appear in the language. Mark will demonstrate how to...
rust ide visualstudiocode atom neovim rls lsp -
Generator X: The State of Rust Static Site Generators
Featuring Mark Sta Ana
This talk will detail the different types of content management systems that are available. The features and challenges with using them. Also we look at the programming languages used to create them. Finally we see where Rust fits in this application space
rust static-site-generators app-development content-management-system content-management -
Baby's First Steps
Featuring Mark Sta Ana
In this talk Mark Sta Ana will share his experience of learning Rust.
rust -
My Rust workflow
Featuring Mark Sta Ana
In this talk Mark will present the tools and methods to create software using Rust.
rust rust-workflow