Migrating 700+ Tests to Swift Testing: A Real-World Experience
A developer shares their experience using AI to migrate over 700 XCTest cases to Apple's new Swift Testing framework, detailing the process and key learnings.
A developer shares their experience using AI to migrate over 700 XCTest cases to Apple's new Swift Testing framework, detailing the process and key learnings.
Explains why iterating over a concrete List<T> in C# is faster than iterating over an IList<T> interface, covering boxing and virtual method overhead.
Explains the cost-saving difference between stopping and deallocating Azure VMs, with practical guides for proper deallocation.
Explains how to create custom argument validation guards using the new extension feature in C# 14 and .NET 10.
A developer shares their experience upgrading a Godot game engine project from version 4.2 to 4.4, highlighting minor code changes and AI assistance.
A guide on how to clear various NuGet caches (global packages, HTTP, temp) using the dotnet CLI to free up disk space.
A technical guide for upgrading PostgreSQL from version 16 to 17 on Ubuntu 25.04, including commands and verification steps.
Analyzes Microsoft's inclusion of GitHub Copilot hints in .NET documentation, questioning if it's advertising and discussing its implications.
An article discussing the risks of over-relying on AI for creative work and how it can damage professional credibility and trust.
CSS reading-flow and reading-order properties ship in Chrome 137, addressing focus navigation issues in grid and flex layouts.
Chrome 137 introduces CSS reading-flow and reading-order properties to fix focus navigation issues in grid and flex layouts.
Explores Apache Iceberg, Arrow, and Polaris—three key technologies powering modern, high-performance data lakehouse platforms.
An introduction to data warehousing concepts, covering architecture, components, and performance optimization for analytical workloads.
Explores performance improvements in .NET 10's HttpClient, focusing on reduced memory allocation and faster response times for streaming data.
A curated newsletter issue covering mobile automation news, tools, and best practices from companies like Netflix and Dropbox.
A Windows security update breaks Kerberos authentication for cloud trusts, impacting file server access. Includes workarounds and affected OS versions.
Explores the new 'Extension members' feature in .NET 10 and C# 14, detailing syntax changes and potential future capabilities like adding static operators.
A user recounts troubleshooting a failed Linux Mint update, leading to a fresh install of Mint 22.1 and lessons learned about system recovery.
Explains an issue where Azure PIM configuration objects persist after deleting the associated security group, and provides the documented solution.
PostgreSQL 18 adds modern SHA-256 and SHA-512 password hashing algorithms to the pgcrypto extension, enhancing security.