Status update 2024-08
A developer's 2024 status update on vdirsyncer, covering atomic writes, security audits, and tooling improvements for calendar/contact sync.
A developer's 2024 status update on vdirsyncer, covering atomic writes, security audits, and tooling improvements for calendar/contact sync.
React is evolving into a full-stack framework with Server Components and Server Actions, bridging the gap between frontend and backend development.
Learn the fundamentals of client-side JavaScript for DOM manipulation, including creating and modifying HTML elements programmatically.
The article critiques JORM-style APIs, explaining why they are not true REST and how hypermedia-driven design solves coupling and evolvability issues.
Explains Deterministic Simulation Testing (DST) for debugging distributed systems by controlling randomness and time in a single-threaded, reproducible test environment.
A preview of top Azure VMware Solution sessions at VMware Explore 2024, covering migration, AI integration, disaster recovery, and networking.
A tutorial on enhancing Htmx web applications by replacing default confirmation dialogs with custom SweetAlert popups for better user experience.
A guide to setting up VSCode for debugging the AzureRM Terraform provider using Go and delve.
Announcing Byte Brigade, a community of developers and business angels investing in and mentoring early-stage developer tools and SaaS startups.
Explains JavaScript variable assignment quirks, focusing on object references vs. value assignments with practical examples.
Learn how to use a GitHub Action to automatically update your GitHub profile with an OpenSauced Dev Card showcasing your open source contributions.
Explains how adding Unix domain socket support to vdirsyncer provides flexibility for advanced CalDav sync scenarios without bloating the core code.
A guide to the heading-anchors Web Component for adding anchor links to headings, including features, usage, and customization.
The author details their journey migrating the 'Mess With DNS' educational tool from a custom, flawed DNS implementation to the more robust PowerDNS server.
Explains how to use FormattableStringFactory in C# to create dynamic SQL queries safely with Entity Framework Core, preventing SQL injection.
Explores the HTML5 <article> element, its purpose for document structure, and its importance for web accessibility and semantics.
Part 5 of a series on building an automatic differentiation package in Julia, demonstrating its use to create and train a multi-layer perceptron on the moons dataset.
A tutorial on creating a custom SwiftUI AsyncButton that supports Swift Concurrency, handles async tasks, and prevents multiple taps.
Explains the purpose and limitations of the Apache Iceberg REST Catalog specification for standardizing table operations.
A survey of using LLMs as evaluators (LLM-as-Judge) for assessing AI model outputs, covering techniques, use cases, and critiques.