-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
1,330 additions
and
6 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
@@ -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, | ||
|
@@ -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", | ||
|