How to Build and Deploy a Laravel App to Sevalla
A tutorial on building a simple Laravel application and deploying it to the Sevalla PaaS platform for easy, serverless hosting.
A tutorial on building a simple Laravel application and deploying it to the Sevalla PaaS platform for easy, serverless hosting.
A personal recap of attending and volunteering at the DevFestMN 2025 tech conference, covering talks on Web AI and hiring in the AI era.
A developer uses the Goose AI agent and Claude Sonnet 4.5 to build and deploy a themed winter festival website to Netlify, detailing the technical process.
A technical guide and cheatsheet for optimizing HTML5 videos for web playback using ffmpeg commands, focusing on compatibility and performance.
Explores using ColdFusion's unique CFML features for rapid application prototyping, focusing on tag-based syntax and seamless code collocation.
A comprehensive reference listing the official semantic definitions for all 113 standard HTML elements, as per the HTML specification.
Introduces the new MediaTypeMap helper in .NET 11 for easy MIME type and file extension lookups in web development.
Fixing YouTube embed error 153 by adjusting Django's Referrer-Policy header from same-origin to strict-origin-when-cross-origin.
A blog post discussing GitHub's frontend requiring JavaScript, hindering use in the Dillo browser, and the principle of progressive enhancement.
Explains PHP's nine superglobal variables, their scopes, and how to use them for managing data in web applications.
Using the CSS scrollbar-gutter property to prevent layout shifts when a scrollbar appears or disappears on a webpage.
A tutorial exploring CSS Subgrid, showing how it extends grid layouts and enables new UI possibilities beyond basic CSS Grid.
A developer shares a minimal CSS starter template with personal preferences on resets, scroll behavior, typography, and dark mode.
A tutorial introducing the new CSS if() function for inline conditional logic, comparing it to traditional workarounds like media queries.
A developer shares their experience using Rust for a real-world project to create a resilient, scheduled health monitoring component.
A developer explores the intersection of spiritual practice and code by building a contemplative, non-gamified Bible study tool, kjvstudy.org.
Explores various tenant identification techniques for multitenant ASP.NET Core applications, including query strings, routes, and HTTP headers.
A bookmarklet that lets you warp and manipulate any DOM element on a webpage with a simple click.
A developer reflects on the rarity of challenging frontend performance work in React projects and the industry's bias towards high-powered devices.
Explains the experimental CSS corner-shape property for creating advanced corner shapes like squircles, scoops, and notches directly in CSS.