grep -r "data" /news · homesearch
grep -rli "data" /news

data

Full-text search across 783 articles. Combine with topic and date filters; results sorted by relevance.

results 783 page 4/40
02:51
2026-05-24
dev.to
artificial-intelligence

Four forensics when a production AI agent fails

The article describes a common failure pattern in production AI agents, where multiple distinct issues—such as degraded external dependencies, faulty validation gates, and cost spikes from specific user queries—compound …

02:28
2026-05-24
dev.to
developer-tools

Go Unit Testing: Structure & Best Practices

The article explains Go's built-in testing package, which provides a minimalist framework for writing unit tests without external dependencies, emphasizing that tests should live alongside production code using a clear n…

02:02
2026-05-24
blog.cloudflare.com
developer-tools

The day my ping took countermeasures

The article describes a technical anomaly where the author's `ping` command displayed the message "taking countermeasures" after their computer's clock was rolled backward due to an unsynchronized NTP daemon. The author …

01:47
2026-05-24
dev.to
open-source

What Developers Don’t Say in Interviews—but Show on GitHub

The article explains that GitHub mining, or repository mining, is a research method used to analyze data from GitHub repositories—such as issues, pull requests, and discussions—to understand real user challenges and beha…

01:35
2026-05-24
dev.to
artificial-intelligence

Anatomy of the Slopster

The article, titled "Anatomy of the Slopster," is a submission for the Gemma 4 Challenge that explores using Gemma 4, an open-weight AI model, with Google's Agent Development Kit (ADK) to build a misinformation detection…

01:34
2026-05-24
dev.to
large-language-models

Stop Asking Gemma 4 to Just Summarize

The article describes a test comparing two prompting approaches for the Gemma 4 model using messy, realistic business notes about a potentially broken operations report. The author found that asking for a "summary" produ…

01:33
2026-05-24
dev.to
developer-tools

Java Records Deserve a Mapper Built for Them

The article introduces Immuto, a new Java annotation processor designed specifically for mapping Java Records, which have been stable since Java 16. Unlike existing mappers built for mutable JavaBeans, Immuto generates c…

01:26
2026-05-24
dev.to
developer-tools

React.js ~use() hook for Caching Problem~

The article explains that React's `use()` hook, which reads a promise, can cause an infinite re-render loop if the promise is created directly inside a Client Component, as a new promise is generated on every render. To …

01:21
2026-05-24
dev.to
cybersecurity

Web security headers + HSTS + CSP

The article provides a comprehensive technical guide on implementing web security headers, HSTS, and CSP for managing over 130 production client sites on self-managed Linux infrastructure. It emphasizes that security dir…

01:21
2026-05-24
dev.to
developer-tools

Web performance beyond Core Web Vitals

This article provides a comprehensive framework for web performance optimization that extends beyond Google's Core Web Vitals, covering server configuration, CDN strategy, caching layers, and resource optimization across…

01:20
2026-05-24
dev.to
artificial-intelligence

Agent Series (3): Plan-and-Solve — Think First, Then Act

The article describes the Plan-and-Solve agent architecture, which improves upon the ReAct model by first generating a complete action plan before executing any steps. Unlike ReAct's locally optimal, open-ended loop, Pla…

01:04
2026-05-24
dev.to
developer-tools

Surviving Google's core algorithm updates

This article provides a comprehensive framework for handling Google's core algorithm updates, which are described as the largest and most disruptive changes Google makes to its ranking systems. It outlines a dual-purpose…

← prev page 4 / 40 next →