final
This commit is contained in:
parent
b85a3c4719
commit
08fa73c8de
11 changed files with 570 additions and 186 deletions
|
|
@ -1,40 +1,42 @@
|
|||
remote: true
|
||||
remote: [true/false]
|
||||
|
||||
experienceLevel:
|
||||
internship: true
|
||||
entry: false
|
||||
associate: true
|
||||
mid-senior level: false
|
||||
director: true
|
||||
executive: false
|
||||
internship: [true/false]
|
||||
entry: [true/false]
|
||||
associate: [true/false]
|
||||
mid-senior level: [true/false]
|
||||
director: [true/false]
|
||||
executive: [true/false]
|
||||
|
||||
jobTypes:
|
||||
full-time: true
|
||||
contract: false
|
||||
part-time: false
|
||||
temporary: true
|
||||
internship: false
|
||||
other: false
|
||||
volunteer: true
|
||||
full-time: [true/false]
|
||||
contract: [true/false]
|
||||
part-time: [true/false]
|
||||
temporary: [true/false]
|
||||
internship: [true/false]
|
||||
other: [true/false]
|
||||
volunteer: [true/false]
|
||||
|
||||
date:
|
||||
all time: false
|
||||
month: true
|
||||
week: false
|
||||
24 hours: true
|
||||
all time: [true/false]
|
||||
month: [true/false]
|
||||
week: [true/false]
|
||||
24 hours: [true/false]
|
||||
|
||||
positions:
|
||||
- Software Enginner ML
|
||||
|
||||
- position1
|
||||
- position2
|
||||
|
||||
locations:
|
||||
- USA
|
||||
- Country1
|
||||
- Country2
|
||||
|
||||
distance: 100
|
||||
|
||||
companyBlacklist:
|
||||
- Noir
|
||||
- Crossover
|
||||
- Company1
|
||||
- Company2
|
||||
|
||||
titleBlacklist:
|
||||
- diocane
|
||||
- word1
|
||||
- word2
|
||||
|
|
@ -1,133 +1,101 @@
|
|||
personal_information:
|
||||
name: "Liam"
|
||||
surname: "Murphy"
|
||||
date_of_birth: "15/08/1995"
|
||||
country: "Ireland"
|
||||
city: "Galway"
|
||||
address: "Galway City Center"
|
||||
phone_prefix: "+353"
|
||||
phone: "871234567"
|
||||
email: "liam.murphy@gmail.com"
|
||||
github: "https://github.com/liam-murphy"
|
||||
linkedin: "https://www.linkedin.com/in/liam-murphy/"
|
||||
|
||||
name: "[Your Name]"
|
||||
surname: "[Your Surname]"
|
||||
date_of_birth: "[DD/MM/YYYY]"
|
||||
country: "[Your Country]"
|
||||
city: "[Your City]"
|
||||
address: "[Your Address]"
|
||||
phone_prefix: "[Your Phone Prefix]"
|
||||
phone: "[Your Phone Number]"
|
||||
email: "[Your Email Address]"
|
||||
github: "[Your GitHub Profile URL]"
|
||||
linkedin: "[Your LinkedIn Profile URL]"
|
||||
|
||||
education_details:
|
||||
- degree: "Bachelor's Degree"
|
||||
university: "National University of Ireland, Galway"
|
||||
gpa: "4/4"
|
||||
graduation_year: "2020"
|
||||
field_of_study: "Computer Science"
|
||||
- degree: "[Your Degree]"
|
||||
university: "[Your University]"
|
||||
gpa: "[Your GPA]"
|
||||
graduation_year: "[Year of Graduation]"
|
||||
field_of_study: "[Your Field of Study]"
|
||||
exam:
|
||||
Information Theory and Inference: "4"
|
||||
Algorithm Analysis and Design: "4"
|
||||
Object-Oriented Languages and Programming: "4"
|
||||
Linear Algebra and Numerical Analysis: "4"
|
||||
Database: "4"
|
||||
[Course Name 1]: "[Grade]"
|
||||
[Course Name 2]: "[Grade]"
|
||||
[Course Name 3]: "[Grade]"
|
||||
[Course Name 4]: "[Grade]"
|
||||
[Course Name 5]: "[Grade]"
|
||||
|
||||
experience_details:
|
||||
- position: "Co-Founder & Software Engineer"
|
||||
company: "CryptoWave Solutions"
|
||||
employment_period: "03/2021 - Present"
|
||||
location: "Ireland"
|
||||
industry: "Blockchain Technology"
|
||||
- position: "[Your Job Title]"
|
||||
company: "[Company Name]"
|
||||
employment_period: "[Start Date] - [End Date]"
|
||||
location: "[Location]"
|
||||
industry: "[Industry]"
|
||||
key_responsibilities:
|
||||
- responsibility_1: "Co-founded and led a startup specializing in app and software development with a focus on blockchain technology"
|
||||
- responsibility_2: "Provided blockchain consultations for 10+ companies, enhancing their software capabilities with secure, decentralized solutions"
|
||||
- responsibility_3: "Developed blockchain applications, integrated cutting-edge technology to meet client needs and drive industry innovation"
|
||||
- responsibility_1: "[Key Responsibility 1]"
|
||||
- responsibility_2: "[Key Responsibility 2]"
|
||||
- responsibility_3: "[Key Responsibility 3]"
|
||||
skills_acquired:
|
||||
- "Blockchain development"
|
||||
- "Software engineering"
|
||||
- "Consultancy"
|
||||
|
||||
- position: "Research Intern"
|
||||
company: "National University of Ireland, Galway"
|
||||
employment_period: "11/2022 - 03/2023"
|
||||
location: "Galway, Ireland"
|
||||
industry: "IoT Security Research"
|
||||
key_responsibilities:
|
||||
- responsibility_1: "Conducted in-depth research on IoT security, focusing on binary instrumentation and runtime monitoring"
|
||||
- responsibility_2: "Performed in-depth study of the MQTT protocol and Falco"
|
||||
- responsibility_3: "Developed multiple software components including MQTT packet analysis library, Falco adapter, and RML monitor in Prolog"
|
||||
- responsibility_4: "Authored thesis 'Binary Instrumentation for Runtime Monitoring of Internet of Things Systems Using Falco'"
|
||||
skills_acquired:
|
||||
- "IoT security"
|
||||
- "Binary instrumentation"
|
||||
- "MQTT protocol"
|
||||
- "Prolog programming"
|
||||
|
||||
- position: "Software Engineer"
|
||||
company: "University Hospital Galway"
|
||||
employment_period: "05/2022 - 11/2022"
|
||||
location: "Galway, Ireland"
|
||||
industry: "Healthcare IT"
|
||||
key_responsibilities:
|
||||
- responsibility_1: "Integrated and enforced robust security protocols"
|
||||
- responsibility_2: "Developed and maintained a critical software tool for password validation used by over 1,600 employees"
|
||||
- responsibility_3: "Played an integral role in the hospital's cybersecurity team"
|
||||
skills_acquired:
|
||||
- "Cybersecurity"
|
||||
- "Software development"
|
||||
- "Password validation"
|
||||
- "[Skill 1]"
|
||||
- "[Skill 2]"
|
||||
- "[Skill 3]"
|
||||
|
||||
projects:
|
||||
- name: "JobBot"
|
||||
description: "AI-driven tool to automate and personalize job applications on LinkedIn, gained over 3000 stars on GitHub, improving efficiency and reducing application time"
|
||||
link: "https://github.com/liam-murphy/jobbot"
|
||||
- name: "mqtt-packet-parser"
|
||||
description: "Developed a Node.js module for parsing MQTT packets, improved parsing efficiency by 40%"
|
||||
link: "https://github.com/liam-murphy/mqtt-packet-parser"
|
||||
- name: "[Project Name]"
|
||||
description: "[Brief Description of the Project]"
|
||||
link: "[Project URL]"
|
||||
- name: "[Project Name]"
|
||||
description: "[Brief Description of the Project]"
|
||||
link: "[Project URL]"
|
||||
|
||||
achievements:
|
||||
- name: "Winner of an Irish public competition"
|
||||
description: "Won first place in a public competition with a perfect score of 70/70, securing a Software Developer position at University Hospital Galway"
|
||||
- name: "Galway Merit Scholarship"
|
||||
description: "Awarded annually from 2018 to 2020 in recognition of academic excellence and contribution"
|
||||
- name: "GitHub Recognition"
|
||||
description: "Gained over 3000 stars on GitHub with JobBot project"
|
||||
- name: "[Achievement Title]"
|
||||
description: "[Brief Description of the Achievement]"
|
||||
- name: "[Achievement Title]"
|
||||
description: "[Brief Description of the Achievement]"
|
||||
|
||||
certifications:
|
||||
- "C1"
|
||||
- "[Certification Name]"
|
||||
|
||||
languages:
|
||||
- language: "English"
|
||||
proficiency: "Native"
|
||||
- language: "Spanish"
|
||||
proficiency: "Professional"
|
||||
- language: "[Language Name]"
|
||||
proficiency: "[Proficiency Level]"
|
||||
- language: "[Language Name]"
|
||||
proficiency: "[Proficiency Level]"
|
||||
|
||||
interests:
|
||||
- "Full-Stack Development"
|
||||
- "Software Architecture"
|
||||
- "IoT system design and development"
|
||||
- "Artificial Intelligence"
|
||||
- "Cloud Technologies"
|
||||
- "[Interest 1]"
|
||||
- "[Interest 2]"
|
||||
- "[Interest 3]"
|
||||
- "[Interest 4]"
|
||||
- "[Interest 5]"
|
||||
|
||||
availability:
|
||||
notice_period: "immediately"
|
||||
notice_period: "[Notice Period]"
|
||||
|
||||
salary_expectations:
|
||||
salary_range_usd: "100000"
|
||||
salary_range_usd: "[Expected Salary Range in USD]"
|
||||
|
||||
self_identification:
|
||||
gender: "Male"
|
||||
pronouns: "He"
|
||||
veteran: "No"
|
||||
disability: "No"
|
||||
ethnicity: "white"
|
||||
gender: "[Gender]"
|
||||
pronouns: "[Pronouns]"
|
||||
veteran: "[Veteran Status]"
|
||||
disability: "[Disability Status]"
|
||||
ethnicity: "[Ethnicity]"
|
||||
|
||||
legal_authorization:
|
||||
eu_work_authorization: "Yes"
|
||||
us_work_authorization: "No"
|
||||
requires_us_visa: "Yes"
|
||||
requires_us_sponsorship: "Yes"
|
||||
requires_eu_visa: "No"
|
||||
legally_allowed_to_work_in_eu: "Yes"
|
||||
legally_allowed_to_work_in_us: "No"
|
||||
requires_eu_sponsorship: "No"
|
||||
eu_work_authorization: "[Yes/No]"
|
||||
us_work_authorization: "[Yes/No]"
|
||||
requires_us_visa: "[Yes/No]"
|
||||
requires_us_sponsorship: "[Yes/No]"
|
||||
requires_eu_visa: "[Yes/No]"
|
||||
legally_allowed_to_work_in_eu: "[Yes/No]"
|
||||
legally_allowed_to_work_in_us: "[Yes/No]"
|
||||
requires_eu_sponsorship: "[Yes/No]"
|
||||
|
||||
work_preferences:
|
||||
remote_work: "Yes"
|
||||
in_person_work: "Yes"
|
||||
open_to_relocation: "Yes"
|
||||
willing_to_complete_assessments: "Yes"
|
||||
willing_to_undergo_drug_tests: "Yes"
|
||||
willing_to_undergo_background_checks: "Yes"
|
||||
remote_work: "[Yes/No]"
|
||||
in_person_work: "[Yes/No]"
|
||||
open_to_relocation: "[Yes/No]"
|
||||
willing_to_complete_assessments: "[Yes/No]"
|
||||
willing_to_undergo_drug_tests: "[Yes/No]"
|
||||
willing_to_undergo_background_checks: "[Yes/No]"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
email: [Your Linkedin email]
|
||||
password: [Your Linkedin password]
|
||||
openai_api_key: [OpenAi API key, tutorial -> https://medium.com/@lorenzozar/how-to-get-your-own-openai-api-key-f4d44e60c327]
|
||||
email: myemaillinkedin@gmail.com
|
||||
password: ImpossiblePassowrd10
|
||||
openai_api_key: sk-11KRr4uuTwpRGfeRTfj1T9BlbkFJjP8QTrswHU1yGruru2FR
|
||||
Loading…
Add table
Add a link
Reference in a new issue