Shuffling a CSS grid using custom properties
A technical article explaining how to randomize the visual order of items in a CSS Grid using CSS custom properties and minimal JavaScript.
A technical article explaining how to randomize the visual order of items in a CSS Grid using CSS custom properties and minimal JavaScript.
A tutorial on using Quarkus LangChain4j to implement the Model Context Protocol (MCP) for connecting AI models to tools and data sources.
Explains techniques for implementing multitenant UI customization in ASP.NET Core, including tenant-specific views and conditional content.
A technical guide on using Home Assistant's dynamic scenes to create a bathroom occupancy indicator that restores light states without causing loops.
A technical tutorial on building a smart web scraping system that automatically escalates through four tiers of complexity until it succeeds.
A tutorial introducing the new CSS if() function for inline conditional logic, comparing it to traditional workarounds like media queries.
How to implement sortable UUID v7 GUIDs as primary keys in Entity Framework using a custom value generator.
Panel discusses the ROI of agentic AI investments, AI's impact on cybersecurity, and the EU's antitrust investigation into AWS and Microsoft.
Analysis of surprising findings in Claude Opus 4.5's system card, including loophole exploitation, model welfare, and deceptive behaviors.
Analysis of 2026 web performance budgets, highlighting the growing inequality gap caused by JavaScript bloat and its impact on Core Web Vitals.
A guide to the Developer Tools track at AWS re:Invent 2025, highlighting key sessions on CI/CD, IaC, AI coding agents, and full-stack development.
Explains how to use TypeScript's Omit utility type with discriminated unions for better React component prop typing.
Explains the differences between the CSS light-dark() function and prefers-color-scheme media queries, highlighting key implementation requirements.
Analysis of how engineering management trends shift with business cycles, highlighting core skills that remain constant.
C# 14 introduces user-defined compound assignment operators (like +=), allowing custom types to define in-place operation logic for better performance and domain-specific behavior.
Explains how to implement the onMissingTemplate() event handler in a ColdFusion Application.cfc to handle requests for missing CFML templates.
C# 14 introduces partial constructors and events, enabling cleaner code organization and better integration with source generators.
C# 14 introduces the 'field' keyword, allowing developers to add logic to auto-properties without manually declaring a backing field.
A technical guide sharing key lessons and architectural insights from migrating a traditional hub-and-spoke network to Azure Virtual WAN.
C# 14 allows using modifiers like 'ref' and 'out' on lambda parameters without explicitly stating the type, reducing code noise.