Changing Immutable Collections
A developer's experience migrating from ImmutableList/ImmutableDictionary to the more efficient ImmutableArray and FrozenDictionary in C# for specific usage patterns.
A developer's experience migrating from ImmutableList/ImmutableDictionary to the more efficient ImmutableArray and FrozenDictionary in C# for specific usage patterns.
A guide on improving communication in pull requests to enhance code reviews and project understanding.
A critique of tech companies like Oracle and Broadcom that show disdain for customers, contrasting with a philosophy of loving and innovating for customers.
A retrospective on the growth and community-building efforts of the Python Pescara user group throughout 2025.
Introduces the new MediaTypeMap helper in .NET 11 for easy MIME type and file extension lookups in web development.
A curated summary of recent blog posts from Microsoft's .NET, Azure DevOps, GitHub, and Visual Studio blogs, covering updates, previews, and new features.
Guide to running legacy ASP.NET Core 3.1 applications inside a .NET 9 container, covering dependency fixes and DevOps pipeline updates.
Explores the compounding impact of shaving milliseconds off microservice latency in distributed systems, affecting throughput and scalability.
A tutorial on building a 3D Wheel of Fortune game using only JavaScript and CSS, with a focus on 3D transforms and animations.
An update on ImapGoose v0.3.2, covering improvements to its task queue, sync logic, and handling of nested mailboxes for IMAP/Maildir synchronization.
A monthly roundup of interesting links and resources for developers, focusing on Apache Kafka, event streaming, and tech talks.
A step-by-step guide to installing PostgreSQL 18 on Ubuntu 25.10 using the official PGDG APT repository.
Analysis of CVE-2025-55315, a critical HTTP request smuggling vulnerability in ASP.NET Core with a CVSS 9.9 score, its impact, and mitigation.
Explains why browsers throttle JavaScript timers like setTimeout to 4ms, and explores modern alternatives like scheduler.postTask for better performance.
Developer builds 'Slate', an iOS app that uses on-device text recognition to convert work schedule screenshots into calendar events.
A technical guide on implementing error handling and logging for VMware automation scripts using PowerCLI and Python.
Announcing the Developer Preview of KeyboardKit 10, a major update merging SDKs and improving the library for building custom iOS keyboards.
Adobe ColdFusion Bug: Nested Array Iteration Breaks Closure Variables By Ben Nadel Published 2025-08-27 in ColdFusion — Comments (3) While working on
Author announces publication of 'Taking Testing Seriously', a 500-page book detailing the RST software testing methodology after 55 months of work.
Explores two new LINQ extension methods, InfiniteSequence and Sequence, introduced in .NET 10 Preview 6, highlighting their usage and generic math support.