cd/sources/dev-to· home sources Dev.to
cat /sources/dev-to.feed | wc -l → 8063

Dev.to

articles 8063 domain dev.to → page 93/404 feed RSS
19:29
2026-06-26
dev.to
developer-tools

Back to school

A developer decided to build a personal website from scratch by hand, writing every line of code without boilerplate, to regain confidence and understand the code that AI tools produce. The developer,…

19:26
2026-06-26
dev.to
artificial-intelligence

How a .NET dev built an AI assistant

A .NET developer building an AI assistant for an interactive 3D learning app describes the architectural decisions behind Cori, an assistant that can talk and act simultaneously in a live 3D viewer. T…

19:23
2026-06-26
dev.to
large-language-models

SuperCompress: Cut LLM Costs by 65% Without Losing Answers

A developer built SuperCompress, an open-source CPU policy that cuts 65% of tokens before LLM inference, reducing costs and environmental impact. The tool scores each line of context for relevance, ev…

18:42
2026-06-26
dev.to
computer-vision

what i learned on day 1 of a 3D reconstruction internship

A computer science student at FAST NUCES Islamabad began a 3D reconstruction internship at PreserveMy.World x TechRealm. On day one, the intern implemented core photogrammetry concepts—perspective pro…

18:40
2026-06-26
dev.to
developer-tools

My Introduction To Templates In Cpp

A developer exploring C++ templates discovered they are a tool for creating functions and classes that work with any data type, eliminating the need for repetitive code. The developer demonstrated how…

18:34
2026-06-26
dev.to
artificial-intelligence

Left of the Loop: The End of the Craftsman?

A developer observed that AI tools are replacing the first type of engineering conversation—whether code works—but not the second: whether an approach makes sense given the system's history, constrain…

18:33
2026-06-26
dev.to
artificial-intelligence

Left of the Loop: A Fool with a Tool is Still a Fool

A developer argues that AI tools amplify the quality of human thinking, warning that 'a fool with a tool is still a fool.' The post emphasizes that teams must maintain collaborative planning sessions …

18:21
2026-06-26
dev.to
large-language-models

Building a Slack Bot That Actually Remembers: slacktag-oss

A developer built slacktag-oss, an open-source Slack bot with persistent semantic memory powered by any LLM and Mem0's managed memory layer, eliminating the need for a vector database. The bot uses Me…

18:18
2026-06-26
dev.to
developer-tools

How to optimize IO in C++

A developer explains how to optimize I/O in C++ by disabling synchronization between C++ streams and C standard streams, and by manually flushing the output buffer. The post details the performance co…

← prev page 93 / 404 next →