Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,509articles · 30d
- 45+ min agolatest article
- Aug 14, 2026earliest in window
- 97%with images
- 292avg words
- software 9,740
- coding 9,527
- development 9,495
- engineering 9,471
- community 9,454
- inclusive 9,416
- ai 7,996
- webdev 5,745
- programming 5,144
- productivity 3,493
- python 2,960
- technology 2,881
- artificial intelligence 2,833
- devops 2,738
- security 2,732
- llm 2,289
- architecture 2,257
- agents 2,168
- tutorial 2,109
- javascript 1,929
- Software Dev. 9,706
- Science & Technology 9,584
- Computers & Electronics 7,434
- Business & Industrial 801
- Internet & Telecom 773
- 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
MySQL Overselling: Why SELECT Isn't Enough and How SELECT... FOR UPDATE Solves It
29+ min ago (431+ words) Imagine you’re running an online store, there’s exactly one item left in stock. Two customers click... Tagged with database, mysql, backend, softwareengineering....
Data Substrate Versus Vector Db Rag
21+ min ago (1246+ words) This week’s headlines highlight the rapid evolution of AI in China, with models like Qwen and DeepSeek pushing the frontier of capability. But as these models grow more sophisticated, the conversation around how data is stored, queried, and used as…...
The $10 Canonical Loop: How Expired Domains Are Outranking You in Every Market
37+ min ago (643+ words) A domain name costs about $10. That is the entire marginal cost of the spam that is outranking legitimate sites in every market Timothy Malmros has checked. If you build or maintain websites, you should understand this mechanism, because it explains…...
Sixteen XORs and not a single if
28+ min ago (990+ words) Verbose is a small experimental language I build — its compiler proves properties about your code (termination, declared reads, sound types) and emits tiny x86-64 machine code: no runtime, no GC, no libc. Its emitted binaries already compute the TLS 1.3 cryptography for…...
Two Transactions, One Row: What Does MySQL Actually Let You See?
31+ min ago (554+ words) Two users, One database row, Both reading and writing at almost exactly the same time. Who sees... Tagged with database, mysql, softwareengineering, backend....
SOLID Design Principles: The 5 Rules That Make Your Code Easier to Maintain
45+ 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
56+ 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
49+ 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
48+ 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
59+ 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…...