2020-12-31 17:38:30 +01:00
{
2022-07-17 11:20:35 +02:00
"title" : "Anthony Yvon Dumas" ,
"curriculumVitaeLink" : "CV (in .pdf)" ,
"experienceCard" : {
"title" : {
"experience" : "Experience" ,
"education" : "Education"
2021-01-03 01:28:04 +01:00
} ,
2022-07-17 11:20:35 +02:00
"experiences" : [
2023-06-26 19:54:54 +02:00
{
2023-08-08 14:05:07 +00:00
"occupation" : "Senior Engineer" ,
2023-06-26 19:54:54 +02:00
"logo" : "../../images/logos/soprasteria.co.uk.webp" ,
"url" : "https://www.soprasteria.com/" ,
"duration" : "since June 2023" ,
"entreprise" : "Sopra Steria" ,
"location" : "Clermont-Ferrand" ,
2024-04-16 08:48:14 +00:00
"description" : "Fullstack Developer @ Michelin [since 02/24]<br/>Developer for Imprimerie Nationale [06/23 - 02/24]" ,
"tags" : [ "Java" , "Angular" , "Spring" , "DevOps" , "Linux" , "Azure" , "Scrum" ]
2023-06-26 19:54:54 +02:00
} ,
{
"occupation" : "Event Coordinator" ,
"logo" : "../../images/logos/laclameur.org.webp" ,
"url" : "https://www.laclameur.org" ,
"duration" : "since 2021" ,
"entreprise" : "La Clameur (Non-Profit Law 1901)" ,
"location" : "remote" ,
"description" : "" ,
2023-11-21 22:41:00 +01:00
"tags" : [ "Notion" , "CPanel" , "Wordpress" , "RSS" , "Podcast Distribution" ]
2023-06-26 19:54:54 +02:00
} ,
2022-07-17 11:20:35 +02:00
{
"occupation" : "Software Developer" ,
2022-07-18 22:04:52 +02:00
"logo" : "../../images/logos/harvest.fr.webp" ,
2022-07-17 11:20:35 +02:00
"url" : "https://www.harvest.fr" ,
2023-04-27 15:00:11 +00:00
"duration" : "July 2016 - June 2023" ,
2022-07-17 11:20:35 +02:00
"entreprise" : "Harvest" ,
"location" : "Clermont-Ferrand" ,
"description" : "Development of responsive websites and APIs for wealth management and finance professionals." ,
"tags" : [
2024-04-16 08:48:14 +00:00
"Java" ,
2022-07-17 11:20:35 +02:00
"Angular" ,
"OpenAPI" ,
"jQuery" ,
"Spring" ,
"Scrum Environment"
2021-01-03 01:28:04 +01:00
]
2022-07-17 11:20:35 +02:00
} ,
{
"occupation" : "Internship as IOT Developer" ,
2022-07-18 22:04:52 +02:00
"logo" : "../../images/logos/michelin.webp" ,
2022-07-17 11:20:35 +02:00
"url" : "https://www.michelin.fr" ,
"duration" : "2015" ,
"entreprise" : "Michelin" ,
"location" : "Clermont-Ferrand" ,
"description" : "End of year internship, study of the Internet of Things Market, making of a IOT prototype." ,
"tags" : [ "MongoDB" , "Node.js" , "Word" , "Powerpoint" ]
}
] ,
"education" : [
{
"occupation" : "Associate's Degree in Computer Science / Digital Imaging *" ,
2022-07-18 22:04:52 +02:00
"logo" : "../../images/logos/www.iut-clermont.webp" ,
2022-07-17 11:20:35 +02:00
"url" : "https://www.iut-clermont.fr/" ,
"duration" : "Class of 2015" ,
"entreprise" : "University of Auvergne" ,
"location" : "Le Puy-en-Velay" ,
"description" : "Real Time 3D development, Web, 3D computer graphic, image retouch." ,
"commentaire" : "* Translation of DUT Informatique - Imagerie Numérique" ,
"tags" : [ "Unity" , "3DSMax" , "Photoshop" , "C++" , "Python" , "Web Design" ]
}
]
} ,
"projectCard" : {
"projects" : [
{
"title" : "IOT@Michelin" ,
"url" : "https://prezi.com/m/o8ey8mmpnkvp/" ,
2022-07-18 22:04:52 +02:00
"image" : "../../images/portfolio/computerNonSense.webp" ,
2022-07-17 11:20:35 +02:00
"imgAlt" : "An IOT prototype." ,
"imgTitle" : "An IOT prototype."
} ,
{
"title" : "ADM Photographie" ,
"url" : "https://photos.adm.ink/" ,
2022-07-18 22:04:52 +02:00
"image" : "../../images/portfolio/admPhotos.webp" ,
2022-07-17 11:20:35 +02:00
"imgAlt" : "A picture of a beautiful town." ,
"imgTitle" : "A picture of a beautiful town."
2024-02-12 22:04:15 +01:00
} ,
{
"title" : "Blog" ,
"url" : "https://blog.adm.ink/" ,
"image" : "../../images/portfolio/blog.webp" ,
"imgAlt" : "Screenshot of blog.adm.ink, you can see the title of the blog and various links. You can also see a plate of food, I think it was hummous." ,
"imgTitle" : "Screenshot of blog.adm.ink, you can see the title of the blog and various links. You can also see a plate of food, I think it was hummous."
2022-07-17 11:20:35 +02:00
}
]
} ,
"contactCard" : {
"title" : "Contact" ,
"subtitle" : "You can contact me in many different ways :" ,
"ways" : [
{
"title" : "Email" ,
"url" : "mailto:anthony@dumas.cc" ,
2022-11-17 20:19:21 +00:00
"icon" : "mail-outline" ,
2022-07-30 14:24:33 +02:00
"aria-label" : "Email"
2022-07-17 11:20:35 +02:00
} ,
{
"title" : "LinkedIn" ,
"url" : "https://www.linkedin.com/in/anthonyyvondumas/" ,
2022-07-30 14:24:33 +02:00
"icon" : "logo-linkedin" ,
"aria-label" : "LinkedIn"
2022-07-17 11:20:35 +02:00
} ,
{
2022-11-17 20:19:21 +00:00
"title" : "Telegram" ,
"url" : "https://t.me/adamas_FR" ,
"icon" : "call-outline" ,
"aria-label" : "Telegram"
2022-07-17 11:20:35 +02:00
} ,
{
2022-11-17 20:19:21 +00:00
"title" : "Mastodon" ,
2023-07-07 14:37:08 +02:00
"url" : "https://social.adm.ink/@adamas" ,
2022-11-17 20:19:21 +00:00
"icon" : "logo-mastodon" ,
"aria-label" : "Mastodon"
2022-07-17 11:20:35 +02:00
}
]
} ,
"footer" : {
2024-01-01 13:54:28 +01:00
"legalNotice" : "© 2014 - 2024 Anthony Dumas."
2022-07-17 11:20:35 +02:00
}
2021-10-12 10:45:25 +02:00
}