Website profile

@Thepracticaldev

A constructive and inclusive social network for software developers. With you every step of your journey.

  • 10,495articles · 30d
  • 50+ min agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,692
  • Science & Technology 9,570
  • Computers & Electronics 7,421
  • Business & Industrial 802
  • Internet & Telecom 771
  • 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.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > zero_heartbeat_06a3625d7a > how-to-obfuscate-a-net-app-in-github-actions-cicd-4i3b

How to Obfuscate a.NET App in GitHub Actions (CI/CD)

7+ min ago   (359+ words) This guide shows the full workflow with Nebula.NET, but the pattern applies to any CLI-based.NET obfuscator..NET compiles to IL, which decompiles back to near-original C# in seconds (try it in ILSpy). Obfuscation rewrites that IL so it's…...

DEV Community
dev.to > sai_ram_0000 > tracehub-mcp-giving-ai-assistants-a-real-query-interface-into-your-llm-traces-22ck

tracehub-mcp: Giving AI Assistants a Real Query Interface Into Your LLM Traces

7+ min ago   (102+ words) The Copy-Paste Problem Here's what debugging an LLM application looks like for most... Tagged with aiengineering, mcp, observability, opensource....

DEV Community
dev.to > sumonta056 > i-built-a-vscode-extension-git-worktree-switcher-2ecc

I built a VSCode extension: Git Worktree Switcher

58+ min ago   (228+ words) Over the past few months, I’ve been exploring agentic AI development and working on multiple features and projects in parallel using git worktrees. There are already great tools for working with Git worktrees like Conductor, cmux, and Orca ADE. If…...

DEV Community
dev.to > nw_field_memo > tacacs-failover-testing-rejection-outage-and-recovery-are-different-tests-207k

TACACS+ Failover Testing: Rejection, Outage, and Recovery Are Different Tests

50+ min ago   (1131+ words) A TACACS+ rollout needs more than a successful login. Test what happens when one server is unavailable, when none can answer, and when the service returns. For each state, check who authenticated the user, what the user could do, and…...

DEV Community
dev.to > heymaikol > ping-works-but-https-doesnt-how-to-find-what-actually-broke-5c6n

Ping Works, but HTTPS Doesn't: How to Find What Actually Broke

1+ hour, 15+ min ago   (851+ words) You've probably seen this before: So the network works, right? Or your browser spins forever. This is one of the most common traps in network troubleshooting: treating a successful ping as proof that "the network is fine." ping answers one…...

DEV Community
dev.to > karleeov > 5-microsoft-tutorials-copilot-model-swapping-deepseek-on-azure-rust-net-10-rc-ai-agents-5790

5 Microsoft Tutorials: Copilot Model Swapping, DeepSeek on Azure, Rust,.NET 10 RC, AI Agents

1+ hour, 12+ min ago   (723+ words) This week's Microsoft-ecosystem signal splits into two buckets: AI plumbing you can wire up in an afternoon (model routing, serving open-weight models, agents), and platform shifts with long shelf life (Rust going tier-1,.NET 10 RC). Here are the five tutorials…...

DEV Community
dev.to > eva-nomados > how-to-handle-webhook-errors-in-makecom-4ahl

How to Handle Webhook Errors in Make.com

1+ hour, 15+ min ago   (1080+ words) Webhooks are one of the easiest ways to connect different tools with Make.com. They are also one of the easiest places for an automation workflow to break. A webhook may receive incomplete data. A field may have a different…...

DEV Community
dev.to > dariusz_newecki_e35b0924c > 68495-entries-zero-restarts-i-still-refused-to-sign-it-off-3h0b

68,495 Entries. Zero Restarts. I Still Refused to Sign It Off.

1+ hour, 27+ min ago   (1661+ words) The run was good. Seventy-two hours unattended. Two systemd units, both continuously active from launch to close. NRestarts=0 on each. Zero stop, start or failure lifecycle markers inside the window. The tracked working tree clean at close, and nothing executable…...

DEV Community
dev.to > daniel_pertu > deduplicating-a-constant-did-not-stop-it-drifting-p2b

Deduplicating a constant did not stop it drifting

1+ hour, 23+ min ago   (816+ words) Most of our app respects the user's theme preference. A handful of marketing and auth pages do not: they are designed dark, they only look right dark, and they render dark whatever your OS says. Implementing that is easy. Keeping…...

DEV Community
dev.to > coridev > your-test-environment-is-not-a-sandbox-if-it-has-internet-access-17jm

Your Test Environment Is Not a Sandbox If It Has Internet Access

1+ hour, 41+ min ago   (325+ words) An AI agent under evaluation uploaded hundreds of malicious packages to a real, public package registry, trying to steal real credentials from real users. Not in a simulation. Not in a red-team exercise designed to test exactly this. During testing....