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 > wellallytech > building-a-multimodal-ai-nutrition-agent-how-i-used-langgraph-and-gpt-4o-to-automate-my-grocery-599o

Building a Multimodal AI Nutrition Agent: How I Used LangGraph and GPT-4o to Automate My Grocery Shopping 🥗🤖

4+ min ago   (396+ words) We’ve all been there: staring blankly into the refrigerator at 7 PM, trying to figure out if that wilted spinach and half-empty jar of pickles constitute a "balanced meal." In the age of AI Agents and Healthcare Automation, we should be…...


dev.to > aniketsoni > stop-trying-to-make-airflow-work-for-medallion-pipelines-15ge

Stop trying to make Airflow work for Medallion pipelines

4+ min ago   (318+ words) The "universal orchestrator" is a myth that keeps data engineers awake at 3:00 AM chasing zombie DAGs... Tagged with data, airflow, databricks, aws....


dev.to > veritassoftware > ontheflysettings-update-your-asp-net-apiapp-settings-without-re-start-zero-downtime-2mj0

OnTheFlySettings - Update your Asp.Net API/App settings without re-start. Zero downtime!

43+ min ago   (20+ words) OnTheFlySettings Supports.NET 6/7/8/9/10. This project is a AspNetCore library... Tagged with aspnet, dotnet, opensource, webapi....


dev.to > goodpa > the-most-valuable-data-in-your-ai-stack-is-the-stuff-you-fed-it-p3o

The Most Valuable Data in Your AI Stack Is the Stuff You Fed It

22+ min ago   (313+ words) Four stories landed on the same day this week, and they're all the same story. Not one of these is about whether AI is smart. All four are about data moving in a direction nobody authorized — out of a vendor,…...


dev.to > _8729c5bde46be2 > text-to-speech-on-windows-the-built-in-voices-edge-tts-and-why-subtitle-dubbing-never-fits-4o6l

Text to speech on Windows: the built-in voices, edge-tts, and why subtitle dubbing never fits

22+ min ago   (296+ words) Narration for a video, a spoken prompt in an app, a subtitle file turned into audio: all of it starts with getting text read out and saved to a file. Windows can do it with what's already installed, and the…...


lxer.com > module > newswire > ext_link.php

Clonezilla Live 3.3.3-37 Disk Imaging Tool Released with Linux Kernel 7.1

10+ hour, 39+ min ago   (354+ words) Clonezilla Live maintainer Steven Shiau released Clonezilla Live 3.3.3-37 today as the latest stable version of this partition and disk imaging/cloning live Linux system based on Debian GNU/Linux. Coming two months after Clonezilla Live 3.3.3-15, the Clonezilla Live 3.3.3-37 release bumps…...


dev.to > dibodev > first-touch-attribution-on-a-cookieless-static-nuxt-site-4f16

First-touch attribution on a cookieless static Nuxt site

32+ min ago   (272+ words) I run a small static Nuxt site (SSG + Storyblok) with cookieless analytics: no consent banner, nothing stored server-side about who visits. Great for privacy, but it left me blind on the one question every freelancer or small business asks: where…...


dev.to > technonotes > kubernetes-day-03-file-permissions-bind-mount-336c

Kubernetes - Day - 03 - File Permissions, Bind Mount

30+ min ago   (24+ words) File Permission - chmod 600 <file_name> - chmod -R 6-- <folder_name> -... Tagged with devops, kubernetes, linux....


dev.to > aoligama > when-your-impact-is-no-longer-measured-in-pull-requests-l07

When Your Impact Is No Longer Measured in Pull Requests

1+ hour, 13+ min ago   (1020+ words) I recently came across a post about the transition from Senior Developer to Tech Lead, and it got me thinking about something I've been experiencing myself: how much your definition of productivity changes when you move into technical leadership. For…...


dev.to > karenpayneoregon > c-basic-jsonconverter-tip-543k

C# basic JsonConverter tip

50+ min ago   (19+ words) Introduction Learn how to properly use a JsonConverter, along with property and global... Tagged with csharp, dotnetcore, tutorial, coding....