Too tired to read? Check out the TL;DR at the end.
Letâs be honest - creating a CV is about as fun as watching a goat eat. But fear not, because DevCv is here to save the day. Itâs not just a CV builder; itâs the G.O.A.T. (Greatest of All Time) for developers who want a sleek, customizable and JSON-powered rĂ©sumĂ©. And yes, this G.O.A.T. has some serious horns when it comes to functionality.
đĄïž Privacy: Because Your Data Isnât Goat Feed
In a world where apps collect more data than goats eat grass, DevCv is different. It keeps all your personal info in your browser. Your data isnât sent to some mysterious server - it stays right there, cozy in your local storage. Donât trust me? Check the source code. Itâs as transparent as a freshly cleaned window (or a goat whoâs terrible at hiding).
đ JSON: The True G.O.A.T
Letâs get real - JSON is the hay that feeds DevCvâs functionality. Every section of your CV is structured in JSON, making it easy to edit, update, or flex your coding muscles.
Hereâs an example:
{
"general": {
"firstname": "Billy",
"lastname": "Goat"
},
"skills": [
{
"name": "Javascript",
"level": "10"
},
...
],
...
}
With DevCv, even your rĂ©sumĂ©âs data structure screams developer vibes.
đ Why DevCv Is the G.O.A.T.
Hereâs what makes DevCv the greatest:
đŁïž Multi-Language Support
DevCv let you add multiple languages to your CV. Just add a new object for each language (therefore even goats can understand your CV):
{
"hobbies": {
"en": [
"Goat whispering",
"Napping",
"Start a new project every week after getting bored with the previous one"
],
"de": [
"ZiegenflĂŒstern",
"Nickerchen",
"Jede Woche ein neues Projekt beginnen, wenn das vorherige langweilig geworden ist"
],
"goat": ["Baaah", "Baaah", "Baaah"]
}
}
đ Skills Section
Rate yourself honestly - or goat it up. Use the predefined skill icons or upload your own logos.
{
"name": "React",
"level": 9,
"url": "https://reactjs.org/"
}
Just donât rate everything a 10/10. Even the greatest goats slip sometimes.
đ± Mobile Support: Because Goats Are Always on the Move
DevCv is responsive, so your CV looks great on any device. Whether youâre browsing on a desktop or a smartphone, your CV will be as sleek as a mountain goatâs coat.
đïž Custom Headings
Want to add a section for your goat-herding certifications? Done. DevCv lets you create custom headings with bullet points, so you can show off all your quirky achievements.
đ Share: Because Even Goats Need to Network
To share your CV with the world, there are multiple options:
đšïž Print: From Browser to PDF Like a Pro
Printing your CV is smoother than a goat sliding down a grassy hill. Just hit the print button in your browser, and youâll have a PDF version of your CV in no time.
đ€ Export: Share Your CV as a JSON File
Want to share your CV with a friend or potential employer? Export it as a JSON file and send it their way. Theyâll be impressed by your tech-savvy skills. You can even encrypt the file with a password for extra security.
đ Host: Share Your CV Online
Upload your CV JSON file to a GitHub repository. Users then can open your CV by searching your GitHub username on DevCv. Itâs like a digital business card, but way cooler. Even here encryption is possible to protect your data.
See an example here.
đ§ Local Installation: For the Tinkerers
Feel like putting on your dev hat and exploring the guts of DevCv? Clone the repo and run it locally:
git clone https://github.com/cophilot/DevCv.git
cd DevCv
pnpm install
pnpm start
Now head over to https://localhost:4200/ and start building like the G.O.A.T. you are.
đĄ Contributing: Join the Herd
DevCv is an open-source project, and we welcome contributions from developers of all skill levels. Whether youâre a seasoned developer or a junior coder, thereâs a place for you in the DevCv herd. Check out the GitHub repository.
đ TL;DR: Why Use DevCv?
Because you deserve a CV thatâs as legendary as a mountain goat. DevCv is:
- Easy to use (even for beginner goats).
- Completely private (your data wonât be shared with shady recruiters).
- Shareable (so you can show off your skills to the world).
- Customizable (so you can show off your goat-level coding skills).
So what are you waiting for? Start using DevCv and make recruiters say, âHoly goat, this person is amazing!â
Top comments (1)
Upvoted for your commitment to the goat thing.