diff --git a/build.ts b/build.ts index 4f81f98..ffc6e25 100644 --- a/build.ts +++ b/build.ts @@ -6,7 +6,7 @@ async function main() { const chromiumCmd = new Deno.Command("chromium", { args: [ "--headless", - "--print-to-pdf=./cv.pdf", + "--print-to-pdf=./john_morris_cv.pdf", "--no-pdf-header-footer", "http://localhost:6969/cv.html" ] diff --git a/cv.html b/cv.html index a2e9690..06ee028 100644 --- a/cv.html +++ b/cv.html @@ -4,9 +4,6 @@ -
@@ -38,39 +35,71 @@

Lead Software Engineer @ HYRE Talent Sourcing and Matching GmbH, Berlin

-

September 2022 - Present

+

March 2023 - Present

- As the lead software engineer at a small Berlin-based recruitment startup, I lead the development and - maintenance of our web frontend and backend systems, administrate devops, and collaborate in the - development of the project's roadmap. My responsibilities include: + As the lead software engineer at a small Berlin-based HR-Tech startup, I take care of the development of + the web frontend (Vue.js+TS) and backend (C#) of the talent-matching platform "HYRE Talents." In + addition to development, I administrate devops and cloud services while working closely with the + founder/PM to develop the roadmap and respond to the needs of both users and teammates. After taking on + the role of Lead Developer after my previous role as Frontend Developer, my responsibilities came to + include:

+
+
+
+

Frontend Developer @ HYRE Talent Sourcing and Matching GmbH, Berlin

+

September 2022 - March 2023

+
+

+ As the frontend developer of the talent matching platform HYRE Talents, I was responsible for the design + and implementation of user-facing features and bugfixes, as well as end-to-end deployment of the + frontend. +

+
@@ -252,6 +281,8 @@
  • Java
  • Kotlin
  • Rust
  • +
  • Linux Shell
  • +
  • diff --git a/cv.pdf b/john_morris_cv.pdf similarity index 72% rename from cv.pdf rename to john_morris_cv.pdf index 0ddbd32..e182d20 100644 Binary files a/cv.pdf and b/john_morris_cv.pdf differ