Software Testing Podcast - Migrating Test Automation - The Evil Tester Show Episode 027
A podcast episode discussing best practices for migrating test automation frameworks, focusing on abstraction layers and AI assistance.
A podcast episode discussing best practices for migrating test automation frameworks, focusing on abstraction layers and AI assistance.
A guide to building a simple blog in Python using lazy, Origami-inspired concepts and Python 3.14's async features.
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.
Explores the unique challenges of testing Generative AI and Large Language Models, contrasting it with traditional software testing approaches.
A technical guide on using an ATEM video mixer and long USB cable to create a professional-looking conference setup on a budget.
A weekly collection of articles on software architecture, AI's impact on programming, engineering metrics, and legacy code strategies.
PostgreSQL 19 adds new random() functions for generating random dates and timestamps, useful for creating test data.
A performance comparison of Visual Studio 2026 vs. 2022, focusing on build times and resource usage for a large .NET Framework solution.
A critique of JavaScript's dependency management after a major supply-chain attack, arguing for systemic change but predicting stagnation.
A guide to building an autonomous, self-healing optimization pipeline for Apache Iceberg tables to maintain performance and cost efficiency.
Analyzes C# performance benchmarks for slicing lists, comparing Skip/Take, Range operator, and GetRange methods, highlighting a common benchmarking error.
Release of dzBdsLauncher 1.0.17, a tool to help Delphi developers open projects with the correct IDE version, now with Delphi 13 support.
Explores new .NET 10 features for packaging .NET tools as self-contained, trimmed, or native AOT executables, comparing package sizes and use cases.
Strategies for scaling and optimizing Apache Iceberg data compaction jobs, including parallelism, checkpointing, and failure recovery.
A guide for .NET developers to build an AI chat app with RAG and image generation using .NET, MCP, and Hugging Face in under 10 minutes.
Explains how ToDictionaryAsync in Entity Framework Core retrieves entire database objects, impacting performance, and provides a solution using Select.
A guide explaining how to export your Google Maps Timeline data from an Android phone to a JSON file, and mentions tools to convert it to GPX.
Explores challenges and best practices for managing partition evolution and compaction in Apache Iceberg to maintain query performance.
A developer shares techniques to improve database performance for large BLOB data retrieval in C#/.NET, including compression and chunking requests.