commit
4554a8e4ec
3 changed files with 74 additions and 90 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -148,10 +148,3 @@ venv.bak/
|
|||
# Mono Auto Generated Files
|
||||
mono_crash.*
|
||||
|
||||
# Project Specific
|
||||
data_folder/output/*
|
||||
generated_cv/*
|
||||
chrome_profile/*
|
||||
answers.json
|
||||
|
||||
virtual/*
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
remote: true
|
||||
|
||||
experience_level:
|
||||
internship: true
|
||||
experienceLevel:
|
||||
internship: false
|
||||
entry: true
|
||||
associate: true
|
||||
mid-senior level: true
|
||||
|
|
@ -19,22 +19,23 @@ jobTypes:
|
|||
|
||||
date:
|
||||
all time: false
|
||||
month: true
|
||||
month: false
|
||||
week: false
|
||||
24 hours: true
|
||||
|
||||
positions:
|
||||
- Software Tester
|
||||
- Software engineer or "python"
|
||||
|
||||
locations:
|
||||
- USA
|
||||
- london
|
||||
- copenhagen
|
||||
|
||||
apply_once_at_company: [true/false]
|
||||
apply_once_at_company: true
|
||||
|
||||
distance: 100
|
||||
|
||||
company_blacklist:
|
||||
- Noir
|
||||
- wayfair
|
||||
- Crossover
|
||||
|
||||
title_blacklist:
|
||||
|
|
@ -43,7 +44,7 @@ title_blacklist:
|
|||
|
||||
job_applicants_threshold:
|
||||
min_applicants: 0
|
||||
max_applicants: 100
|
||||
max_applicants: 30
|
||||
|
||||
llm_model_type: openai
|
||||
llm_model: 'gpt-4o'
|
||||
|
|
|
|||
|
|
@ -1,133 +1,123 @@
|
|||
personal_information:
|
||||
name: "Giovanni"
|
||||
surname: "Bianchi"
|
||||
date_of_birth: "12/02/1988"
|
||||
country: "Italy"
|
||||
city: "Rome"
|
||||
address: "Via Nazionale, 45"
|
||||
phone_prefix: "+39"
|
||||
phone: "3345678901"
|
||||
email: "giovanni.bianchi@example.com"
|
||||
github: "https://github.com/giovanni-bianchi"
|
||||
linkedin: "https://www.linkedin.com/in/giovanni-bianchi/"
|
||||
name: "solid"
|
||||
surname: "snake"
|
||||
date_of_birth: "12/01/1861"
|
||||
country: "Ireland"
|
||||
city: "Dublin"
|
||||
address: "12 Fox road"
|
||||
phone_prefix: "+1"
|
||||
phone: "7819117091"
|
||||
email: "hi@gmail.com"
|
||||
github: "https://github.com/lol"
|
||||
linkedin: "https://www.linkedin.com/in/thezucc/"
|
||||
|
||||
|
||||
education_details:
|
||||
- education_level: "Master's Degree"
|
||||
institution: "University of Rome"
|
||||
field_of_study: "Computer Engineering"
|
||||
final_evaluation_grade: "110/110"
|
||||
start_date: "2011"
|
||||
year_of_completion: "2013"
|
||||
exam:
|
||||
Computer Networks: "30/30"
|
||||
Advanced Algorithms: "30/30"
|
||||
Database Systems: "30/30"
|
||||
Embedded Systems: "30/30"
|
||||
Artificial Intelligence: "30/30"
|
||||
institution: "Bob academy"
|
||||
field_of_study: "Bobs Engineering"
|
||||
final_evaluation_grade: "4.0"
|
||||
year_of_completion: "2023"
|
||||
start_date: "2022"
|
||||
additional_info:
|
||||
exam:
|
||||
Algorithms: "A"
|
||||
Linear Algebra: "A"
|
||||
Database Systems: "A"
|
||||
Operating Systems: "A-"
|
||||
Web Development: "A"
|
||||
|
||||
experience_details:
|
||||
- position: "Senior Software Engineer"
|
||||
company: "TechSolutions"
|
||||
employment_period: "01/2018 - Present"
|
||||
location: "Rome, Italy"
|
||||
industry: "Software Development"
|
||||
- position: "X"
|
||||
company: "Y."
|
||||
employment_period: "06/2019 - Present"
|
||||
location: "San Francisco, CA"
|
||||
industry: "Technology"
|
||||
key_responsibilities:
|
||||
- responsibility_1: "Led a team of developers in designing and implementing enterprise software solutions"
|
||||
- responsibility_2: "Architected scalable systems to handle high-volume data processing"
|
||||
- responsibility_3: "Optimized application performance and reduced downtime by 20%"
|
||||
- responsibility: "Developed web applications using React and Node.js"
|
||||
- responsibility: "Collaborated with cross-functional teams to design and implement new features"
|
||||
- responsibility: "Troubleshot and resolved complex software issues"
|
||||
skills_acquired:
|
||||
- "Software architecture"
|
||||
- "Team leadership"
|
||||
- "Performance optimization"
|
||||
|
||||
- "React"
|
||||
- "Node.js"
|
||||
- "Software Troubleshooting"
|
||||
- position: "Software Developer"
|
||||
company: "Innovatech"
|
||||
employment_period: "06/2015 - 12/2017"
|
||||
location: "Milan, Italy"
|
||||
industry: "Technology"
|
||||
key_responsibilities:
|
||||
- responsibility_1: "Developed and maintained web applications using modern technologies"
|
||||
- responsibility_2: "Collaborated with UX/UI designers to enhance user experience"
|
||||
- responsibility_3: "Implemented automated testing procedures to ensure code quality"
|
||||
- responsibility: "Developed and maintained web applications using modern technologies"
|
||||
- responsibility: "Collaborated with UX/UI designers to enhance user experience"
|
||||
- responsibility: "Implemented automated testing procedures to ensure code quality"
|
||||
skills_acquired:
|
||||
- "Web development"
|
||||
- "User experience design"
|
||||
- "Automated testing"
|
||||
|
||||
- position: "Junior Developer"
|
||||
company: "StartUp Hub"
|
||||
employment_period: "01/2014 - 05/2015"
|
||||
location: "Florence, Italy"
|
||||
industry: "Startups"
|
||||
key_responsibilities:
|
||||
- responsibility_1: "Assisted in the development of mobile applications and web platforms"
|
||||
- responsibility_2: "Participated in code reviews and contributed to software design discussions"
|
||||
- responsibility_3: "Resolved bugs and implemented feature enhancements"
|
||||
- responsibility: "Assisted in the development of mobile applications and web platforms"
|
||||
- responsibility: "Participated in code reviews and contributed to software design discussions"
|
||||
- responsibility: "Resolved bugs and implemented feature enhancements"
|
||||
skills_acquired:
|
||||
- "Mobile app development"
|
||||
- "Code reviews"
|
||||
- "Bug fixing"
|
||||
|
||||
projects:
|
||||
- name: "E-Commerce Platform"
|
||||
description: "Developed a scalable e-commerce platform with advanced features like real-time inventory tracking and user analytics"
|
||||
link: "https://github.com/giovanni-bianchi/ecommerce-platform"
|
||||
- name: "Smart Home Automation"
|
||||
description: "Created a smart home automation system integrating various IoT devices for remote control and monitoring"
|
||||
link: "https://github.com/giovanni-bianchi/smart-home-automation"
|
||||
- name: "X"
|
||||
description: "Y blah blah blah "
|
||||
link: "https://github.com/haveagoodday"
|
||||
|
||||
|
||||
|
||||
achievements:
|
||||
- name: "Top Innovator Award"
|
||||
description: "Recognized for innovative solutions and contributions to high-impact projects at TechSolutions"
|
||||
- name: "Best Young Developer"
|
||||
description: "Awarded for outstanding performance and contributions during the first three years at Innovatech"
|
||||
- name: "Employee of the Month"
|
||||
description: "Recognized for exceptional performance and contributions to the team."
|
||||
- name: "Hackathon Winner"
|
||||
description: "Won first place in a national hackathon competition."
|
||||
|
||||
certifications:
|
||||
- name: "Certified Ethical Hacker (CEH)"
|
||||
description: "Certification for expertise in ethical hacking and cybersecurity practices"
|
||||
- name: "AWS Certified DevOps Engineer"
|
||||
description: "Certification for DevOps practices and using AWS for cloud services"
|
||||
- name: "Microsoft Certified: Azure Solutions Architect Expert"
|
||||
description: "Certification for designing and implementing Azure solutions"
|
||||
- name: "Certified Kubernetes Administrator (CKA)"
|
||||
description: "Certification for managing and orchestrating Kubernetes clusters"
|
||||
- name: "Certified Data Privacy Professional (CDPP)"
|
||||
description: "Certification for ensuring data privacy and compliance with regulations"
|
||||
#- "Certified Scrum Master"
|
||||
#- "AWS Certified Solutions Architect"
|
||||
|
||||
languages:
|
||||
- language: "Italian"
|
||||
proficiency: "Native"
|
||||
- language: "English"
|
||||
proficiency: "Fluent"
|
||||
- language: "Spanish"
|
||||
proficiency: "Intermediate"
|
||||
|
||||
interests:
|
||||
- "Cloud Computing"
|
||||
- "Machine Learning"
|
||||
- "Cybersecurity"
|
||||
- "IoT Development"
|
||||
- "Artificial Intelligence"
|
||||
- "Data Privacy"
|
||||
- "Open Source Projects"
|
||||
- "Digital Marketing"
|
||||
- "Entrepreneurship"
|
||||
|
||||
availability:
|
||||
notice_period: "2 months"
|
||||
notice_period: "2 weeks"
|
||||
|
||||
salary_expectations:
|
||||
salary_range_usd: "90000 - 110000"
|
||||
|
||||
self_identification:
|
||||
gender: "Male"
|
||||
pronouns: "He/Him"
|
||||
gender: "Female"
|
||||
pronouns: "She/Her"
|
||||
veteran: "No"
|
||||
disability: "No"
|
||||
ethnicity: "White"
|
||||
ethnicity: "Asian"
|
||||
|
||||
legal_authorization:
|
||||
eu_work_authorization: "Yes"
|
||||
us_work_authorization: "No"
|
||||
requires_us_visa: "Yes"
|
||||
us_work_authorization: "Yes"
|
||||
requires_us_visa: "No"
|
||||
requires_us_sponsorship: "Yes"
|
||||
requires_eu_visa: "No"
|
||||
legally_allowed_to_work_in_eu: "Yes"
|
||||
legally_allowed_to_work_in_us: "No"
|
||||
legally_allowed_to_work_in_us: "Yes"
|
||||
requires_eu_sponsorship: "No"
|
||||
|
||||
work_preferences:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue