I’m a tech-savvy frontend developer who loves coding, art, and playing guitar. I also enjoy spending time with my wife and three dogs, exploring the outdoors, learning about science, and cooking.
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.
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
Honestly resume will not be fully faked, it will use your real technology stack and roles 😎