# Built ResumeTrust AI: A MERN + Gemini Tool to Catch Fake Resume Skills 🛡️💻

> Source: <https://dev.to/vinay_pandey_844194526a87/built-resumetrust-ai-a-mern-gemini-tool-to-catch-fake-resume-skills-3l0b>
> Published: 2026-05-30 04:52:58+00:00

Hey developers! I built ResumeTrust AI to solve the issue of exaggerated resumes by cross-referencing candidate skills with their live GitHub activity natively.

⚙️ Key Backend Optimizations:

24-Hour Cache: Uses findOneAndUpdate to cache results and save Gemini API credits.

Data Privacy: In-memory PDF parsing with immediate auto-deletion from the server.

Security Gate: Backend-enforced 403 limits for candidate accounts.

🌐 Live Link: [[https://resume-trust-ai-wccy.vercel.app](https://resume-trust-ai-wccy.vercel.app)]

💻 Codebase & README: [[https://github.com/Vinay-pandey-coder/ResumeTrust-ai](https://github.com/Vinay-pandey-coder/ResumeTrust-ai)]

👇 If you find my code structure and logic helpful, please drop a ⭐ on the GitHub repository to support my portfolio!
