An Interactive Guide to CSS Grid
An interactive tutorial explaining the fundamentals of CSS Grid, including mental models, grid construction, and alignment techniques.
An interactive tutorial explaining the fundamentals of CSS Grid, including mental models, grid construction, and alignment techniques.
Explains how to implement PDF previews and downloads in ASP.NET Core, including code examples for browser display and file saving.
A series of articles that teach CSS layout by converting real-world Dribbble designs into code, focusing on responsive, accessible, and practical techniques.
A front-end developer explores the inconsistent UX of CSS nesting in browser DevTools and proposes solutions for better visualization.
An introduction to native CSS nesting, a new feature now supported in all major browsers, with examples and use cases.
A technical tutorial on creating realistic animated raindrop effects using CSS gradients, masks, and pseudo-elements.
A guide on integrating Blazor components into existing ASP.NET applications, including MVC, Razor Pages, and JavaScript frameworks like React and Angular.
The author explores programming as a craft, drawing parallels with weaving, knitting, and lighting design to argue it's an accessible, creative skill.
A guide to generating PDF documents in ASP.NET Core using libraries like QuestPDF and IronPDF, comparing approaches and features.
Native CSS Nesting is now supported in all major browsers, offering a cleaner way to write CSS without preprocessors like Sass.
A curated list of must-watch Blazor sessions from the .NET Conf 2023, focusing on .NET 8 updates and new features for developers.
A technical guide on converting HTML definition lists (<dl>) to fieldset elements (<fieldset>) using JavaScript for consistent note styling in Markdown.
A web developer reflects on choosing her blog's domain name and TLD, inspired by a newsletter about owning your web presence.
Explains how to implement the Redux state management pattern in a Blazor application, covering actions, reducers, and side effects.
A developer explores creative uses of CSS gradients, sharing techniques for layered effects, custom properties, and even pixel art generation.
A developer commits to daily blogging for #NaBloPoMo, sharing inspiration from CSS artists and web dev resources.
A web developer reflects on five successful years of freelancing and running his own agency, highlighting achievements like courses, a book, and a CSS methodology.
A developer analyzes Twitter polls to gauge community sentiment on web development topics like HTML components, dark mode, and container queries.
A web developer reflects on finding purpose in tech work, balancing personal values with industry impact, and seeking meaningful connections.
Explains how to implement global endpoint filters for ASP.NET Core Minimal APIs, offering a cleaner alternative to middleware.