Use GitHub Codespaces for Azure PowerShell Function apps
A guide on using GitHub Codespaces to develop and test Azure PowerShell Function apps in a pre-configured cloud environment.
A guide on using GitHub Codespaces to develop and test Azure PowerShell Function apps in a pre-configured cloud environment.
Developer creates an open-source web app to help users easily export their Revue newsletter issues using the Revue API before the service shuts down.
A step-by-step tutorial on integrating Prisma ORM with a NestJS backend, including database setup, CRUD operations, and testing.
Explains the process of how new features are considered, designed, and shipped in the Java programming language via the OpenJDK community.
A tutorial on building a basic embedded SQL database in Zig using RocksDB, covering lexing, parsing, storage, and execution.
A guide to choosing impactful refactoring projects, emphasizing business value over cosmetic code changes.
Explores using Swift 5.7's opaque return types (`some`) with primary associated types to simplify generic protocol returns, reducing the need for manual type erasure.
A technical guide on how to automatically record video of failed iOS UI tests using XCTest, simctl, and a Sinatra web server for debugging.
Explores how to mutate Python tuples, which are normally immutable, by using the C Foreign Function Interface (ctypes) to directly manipulate memory.
A developer compares JavaScript async/await patterns to Elixir's concurrency model, sharing confusion and insights from Joe Armstrong's blog.
The article argues that the IndieWeb and decentralized platforms like Mastodon are confusing for non-technical users, and calls for a return to smaller, federated online communities.
An exploration of the Plan 9 operating system, its innovative design principles, and its influence on modern computing.
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.