mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-22 10:40:26 +01:00
Add comprehensive profile enhancements: languages, certifications, profile info, and fix duplicate resource ID bug
Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
This commit is contained in:
20
content/certifications.json
Normal file
20
content/certifications.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"body": [
|
||||
{
|
||||
"name": "Git & GitHub",
|
||||
"issuer": "GitHub Learning Lab",
|
||||
"date": "2021-06",
|
||||
"url": "https://github.com"
|
||||
},
|
||||
{
|
||||
"name": "Docker Essentials",
|
||||
"issuer": "Self-taught through practical experience",
|
||||
"date": "2021-09"
|
||||
},
|
||||
{
|
||||
"name": "Machine Learning Specialization",
|
||||
"issuer": "Various academic courses",
|
||||
"date": "2024-09"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user