Ihaka Lectures
Announcing the 2024 Ihaka Lectures series, featuring talks on literate programming, data journalism, and using R in government.
Announcing the 2024 Ihaka Lectures series, featuring talks on literate programming, data journalism, and using R in government.
Slides and code for an ElixirConf 2024 talk about improving software quality through more effective testing strategies.
Exploring how to build web applications in Go using only the standard library, without any external packages or dependencies.
Explains single-threaded execution in Swift and its importance for UI responsiveness, as a foundation for concurrency ahead of Swift 6.
A guide to customizing the ZSH terminal startup message with ASCII art and dynamic greetings based on the time of day.
A guide to building fast, production-ready Docker containers for Python applications using the uv tool, focusing on multi-stage builds and caching strategies.
A guide on using Azure Virtual Network Manager to centrally govern and manage large-scale Azure virtual networks, including connectivity, security, and routing.
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.
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.
Explores missing likelihood-ratio tests in survey regression models, comparing Wald, score, and Rao-Scott tests with sample vs. population scaling.
Explains the role and structure of Apache Iceberg manifest files, key metadata components for tracking data files and optimizing queries in data lakehouses.
A technical guide on configuring Apache Flink to write data to Delta Lake tables stored on S3, including required JARs and configuration steps.
Explains how unchecked arithmetic in .NET can cause integer overflow, using a Fibonacci sequence example, and discusses how to prevent it.
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.