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.
A CrowdStrike software bug caused a global IT outage, crashing Windows PCs with BSODs. A fix has been deployed.
A beginner's guide to installing Git, setting up a repository, and making your first commit with step-by-step instructions.
A technical guide to fix the global CrowdStrike BSOD boot loop by deleting a specific driver file in Safe Mode.
Building a Django job to send activation email reminders before user accounts expire, plus discussion on dependency management.
Introduces CARTE, a foundation model for tabular data, explaining its architecture, pretraining on knowledge graphs, and results.
Guide to deploying a low-cost NVIDIA GPU VM on Azure using MSDN credits for PyTorch and TensorFlow machine learning development.
Explains hash-based bisect debugging, a technique using binary search to pinpoint bugs in compilers and runtimes, making complex debugging feel like magic.
A guide to implementing OpenTelemetry tracing in Ginkgo test suites to debug failures in distributed microservices.
Explores using C# 11's static virtual members in interfaces to create a cleaner, convention-based approach for registering and consuming custom configuration sections.
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
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 the concept of 'integrity by default' in Java, discussing its importance for security and correctness, and a new JEP tying together long-term efforts.
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.
A deep dive into the privacy, security, and UX pitfalls of in-app browsers, inspired by a Frontend Masters blog post.
A developer reflects on their progress in the #100DaysToOffload writing challenge, sharing key posts and their current status.
Python 3.12 deprecates datetime.utcnow(). This article explains why and how to migrate to timezone-aware datetime.now(timezone.utc).
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.