WKWebView improvements in iOS 15
Overview of new WKWebView APIs in iOS 15, including media playback control, async support, and theme color access.
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 guide to setting up a simple, secure boot process using UEFI, systemd-boot, and sbctl for SecureBoot key management.
A technical analysis comparing traditional maps to hexmap visualizations for New Zealand housing affordability data using R and ggplot2.
Two methods to analyze blob storage tiers (hot, cool, archive) in Azure: using portal metrics or a PowerShell script.
Explores the surprising flexibility of YAML keys, including spaces and special characters, with examples from Home Assistant config.
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.
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.
A technical analysis of U.S. federal .gov domains, tracking changes in security, CMS usage, and open source adoption over a decade.
Critique of using story points and other metrics as false measures of software delivery progress, comparing it to premature celebration in sports.
Explains how to use Kafka Connect predicates and the Filter SMT to conditionally transform and drop messages, with a practical example of field renaming.
A technical guide on how to exclusively attach a physical keyboard to a graphical environment running inside a Docker container using Linux's evdev subsystem.
Explains how to use Kafka Connect's RegExRouter SMT to rename topics for source connectors and target objects for sink connectors.