All code is legacy, deal with it now
A podcast discussing why all code becomes legacy and how to write modular, maintainable code to reduce future technical debt.
A podcast discussing why all code becomes legacy and how to write modular, maintainable code to reduce future technical debt.
Guide to deploying a low-cost NVIDIA GPU VM on Azure using MSDN credits for PyTorch and TensorFlow machine learning development.
array_find in PHP 8.4 Written on 2024-07-18 PHP 8.4 adds a handful of functions that have been missing for a while: array_find() and its variants. The
Explores using C# 11's static virtual members in interfaces to create a cleaner, convention-based approach for registering and consuming custom configuration sections.
Explains how to use new provider-defined functions in Terraform 1.8, including syntax and examples like AWS's arn_parse.
A technical guide on using Apache Flink SQL to stream data from Apache Kafka into Apache Iceberg tables, including code examples.
Explores architectural solutions for handling overlapping IP address spaces in Azure, focusing on VNET-to-VNET NAT and Private Link for services like AKS and Databricks.
Troubleshooting guide for importing SSL certificates into NVIDIA GPU Operator to enable a private apt repository on Ubuntu 20.04.
Explores whether Crossplane, a Kubernetes-based control plane tool, can replace Terraform for infrastructure orchestration, analyzing their roles and differences.
The technical changes behind Puzzmo's 'Weird Puzzmo' update, enabling playful puzzle variants and a new extension system.
Analyzes the economic challenges for businesses trying to monetize open source software, highlighting the inherent conflict between collaboration and competition.
Announcement and guide for VMware Explore Europe 2024, covering registration details, event highlights, session tracks, and benefits of attending.
Explores Bayesian alternatives to the frequentist t-test for comparing two means, discussing non-parametric and resampling-based approaches.
A developer restores and open-sources the old JetBrains Omea information management app, making it run on modern Windows.
Analyzes a flawed LinkedIn benchmark on LINQ's 'let' keyword, explaining why the test doesn't measure real performance and how to benchmark correctly.
A .NET product manager explains the compliance-driven shutdown and transfer of several personal .NET microsites to Microsoft.
An overview of Azure Kubernetes Service (AKS) Automatic SKU, detailing its pre-configured, production-ready setup and deployment methods.
Microsoft announces general availability of its Entra Suite, a comprehensive set of identity and network access security solutions for Zero Trust environments.
A tutorial on performing 22 common filesystem operations using the std::filesystem library in modern C++ (C++17/20/23).