Observability and Performance
Explores the synergy between observability and performance in modern software, highlighting tools like Jaeger and Prometheus for microservices.
Explores the synergy between observability and performance in modern software, highlighting tools like Jaeger and Prometheus for microservices.
A Windows security update breaks Kerberos authentication for cloud trusts, impacting file server access. Includes workarounds and affected OS versions.
Using the async-tree library to reduce the code size of a minimalist JavaScript static site generator, focusing on abstraction and shared utilities.
Compares Model Context Protocol (MCP) and Agent2Agent (A2A), two AI communication frameworks for multi-model collaboration and agent interaction.
A PowerShell script to identify Azure Function Apps running on deprecated or unsupported runtime versions, ensuring security and compliance.
A monthly roundup of curated links and articles on data engineering, Kafka, CDC, stream processing, and AI/ML topics.
Developer updates on open-source contributions: patches for SourceHut, manual page rewrites, and new releases for khal and way-secure.
A developer argues that job titles limit potential and advocates for taking initiative beyond formal roles to advance your tech career.
Explains why you can't branch a Datomic database from a past state and presents a potential workaround using custom filters.
Explores the new 'Extension members' feature in .NET 10 and C# 14, detailing syntax changes and potential future capabilities like adding static operators.
Explores transactions as a protocol that can be added to any storage system, not an intrinsic feature, with examples from Delta Lake, Epoxy, and Two-Phase Commit.
A call to action for tech workers to resist the rise of fascism, which is increasingly enabled by technology and the tech industry.
A tech founder reflects on using Twitter for technical discourse, product development, and personal motivation, while acknowledging its addictive nature.
Explores building a web framework designed for AI-generated code, addressing LLM challenges like API mismatches and training data limitations.
Explains how WPF in .NET 9.0 adds support for hyphen-based ligatures in fonts like Cascadia Code, with examples.
A developer details the process and mistakes made while adding smart home automation to a bathroom cabinet's LED lighting using an ESP32.
Explains an issue where Azure PIM configuration objects persist after deleting the associated security group, and provides the documented solution.
An overview of essential development tools like IDEs, version control, testing frameworks, and project management software for improving software workflows.
PostgreSQL 18 adds modern SHA-256 and SHA-512 password hashing algorithms to the pgcrypto extension, enhancing security.
A developer explains how to build a minimalist, zero-dependency static site generator from scratch using plain JavaScript objects and functions.