DEV Community

Discussion on: Creating a resume builder with React, NodeJS and AI 🚀

Collapse
 
oobleck profile image
Spencer

So… this is a fake resume generator? Fun but dishonest. If someone makes it to a technical screening round or interview with a BS resume and he or she can’t backup the claims in it they’ll be exposed and will have wasted everyone’s time. Please don’t do that.

Also, don’t stringify a potentially large object just to check if it’s empty: JSON.stringify has terrible performance. That might be ok server-side, but should almost never be done client-side. Check the length of it’s keys instead.

Object.keys(result).length < 1

Collapse
 
msveshnikov profile image
Max Sveshnikov

Honestly resume will not be fully faked, it will use your real technology stack and roles 😎