✕ Clear all filters
25 articles

📰 Dev.to · Harshit Luthra

25 articles · Updated every 3 hours · View all reads

All Articles 93,961Blog Posts 111,612Tech Tutorials 23,664Research Papers 19,981News 15,098 ⚡ AI Lessons
Lazy SRE's guide to secure systems, part 3: the unsexy list
Dev.to · Harshit Luthra 1mo ago
Lazy SRE's guide to secure systems, part 3: the unsexy list
Identity, network, default creds, attestation, audit logs — the controls that close most of the gap Parts 1 and 2 left.
Lazy SRE's guide to secure systems, part 2: the actions you didn't pin
Dev.to · Harshit Luthra 1mo ago
Lazy SRE's guide to secure systems, part 2: the actions you didn't pin
Hardening GitHub Actions for small teams. SHA pinning, OIDC, cooldowns, and the trigger Future You at 3am should not touch.
Blocking AI Crawlers is the New 'noindex'
Dev.to · Harshit Luthra 1mo ago
Blocking AI Crawlers is the New 'noindex'
Originally published at harshit.cloud on 2026-01-21. TIL: Blocking AI Crawlers is the...
Access Denied: Edgesuite Edition - When Your Browser Extensions Become Attack Vectors
Dev.to · Harshit Luthra 1mo ago
Access Denied: Edgesuite Edition - When Your Browser Extensions Become Attack Vectors
Tried booking a flight. Got blocked. VPN didn't help. IP was clean. Turns out Akamai thinks my 21 security extensions make me look like a hacker. They're not wr
VictoriaLogs vs Loki: Real-World Benchmarking Results
Dev.to · Harshit Luthra 1mo ago
VictoriaLogs vs Loki: Real-World Benchmarking Results
After benchmarking VictoriaLogs and Loki on 500 GB of logs over 7 days, we found VictoriaLogs delivered 94% lower query latencies, 37% smaller storage, and ran
When Netlify killed my free tier: a 15-minute migration to Dokploy
Dev.to · Harshit Luthra 1mo ago
When Netlify killed my free tier: a 15-minute migration to Dokploy
Woke up to Netlify suspending 5 sites I'd run free for years. Had 15 minutes before my girlfriend noticed her appreciation site was down. Here's how I migrated
Delivery Service Impersonation is an Alarmingly Effective Social Engineering Vector
Dev.to · Harshit Luthra 1mo ago
Delivery Service Impersonation is an Alarmingly Effective Social Engineering Vector
Originally published at harshit.cloud on 2025-10-17. TIL: Delivery Service Impersonation...
GitHub Actions vs GitLab CI: a practical comparison
Dev.to · Harshit Luthra 1mo ago
GitHub Actions vs GitLab CI: a practical comparison
After two years of running both GitHub Actions and GitLab CI across 50 microservices, here is which one I'd reach for and when.
Git Interactive Rebase: Clean Up Your Commit History
Dev.to · Harshit Luthra 1mo ago
Git Interactive Rebase: Clean Up Your Commit History
Originally published at harshit.cloud on 2024-12-19. TIL: Git Interactive Rebase: Clean...
kubectl JSONPath: Extract Exactly What You Need
Dev.to · Harshit Luthra 1mo ago
kubectl JSONPath: Extract Exactly What You Need
Originally published at harshit.cloud on 2024-12-12. TIL: kubectl JSONPath: Extract...
kubectl neat - Remove Kubernetes YAML Clutter
Dev.to · Harshit Luthra 1mo ago
kubectl neat - Remove Kubernetes YAML Clutter
Originally published at harshit.cloud on 2024-12-10. TIL: kubectl neat - Remove...
Docker Security: Stop Running Everything as Root
Dev.to · Harshit Luthra 1mo ago
Docker Security: Stop Running Everything as Root
Your containers are probably insecure. Here's how I learned to harden Docker containers the hard way, and the security mistakes that almost cost us.
Docker Build Cache: The .dockerignore Gotcha
Dev.to · Harshit Luthra 1mo ago
Docker Build Cache: The .dockerignore Gotcha
Originally published at harshit.cloud on 2024-12-05. TIL: Docker Build Cache: The...
Lazy SRE's guide to secure systems, part 6: the network in front of everything
Dev.to · Harshit Luthra 1mo ago
Lazy SRE's guide to secure systems, part 6: the network in front of everything
Ivanti made everyone re-read their VPN architecture in January 2024. Tailscale, Cloudflare Tunnel, and WireGuard in one afternoon.
Lazy SRE's guide to secure systems, part 1: the dependencies you didn't read
Dev.to · Harshit Luthra 1mo ago
Lazy SRE's guide to secure systems, part 1: the dependencies you didn't read
A startup-grade defense against npm supply-chain attacks, written for Future You at 3am. Chainjacking, postinstall scripts, and the smallest install that buys t
Self-hosting SimpleLogin: own your email aliases for $3 a month
Dev.to · Harshit Luthra 📣 Digital Marketing & Growth ⚡ AI Lesson 1mo ago
Self-hosting SimpleLogin: own your email aliases for $3 a month
I got tired of trusting third parties with my email privacy. Here's how I self-hosted SimpleLogin with Docker, Postfix, and Brevo, plus the TLS gotcha that cost
5 Kubernetes Debugging Tricks That Saved My Production
Dev.to · Harshit Luthra 1mo ago
5 Kubernetes Debugging Tricks That Saved My Production
Hard-learned lessons from debugging Kubernetes issues at 3 AM. These tricks will save you hours of frustration.
Docker Volume Debugging: Finding Where Your Data Actually Lives
Dev.to · Harshit Luthra 1mo ago
Docker Volume Debugging: Finding Where Your Data Actually Lives
Originally published at harshit.cloud on 2024-12-14. TIL: Docker Volume Debugging:...
AWS Cost Optimization: How We Cut Our Bill by 60%
Dev.to · Harshit Luthra ⚡ AI Lesson 1mo ago
AWS Cost Optimization: How We Cut Our Bill by 60%
Our AWS bill hit $50k/month. Here's exactly how we reduced it to $20k without sacrificing performance or reliability.
Infrastructure as Code: Mistakes I Made So You Don't Have To
Dev.to · Harshit Luthra 1mo ago
Infrastructure as Code: Mistakes I Made So You Don't Have To
Learning Terraform the hard way. Here are the mistakes that cost me sleep, money, and a bit of my sanity.