Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,436articles · 30d
- 6+ hour agolatest article
- Aug 15, 2026earliest in window
- 97%with images
- 292avg words
- software 9,678
- coding 9,474
- development 9,445
- engineering 9,418
- community 9,400
- inclusive 9,365
- ai 7,928
- webdev 5,729
- programming 5,130
- productivity 3,480
- python 2,951
- technology 2,827
- artificial intelligence 2,768
- security 2,756
- devops 2,739
- llm 2,257
- architecture 2,256
- agents 2,147
- tutorial 2,108
- javascript 1,920
- Software Dev. 9,638
- Science & Technology 9,516
- Computers & Electronics 7,410
- Business & Industrial 796
- Internet & Telecom 759
- Economy, Business & Finance 389
- Finance 331
- Arts, Culture, Entertainment & Media 236
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
More Code Review = More Smelly Code?
6+ hour, 39+ min ago (1094+ words) The reviewer was not wrong once. That turned out to be the problem. This happened on AgentCoop — formerly Agent Chat Gateway — a project that lets AI agents sit in chat rooms (Rocket.Chat, Mattermost), talk to people there, and talk…...
From a feature request to reviewed delivery: getting started with codex-sdlc
6+ hour, 41+ min ago (419+ words) A feature request involves more than writing code. Someone needs to clarify the requirements, coordinate the backend and frontend, check the result, and explain what is ready for review. I’ve been building codex-sdlc to give Codex a repeatable process for…...
I Built an All-in-One Browser Toolkit — File Viewer, Converter & P2P Share in 3 Files, No Backend
6+ hour, 53+ min ago (164+ words) WebTools Utility is a free, open-source browser app I built and host on GitHub Pages. No backend. No accounts. No installs. Three files that do a lot. 📁 File Viewer Open and preview almost any file type directly in the browser…...
Why a PR walkthrough can pass validation and still be hard to read
10+ hour, 15+ min ago (770+ words) I made an HTML guide for reading pull requests. When I shared it with coworkers, the visual feedback was encouraging, but I still felt that parts were hard to follow. One person wanted to see the explanation before the code…...
Your AI Cannot Use the Posts You Saved, So I Built Social Memory
10+ hour, 9+ min ago (692+ words) Likes and bookmarks on X and Threads are easy to accumulate and surprisingly hard to use. I save an implementation detail, a thoughtful comparison, or an idea for something to build. A week later, it is somewhere in an unsearchable…...
Why do Cursor and Claude Code both say connected to my memory server and still share nothing?
9+ hour, 50+ min ago (399+ words) Sharing memory across editors over MCP is a simple mechanism, and the trouble lives in the setup step around it. I checked six persistent memory systems, including the one I work on, for one thing: not whether they claim cross-IDE…...
I replaced most of a dev team with Claude Code to build a production e-commerce store. Here's what broke.
9+ hour, 57+ min ago (1066+ words) First post here. Figured a real project beats an introduction post, so: here's one, warts included. For a one-location boutique, that default breaks on two fronts. Cost first. License, annual renewal, integrator fees: add it up and you're close to…...
The Unexpected Truth AI Reveals about Coding
10+ hour, 22+ min ago (124+ words) Most people glorify AI for its speed. AI spits out code faster than any of us, with just a few magic words. Beep, beep, boop. But coding has never been the bottleneck. In corporate settings, where is most of the…...
Turning YouTube Videos Into Obsidian Notes — and What Shipping the Plugin Taught Me
10+ hour, 18+ min ago (280+ words) Every so often I'd watch a 90-minute conference talk, close the tab, and realise the only trace it... Tagged with obsidian, showdev, typescript, productivity....
A SaaS Landing Page Checklist for Your First Launch
10+ hour, 34+ min ago (714+ words) Your first SaaS landing page should help a visitor answer five questions: Is this for me? What can I do with it? What does it look like? What will it cost? What happens when I click? Build the page around…...