Apple Watch Water Lock
A guide on using the enableWaterLock() API in WatchKit to disable the Apple Watch touch screen during water activities.
A guide on using the enableWaterLock() API in WatchKit to disable the Apple Watch touch screen during water activities.
Explains why CoreData and CloudKit sync fails in production and provides steps to deploy the CloudKit schema correctly.
A technical guide on persisting user folder permissions across app launches for sandboxed macOS applications using security-scoped bookmarks.
Explains C# 12's new collection literals feature, a concise syntax for creating and merging collections and dictionaries.
A developer's first impressions of Nix, comparing it to Ansible for managing software environments and infrastructure as code.
A developer details building a custom, interactive learning platform for Docker and Kubernetes, focusing on hands-on DevOps education.
A tutorial on deploying a containerized application with a custom domain using AWS App Runner and Route 53.
Interview with Chad Sanderson on data platform leadership, experimentation culture, data quality, and the rise of data contracts.
A developer shares their experience and reasons for abandoning mobile Linux as a daily driver, citing critical reliability issues with core phone functions.
A technical article explaining a combinatorial coordinate system for generating the aperiodic Spectre tiling, a recent mathematical discovery.
Bicep v0.18.4 introduces native support for Bicep parameter files (.bicepparam), including decompilation and deployment features.
A guide to using semantic SwiftUI extensions to conditionally apply new iOS features while maintaining backward compatibility with older OS versions.
A guide to running open-source Large Language Models (LLMs) like LLaMA locally on your CPU using C# and the LLamaSharp library.
Explains why to use Svelte over Astro files for components in Astro projects, focusing on reusability and syntax.
A guide to efficiently finetuning Falcon LLMs using parameter-efficient methods like LoRA and Adapters to reduce compute time and cost.
A guide to efficiently finetuning Falcon LLMs using parameter-efficient methods like LoRA and adapters to reduce compute costs.
A technical blog post explaining a CSS solution to remove unwanted underlines from trailing spaces in groups of inline anchor tags.
A chalk talk on using Amazon CodeCatalyst to improve code quality through test plans, coverage, and dependency checks.
Explores using .NET Minimal API endpoints as the application layer, advocating for the REPR pattern to simplify project structure and reduce unnecessary layers.
Part 2 of a tutorial on using Terraform to configure Azure Managed Prometheus and Grafana for monitoring an AKS cluster.