📰 Dev.to · Tommaso Bertocchi
Articles from Dev.to · Tommaso Bertocchi · 5 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10399)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Tommaso Bertocchi
1d 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:...

Dev.to · Tommaso Bertocchi
1w 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
...

Dev.to · Tommaso Bertocchi
2w ago
How to Scan File Uploads in Express
Many Express apps let users upload files. That usually starts as a product feature: profile...

Dev.to · Tommaso Bertocchi
3w 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...

DeepCamp AI