Cleanup of stale branches from remote Git Repository
A guide to automating the cleanup of stale branches from a remote Git repository, covering generic approaches and provider-specific options.
A guide to automating the cleanup of stale branches from a remote Git repository, covering generic approaches and provider-specific options.
Azure Resource Graph now includes Policy Exemptions data, enabling cloud-scale queries and analysis with KQL examples provided.
A technical guide on integrating Buildkite's OIDC tokens with Hashicorp Vault for secure, credential-less CI/CD secret management.
Explores .NET 8's new UnsafeAccessorAttribute for faster, AOT-friendly reflection, comparing it to traditional methods with benchmarks.
Announcing zlFetch's support for FormData and its utilities for converting FormData to objects and query strings.
One Task is a minimalist, cross-platform app that displays a single task on your screen to boost focus and completion.
A guide to creating and testing custom JsonConverter classes in C# using System.Text.Json, including helpful extension methods for unit tests.
A guide to boosting productivity by using OpenAPI, Zod, and SST to avoid rewriting data structures across API layers in a TypeScript serverless application.
An updated CSS reset stylesheet for modern web development, focusing on better defaults and removing browser inconsistencies.
A guide explaining how the JavaScript modulo operator works, including its practical use case for creating circular arrays.
Explains the Dirichlet distribution as a multivariate extension of the Beta distribution, with applications in Bayesian statistics and regression models.
Explores the concept of discriminated unions in C#, their implementation using generic Results classes, and their application in ASP.NET Core Minimal APIs.
Guide to merging Playwright test shard reports into a single HTML report using the new merge-reports command for better CI pipeline visibility.
Explains how browsers expand click targets for accessibility and provides WCAG guidelines for developers to ensure accurate user interactions.
Announcing the official paper and electronic version of the 'Practical MongoDB Aggregations' book, published by Packt with new content.
Bun 1.0, a fast JavaScript runtime and toolkit, is released as a potential Node.js alternative with built-in tools and performance benefits.
A critique of serverless architecture for coupling app logic too tightly with cloud infrastructure, increasing complexity and risk for developers.
A technical review of the Clickgis extension, which adds WKB and GeoJSON geospatial support to the ClickHouse database.
A guide explaining four different methods to create and work with multiline strings in JavaScript, including template literals and concatenation.
Learn how to import Nix configuration files from remote URLs and Git repositories to create modular, version-controlled system setups.