What If "Maybe" Was A Core Data Type In ColdFusion
Exploring the concept of a 'Maybe' data type in ColdFusion to handle values that may or may not exist, improving code readability.
Exploring the concept of a 'Maybe' data type in ColdFusion to handle values that may or may not exist, improving code readability.
How to use the JavaScript 'pageshow' event to re-enable forms disabled by double-submission prevention after using the browser's Back Button.
A developer explains why they won't enable 'full null support' in Adobe ColdFusion 2025 after testing the feature.
A technical article explaining how to use a hidden submit button to control which form data is sent when a user submits via Enter key.
Explores the unique security risks of Agentic AI systems, focusing on the 'Lethal Trifecta' of vulnerabilities and proposed mitigation strategies.
Learn how to use the CSS linear() timing function to create spring and bounce animations without JavaScript.
A guide to replacing tox/nox with uv and Just for testing Python projects against multiple Python versions, simplifying configuration.
Compares using JSON module imports vs fetch() for loading JSON data in browsers, highlighting differences in error handling and caching.
Explores the ITaskEventHandler for CFC-based scheduled tasks in ColdFusion, comparing it to traditional URL-based methods.
A collection of links and commentary on tech topics including AI, government software projects, and cybersecurity policy.
A developer shares a systematic approach to debugging, using a real bug example and contrasting it with AI's limitations.
A guide on integrating Asyncpg with FastAPI and Air for direct PostgreSQL database access, bypassing heavier ORMs like SQLAlchemy.
A developer shares a CSS technique to make the output of ColdFusion's CFDump tag more readable by increasing the font size.
A technical guide on normalizing SQL cross-join data in ColdFusion by using table prefixes and restructuring query results into nested objects.
An analysis of Spec-Driven-Development (SDD), exploring its definition and comparing three tools: Kiro, spec-kit, and Tessl.
An analysis of progressive image rendering in formats like JPEG, PNG, WebP, and AVIF, comparing their performance and future potential.
Explains how to create user-defined functions in ColdFusion to coalesce values, addressing limitations of built-in operators.
A developer shares their experience switching from Vim to the Helix text editor, highlighting its built-in language servers and improved search.
Ben Nadel argues for using self-closing ColdFusion custom tags to make code structure explicit and avoid confusion in nested tags.
A guide on using the pyinstrument profiler to identify and analyze performance bottlenecks in Air applications built with FastAPI.