TL;DR
In this article, you'll learn how to create a resume builder using React, Node.js, and the OpenAI API.
What's better to look for a...
For further actions, you may consider blocking this person and/or reporting abuse
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 😎
Wonderful post, thanks for sharing it. I wonder how much api request openai will made for free access?
I think they give you around $17 credits (for free) when you register.
Without entering a credit card.
It´s not possible to use after using all credits?
You have 2 options
amazing
Thank you @vipul027!
Amazing😍🤩
Thank you so much, Mahmadamin!
Great insight thanks for sharing👍
Thank you so much, Okoro 🚀
Love this. Trying to get back after a huge career gap. Thank you!
Awesome! I hope it can help you out with your next endeavors!
it's incredibly great , i very like your articles. your posts is high-quality,i hope you continue to write posts later on.
Wow, thank you so much @lylk
Have you used ChatGPT or GMT3 for live apps? which ones?
Hi Friends!
If you want to know exactly when I post, just register to my newsletter here
How are you today?
Well done. Requires good knowledge of React.
On the printing side, you have to add page breaks.
i clone down in my work place, when i try to connect to openApi,throw error:UnhandledPromiseRejectionWarning: Error: connect ETIMEDOUT 🤣
Awesome 😎
This is great
Amazing work
this is great. I made a similar application minus novu and AI. Maybe I will try it out sometimes.
This is amazing
Wow,Thanks for sharing
Great job. Thank you for this lesson. Recently I have been searching like this project. Is it available on YouTube also?
nice post
Awesome, man! Thanks
nice work man!
Very interesting. Thank you for this article..
@nevodavid Followed the instructions, did not work. also downloaded the code from GitHub also did not work. Axios error.
This is an amazing post
Thank you for this post, I followed the article and was able to develop a simple case study assistant. It was amazing. First time working with AI