How to Get or Create in PostgreSQL
Explores techniques for implementing idempotent 'get or create' operations in PostgreSQL, covering race conditions, concurrency, and constraint handling.
Explores techniques for implementing idempotent 'get or create' operations in PostgreSQL, covering race conditions, concurrency, and constraint handling.
Explores improvements to enum classes across C++17, C++20, and C++23, covering initialization, the using enum keyword, and std::to_underlying.
Introduces Posh-Postcodes.io, a PowerShell module for accessing UK postcode data via the Postcodes.io API.
A tutorial on creating calendar heatmap plots using ggplot2 in R to visualize time-series data like flight frequencies.
A satirical web app uses LLMs to roast GitHub profiles, highlighting a Svelte-based implementation and straightforward API.
A guide on using the curl command's -H flag to add custom HTTP headers to your requests, with examples.
Discusses Apple's latest beta 4 releases and provides a guide on safely installing macOS betas on a separate drive to avoid risks.
Explores automating automatic differentiation in Julia using metaprogramming and expression-based approaches to generate forward and backward passes.
A tech newsletter issue covering VS Code updates, C# patterns, .NET bug fixes, AI coding assistants, and security topics.
A tutorial on building a composable FadeIn animation component using Astro, JavaScript, and CSS for subtle UI flourishes.
An in-depth exploration of the HTML anchor element (<a>), explaining its purpose, the href attribute, and the technical semantics of hyperlinks.
Explains security risks and attack scenarios for Managed Identities using Federated Credentials in Azure, focusing on privilege requirements and abuse prevention.
A daily link blog featuring curated articles on .NET development, F#, Blazor, APIs, performance optimization, and AI for developers.
A video series on designing TCP/IP application protocols, featuring a live-coded chat server using modern .NET APIs.
A technical guide on implementing automatic excerpt generation for blog articles in Nuxt 3 using the Content module and custom hooks.
Explores strategies and tools for securely updating container images to maintain system security and stability in modern infrastructure.
A guide on how to properly read and understand Java Enhancement Proposals (JEPs), using the string templates feature as a case study.
A guide to encrypting state data and plan files using the new encryption feature in OpenTofu 1.7, covering its purpose and implementation.
A developer details improvements to their website's URI fragment system for header links and discusses strategies for generating clean, human-readable anchor IDs.
A blog post about the author's contributions to the awesome-standalones GitHub repo, a curated list of framework-agnostic web components.