Merge pull request #331 from feder-cr/main

v3
This commit is contained in:
Federico 2024-09-09 13:14:37 +02:00 committed by GitHub
commit 9ef928569b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 154 additions and 126 deletions

3
.gitignore vendored
View file

@ -11,4 +11,5 @@ generated_cv*
.vscode .vscode
chrome_profile chrome_profile
answers.json answers.json
data* data*
*virtual

View file

@ -277,7 +277,8 @@ Each section has specific fields to fill out:
- This section outlines your academic background, including degrees earned and relevant coursework. - This section outlines your academic background, including degrees earned and relevant coursework.
- **degree**: The type of degree obtained (e.g., Bachelor's Degree, Master's Degree). - **degree**: The type of degree obtained (e.g., Bachelor's Degree, Master's Degree).
- **university**: The name of the university or institution where you studied. - **university**: The name of the university or institution where you studied.
- **gpa**: Your Grade Point Average or equivalent measure of academic performance. - **final_evaluation_grade**: Your Grade Point Average or equivalent measure of academic performance.
- **start_date**: The start year of your studies.
- **graduation_year**: The year you graduated. - **graduation_year**: The year you graduated.
- **field_of_study**: The major or focus area of your studies. - **field_of_study**: The major or focus area of your studies.
- **exam**: A list of courses or subjects taken along with their respective grades. - **exam**: A list of courses or subjects taken along with their respective grades.
@ -285,11 +286,12 @@ Each section has specific fields to fill out:
- Example: - Example:
```yaml ```yaml
education_details: education_details:
- degree: "Bachelor's Degree" - education_level: "Bachelor's Degree"
university: "University of Example" institution: "University of Example"
gpa: "3.8/4"
graduation_year: "2022"
field_of_study: "Software Engineering" field_of_study: "Software Engineering"
final_evaluation_grade: "4/4"
start_date: "2021"
year_of_completion: "2023"
exam: exam:
Algorithms: "A" Algorithms: "A"
Data Structures: "B+" Data Structures: "B+"
@ -359,7 +361,8 @@ Each section has specific fields to fill out:
- `certifications:` - `certifications:`
- Include any professional certifications you have earned. - Include any professional certifications you have earned.
- **certification_name**: The name of the certification. - name: "PMP"
description: "Certification for project management professionals, issued by the Project Management Institute (PMI)"
- Example: - Example:
```yaml ```yaml

View file

@ -1,7 +1,7 @@
personal_information: personal_information:
name: "[Your Name]" name: "[Your Name]"
surname: "[Your Surname]" surname: "[Your Surname]"
date_of_birth: "[DD/MM/YYYY]" date_of_birth: "[Your Date of Birth]"
country: "[Your Country]" country: "[Your Country]"
city: "[Your City]" city: "[Your City]"
address: "[Your Address]" address: "[Your Address]"
@ -12,74 +12,92 @@ personal_information:
linkedin: "[Your LinkedIn Profile URL]" linkedin: "[Your LinkedIn Profile URL]"
education_details: education_details:
- degree: "[Your Degree]" - education_level: "[Your Education Level]"
university: "[Your University]" institution: "[Your Institution]"
gpa: "[Your GPA]"
graduation_year: "[Year of Graduation]"
field_of_study: "[Your Field of Study]" field_of_study: "[Your Field of Study]"
final_evaluation_grade: "[Your Final Evaluation Grade]"
start_date: "[Start Date]"
year_of_completion: "[Year of Completion]"
exam: exam:
[Course Name 1]: "[Grade]" exam_name_1: "[Grade]"
[Course Name 2]: "[Grade]" exam_name_2: "[Grade]"
[Course Name 3]: "[Grade]" exam_name_3: "[Grade]"
[Course Name 4]: "[Grade]" exam_name_4: "[Grade]"
[Course Name 5]: "[Grade]" exam_name_5: "[Grade]"
exam_name_6: "[Grade]"
experience_details: experience_details:
- position: "[Your Job Title]" - position: "[Your Position]"
company: "[Company Name]" company: "[Company Name]"
employment_period: "[Start Date] - [End Date]" employment_period: "[Employment Period]"
location: "[Location]" location: "[Location]"
industry: "[Industry]" industry: "[Industry]"
key_responsibilities: key_responsibilities:
- responsibility_1: "[Key Responsibility 1]" - responsibility_1: "[Responsibility Description]"
- responsibility_2: "[Key Responsibility 2]" - responsibility_2: "[Responsibility Description]"
- responsibility_3: "[Key Responsibility 3]" - responsibility_3: "[Responsibility Description]"
skills_acquired: skills_acquired:
- "[Skill 1]" - "[Skill]"
- "[Skill 2]" - "[Skill]"
- "[Skill 3]" - "[Skill]"
- position: "[Your Position]"
company: "[Company Name]"
employment_period: "[Employment Period]"
location: "[Location]"
industry: "[Industry]"
key_responsibilities:
- responsibility_1: "[Responsibility Description]"
- responsibility_2: "[Responsibility Description]"
- responsibility_3: "[Responsibility Description]"
skills_acquired:
- "[Skill]"
- "[Skill]"
- "[Skill]"
projects: projects:
- name: "[Project Name]" - name: "[Project Name]"
description: "[Brief Description of the Project]" description: "[Project Description]"
link: "[Project URL]" link: "[Project Link]"
- name: "[Project Name]" - name: "[Project Name]"
description: "[Brief Description of the Project]" description: "[Project Description]"
link: "[Project URL]" link: "[Project Link]"
achievements: achievements:
- name: "[Achievement Title]" - name: "[Achievement Name]"
description: "[Brief Description of the Achievement]" description: "[Achievement Description]"
- name: "[Achievement Title]" - name: "[Achievement Name]"
description: "[Brief Description of the Achievement]" description: "[Achievement Description]"
certifications: certifications:
- "[Certification Name]" - name: "[Certification Name]"
description: "[Certification Description]"
- name: "[Certification Name]"
description: "[Certification Description]"
languages: languages:
- language: "[Language Name]" - language: "[Language]"
proficiency: "[Proficiency Level]" proficiency: "[Proficiency Level]"
- language: "[Language Name]" - language: "[Language]"
proficiency: "[Proficiency Level]" proficiency: "[Proficiency Level]"
interests: interests:
- "[Interest 1]" - "[Interest]"
- "[Interest 2]" - "[Interest]"
- "[Interest 3]" - "[Interest]"
- "[Interest 4]"
- "[Interest 5]"
availability: availability:
notice_period: "[Notice Period]" notice_period: "[Notice Period]"
salary_expectations: salary_expectations:
salary_range_usd: "[Expected Salary Range in USD]" salary_range_usd: "[Salary Range]"
self_identification: self_identification:
gender: "[Gender]" gender: "[Gender]"
pronouns: "[Pronouns]" pronouns: "[Pronouns]"
veteran: "[Veteran Status]" veteran: "[Yes/No]"
disability: "[Disability Status]" disability: "[Yes/No]"
ethnicity: "[Ethnicity]" ethnicity: "[Ethnicity]"
legal_authorization: legal_authorization:

