Implementing alternate icons in iOS
A technical guide on implementing dynamic app icon switching for iOS applications, covering icon preparation, Info.plist configuration, and iPad-specific steps.
A technical guide on implementing dynamic app icon switching for iOS applications, covering icon preparation, Info.plist configuration, and iPad-specific steps.
A talk on async/await in .NET, covering pitfalls, differences from parallel programming, and internal state machine workings.
Overview of new WKWebView APIs in iOS 15, including media playback control, async support, and theme color access.
Explores two new iOS 15 features for SFSafariViewController: preloading webpages and running custom Share Extensions.
A technical analysis comparing traditional maps to hexmap visualizations for New Zealand housing affordability data using R and ggplot2.
A technical guide to setting up a simple, secure boot process using UEFI, systemd-boot, and sbctl for SecureBoot key management.
Two methods to analyze blob storage tiers (hot, cool, archive) in Azure: using portal metrics or a PowerShell script.
Introduces zx, a Google utility for writing scripts with JavaScript/Node.js, comparing it to traditional Bash scripting.
Explains the upcoming CSS @container feature for responsive element styling based on parent size, not just viewport.
Explores the surprising flexibility of YAML keys, including spaces and special characters, with examples from Home Assistant config.
A technical guide on deploying a SQL Managed Instance Availability Group on Azure Arc-enabled Data Services using Kubernetes and the AZDATA CLI.
A technical guide on configuring SQL Managed Instance on Azure Arc, covering parameters for creation, resource allocation, and storage options.
Troubleshooting a Kafka Connect JDBC Sink error where a TEXT/BLOB column is used as a primary key in MySQL without specifying a key length.
A guide to overcoming x86/ARM architecture mismatch issues when developing on ARM-based machines using VS Code and Docker.
A developer explores integrating Rollup.js into the 11ty static site generator's build pipeline for more efficient JavaScript bundling.
A statistical analysis of multicollinearity in regression models, discussing its impact on coefficient interpretation and prediction.
Guide to deploying a self-managed Kafka Connect worker with Docker to integrate custom connectors with Confluent Cloud.
Critique of using story points and other metrics as false measures of software delivery progress, comparing it to premature celebration in sports.
A technical analysis of U.S. federal .gov domains, tracking changes in security, CMS usage, and open source adoption over a decade.
Explains how to use Kafka Connect predicates and the Filter SMT to conditionally transform and drop messages, with a practical example of field renaming.