✕ Clear all filters
13 articles

📰 Dev.to · Twisted-Code'r

13 articles · Updated every 3 hours · View all reads

All Articles 68,440Blog Posts 100,659Tech Tutorials 16,622Research Papers 14,146News 12,607 ⚡ AI Lessons
I spent 2 hours manually checking Dev.to, IH, and GitHub for mentions of my product. There has to be a better way.
Dev.to · Twisted-Code'r 1mo ago
I spent 2 hours manually checking Dev.to, IH, and GitHub for mentions of my product. There has to be a better way.
I launched a small dev tool recently. My entire distribution strategy is: Reply to relevant threads...
I got tired of PRs that just said "fix" — so I built a GitHub App that writes the description for you
Dev.to · Twisted-Code'r 1mo ago
I got tired of PRs that just said "fix" — so I built a GitHub App that writes the description for you
We've all seen it. You open a pull request from a teammate — or your past self — and the description...
I built a GitHub App that auto-writes PR descriptions — here's what happened in 8 days
Dev.to · Twisted-Code'r 1mo ago
I built a GitHub App that auto-writes PR descriptions — here's what happened in 8 days
I hate writing PR descriptions. Not because I'm lazy — I know what I changed. Articulating it...
I built an open-source tool that stops personal data from leaking into AI chatbots
Dev.to · Twisted-Code'r 2mo ago
I built an open-source tool that stops personal data from leaking into AI chatbots
Ever copy-pasted something into ChatGPT and immediately thought "wait, should I have done that?" If...
I Built a Free Voice-Enabled AI Agent That Uses Notion as Its Brain — Notion MCP Challenge
Dev.to · Twisted-Code'r 2mo ago
I Built a Free Voice-Enabled AI Agent That Uses Notion as Its Brain — Notion MCP Challenge
What I Built NotionMind is a free, voice-enabled AI agent that uses your Notion workspace...
CloudDev v0.2.0 — SNS, Secrets Manager, CloudWatch Logs and more!
Dev.to · Twisted-Code'r 2mo ago
CloudDev v0.2.0 — SNS, Secrets Manager, CloudWatch Logs and more!
# CloudDev v0.2.0 is here! 🎉 Following the success of v0.1.0, I've released CloudDev v0.2.0 with 8...
I built a free, open-source alternative to LocalStack — CloudDev
Dev.to · Twisted-Code'r 2mo ago
I built a free, open-source alternative to LocalStack — CloudDev
I built a free, open-source alternative to LocalStack — CloudDev If you've been following...
Python's __slots__ can reduce memory usage by up to 50% for large object classes
Dev.to · Twisted-Code'r 2mo ago
Python's __slots__ can reduce memory usage by up to 50% for large object classes
If you're instantiating millions of objects, defining __slots__ in your class prevents Python from...
How I Built a Duplicate File Finder That Handles 1 Million Files Without Crashing
Dev.to · Twisted-Code'r 2mo ago
How I Built a Duplicate File Finder That Handles 1 Million Files Without Crashing
## How I Built a Duplicate File Finder That Handles 1 Million Files Without Crashing I had a problem...