Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobp100 committed Oct 2, 2023
1 parent 8777769 commit 3aca76a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 8 additions & 1 deletion assets/cv.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,20 @@ strong {
--inset: 80pt;
}

* {
--font-size: not set;
--line-height: not set;
--letter-spacing: not set;
}

body {
margin: 0;
}

h1 {
padding-top: 24pt;
margin-bottom: 54pt;
/* margin-bottom: 54pt; */
margin-bottom: 42pt;
font-size: 28pt;
line-height: 30pt;
letter-spacing: 9pt;
Expand Down
10 changes: 6 additions & 4 deletions pages/cv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import Lead from "../components/Lead";
export const title = "CV";
export const css = "/assets/cv.css";

{/* Print to PDF using FireFox with US letter paper size (oops) and 1in margins (0.99 on the bottom) */}

# Jacob Parker

<Lead>Senior frontend and mobile with over **7 years React** and **6 years React Native** experience. Skilled in all things JavaScript and CSS, with experience in iOS development, including SwiftUI & Swift, and Objective-C.</Lead>
Expand All @@ -25,7 +27,7 @@ Skilled in vanilla **CSS**, **SASS**, and **postCSS**, as well as JavaScript sol

### Tesco, Clerkenwell<time>Feb &rsquo;21&ndash;Present</time>

Worked with a team to bring Tesco towards a **micro-frontend** architecture. Implemented a **module federation** system to ensure small bundle sizes while ensuring consistent package versions between all environments.
Worked with a team to build a **micro-frontend** system, delivering business-critical features not available with other solutions, including a module system ensuring consistent dependencies between the server and client, which us to server render pages and achieve better performance and SEO than the legacy site. Overhauled the translation system to ensure translations cannot be missed, which was a common occurrence for the legacy site.

### Nando's, Putney<time>Aug &rsquo;20&ndash;Feb &rsquo;21</time>

Expand All @@ -52,7 +54,7 @@ old jQuery site to React, enabling a gradual migration.

#### Zoopla<span> </span><time>Sep &rsquo;18&ndash;Jun &rsquo;19</time>

Senior developer doing full stack development on various consumer-facing projects. Used many technologies, including **Node**, **Express**, **Handlebars**, **SCSS**, vanilla JavaScript, **React** (Preact), and an isomorphic web app in **Vue**.
Senior developer doing full stack development on various consumer-facing projects, using **Node**, **Express**, **SCSS**, **React**, and an isomorphic web app in **Vue**.

</li>

Expand All @@ -68,13 +70,13 @@ Architected both **React** web and **React Native** applications for a social me

#### Concentra<span> </span><time>2017&ndash;2018</time>

Developed a **React** &amp; **D3**-based data vis app for large multi-national corperations. App was capable of rendering organisation hierarchy charts containing over 500k employees at 60fps in browser, with native PowerPoint export.
Developed a **React** &amp; **D3**-based data-vis app for massive corporations with over 500k employees, which supported 60fps in browser and PowerPoint export.

</li>

<li>

#### Autotrip<span> </span><time>2016&ndash;2017</time>
#### AutoTrip<span> </span><time>2016&ndash;2017</time>

Developed both a web and native app using **React** and **React Native**.

Expand Down

0 comments on commit 3aca76a

Please sign in to comment.