Using A Hidden Submit Button To Ensure Unnamed Submissions
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.
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.
Analyzes a LinkedIn post's claim about C# Random() being 'evil', explaining its evolution from .NET Framework to modern .NET's Xoshiro256** implementation.
A strategy for building low-latency systems by deferring non-essential processing to an event-driven platform to optimize real-time performance.
A guide on importing Java Flight Recorder (JFR) profiling data into DuckDB for analysis using SQL queries.
A guide to using Swift Key Paths to create scalable and maintainable form validation logic in SwiftUI applications.
A technical deep dive into how pgcat, a Postgres connection pooler, works by multiplexing client connections to improve performance and resource usage.
Explains the new 'field' keyword in C# 14, which provides access to the auto-generated backing field of a property, bridging the gap between auto and full properties.
Explores the ITaskEventHandler for CFC-based scheduled tasks in ColdFusion, comparing it to traditional URL-based methods.
Explores how inlining and structs in C# interact to optimize performance, focusing on method call overhead and struct copying.
Microsoft's latest Azure IaaS and Azure Local updates for October 2025, covering new features, VM retirements, and firewall enhancements.
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.
A data-driven analysis of LLM performance on a simple retrieval task, highlighting the need for evidence-based AI testing.
Explains how .NET 10 allows running standalone C# script files directly, similar to Python, without needing a full project.
Overview of key proposals in Apache Iceberg v4, focusing on performance, metadata efficiency, and portability for modern data workloads.
Explains how to create user-defined functions in ColdFusion to coalesce values, addressing limitations of built-in operators.
Benchmark results comparing the performance of Python 3.14 against older Python versions, PyPy, Node.js, and Rust on pure Python code.
Ben Nadel argues for using self-closing ColdFusion custom tags to make code structure explicit and avoid confusion in nested tags.
Explores key new features in C# 14 and .NET 10, including field-backed properties and partial events/constructors.
Explains why and how to use CancellationTokens in .NET APIs to stop long-running operations and free server resources.