📰 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

Dev.to · Harshit Luthra
1mo ago
The git commands I actually run every day
Ten years of git, distilled. The daily eight, the weekly five, the archeology pack, and two AI shell helpers as a bonus.
Dev.to · Harshit Luthra
1mo ago
Two zsh functions for one-line AI answers: `p` to read, `d` to run
Opening a chat UI to ask 'what's the kubectl command to decode a secret' is too much friction. Two tiny zsh wrappers — one prints the answer, one pre-types the

Dev.to · Harshit Luthra
1mo ago
Lazy SRE's guide to secure systems, part 5: the dev laptop is the perimeter
Snowflake taught everyone what happens when an infostealer runs on a contractor's personal Mac. The laptop is the perimeter.

Dev.to · Harshit Luthra
1mo ago
Lazy SRE's guide to secure systems, part 4: the four DNS records
Four DNS records that close the entire phishing impersonation class. SPF, DKIM, DMARC, CAA, two monitors, one afternoon.

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.

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.

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...

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

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

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

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...

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.

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...

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...

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...

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.

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...

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.

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

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

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.

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:...

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.

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.
DeepCamp AI