Skip to content

Commit

Permalink
new Euroclear exp, update yarn, change to pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bradarnst committed Apr 4, 2024
1 parent 2a70eb7 commit d95c09e
Show file tree
Hide file tree
Showing 18 changed files with 14,324 additions and 15,882 deletions.
23,189 changes: 10,349 additions & 12,840 deletions .pnp.cjs

Large diffs are not rendered by default.

1,119 changes: 574 additions & 545 deletions .pnp.loader.mjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
yarnPath: .yarn/releases/yarn-3.5.1.cjs
nodeLinker: pnp
nodeLinker: pnp

yarnPath: .yarn/releases/yarn-4.1.1.cjs
19 changes: 19 additions & 0 deletions 2pdf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
const html_to_pdf = require('html-pdf-node');


let file = { url: 'file:////home/brad/work/mynewcv/_site/index.html' }

let options = {
format: 'A4',
path: './_site/docs/bradcv.pdf',
printBackground: true,
margin: {
top: 0,
right: 0,
bottom: 0,
left: 0 }
}

html_to_pdf.generatePdf(file,options).then(pdfBuffer => {});


8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mynewcv",
"packagemanager": "yarn@3.5.1",
"packagemanager": "yarn@4.1.1",
"version": "1.0.0",
"description": "Brad Arnst CV",
"main": ".eleventy.js",
Expand All @@ -13,6 +13,7 @@
"build:scss": "sass --no-source-map --style=compressed src/styles:src/css",
"build:11ty": "eleventy",
"build:pdf": "node ./topdf.js",
"deploy": "run-s deploy:aws",
"deploy:aws": "aws s3 sync _site s3://cv.nexusseven.com --size-only --exclude '.git/*' && aws cloudfront create-invalidation --distribution-id E1LF1P8TKLF8QZ --paths '/*'"
},
"author": "Brad Arnst",
Expand All @@ -22,8 +23,11 @@
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"postcss": "~>8.4.31",
"postcss-cli": "^10.1.0",
"sass": "^1.62.1"
},
"dependencies": {
"html-pdf-node": "^1.0.8"
}
}
2 changes: 1 addition & 1 deletion src/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/css/print.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/partials/_contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ tags: contact

<!-- <i class="fas fa-sms" data-contact=" SMS: +442070971340"></i>[SMS](sms:+442070971340) -->

<i class="fas fa-map-marker-alt" data-contact="Location: London, UK"></i>[London, UK](https://goo.gl/maps/Gzuf7DiyDRaQmh8J8)
<!-- <i class="fas fa-map-marker-alt" data-contact="Location: London, UK"></i>[London, UK](https://goo.gl/maps/Gzuf7DiyDRaQmh8J8) -->

<!-- ![Brad Bust](img/brad-bust-pub1.png) -->
<!-- ![Brad Bust](img/brad-bust-pub1.png) -->
8 changes: 7 additions & 1 deletion src/partials/_experience.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ tags: experience

## Professional Experience

#### Senior Solutions Architect
###### Euroclear &mdash; Paris, FR | Nov 2023 - Present
A a **Senior Solutions Architect** in the Group Digital Capabilities (GDC) Division, mainly in the Customer Onboarding and Interactions Team. Uses architectural and digital transformational expertise and experience to help Euroclear move forward and excel in providing financial services throughout the globe.

• Architecture • .NET • Azure • SQL • CIAM •

#### Lead Architect
###### Ubisoft &mdash; Paris, FR | Jun 2022 - Present
###### Ubisoft &mdash; Paris, FR | Jun 2022 - Oct 2023
As a **Lead Architect** manages the Architecture Team for Ubisoft IT&mdash;Enterprise and Governance. Responsible for leading the EG architecture team, developing architecture strategy, roadmaps, standards, best practices and processes to optmize and grow architecture and engineering across Ubisoft IT: Enterprise and Governance and domains: Sales, E-Commerce, People, Finance, HR, Collaboration, Workspace, Game Dev and others. Besides determining the overall architecture for EG also helps ensure alignment across domains and all of IT via the IT Technology Advisory Board. Further responsible for the architecture and high-level design of key products and initiatives. Manages transveral and integration services team and products. Digital and engineering tranformation to more modern platforms and engineering practises: test driven development, containers, secrets management, headless CMS, improving QA automation towards more mature CI/CD and devops practises. Leading technical, solutions architecture for major ERP initiative.

• Management • Leadership • Agile • Cloud • AWS • Integration • Digital • Data Strategy • Kubernetes • DevOps • API • Roadmaps • Planning • API Gateway • Azure • ERP •
Expand Down
Loading

0 comments on commit d95c09e

Please sign in to comment.