DEV Community

Cover image for πŸš€Creating a resume builder with NextJS, Trigger.dev and GPT4πŸ”₯✨

πŸš€Creating a resume builder with NextJS, Trigger.dev and GPT4πŸ”₯✨

Eric Allam on November 08, 2023

TL;DR In this article, you will learn how to create a resume builder using NextJS, Trigger.dev, Resend, and OpenAI. 😲 Add basic detail...
Collapse
Β 
srbhr profile image
πš‚πšŠπšžπš›πšŠπš‹πš‘ πšπšŠπš’ β€’

Really awesome tutorial. I'll surely try to use this service with Resume-Matcher.

Collapse
Β 
valvonvorn profile image
val von vorn β€’ β€’ Edited

Let AI write our resume and let AI do our job, hoping that nobody finds out we are making ourselves obsolete.

Collapse
Β 
nevodavid profile image
Nevo David β€’

Old, not obsolete

Collapse
Β 
ranjancse profile image
Ranjan Dailata β€’

The LLMs can do these things easily. In-fact, it's pretty straightforward for the LLMs to revise or generate an ATS compatible resumes.

Collapse
Β 
nathan_tarbert profile image
Nathan Tarbert β€’

I love this. I’m going to follow along and build it. Thanks for creating a great tutorial!

Collapse
Β 
hasanelsherbiny profile image
Hasan Elsherbiny β€’

awesome effort πŸ‘πŸ‘

Collapse
Β 
bernardkibathi profile image
Bernard K β€’

This is cool.

Collapse
Β 
wakywayne profile image
wakywayne β€’

What is the obsession with making everything a serverless function? How do I decide when I should use one and when I should make my own route?

Collapse
Β 
elihood profile image
EliHood β€’

It could be due to easy integration for serverless computing services like aws, azure, etc. The benefit of serverless computing is, that you pay per certain... code usage like an event execution.

cbtnuggets.com/blog/certifications...

Some folks say EC2 is cheaper, some people say serverless functions are cheaper, but obviously, tt depends on the application & requirements.

Collapse
Β 
shricodev profile image
Shrijal Acharya β€’

Great read! πŸ”₯ One excellent hack for generating a resume. 😻 I will definitely give Trigger.dev a try for running background jobs.

Collapse
Β 
mainak0907 profile image
Mainak Chattopadhyay β€’

Having an issue with the project .. Can anyone help me out?