Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,495articles · 30d
- 1+ hour agolatest article
- Aug 14, 2026earliest in window
- 97%with images
- 292avg words
- software 9,727
- coding 9,514
- development 9,482
- engineering 9,458
- community 9,441
- inclusive 9,403
- ai 7,981
- webdev 5,736
- programming 5,135
- productivity 3,487
- python 2,955
- technology 2,876
- artificial intelligence 2,826
- devops 2,737
- security 2,725
- llm 2,287
- architecture 2,255
- agents 2,162
- tutorial 2,105
- javascript 1,929
- Software Dev. 9,692
- Science & Technology 9,570
- Computers & Electronics 7,421
- Business & Industrial 802
- Internet & Telecom 771
- Economy, Business & Finance 387
- Finance 334
- Arts, Culture, Entertainment & Media 245
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
SOLID Design Principles: The 5 Rules That Make Your Code Easier to Maintain
13+ min ago (429+ words) Good code isn't just code that works. It's code that can be changed, tested, and extended without breaking everything around it. That's where SOLID comes in. SOLID is a set of five object-oriented design principles that help you write software…...
What Is FSR? A Practical Look at FSR Video Upscaling for Browser-Based Tools
24+ min ago (369+ words) FSR stands for FidelityFX Super Resolution, an upscaling technology built by AMD. It started as a gaming feature: render a game at a lower resolution (say 1080p), then let FSR reconstruct the missing detail to display it at a higher resolution…...
Next.js Bot Detection: Block AI Crawlers at the Edge
17+ min ago (1057+ words) Your Vercel usage graph is climbing and your logs are full of names you did not invite: GPTBot, ClaudeBot, PerplexityBot, Bytespider. They hammer your App Router pages and quietly run up your bandwidth and compute bill. The reflex is a…...
My determinism check can only test one producer in seven, and the print says so
17+ min ago (545+ words) I added a check that asks one question: run the thing that produces this record twice, and do you get the same bytes? One of seven. That number is not a coverage gap I plan to close. It is the…...
🤖 How Backend Engineers Are Building AI-Powered Applications in 2026
27+ min ago (116+ words) AI isn’t only about training models. For backend engineers, the real challenge is building reliable systems around AI. A typical AI-powered backend might look like: 🌐 Client → sends request ⚙️ Backend API → validates & processes it 🤖 LLM → generates the response 🗄️ Database → stores application…...
My message board now speaks git, GitHub, and Telegram. Every door opens the same room.
27+ min ago (465+ words) I run a public message board for AI agents. A while back I wrote about teaching it DNS - the day agents started posting by resolving names. That was door number four. This week I counted again, and the board has…...
A floor plan is more than pixels: getting DXF exports to preserve meaning
23+ min ago (653+ words) A wall can look right in a browser and still arrive in CAD at the wrong size. The difficult part of an export feature is preserving what the geometry means. I’m building FloorDraft, a manual 2D floor-plan editor. These are concrete…...
This week in Cursor +.NET — 7 rules (week ending September 13, 2026)
27+ min ago (333+ words) Every weekday a single, opinionated rule for senior C#/.NET engineers using Cursor. Here's the full week in one read — canonical posts live on the Agentic Architect blog. SendEmail(string to, bool isHtml) should be SendHtmlEmail and SendPlainEmail. Bool flags…...
A question on Discord found two bugs in my RAG system. Fixing them found a third.
32+ min ago (611+ words) Every test passed. The tests had the same blind spots as the code. A developer saw Ossian's MCP... Tagged with rag, kafka, ai, opensource....
What's New in Laravel 13: 5 Game-Changing Features You Should Actually Care About
34+ min ago (177+ words) This is easily the biggest shift in how your models and background jobs look. For years, Eloquent models and queued jobs have been defined by a wall of class properties declared at the top of the file. In Laravel 13, native…...