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


marktechpost.com > 09/21/2026 > alibaba-qwen-releases-qwen-image-2-1 > amp

Alibaba Qwen Releases Qwen-Image-2.1: A 7B Open-Weight Model for Image Generation and Editing

2+ hour, 4+ min ago   (245+ words) Alibaba’s Qwen team has released Qwen-Image-2.1, a unified text-to-image generation and image editing model. Its visual generation component has 7B parameters across 32 single-stream DiT layers. One checkpoint covers text-to-image, multi-reference editing, local edits, and transparent RGBA output. Is it deployable? Yes,…...


dev.to > mirageb18 > custom-password-reset-api-selection-for-auth-systems-without-webhooks-58p0

Custom Password Reset API Selection for Auth Systems Without Webhooks

28+ min ago   (637+ words) This decision applies differently to the two messages. A password-reset email carries a short-lived capability, so stale retries can create confusing or unsafe behavior. An order receipt records a settled payment, so losing the send request leaves a gap in…...


dev.to > jensencole5829 > api-key-usage-inventory-4-evidence-signals-for-edtech-service-reviews-57dc

API Key Usage Inventory: 4 Evidence Signals for Edtech Service Reviews

22+ min ago   (1543+ words) Short answer: a key's last-used timestamp cannot tell an edtech reviewer which service holds it. Attribute the credential through four independent signals: a stable, nonsecret key identifier, authenticated caller identity, workload deployment records, and per-key request events. Record disagreements instead…...


dev.to > bianliang > netscaler-and-the-saml-bypass-measuring-gateway-exposure-with-zoomeye-4bl5

NetScaler and the SAML Bypass: Measuring Gateway Exposure with ZoomEye

22+ min ago   (461+ words) Authentication gateways occupy a structurally difficult position in security architecture. They must be reachable from the internet to serve their function, they hold the trust relationships that let users into internal applications, and a flaw in their authentication logic can…...


dev.to > prathamxn > jev-computer-use-51mk

Jev & computer-use

26+ min ago   (25+ words) Current work: jev-computer-use My TL for the last few days has been taken over by Jev, a system one... Tagged with ai, cli, agents, automation....


dev.to > humzakt > four-stops-instead-of-thirty-rebuilding-the-dashboard-and-retiring-hand-rolled-ui-1a35

Four Stops Instead of Thirty: Rebuilding the Dashboard and Retiring Hand-Rolled UI

31+ min ago   (1695+ words) An editor's real complaint about the main video-generation service's internal tool wasn't any single bug. It was the shape of using it: thirty confirmation stops on an attended run, a dashboard that buried the one thing you actually owed a…...


dev.to > datacpp_8185 > keep-the-score-contract-out-of-the-agents-write-set-2j31

Keep the Score Contract Out of the Agent's Write Set

22+ min ago   (803+ words) A green CI job on an agent branch is not a score. It is a claim that the tree the agent left behind still exits zero. Those claims diverge as soon as the agent can delete tests, rewrite goldens, skip…...


dev.to > pedro_midueno > closures-a-fondo-en-javascript-4hfh

Closures a fondo en JavaScript

26+ min ago   (998+ words) Un closure es la combinación de una función agrupada dentro de otra con referencias a su estado adyacente. Veamos el siguiente ejemplo para entenderlo un poco mejor: Esto como te puedes imaginar, podía causar bugs muy complicados de encontrar. Con…...


dev.to > smithvegstack > sandboxing-pdf-processing-in-php-with-bubblewrap-5hj5

Sandboxing PDF Processing in PHP with Bubblewrap

26+ min ago   (1286+ words) What happens when your PHP application processes an untrusted PDF with an external binary? Most of us never think about it. A user uploads a file, a controller stores it, a queued job runs a command-line tool on it, and…...