From bac76ace9f2a7333c156f07c427d1b6634505f2f Mon Sep 17 00:00:00 2001 From: Dhaval Rupapara Date: Wed, 13 Nov 2024 22:14:35 +0530 Subject: [PATCH 1/2] Updated meet-the-talent.json to add a data for Dhaval Rupapara --- public/data/meet-the-talent.json | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/data/meet-the-talent.json b/public/data/meet-the-talent.json index 427bc708..40f3d046 100644 --- a/public/data/meet-the-talent.json +++ b/public/data/meet-the-talent.json @@ -491,6 +491,53 @@ "name": "Resume" } ] + }, + { + "fullName": "Dhaval Rupapara", + "location": "Ahmedabad, India", + "bio": Android Developer | 10+ yr. Exp.| Expertise in E-commerce and Fintech apps. Solid experience in building apps and SDK from scratch using latest technologies, design and creativity. A keen eye for a great design & UX. Analytical and detail-oriented approach for app development.", + "email": "dhaval.r.11@gmail.com", + "phone": "+91-9033172898", + "imageUrl": "https://drive.google.com/file/d/17zdRZayfFc_gSXfbYIfscVbZjkXvbIMp/preview", + "website": "", + "skills": [ + "Android", + "Kotlin", + "Java", + "MVVM", + "Clean Architecture", + "Material design", + "Dependency injection", + "Coroutines", + "Flow", + "LiveData", + "Retrofit", + "Glide", + "SQLite", + "Room", + "Push notifications", + "Analytics", + "Deep links", + "RxJava", + "RxAndroid" + ], + "links": [ + { + "icon": "website", + "link": "https://drive.google.com/file/d/1QeHi9-gEg0Sh9XYr_Ad3PvT2bhnPuj5F/view?usp=drive_link", + "name": "Portfolio" + }, + { + "icon": "github", + "link": "https://github.com/dhavalrupapara14", + "name": "Github" + }, + { + "icon": "linkedin", + "link": "https://www.linkedin.com/in/dhavalrupapara", + "name": "LinkedIn" + } + ] } ] } From dd6da47ca5d26bbd1fa91dce5d26d1c97a6b2446 Mon Sep 17 00:00:00 2001 From: Dhaval Rupapara Date: Wed, 13 Nov 2024 22:22:59 +0530 Subject: [PATCH 2/2] Update meet-the-talent.json to fix minor json error. --- public/data/meet-the-talent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/data/meet-the-talent.json b/public/data/meet-the-talent.json index 40f3d046..5c83f87c 100644 --- a/public/data/meet-the-talent.json +++ b/public/data/meet-the-talent.json @@ -495,7 +495,7 @@ { "fullName": "Dhaval Rupapara", "location": "Ahmedabad, India", - "bio": Android Developer | 10+ yr. Exp.| Expertise in E-commerce and Fintech apps. Solid experience in building apps and SDK from scratch using latest technologies, design and creativity. A keen eye for a great design & UX. Analytical and detail-oriented approach for app development.", + "bio": "Android Developer | 10+ yr. Exp.| Expertise in E-commerce and Fintech apps. Solid experience in building apps and SDK from scratch using latest technologies, design and creativity. A keen eye for a great design & UX. Analytical and detail-oriented approach for app development.", "email": "dhaval.r.11@gmail.com", "phone": "+91-9033172898", "imageUrl": "https://drive.google.com/file/d/17zdRZayfFc_gSXfbYIfscVbZjkXvbIMp/preview",