WWDC24 Compile Swift roundtable discussion
A roundtable podcast discussion analyzing the WWDC24 keynote and State of the Union, focusing on new OS versions and the limited Vision Pro updates.
A roundtable podcast discussion analyzing the WWDC24 keynote and State of the Union, focusing on new OS versions and the limited Vision Pro updates.
A Swift developer shares hopes for WWDC24, focusing on VisionOS 2, iPadOS updates, and Apple's need to win back developer trust.
Sample code and review of the new official OpenAI SDK for .NET, including chat, audio, and image analysis demos.
A developer's battle against flaky tests, explaining their impact on productivity and the journey to identify, fix, and prevent them.
A personal account of attending the EMF Camp, a tech and maker festival, including experiences with talks, installations, and volunteering on the event's phone infrastructure.
Overview of all finalized and preview features in the upcoming Java 23 release, including primitive patterns and flexible constructor bodies.
Explores StringBuilder performance and memory usage for creating very large strings in C#, comparing it to using a List.
Explains how to cancel a C# task using multiple CancellationToken sources by linking them with CancellationTokenSource.CreateLinkedTokenSource.
A technical guide on configuring networking, downloading images, and deploying virtual machines on an Azure Stack HCI cluster.
A technical guide on reclaiming unused swap partition space by expanding the root partition to the left using tools like sfdisk and gparted.
Call for participation in WAIT #3, a peer conference on AI in software testing, seeking experienced testers to share and evaluate real-world AI testing experiences.
Explains why certain exception instances like OutOfMemoryException are pre-allocated in .NET memory dumps, even in simple applications.
A technical guide on deploying Meta's Llama 3 70B Instruct model on AWS Inferentia2 using Hugging Face Optimum and Amazon SageMaker.
Explains the differences between .NET's MemoryCache, DistributedCache, and the new HybridCache, including their use cases and code examples.
A guide on using the httpgenerator tool to automatically create HTTP request files from a Swagger/OpenAPI definition for easier API testing.
A DevOps engineer reflects on leaving Twitter/X for the Fediverse, discussing platform changes, tech community dynamics, and personal tech projects.
Java 23 previews module import declarations, a new feature for importing all public types from a module, even in non-modular code.
Announces major updates to NCronJob, a .NET cron job library, including concurrency control, retry policies, and time zone support.
Explores performance improvements in .NET 9's LINQ methods, including OrderBy.ToList and Chunk, using benchmarks and SIMD optimizations.
Explains how to implement backup and restore for Azure Data Explorer using continuous export to Azure Storage as a disaster recovery solution.