View file

@ -1,118 +1,124 @@
personal_information: personal_information:
name: "Liam" name: "Giovanni"
surname: "Murphy" surname: "Bianchi"
date_of_birth: "15/08/1995" date_of_birth: "12/02/1988"
country: "Ireland" country: "Italy"
city: "Galway" city: "Rome"
address: "Galway City Center" address: "Via Nazionale, 45"
phone_prefix: "+353" phone_prefix: "+39"
phone: "871234567" phone: "3345678901"
email: "liam.murphy@gmail.com" email: "giovanni.bianchi@example.com"
github: "https://github.com/liam-murphy" github: "https://github.com/giovanni-bianchi"
linkedin: "https://www.linkedin.com/in/liam-murphy/" linkedin: "https://www.linkedin.com/in/giovanni-bianchi/"
education_details: education_details:
- degree: "Bachelor's Degree" - education_level: "Master's Degree"
university: "National University of Ireland, Galway" institution: "University of Rome"
gpa: "4/4" field_of_study: "Computer Engineering"
graduation_year: "2020" final_evaluation_grade: "110/110"
field_of_study: "Computer Science" start_date: "2011"
year_of_completion: "2013"
exam: exam:
Information Theory and Inference: "4" Computer Networks: "30/30"
Algorithm Analysis and Design: "4" Advanced Algorithms: "30/30"
Object-Oriented Languages and Programming: "4" Database Systems: "30/30"
Linear Algebra and Numerical Analysis: "4" Embedded Systems: "30/30"
Database: "4" Artificial Intelligence: "30/30"
experience_details: experience_details:
- position: "Co-Founder & Software Engineer" - position: "Senior Software Engineer"
company: "CryptoWave Solutions" company: "TechSolutions"
employment_period: "03/2021 - Present" employment_period: "01/2018 - Present"
location: "Ireland" location: "Rome, Italy"
industry: "Blockchain Technology" industry: "Software Development"
key_responsibilities: key_responsibilities:
- responsibility_1: "Co-founded and led a startup specializing in app and software development with a focus on blockchain technology" - responsibility_1: "Led a team of developers in designing and implementing enterprise software solutions"
- responsibility_2: "Provided blockchain consultations for 10+ companies, enhancing their software capabilities with secure, decentralized solutions" - responsibility_2: "Architected scalable systems to handle high-volume data processing"
- responsibility_3: "Developed blockchain applications, integrated cutting-edge technology to meet client needs and drive industry innovation" - responsibility_3: "Optimized application performance and reduced downtime by 20%"
skills_acquired: skills_acquired:
- "Blockchain development" - "Software architecture"
- "Software engineering" - "Team leadership"
- "Consultancy" - "Performance optimization"
- position: "Research Intern" - position: "Software Developer"
company: "National University of Ireland, Galway" company: "Innovatech"
employment_period: "11/2022 - 03/2023" employment_period: "06/2015 - 12/2017"
location: "Galway, Ireland" location: "Milan, Italy"
industry: "IoT Security Research" industry: "Technology"
key_responsibilities: key_responsibilities:
- responsibility_1: "Conducted in-depth research on IoT security, focusing on binary instrumentation and runtime monitoring" - responsibility_1: "Developed and maintained web applications using modern technologies"
- responsibility_2: "Performed in-depth study of the MQTT protocol and Falco" - responsibility_2: "Collaborated with UX/UI designers to enhance user experience"
- responsibility_3: "Developed multiple software components including MQTT packet analysis library, Falco adapter, and RML monitor in Prolog" - responsibility_3: "Implemented automated testing procedures to ensure code quality"
- responsibility_4: "Authored thesis 'Binary Instrumentation for Runtime Monitoring of Internet of Things Systems Using Falco'"
skills_acquired: skills_acquired:
- "IoT security" - "Web development"
- "Binary instrumentation" - "User experience design"
- "MQTT protocol" - "Automated testing"
- "Prolog programming"
- position: "Software Engineer" - position: "Junior Developer"
company: "University Hospital Galway" company: "StartUp Hub"
employment_period: "05/2022 - 11/2022" employment_period: "01/2014 - 05/2015"
location: "Galway, Ireland" location: "Florence, Italy"
industry: "Healthcare IT" industry: "Startups"
key_responsibilities: key_responsibilities:
- responsibility_1: "Integrated and enforced robust security protocols" - responsibility_1: "Assisted in the development of mobile applications and web platforms"
- responsibility_2: "Developed and maintained a critical software tool for password validation used by over 1,600 employees" - responsibility_2: "Participated in code reviews and contributed to software design discussions"
- responsibility_3: "Played an integral role in the hospital's cybersecurity team" - responsibility_3: "Resolved bugs and implemented feature enhancements"
skills_acquired: skills_acquired:
- "Cybersecurity" - "Mobile app development"
- "Software development" - "Code reviews"
- "Password validation" - "Bug fixing"
projects: projects:
- name: "JobBot" - name: "E-Commerce Platform"
description: "AI-driven tool to automate and personalize job applications on LinkedIn, gained over 3000 stars on GitHub, improving efficiency and reducing application time" description: "Developed a scalable e-commerce platform with advanced features like real-time inventory tracking and user analytics"
link: "https://github.com/liam-murphy/jobbot" link: "https://github.com/giovanni-bianchi/ecommerce-platform"
- name: "mqtt-packet-parser" - name: "Smart Home Automation"
description: "Developed a Node.js module for parsing MQTT packets, improved parsing efficiency by 40%" description: "Created a smart home automation system integrating various IoT devices for remote control and monitoring"
link: "https://github.com/liam-murphy/mqtt-packet-parser" link: "https://github.com/giovanni-bianchi/smart-home-automation"
achievements: achievements:
- name: "Winner of an Irish public competition" - name: "Top Innovator Award"
description: "Won first place in a public competition with a perfect score of 70/70, securing a Software Developer position at University Hospital Galway" description: "Recognized for innovative solutions and contributions to high-impact projects at TechSolutions"
- name: "Galway Merit Scholarship" - name: "Best Young Developer"
description: "Awarded annually from 2018 to 2020 in recognition of academic excellence and contribution" description: "Awarded for outstanding performance and contributions during the first three years at Innovatech"
- name: "GitHub Recognition"
description: "Gained over 3000 stars on GitHub with JobBot project"
certifications: certifications:
- "C1" - 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"
languages: languages:
- language: "English" - language: "Italian"
proficiency: "Native" proficiency: "Native"
- language: "Spanish" - language: "English"
proficiency: "Professional" proficiency: "Fluent"
interests: interests:
- "Full-Stack Development" - "Cloud Computing"
- "Software Architecture" - "Cybersecurity"
- "IoT system design and development" - "IoT Development"
- "Artificial Intelligence" - "Artificial Intelligence"
- "Cloud Technologies" - "Data Privacy"
availability: availability:
notice_period: "immediately" notice_period: "2 months"
salary_expectations: salary_expectations:
salary_range_usd: "100000" salary_range_usd: "90000 - 110000"
self_identification: self_identification:
gender: "Male" gender: "Male"
pronouns: "He" pronouns: "He/Him"
veteran: "No" veteran: "No"
disability: "No" disability: "No"
ethnicity: "white" ethnicity: "White"
legal_authorization: legal_authorization:
eu_work_authorization: "Yes" eu_work_authorization: "Yes"
@ -130,4 +136,4 @@ work_preferences:
open_to_relocation: "Yes" open_to_relocation: "Yes"
willing_to_complete_assessments: "Yes" willing_to_complete_assessments: "Yes"
willing_to_undergo_drug_tests: "Yes" willing_to_undergo_drug_tests: "Yes"
willing_to_undergo_background_checks: "Yes" willing_to_undergo_background_checks: "Yes"