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

code

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

results 862 page 42/44
19:31
2026-05-25
dev.to
ai-tools

Find Remove duplicated files in Google Drive

Google Drive users can find and remove duplicate files without installing third-party software by using Google Apps Script or the open-source command-line tool Rclone. Google Apps Script allows users to run code directly…

05:35
2026-05-24
dev.to
machine-learning

Perovskite cell scaps simulation analysis

This article describes a final-year project that uses SCAPS-1D simulation data to create a structured analysis pipeline for Perovskite Solar Cells (PSCs). The project includes modules for studying dark I-V and illuminate…

00:57
2026-05-24
dev.to
developer-tools

I tried to build a SaaS. I'm shipping tiny libraries instead.

The author spent seven days developing ChatProof, a testing framework for AI chat UIs, before realizing that product-market work like cold outreach and positioning was not their strength. They pivoted to shipping small, …

21:00
2026-05-23
dev.to
developer-tools

Auto PR + Auto Deploy workflow using CI/CD Pipline

This article describes a production-style automated workflow using GitHub Actions that creates a pull request automatically when a feature branch is pushed, runs continuous integration checks (tests and linting) before m…

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…

13:57
2026-05-23
dev.to
artificial-intelligence

Why AI writes software but doesn’t build a good product

The article argues that while AI tools like Claude Code can quickly generate functional software, they currently fail to create products with good user interface, user experience, and security. The author uses their proj…

11:59
2026-05-23
dev.to
developer-tools

Go - Struct and Interface

In Go, a **struct** is a custom data type that groups related fields together, allowing programmers to model real-world entities (like a User with name, email, and phone) when built-in types are insufficient. An **interf…

17:20
2026-05-22
dev.to
artificial-intelligence

From Problems to Patterns: Generative AI in .Net (C#)

This article summarizes a book titled "From Problems to Patterns: Generative AI in .Net (C#)," which teaches .NET developers how to build production-ready AI applications using the full Microsoft AI stack, including Micr…

14:59
2026-05-22
dev.to
artificial-intelligence

AI Agent Failure Modes Beyond Hallucination

The article argues that beyond common issues like hallucination, AI agents suffer from failure modes related to speed and oversight, such as "generation outruns review," where agents produce code faster than humans can m…

14:06
2026-05-22
dev.to
developer-tools

Sixteen TUI components, copy-paste, no dependency

The article announces the release of Glyph v0.1, a collection of 16 MIT-licensed Bubble Tea components for terminal UIs that uses a copy-paste model rather than a traditional package dependency. Instead of importing a li…

12:58
2026-05-22
dev.to
developer-tools

We still don't have proper CSS frameworks

The article argues that current CSS tools like Tailwind are not true frameworks because they lack a compiler-enforceable contract with typed inputs and defined outputs, unlike frameworks in other ecosystems. It contends …

← prev page 42 / 44 next →