Web Development

GPT-5.6 Sol: What OpenAI’s New Flagship Model Means for Developer Workflows

Developer-focused explainer on GPT-5.6 Sol. Covers what Sol’s 80 Coding Agent Index (2.8 pts above Fable 5) means for real workflows, the ultra mode parallel subagent feature (model-side orchestration that splits complex tasks across parallel workers), the 54% token efficiency gain, and practical guidance on when to use Sol vs alternatives. NOT a benchmark table

GPT-5.6 Sol: What OpenAI’s New Flagship Model Means for Developer Workflows Read More »

Migrating Express and Koa Apps to Cloudflare Workers: Node.js Compatibility Production Guide

Production migration guide for moving existing Express/Koa applications to Cloudflare Workers using nodejs_compat_v2. Covers compatibility date requirements, httpServerHandler patterns, middleware compatibility matrix, debugging strategies for failed imports, and performance optimization for edge deployment. Continue reading Migrating Express and Koa Apps to Cloudflare Workers: Node.js Compatibility Production Guide on SitePoint.

Migrating Express and Koa Apps to Cloudflare Workers: Node.js Compatibility Production Guide Read More »

pointer-events

The pointer-events property controls whether an element can become the target of pointer events like clicks, hover states, and other pointer-based events. In other words, it lets you decide whether the browser should treat an element as interactive when the pointer is over it. .no-pointer-events { pointer-events: none; } CodePen Embed Fallback To understand how

pointer-events Read More »

What’s !important #15: Boundary-aware CSS, Time-based CSS, Full-bleed CSS, and More

Similar to last time, What’s !important #15 is pretty stacked — read all about boundary-aware CSS, making grid lanes accessible, creating time-based web designs, fixing full-bleed CSS, improving customizable <select>, new web platform features, and more. Using view() for boundary-aware CSS Preethi Sam very expertly walked us through the concept of boundary-aware CSS. Using view(),

What’s !important #15: Boundary-aware CSS, Time-based CSS, Full-bleed CSS, and More Read More »