Skip to content

Commit

Permalink
add new role and education
Browse files Browse the repository at this point in the history
  • Loading branch information
opyate committed Oct 10, 2024
1 parent 043f826 commit 7363918
Show file tree
Hide file tree
Showing 12 changed files with 1,330 additions and 6 deletions.
1,278 changes: 1,278 additions & 0 deletions docs/cv.0b182006.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/cv.0b182006.js.map

Large diffs are not rendered by default.

Binary file added docs/goodwith.b9593815.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 id="education">Education</h1>
</div>

<div class="end section">
<p><a href="https://github.com/uysio/cv">&lt;this is a data-driven cv/&gt;</a></p>
<p><a href="https://github.com/uysio/cv">&lt;source for this cv/&gt;</a></p>
</div>

</script> <script type="text/ng-template" id="404.html">
Expand All @@ -64,4 +64,4 @@ <h1 id="education">Education</h1>
src="{{$ctrl.images.$404}}"></async-img>

</script> <script type="text/ng-template" id="viz.html">
</script> <script src="cv.9fd777d9.js"></script> </body></html>
</script> <script src="cv.0b182006.js"></script> </body></html>
Binary file added docs/pdfcrunch.b80fedfb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/company_logos/goodwith.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/company_logos/goodwith.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/company_logos/goodwith.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/company_logos/pdfcrunch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 id="education">Education</h1>
</div>

<div class="end section">
<p><a href="https://github.com/uysio/cv">&lt;this is a data-driven cv/&gt;</a></p>
<p><a href="https://github.com/uysio/cv">&lt;source for this cv/&gt;</a></p>
</div>

</script>
Expand Down
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ app.constant('images', {
interests: require("./images/icons/glyphicons-20-heart-empty.png")
},
company_logos: {
"PDFCrunch": require("./images/company_logos/pdfcrunch.jpg"),
"PDFCrunch": require("./images/company_logos/pdfcrunch.png"),
"GoodWith": require("./images/company_logos/goodwith.png"),
"FCDO": require("./images/company_logos/fcdo.jpg"),
"Cytora": require("./images/company_logos/cytora.jpg"),
"all.health": require("./images/company_logos/allhealth.jpg"),
Expand Down
47 changes: 45 additions & 2 deletions portfolio.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"contact": {
"name": "Juan Uys",
"role": "Senior developer",
"role": "Software engineer",
"phone": "07702 783 956",
"email": "[email protected]",
"address": "Cheltenham, UK",
Expand Down Expand Up @@ -52,6 +52,22 @@
]
},
"education": [
{
"institution": "Databricks",
"course": "Academy Accreditation - Databricks Fundamentals",
"level": "accreditation",
"url": "https://credentials.databricks.com/6c0e3255-0d9a-44c1-9e34-228d81e74556",
"year": 2024,
"month": 10
},
{
"institution": "DeepLearning.AI",
"course": "Building and Evaluating Advanced RAG",
"level": "certification",
"url": "https://learn.deeplearning.ai/accomplishments/f5f70e4d-7b7f-4eae-ae04-1df5bb369359",
"year": 2024,
"month": 9
},
{
"institution": "NVIDIA",
"course": "Data Parallelism: How to Train Deep Learning Models on Multiple GPUs",
Expand Down Expand Up @@ -85,7 +101,7 @@
},
{
"institution": "Coursera",
"course": "deeplearning.ai",
"course": "Deep Learning Specialisation",
"level": "specialisation",
"url": "https://www.coursera.org/account/accomplishments/specialization/certificate/WUMC3L2MXQ7F",
"year": 2018,
Expand Down Expand Up @@ -199,6 +215,33 @@
},
"current": true
},
{
"title": "Lead Engineer",
"company": "GoodWith",
"logo": "goodwith.jpg",
"url": "https://goodwith.co",
"type": "contract",
"tagline": "Developing next version of financial learning platform.",
"duties": [],
"start": "2024-09",
"tech": {
"programming": [
"dart",
"typescript"
],
"framework": [
"flutter",
"firebase"
],
"database": [
"firestore"
],
"other": [
"gcp-cloud-functions"
]
},
"current": true
},
{
"title": "Senior Engineer",
"company": "FCDO",
Expand Down

0 comments on commit 7363918

Please sign in to comment.