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

data

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

results 806 page 9/41
13:27
2026-05-20
dev.to
artificial-intelligence

5 Mistakes I Made Building a Social Media App With 7 AI Systems

Five key mistakes the author made while building Qioiper, a social media platform powered by seven AI systems. These errors included underestimating real-time latency for AI moderation, integrating CLIP AI before having …

00:00
2025-09-15
blog.himanshuanand.com
cybersecurity

Magecart Skimmer Analysis: From One Tweet to a Campaign

A security researcher's tweet about a suspected Magecart skimmer led to the discovery of a broader campaign involving malicious JavaScript injection. The investigation uncovered an obfuscated script hosted at cc-analytic…

09:19
2013-11-16
gist.github.com
developer-tools

JSON formater

JavaScript function called `JSONFormat` that converts JSON data into a formatted HTML string with syntax highlighting. It uses recursive functions to handle different data types like strings, numbers, arrays, and objects…

05:37
2026-05-24
dev.to
enterprise-software

Centralized procurement D365: global address book + vendors

The article explains how multi-legal-entity enterprises using D365 Finance can avoid vendor data duplication by leveraging the Global Address Book and centralized procurement features. The Global Address Book creates a s…

12:15
2026-05-22
dev.to
data

How to turn text into colors (without AI)

The article explains a method to generate a color palette from text without using AI, based on the HSL color model. It involves analyzing character frequency in the text, mapping each unique character to a specific hue o…

17:03
2026-05-21
infoq.com
data

Bintrail: MySQL Time-Travel Queries Using Indexed Binlogs

Bintrail is a new open-source tool that enables time-travel queries and row-history lookups in MySQL by indexing binary logs and routing queries through ProxySQL, without requiring any modifications to MySQL or applicati…

20:48
2026-05-18
krebsonsecurity.com
cybersecurity

CISA Admin Leaked AWS GovCloud Keys on Github

A contractor for the Cybersecurity & Infrastructure Security Agency (CISA) publicly exposed highly sensitive credentials on a GitHub repository, including keys to AWS GovCloud accounts and plaintext passwords for interna…

16:00
2026-05-13
cloud.google.com
artificial-intelligence

Smart moves: Building resilient transportation systems with Google AI

Google AI is being used to build safer and more resilient transportation systems, with a primary focus on achieving "Vision Zero" to reduce fatalities. Key strategies include shifting from reactive to proactive safety me…

06:10
2026-05-24
dev.to
developer-tools

Your Node.js Server is Using Just One CPU. Here's How to Fix It.

The article explains that Node.js runs on a single thread, meaning a deployed application only utilizes one vCPU at a time, leaving additional vCPUs idle. It introduces clustering as a solution, which spawns multiple wor…

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 …

20:21
2026-05-23
dev.to
data

Database Migration Strategies That Actually Work in Production

This article provides practical strategies for performing database migrations safely in production environments, emphasizing that standard development approaches can lock tables and cause downtime on large datasets. It r…

← prev page 9 / 41 next →