A Quick Look At The ITaskEventHandler Mechanics In Adobe ColdFusion
Explores the ITaskEventHandler for CFC-based scheduled tasks in ColdFusion, comparing it to traditional URL-based methods.
Explores the ITaskEventHandler for CFC-based scheduled tasks in ColdFusion, comparing it to traditional URL-based methods.
A personal retrospective of the various writing tools and platforms the author has used to publish online over the past twenty-plus years.
Explores alternatives to XSLT for making XML files human-readable, as browser support for XSLT is being removed.
An opinionated syntax primer for the Lean programming language, covering definitions, types, and running code.
A historical look at legacy frontend web development practices and the lessons they hold for modern developers.
A guide to creating and implementing Service Objects within the CFWheels framework to bridge the gap between Models and Controllers.
Announcing a new zine explaining the hidden rules and inconsistencies of the terminal, based on 20 years of experience.
A tutorial on building a React.js chat app that allows users to switch between multiple AI models like GPT-4 and Claude 3 using the AI SDK.
Explores key React trends for 2025, focusing on the maturation of React Server Components and the rise of full-stack React frameworks.
An exploration of ANSI escape codes, their standards, reliability issues, and potential for future improvement in terminal usability.
A guide comparing library-first and framework-first approaches to learning React in 2025, considering the evolving ecosystem.
A guide to using CSS container queries for responsive design, focusing on a practical layout pattern for email metadata.
Explains a server-first approach to form validation in full-stack React, detailing benefits and when to add client-side validation or libraries.
A guide on handling FormData in React forms, covering extraction, conversion to objects, and validation with Zod.
An exploration of ASCII control characters in the terminal, explaining their functions, categories, and limitations.
The article argues that Steve Ballmer was an underrated CEO who made crucial long-term investments that set Microsoft up for its future success under Satya Nadella.
A guide to modern and legacy React component types and patterns, explaining which are still relevant in 2024.
A developer shares notes on Go 1.22's improved built-in router and using sqlc to generate database code, based on personal project experience.
Exploring Go middleware, request context, and database usage with the standard library, continuing a series on building web apps.
The author details their journey migrating the 'Mess With DNS' educational tool from a custom, flawed DNS implementation to the more robust PowerDNS server.