Build framework-agnostic components with Mitosis
An interview about Mitosis, a tool for building UI components that work across multiple web frameworks like React, Vue, and Svelte.
An interview about Mitosis, a tool for building UI components that work across multiple web frameworks like React, Vue, and Svelte.
A developer discusses starting a tech podcast by repurposing content from Twitch streams and blogs to maximize reach and efficiency.
Explores two unconventional C# patterns: using foreach on integers and awaiting TimeSpans via extension methods.
A collection of C#/.NET programming infographics covering topics like ConfigureAwait, foreach index, struct mutations, null Tasks, and ThrowHelper.
Analyzing conference session ratings using DuckDB and Jupyter Notebooks to demonstrate data wrangling and SQL on raw CSV data.
A technical article explaining polynomial distributed lag models for regularization in time-series analysis, including code archaeology and R implementation.
A template for creating structured technical design documents to record decisions, scope, and solutions for software projects.
Xcode 14.0 can generate buggy concurrency code for macOS apps due to a Swift compiler and SDK version mismatch.
Explores new low-level C# 11 features allowing ref fields in structs for high-performance scenarios like custom collections and frugal objects.
A conversation about transitioning to full-time open source work, the challenges of funding, and the personal motivations behind it.
Explains the cryptographic key exchange in HTTPS, focusing on the Diffie-Hellman algorithm for establishing secure connections.
Four essential accessibility tests for new software features, focusing on color contrast, interactive elements, and Windows High-Contrast mode.
Upgrading a SaaS app's Heroku stack and htmx, plus adding an empty state feature for a better user experience.
Explains the WebApplicationFactory in .NET for integration testing ASP.NET Core WebAPIs, highlighting its benefits and usage.
An update on the Shotman screenshot tool rewrite, focusing on implementing core features like window, region, and output capture on Wayland.
A collection of C#/.NET infographics explaining pure functions, generator functions, and the cost of anonymous types.
A recap of the RecSys 2022 conference, highlighting key trends, favorite papers, and lessons learned in recommendation systems.
Explores the differences between x86 and x64 architectures in .NET, covering JIT compilation, native interop, and practical implications for developers.
A developer shares lessons learned while using JavaScript FormData to build a dynamic feature for a SaaS application.
Explores advanced C# pattern matching features, including null checks, property matching, and type inference, with practical code examples.