Skip to content

Commit

Permalink
updated for Assent
Browse files Browse the repository at this point in the history
  • Loading branch information
jere-mie committed Dec 20, 2023
1 parent b29f4cb commit a700a58
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Binary file modified Bornais_Jeremie_Resume.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions public/education.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
{
"school": "Business Career College",
"degree": "Life License Qualification Program (LLQP)",
"duration": "August 2023 - Present",
"duration": "August 2023 - October 2023",
"points": [
{
"text": "Currently enrolled in the LLQP program through Business Career College to obtain my Ontario life insurance license"
"text": "Completed the LLQP program to obtain my Ontario Life Insurance and Accident & Sickness Insurance licenses"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion public/experience.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location": "Toronto, ON",
"points": [
{
"text": "Created and deployed a <b>GraphQL</b> API using <b>Java, Spring Boot, and PostgreSQL</b>"
"text": "Created and deployed a <b>GraphQL</b> API using <b>Java, Spring Boot, and PostgreSQL</b> for a personal budgeting mobile app."
},
{
"text": "Used <b>GitHub Actions</b> to set up automated <b>CI/CD</b> workflows."
Expand Down
14 changes: 7 additions & 7 deletions public/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"link": "https://github.com/jere-mie/automagic-websites",
"points": [
{
"text": "Full stack web app featuring <b>user authentication</b>"
"text": "Full stack web application featuring <b>user authentication</b>"
},
{
"text": "Allows users to create, host, and export their own simple website"
"text": "Allows users to <b>create, host, and export</b> their own personal website"
},
{
"text": "Made with <b>Python, Flask, SQLAlchemy, Bootstrap</b>"
Expand All @@ -19,13 +19,13 @@
"link": "https://github.com/jere-mie/uwindsor-api",
"points": [
{
"text": "<b>REST API</b> created to serve data related to the University of Windsor"
"text": "<b>REST API</b> created to enable developers to create applications for the UWindsor community"
},
{
"text": "Serves course, staff and building data"
"text": "Serves course, staff and building data related to the University of Windsor"
},
{
"text": "Made with <b>Golang, Gin, and SQLX</b>"
"text": "Made with <b>Go, Gin, and SQLX</b>"
}
]
},
Expand All @@ -37,10 +37,10 @@
"text": "Automated system for assembling, linking, and executing <b>MASM32</b> programs"
},
{
"text": "Used by over <b>300 students</b>"
"text": "Used by over <b>500 students</b>"
},
{
"text": "Made with <b>bash and batch</b>"
"text": "Made with <b>Docker, bash and batch</b>"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion public/skills.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"type": "PROGRAMMING",
"list": "Python, JavaScript, Go, Java, C#, HTML, CSS/SCSS, C++, SQL, C, Ruby"
"list": "Python, JavaScript, Go, Java, C#, HTML, CSS, SCSS, C++, SQL, C, Ruby"
},
{
"type": "FRAMEWORKS",
Expand Down

0 comments on commit a700a58

Please sign in to comment.