What Is?
What is WASM?
This presentation covers the basics of WebAssembly (WASM), including how it works and why it's important for modern web development.
What is Async/Await?
An introduction to C#'s async/await syntax, explaining how it simplifies working with asynchronous operations and non-blocking threads.
What is HTTP/3?
A deep dive into HTTP/3, the latest version of the HTTP protocol, designed for improved performance, security, and reliability over HTTP/2.
.NET 10
A look into .NET 10, the latest version of the .NET runtime, featuring improved performance, new language features
What are Discriminated Unions?
An exploration of discriminated unions, a powerful type system feature for modeling data that can take one of several distinct forms.