Blazor Bites - Routing
Explains how routing works in Blazor, covering route templates, parameters, constraints, and navigation methods for building multi-page apps.
Explains how routing works in Blazor, covering route templates, parameters, constraints, and navigation methods for building multi-page apps.
A tutorial explaining data binding (one-way, two-way, formatting) and event handling in Blazor, a .NET web framework.
NGINX Unit, a new multi-language application server, now supports Ruby. This article analyzes its potential impact on Ruby web applications.
Explains the key lifecycle methods in Blazor components, including OnInitialized, OnParametersSet, and OnAfterRender, with code examples.
A curated collection of popular and useful CSS snippets for responsive design, text selection, clearfix, box-sizing, and modern layouts.
Explains the ASP.NET Core middleware pipeline, how it processes requests and responses, and how to configure it using Use and Run methods.
A web developer addresses concerns about age in learning to code, sharing personal experience and advice for career changers.
A critique of common accessibility and usability failures in web tooltip implementations, with advice on better practices.
A web developer reflects on a tech ethics conference panel and debates the controversial idea of requiring professional licenses for web developers.
A technical guide on implementing Do Not Track (DNT) support for websites, covering both client-side and server-side checks.
A tutorial on integrating Microsoft Azure Application Insights into an ASP.NET Core 1.0 web application for monitoring and diagnostics.
A tutorial showing how to change the default Bootstrap layout in an ASP.NET Core 1.0 web application in three simple steps.
MIT instructor shares free introductory web development slides and labs for beginners with programming experience.
A guide to creating CSS subgrid layouts using pure CSS workarounds, addressing the lack of native subgrid support in browsers.
A developer discusses the RSS Club concept and technical challenges of managing a Jekyll-based blog via iPad without proper deployment.
Explains why modern JavaScript frameworks like React are essential for web development by comparing them to vanilla JavaScript.
A developer creates a Battleship game board using CSS Grid and minimal JavaScript as part of a personal challenge to build CodePen projects.
A developer shares their experience migrating from Jekyll to the Hugo static site generator and Netlify hosting, highlighting Hugo's speed and content type features.
A guide to creating multi-colored SVG icon systems using CSS variables, comparing them to icon fonts and explaining setup and styling.
A tutorial on recreating GitHub's contribution graph layout using CSS Grid, demonstrating its efficiency and power.