Install
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
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
- Trending & Big Updates
- AI
- Operating Systems & Platforms
- Browsers & the Web
- Office & Productivity
- Messaging, Video & Collaboration
- Creative & Media Apps
- Media Players & Streaming
- Gaming Clients & Overlays
- Security & Privacy Tools
- Utilities & System Tools
- Virtualization & Emulation
- Accessibility & Assistive Tech
- Cloud Storage & Sync
- Email, RSS & News
- Personal Finance Apps
- Automation & No-Code
- File Management & Compression
- Gaming, Launchers & Game Tools
- Photography & Personal Media
- Health, Fitness & Lifestyle Apps
Latest in Software Development
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…...
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....
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....
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,…...
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…...
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…...
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…...
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....
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…...
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....