✕ Clear all filters
25 articles
▶ Videos →

📰 Dev.to · Tommaso Bertocchi

25 articles · Updated every 3 hours · View all reads

All Articles 131,075Blog Posts 136,076Tech Tutorials 33,950Research Papers 25,448News 18,608 ⚡ AI Lessons
I built an AI agent that does OSINT investigations from your terminal
Dev.to · Tommaso Bertocchi 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
I built an AI agent that does OSINT investigations from your terminal
OpenOSINT uses Claude's native tool use API to autonomously decide which OSINT tools to run, in what order, and compile a structured report — no hallucination.
8 Tools Powering the Fastest-Growing Startups in 2026
Dev.to · Tommaso Bertocchi 🚀 Entrepreneurship & Startups ⚡ AI Lesson 2mo ago
8 Tools Powering the Fastest-Growing Startups in 2026
Most "startup stack" articles are written by people who haven't shipped anything in two...
9 Open-Source Tools to Own Your Stack (and Kill Your Cloud Bills) in 2026
Dev.to · Tommaso Bertocchi ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
9 Open-Source Tools to Own Your Stack (and Kill Your Cloud Bills) in 2026
Most "self-hosting" articles are basically a list of Docker Compose files. They tell you what to...
8 Open-Source Tools That Save Solo Developers Hours Every Week
Dev.to · Tommaso Bertocchi ⚡ AI Lesson 2mo ago
8 Open-Source Tools That Save Solo Developers Hours Every Week
Most "developer productivity" lists rank tools by GitHub stars. That's not how time actually gets...
8 AI Coding Agents That Actually Ship Production Code in 2026
Dev.to · Tommaso Bertocchi 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
8 AI Coding Agents That Actually Ship Production Code in 2026
Most "AI agent" articles list frameworks for building agents. This isn't that. Using an AI coding...
8 Open-Source Security Tools Every Developer Should Be Using in 2026
Dev.to · Tommaso Bertocchi 🔐 Cybersecurity ⚡ AI Lesson 2mo ago
8 Open-Source Security Tools Every Developer Should Be Using in 2026
Most developer security content is a checklist you'll never finish. OWASP Top 10. Rotate your...
8 Open-Source Frameworks for Building AI Agents That Actually Work in 2026
Dev.to · Tommaso Bertocchi 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
8 Open-Source Frameworks for Building AI Agents That Actually Work in 2026
Most "AI agent" tutorials show you how to build a chatbot with memory. That's not an agent. That's a...
9 Tools Big Tech Uses Internally (Now Open Source)
Dev.to · Tommaso Bertocchi ⚡ AI Lesson 2mo ago
9 Tools Big Tech Uses Internally (Now Open Source)
Most "best tools" lists are just GitHub trending with extra steps. Same 10 repos. Same README...
7 Open-Source Security Tools Every Developer Ignores (But Shouldn't)
Dev.to · Tommaso Bertocchi 🔐 Cybersecurity ⚡ AI Lesson 2mo ago
7 Open-Source Security Tools Every Developer Ignores (But Shouldn't)
Most "developer security" articles start with "use HTTPS" and end with "sanitize your inputs." That...
7 Open-Source Tools That Make File Upload Security Actually Manageable
Dev.to · Tommaso Bertocchi 3mo ago
7 Open-Source Tools That Make File Upload Security Actually Manageable
File upload handling is broken by default in every web framework. Here are 7 open-source tools that cover the full stack — from parsing to validation to scannin
Pompelmi: The minimalist ClamAV wrapper for Node.js (Zero Dependencies)
Dev.to · Tommaso Bertocchi ⚡ AI Lesson 3mo ago
Pompelmi: The minimalist ClamAV wrapper for Node.js (Zero Dependencies)
Checking file uploads for malware shouldn't be a headache. Most Node.js wrappers for ClamAV rely on...
10 Open-Source Security Tools Every Node.js Developer Should Know
Dev.to · Tommaso Bertocchi 🔐 Cybersecurity ⚡ AI Lesson 3mo ago
10 Open-Source Security Tools Every Node.js Developer Should Know
Node.js apps ship with almost no security defaults. These 10 open-source tools fill the gaps — without requiring a security team to configure them.
10 npm Packages You'll Actually Use in 2026
Dev.to · Tommaso Bertocchi ⚡ AI Lesson 3mo ago
10 npm Packages You'll Actually Use in 2026
Most "best npm packages" lists link to abandoned repos or tools you already know. Here are 10 packages with real production value for your Node.js toolchain in
Pompelmi — Add Antivirus Scanning to Your Node.js App in 5 Minutes
Dev.to · Tommaso Bertocchi 🔐 Cybersecurity ⚡ AI Lesson 3mo ago
Pompelmi — Add Antivirus Scanning to Your Node.js App in 5 Minutes
A complete guide to pompelmi, the minimal Node.js wrapper for ClamAV. Scan any user-uploaded file without daemons, without cloud APIs, and with zero runtime dep
Getting started with antivirus scanning in Node.js (5 minutes)
Dev.to · Tommaso Bertocchi 🔐 Cybersecurity ⚡ AI Lesson 3mo ago
Getting started with antivirus scanning in Node.js (5 minutes)
You've built a Node.js app that accepts file uploads. Great. Now how do you make sure those files...
10 Best Open Source Projects Every Developer Should Know (Including One You've Never Heard Of)
Dev.to · Tommaso Bertocchi 3mo ago
10 Best Open Source Projects Every Developer Should Know (Including One You've Never Heard Of)
10 open-source projects that belong in every developer's toolkit — from secrets management to malware scanning, self-hosted PaaS to blazing-fast search.
I Spent 3 Hours Adding Antivirus to My Express App. Then I Reduced It to 3 Lines.
Dev.to · Tommaso Bertocchi 3mo ago
I Spent 3 Hours Adding Antivirus to My Express App. Then I Reduced It to 3 Lines.
Two years ago, I shipped my first production app with file uploads. A week later, my mentor asked:...
Most file upload security in Node.js is still just extension checks. That’s not enough. Pompelmi scans uploads before storage for MIME spoofing, risky archives, suspicious structures, and optional YARA. OSS, MIT. GitHub https://github.com/pompelmi/pompelmi
Dev.to · Tommaso Bertocchi 3mo ago
Most file upload security in Node.js is still just extension checks. That’s not enough. Pompelmi scans uploads before storage for MIME spoofing, risky archives, suspicious structures, and optional YARA. OSS, MIT. GitHub https://github.com/pompelmi/pompelmi
...
How to Scan File Uploads in Express
Dev.to · Tommaso Bertocchi 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
How to Scan File Uploads in Express
Many Express apps let users upload files. That usually starts as a product feature: profile...
This open-source tool scans uploads before they become a problem
Dev.to · Tommaso Bertocchi 🔐 Cybersecurity ⚡ AI Lesson 4mo ago
This open-source tool scans uploads before they become a problem
Most file upload flows are built for convenience first. A user selects a file. The backend checks...