- React security researchers uncovered two fresh flaws in React Server Components, even after last week’s patch. CVE‑2025‑55184 triggers an infinite CPU loop on bad deserialization, while CVE...
Merge Conflict Logo
MERGE
CONFLICT
DIGEST
Web

Editor's Note

Two new flaws just popped up in React Server Components, so we should get our apps updated ASAP.

The scary part is once these issues go public, automated attacks ramp up fast. As soon as someone learns about the weakness, they start trying to hit it.

Stay safe out there.

Top Picks ⭐

(Additional) Denial Of Service And Source Code Exposure In React Server Components (5 minutes read)
ReactServerComponents Turbopack NextJS

React security researchers uncovered two fresh flaws in React Server Components, even after last week’s patch. CVE‑2025‑55184 triggers an infinite CPU loop on bad deserialization, while CVE‑2025‑55183 lets attackers retrieve source code and secrets from Server Functions. The same package set that had the earlier issue—react‑server‑dom‑webpack, parcel, turbopack—was fixed with versions 19.0.2, 19.1.3, and 19.2.2. Elevate your stack or any downstream frameworks such as Next.js, react‑router, or Vite/rsc plugins immediately; hosting providers offer temporary mitigations, but applying the official patches remains the safest option.

Frontend Development 🎨

Base UI 1.0 Released! (1 minute read)
BaseUI React MaterialUI

Base UI, the unstyled React component library from the makers of Radix, Floating UI and Material UI, delivers a modular, accessibility‑first foundation that leaves visual styling in developers’ hands. Its long‑term focus on consistency and maintainability gives designers a reliable, future‑proof base, backed by thorough docs and an active engineering team.

The HTML-First Approach: Why Htmx And Lightweight Frameworks Are Revolutionizing Web Development (17 minutes read)
htmx SPA HTMLFirst

Developers and enterprises are ditching SPA frameworks for HTML‑first tools like htmx because JavaScript bundles have swollen from 90 KB in 2010 to 650 KB in 2024, crippling mobile performance. By delivering ready‑made HTML and swapping only fragment libraries, client payloads shrink to kilobytes, speeding Time to Interactive and enhancing SEO and AI search. htmx thrives in booking systems, while highly interactive or offline‑first apps still lean on SPAs.

Detecting And Eliminating Memory Leaks (4 minutes read)
MemoryLeaks NodeJS WeakMap

Node.js memory leaks drain RAM, degrade performance, and can crash apps. Common culprits include global variables, stale timers, unremoved listeners, closure‑held objects, and endless caches, which keep references that V8’s garbage collector cannot free. Detect leaks by watching process.memoryUsage(), taking heap snapshots, and using Chrome DevTools or Clinic.js. Prevent them with WeakMap, timely cleanup, capped caches, and strict variable declarations plus continuous monitoring.

A Pragmatic Guide To Modern CSS Colours (12 minutes read)
CSS HSL LCH

Kevin Powell shows how to extend CSS colors beyond the typical copy paste workflow. He explains hue looping, predictable tints, and the trade offs between HSL’s simplicity and LCH’s wider gamut, finishing with reusable systems and upcoming custom functions for designers.

Backend & APIs 🔧

Building Agents With The ADK And The New Interactions API
ADK InteractionsAPI Microsoft

The Agent Development Kit unites conversational‑agent design with Microsoft’s Interactions API, letting developers define intents, entities, and dialogue flow while managing context, API calls, and database updates. Code snippets guide template creation, state handling, and action triggering, while built‑in diagnostics help debug. The article also covers scaling, security, and error‑handling best practices for dependable, responsive agents.

Bifrost: The Fastest Open Source LLM Gateway (4 minutes read)
Bifrost GoLang LiteLLM

Bifrost, a Go‑based LLM gateway, outperforms Python stacks with a 50‑fold speed advantage, keeping P99 latency under 1 s at 1,000 RPS while LiteLLM crashes. Install in minutes, auto‑discovery of keys, 12+ provider support, automatic failover, semantic caching, and enterprise controls make it production‑ready, delivering ultra low latency, high throughput services with full infrastructure ownership.

Postgres 18 Data Checksums Default and Upgrade Guidance (3 minutes read)
Postgres pg_checksums initdb

PostgreSQL now writes a checksum for every 8 KB data page on disk by default, a change that `initdb` enables automatically and replaces the old `--data-checksums` flag. To upgrade a pre‑18 cluster, the new cluster must match the old cluster’s checksum setting, so one must initialize the new cluster with `--no-data-checksums` or add checksums to the existing data—an operation that requires downtime and the `pg_checksums` tool. Adopting checksums is now a best practice and will become the norm in future deployments.

Learning and Resources 📚

C Input Pitfalls: scanf and stdin (1 minute read)
ScanfSnafu GDBGlitch DynamicMemory

Repeated calls to a 20‑byte local buffer show the same stack slot reused, as confirmed by identical addresses and GDB inspection of stdin’s internal state. The article details scanf’s quirks, whitespace handling, and unsafe fixed‑length input. It then recommends moving to getline, dynamic allocation, and size tracking for safer, more robust input handling.

From GitHub Push to Live Load‑Balanced App on AWS – All via Terraform + Flux (4 minutes read)
Terraform Kubernetes GitHubActions

Terraform provisions an AWS VPC, subnet, and Ubuntu instance; Packer builds a custom AMI with Nginx and app binaries. An Ansible playbook configures the server, while Kubernetes manifests and Flux GitRepository/kustomization deploy a scale‑out, load‑balanced app via GitOps. GitHub Actions triggers Terraform on branch events, and Terratest confirms the instance’s public IP is reachable.

Security & Privacy 🔒

IT Compliance Consultant – Ensuring Security & Regulatory Excellence (1 minute read)
ISO27001 SOC2 GDPR

IT compliance consultants help firms match tech and data practices to standards like ISO 27001, SOC 2, GDPR, HIPAA, PCI‑DSS, and NIST. They assess risk, craft policies, audit systems, train staff, and manage vendors to curb cyber threats, avoid penalties, and keep audit‑ready, especially as companies scale, shift to cloud, or handle regulated data.

Repos 🌟

opentelemetry-collector-contrib
Go open-telemetry opentelemetry Repo

Extends the OpenTelemetry Collector with additional processors, exporters, receivers, and transforms for advanced telemetry ingestion and routing.

Dyad-Sh/Dyad
Apache2 macOS Windows Repo

Dyad, an open‑source AI app builder, runs locally for speed, privacy, and vendor independence. Users import API keys, need no signup, and it supports macOS and Windows. Community‑driven and distributed under Apache 2.0 with fair‑source terms.
This newsletter will always be free
Enjoying what you're reading? Share it with your friends and colleagues!
Published by Merge Conflict Digest