Mutating Python tuples by C FFI abuse
Explores how to mutate Python tuples, which are normally immutable, by using the C Foreign Function Interface (ctypes) to directly manipulate memory.
Explores how to mutate Python tuples, which are normally immutable, by using the C Foreign Function Interface (ctypes) to directly manipulate memory.
A technical guide on how to automatically record video of failed iOS UI tests using XCTest, simctl, and a Sinatra web server for debugging.
A developer compares JavaScript async/await patterns to Elixir's concurrency model, sharing confusion and insights from Joe Armstrong's blog.
A developer details the process of rebuilding a Windows development environment, covering backup, OS reinstall, and using winget for app setup.
A guide to automating SQL Server database backups as BACPAC files and uploading them to Azure Blob Storage using SqlPackage and AzCopy.
A quick PowerShell guide for removing a user's explicit Azure RBAC role assignments across an entire subscription.
Explores unexpected behaviors and edge cases of SwiftUI's .animation modifier, detailing when animations apply to more or less of the view tree than intended.
Twitter is phasing out its Revue newsletter platform, prompting users to migrate their subscribers to alternative services.
Explains how to pass and retrieve context in Lit Web Components using getRootNode() and a utility function for ancestor traversal.
Author updates on new web design book edition, potential Vim/JavaScript projects, and shares experiences with custom keyboards and input devices.
A developer argues for using CSS box-sizing: border-box as the universal default, criticizing design systems that don't adopt it.
A developer compares the Helix editor to Emacs, highlighting Helix's out-of-the-box features and reflecting on Emacs' extensive plugin ecosystem.
See original article on MediumThis article shows how you can easily inject a generic key/value into Google Cloud Monitoring and set up alerts on it. I
Introducing LicenseKit, an on-device license engine SDK for protecting closed-source software with commercial licenses.
A developer explains why Astro became their preferred framework for building a fast, static website with minimal JavaScript and flexible component islands.
Explores the latest, type-safe NgRx APIs for Angular state management, focusing on improved Actions and Reducers with TypeScript.
A talk from Ubuntu Summit 2022 on how to maximize benefits from Open Source by contributing to communities like Python and Django.
Explores the shift to ELT in data engineering, focusing on modern tools like dbt, Fivetran, and Airbyte for loading and transforming data.
A tutorial on building a custom autocomplete component for Blazor WebAssembly apps, including styling and live data fetching.
A tutorial on creating an R function to automate the generation of new Quarto blog posts, including directory structure and YAML front matter.