Software Development

Build, ship, and scale modern software: languages, frameworks, DevOps, data, AI/ML, security, testing, architecture, and careers.

  • 13 Subtopics
  • 78 Topics below
  • 5 Tracked terms
  • Last 30 days Feed window

Inside Software Development

Languages & Runtimes Language ecosystems, compilers, runtimes, package managers, performance, and best practices. 11 subtopics Editors, IDEs & Developer Experience Code editors, IDEs, terminals, formatting, linting, and the tooling that makes developers fast. 6 subtopics Frontend Web Frameworks, SSR/SSG, CSS, design systems, accessibility, and performance budgets. 7 subtopics Backend & APIs HTTP services, microservices, RPC, auth, caching, and resilient API design. 9 subtopics Data, Databases & Streaming Relational & NoSQL databases, search, caches, streams, ETL/ELT, and analytics stacks. 7 subtopics DevOps, CI/CD & Platform Engineering Pipelines, containers, Kubernetes, IaC/GitOps, observability, and team “golden paths.” 5 subtopics Testing & Quality Unit, integration, E2E, contract tests, test data, coverage, and performance/chaos testing. 4 subtopics Security & Privacy Engineering AppSec, threat modeling, SBOMs, secrets, SAST/DAST, authN/Z, and privacy by design. 4 subtopics Architecture & Patterns System design, microservices vs monoliths, event-driven architectures, DDD, and resilient patterns. 4 subtopics AI/ML Engineering & LLMOps Training/inference, vector search, RAG, evaluation, safety, and production ML/LLM stacks. 5 subtopics Collaboration & Project Management Agile/Scrum/Kanban, roadmaps, docs/RFCs, code review, and developer experience. 3 subtopics Open Source & Licensing FOSS governance, licenses, CLAs, security posture, and sustainable maintainership. Careers, Learning & Events Interviews, portfolios, courses, conferences, and mentorship pathways.

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Software Development


dev.to > van_dang_6bb5eb169b88a3c9 > for-vs-code-lovers-you-can-have-a-colored-border-and-more-from-now-2lem

For VS Code lovers, you can have a colored border and more from now...

12+ min ago   (20+ words) I keep 5-10 VS Code windows open across different repos/worktrees, and Alt-Tab / the taskbar show the... Tagged with vscode....


dev.to > ibhade_ewalefoh_9646a05db > citrusfi-a-subscription-audit-that-actually-understands-billing-cycles-146g

CitrusFi: A subscription audit that actually understands billing cycles

10+ min ago   (23+ words) CitrusFi is a small subscription tracking app that answers a question most trackers get wrong: "how... Tagged with devchallenge, sanitychallenge, sanity, ai....


dev.to > f_s_0bd56/41/04892e0e21468e > designing-a-financial-tracking-api-for-digital-businesses-303g

Designing a Financial Tracking API for Digital Businesses

13+ min ago   (531+ words) Financial data looks simple at first: money comes in, money goes out, and the balance is the difference. In a real digital business, however, one sale can involve a supplier cost, a payment fee, customer credit, a wallet movement, and…...


note.com > note_suke > n > n43231c627cf3

What Changed Just This Week? A Summary of Anthropic News for Claude Code Developers (September 5th Edition)|suke

1+ day, 14+ hour ago   (223+ words) Why more people are following Claude Code updates The role played by weekly summary articles The benefits and confusion brought by the speed of updates How to effectively engage with rapidly changing tools On technical blog services and similar platforms,…...


dev.to > agasta > how-i-rebuilt-openstreetmaps-category-model-during-gsoc-68f

How I Rebuilt OpenStreetMap’s Category Model During GSoC

25+ min ago   (1231+ words) Oh hey! I'm Agasta... I believe you don't know me, so here's my intro. This summer I was selected for... Tagged with opensource, postgres, python, gsoc....


dev.to > webofmike > a-waf-that-reads-the-prompt-owasp-crs-for-llm-and-mcp-1enm

A WAF That Reads the Prompt: OWASP CRS for LLM and MCP

27+ min ago   (1042+ words) Originally published at webofmike.com on 2026-09-20. The demo repo and every command in it were run before publishing. A conventional web application firewall reads a URL, some headers, and maybe a form body. For agent traffic that is the wrong…...


dev.to > webofmike > i-benchmarked-jev-on-agent-tool-call-risk-calibration-held-49i3

I Benchmarked Jev on Agent Tool-Call Risk. Calibration Held.

28+ min ago   (805+ words) Originally published at webofmike.com on 2026-09-19. The demo repo and every command in it were run before publishing. TypeSafe AI launched Jev on 2026-09-15 with the usual launch-day multipliers — 193.6x faster, 444.6x cheaper than frontier LLMs — plus "zero hallucinations" and calibrated confidence. The…...


dev.to > nahid625 > good-news-for-backend-and-devops-buddy-34n1

Good News For Backend And Devops Buddy

39+ min ago   (182+ words) I shipped a Goated tool Today: API Performance Profiler. It answers one question backend devs ask every day: how fast is this route, actually? Most of us guess. Or we add console.time, or we open Postman and eyeball the…...


dev.to > aero_apk > what-makes-you-trust-an-apk-download-1ch1

What Makes You Trust an APK Download?

49+ min ago   (121+ words) There are quite a few things I personally think matter: Who published the app? Is the developer clearly identified? Where did the APK come from? Does the package name match the expected app? Is the APK signed by the developer?...


dev.to > corstiaan84 > drop-in-django-app-to-serve-a-decent-llm-ready-documentation-site-3p3o

Drop-in Django app to serve a decent LLM-ready documentation site

51+ min ago   (168+ words) So I took a small side quest from the larger project and built a decent docs engine for Django, called mdjango. Some notable features: Markdown based. Point it at a directory of.md files and mdjango handles the rest. Sensible…...