Running .NET in the browser without Blazor
Explores running .NET in the browser using WebAssembly without the Blazor framework, covering templates and .NET 10 improvements.
Explores running .NET in the browser using WebAssembly without the Blazor framework, covering templates and .NET 10 improvements.
A recap of KubeCon NA 2024 highlighting key trends in cloud-native tech: WebAssembly (WASM), Platform Engineering, and Security.
Author shares lessons learned from writing a technical book on WebAssembly, covering motivation, process, and surprising insights.
A tech content creator outlines his 2025 goals, including plans for YouTube series on Terraform, home lab projects, WebAssembly, and AI livestreams.
Analysis of WebAssembly ecosystem trends from Wasm I/O 2024, focusing on Components, WASI, and the Warg registry for cross-language development.
A guide on integrating and running Go code within an Elixir application using WebAssembly (WASM/WASI) and the Wasmex library.
A developer details building a custom WebAssembly compiler and static type checker for their toy programming language, nodots, from scratch.
Explains how to integrate custom R functions into a Node.js/Express API using webR, focusing on packaging R code for production use.
A front-end developer analyzes the CSS techniques used in Adobe's new web-based Photoshop, focusing on layout, flexbox, and interesting implementation details.
A tutorial on implementing Clean Architecture principles in Blazor WebAssembly applications using C#, .NET, and WebAssembly.
TigerBeetle's distributed database is now testable in-browser via WebAssembly, featuring a deterministic simulator with network and disk fault injection.
A tutorial on integrating the WebAssembly-based webR runtime into an Express.js REST API to execute R code from a Node.js server.
A guide to creating, testing, and publishing WebAssembly modules using the AssemblyScript language for web and Node.js environments.
A tutorial on building a custom, reusable ToolTip component from scratch using Blazor WebAssembly, C#, and .NET.
Introducing Kotlin/Wasm, a new experimental compiler for Kotlin targeting WebAssembly with GC, enabling web and multi-platform development.
Explores the potential of Kotlin/Wasm for web development, focusing on the upcoming WasmGC feature and its impact on frontend and full-stack Kotlin.
A technical guide on compiling Rust to WebAssembly without using the standard wasm-bindgen tool, covering low-level details and workflows.
Analysis of WebAssembly's impact on programming languages, focusing on the Component Model and which languages will dominate Wasm development and consumption.
A tutorial on building a custom autocomplete component for Blazor WebAssembly apps, including styling and live data fetching.
A guide to resizing images client-side in Blazor WebAssembly before uploading to the server, using the RequestImageFileAsync method.