Owning Your Web
A web developer reflects on choosing her blog's domain name and TLD, inspired by a newsletter about owning your web presence.
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.
Chrome 119 and Safari 17 now support adding <hr> elements as visual separators within HTML select dropdowns to improve user experience.
A developer details the process of redesigning their personal website, focusing on simplification, static site generation, and removing unnecessary complexity.
Introducing RazorSlices, a project that brings Razor view functionality to ASP.NET Core Minimal APIs, allowing developers to render Razor views in a lightweight way.
A talk from DjangoCon US 2023 covering updates to the official djangoproject.com website and how to contribute to its development.
A front-end developer analyzes the CSS techniques used in Adobe's new web-based Photoshop, focusing on layout, flexbox, and interesting implementation details.
Explains the oklch() CSS color function, its benefits for web design, browser support, and practical usage examples.
A tutorial on implementing tabbed interfaces (tabsets) in web pages using vanilla JavaScript and CSS, with support for Markdown and HTML.
A tutorial on using CSS attribute selectors to automatically style external links with icons, improving user experience.
A guide to fixing Tailwind CSS spacing issues when using Astro components and slots with a custom utility plugin.
Explores .NET 8's new Blazor Web template, unifying server and WebAssembly models with per-component server-side rendering.
An article exploring the polarized opinions around Tailwind CSS, comparing it to disagreements over music and Mario Kart to explain differing perspectives.
A guide explaining how to dynamically load images in Vue 3 and Nuxt 3 applications, covering strategies for using the public and assets folders.