Live CMS Previews with Sanity and Eleventy
Explains how to implement live content previews for a static Eleventy site using Sanity CMS and serverless functions.
Explains how to implement live content previews for a static Eleventy site using Sanity CMS and serverless functions.
Explains the HTML <aside> element, its role as a sectioning element and landmark, and its relationship to ARIA's complementary role.
A former Azure SQL security engineer outlines seven key improvements needed for access control and security in SQL Server and Azure SQL.
A developer advocates for using simple paper and pencil for daily task management over complex digital tools like Notion and Obsidian.
A guide to Angular Signals, explaining their benefits for state management and how to implement them in applications.
Explains the role and structure of Apache Iceberg manifest files, key metadata components for tracking data files and optimizing queries in data lakehouses.
Explains how unchecked arithmetic in .NET can cause integer overflow, using a Fibonacci sequence example, and discusses how to prevent it.
Explores missing likelihood-ratio tests in survey regression models, comparing Wald, score, and Rao-Scott tests with sample vs. population scaling.
Overview of the new features and breaking changes in AzureRM Provider v4 for Terraform, including provider-defined functions and resource registration.
A guide on transitioning Generative AI applications from proof-of-concept to production, covering architecture, security, and operations.
A technical guide on configuring Apache Flink to write data to Delta Lake tables stored on S3, including required JARs and configuration steps.
A philosophical and technical exploration of how Large Language Models (LLMs) transform 'next token prediction' into meaningful answer generation.
A guide to creating a custom React microphone component for recording audio in the browser, with a link to a reusable code gist.
An analysis of why modern work feels broken, exploring AI's impact, corporate inefficiency, and the deeper economic pressures making jobs unfulfilling.
A web developer's response to the UK CMA's mobile browser remedies, advocating for better browser engine parity and web app installation on iOS.
A review of Amazon MemoryDB, a Redis-compatible cloud database service from AWS, focusing on its architecture and durability improvements.
Explains how to implement distributed leader election using Amazon S3's new conditional write feature for creating a lock file.
Explains how to implement leader election in distributed systems using Amazon S3's new conditional write feature for distributed locking.
Discusses the pros and cons of soft deleting database records, including implementation, performance, and alternatives.
Explores challenges and algorithms for weighted sampling without replacement in R, focusing on achieving specified marginal probabilities.