Skip to content

Commit b0f7415

Browse files
committed
feat: add new experiences and projects to portfolio
1 parent ab1009f commit b0f7415

File tree

3 files changed

+91
-35
lines changed

3 files changed

+91
-35
lines changed

public/images/samsung.jpeg

5.34 KB
Loading

src/pages/experience.astro

Lines changed: 51 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,30 @@ import ExpCard from "../components/ExpCard.astro";
44
import BaseLayout from "../layout/BaseLayout.astro";
55
import ExperienceHeader from "../components/ExperienceHeader.astro";
66
const experiences = [
7+
{
8+
position: "Research Internship",
9+
company: "Samsung R&D Institute India - Bangalore",
10+
location: "Bangalore",
11+
duration: "July 2025 - Present",
12+
description: [
13+
"Research: On-Device Predictive Model Integration for SmartThings Ecosystem",
14+
"Samsung PRISMA research program participant focusing on predictive modelling and IoT integration.",
15+
],
16+
technologies: [
17+
"Machine Learning",
18+
"IoT",
19+
"SmartThings",
20+
"On-Device Processing",
21+
"Android-Native"
22+
],
23+
logo: "/images/samsung.jpeg",
24+
link: "",
25+
},
726
{
827
position: "App Developer Intern",
928
company: "Valsco Technology Pvt Ltd",
1029
location: "Remote",
11-
duration: "July 2024 - October 2024",
30+
duration: "July 2024 - September 2024",
1231
description: [
1332
"Developing a mobile application using Flutter to support a large user base in a university setting.",
1433
"Implementing performance optimizations and caching strategies to enhance app responsiveness.",
@@ -21,25 +40,31 @@ const experiences = [
2140
"Performance Optimization",
2241
"Payment Gateways",
2342
"OAuth2",
43+
"Google Cloud Platform"
2444
],
2545
logo: "/images/valsco.jpeg",
26-
link: " https://www.valscotech.com/",
46+
link: "https://www.valscotech.com/",
2747
},
2848
{
29-
position: "App Lead and Inner Core Member",
30-
company: "GDSC VIT Vellore",
49+
position: "Applications and Projects Lead",
50+
company: "Google Developers Group - VIT",
3151
location: "Vellore, India",
3252
duration: "July 2023 - Present",
3353
description: [
34-
"Led Android Study Jams, delivering comprehensive instruction on Android development using Kotlin, with recorded sessions garnering over 300 views on YouTube.",
35-
"Demonstrated leadership by organizing major tech events (Hexathon'23, WomenTechies'24, DeconstruCT.F'23), each drawing 200+ participants, enhancing event management skills and community engagement.",
54+
"Led Android Study Jams on Kotlin development, generating 500+ YouTube views and organised tech events with 4000+ participants each.",
55+
"Enhanced event management skills through organizing DevJams'24/25, Hexathon'23/24, WomenTechies'24/25, and DeconstruCT.F'23.",
56+
"Conducted comprehensive workshops on Android Development",
57+
"Developed and mentored team members on production applications including VITTY 3.0 and Riviera'24, ensuring code quality and timely delivery.",
3658
],
3759
technologies: [
38-
"App Development",
3960
"Android Development",
40-
"Backend Development",
61+
"Kotlin",
62+
"Flutter",
63+
"Firebase",
64+
"Git/GitHub",
4165
"Event Organization",
42-
"Community Engagement",
66+
"Team Mentoring",
67+
"Leadership",
4368
],
4469
logo: "/images/gdsc.jpeg",
4570
link: "https://www.dscvit.com/team",
@@ -48,14 +73,17 @@ const experiences = [
4873
position: "Technical Manager and Core Member",
4974
company: "IEEE-VIT",
5075
duration: "July 2023 - June 2024",
51-
location: "VIT Vellore",
76+
location: "Vellore, India",
5277
description: [
53-
"Maintainer of Hacktoberfest 2023 Repository opened by the chapter for volunteers to contribute",
54-
"Conducted PyCamp, offline-sessions on python libraries.",
55-
"Organised hackathons and workshops for the club, namely Hack-The-Hackathon'23 and SourceSprint'23",
78+
"Maintained Hacktoberfest 2023 repositories and reviewed 20+ PRs across 2 projects for IEEE-VIT.",
79+
"Delivered Python library sessions at PyCamp to 150+ participants and organized Hack-The-Hackathon'23.",
5680
],
5781
technologies: [
82+
"Python",
5883
"Project Management",
84+
"Open Source",
85+
"Hacktoberfest",
86+
"Code Review",
5987
"Event Organization",
6088
"Community Engagement",
6189
],
@@ -82,7 +110,7 @@ const experiences = [
82110
},
83111
];
84112
const summary =
85-
"Third year student currently pursuing B.Tech in Computer Science specialised in IoT at VIT Vellore. Passionate about building robust apps using Flutter and Kotlin. I am proficient in GoLang and Node.js for back-end development, Python, JavaScript, Firebase, SQL/NoSQL Databases. I am also good with using Github and Docker";
113+
"Final year Computer Science student at VIT Vellore with 8.61 CGPA, specializing in full-stack development and mobile applications. Experienced in Flutter, GoLang, Python, and modern web technologies with hands-on experience in DevOps, CI/CD, and cloud platforms. Passionate about building scalable applications and contributing to open-source projects.";
86114
const technicalSkills = [
87115
"Python",
88116
"C/C++",
@@ -91,7 +119,16 @@ const technicalSkills = [
91119
"Astro",
92120
"Node.js",
93121
"JavaScript",
122+
"TypeScript",
94123
"Flutter",
124+
"Astro.js",
125+
"Node.js/Express",
126+
"FastAPI",
127+
"Next.js",
128+
"Docker",
129+
"CI/CD",
130+
"MongoDB",
131+
"PostgreSQL",
95132
"Firebase",
96133
"Docker",
97134
"SQL/NoSQL DBs",

src/pages/projects.astro

Lines changed: 40 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,54 +3,73 @@ import BaseLayout from "../layout/BaseLayout.astro";
33
import ProjectCard from "../components/ProjectCard.astro";
44
import ProjectHeader from "../components/ProjectHeader.astro";
55
export const projects = [
6+
{
7+
title: "Artium",
8+
description: [
9+
"Platform for art discovery using Neural Style Transfer with VGG19 network to generate art in famous artist styles.",
10+
"Integrated user authentication, artwork galleries, and social sharing features for enhanced user experience.",
11+
],
12+
techStack: ["Next.js", "Flutter", "MongoDB", "VGG19", "Neural Style Transfer", "Git"],
13+
link: "https://artium.dscvit.com/",
14+
image: "/projects/artium.svg",
15+
},
16+
{
17+
title: "LightSabar",
18+
description: [
19+
"Built production-ready Go REST API with Docker, CI/CD pipelines, JWT authentication, and Grafana/Graphite monitoring stack.",
20+
"Implemented comprehensive testing suite, database migrations, and role-based permissions with 95%+ uptime through automated health checks.",
21+
],
22+
techStack: ["GoLang", "PostgreSQL", "Docker", "CI/CD", "JWT", "Grafana", "Graphite"],
23+
link: "https://github.com/dk-a-dev/LightSabar",
24+
image: "/projects/lightsabar.svg",
25+
},
626
{
727
title: "Liwid",
828
description: [
9-
"Implemented the Liwid library for live widgets/notifications on the Lock Screen, enhancing order tracking, food tracking, and stock notifications with real-time updates.",
10-
"Made a Prototype for the Library as a app to demonstrate the features of the library.",
29+
"Implemented Android library for live widgets/notifications on Lock Screen with real-time updates for tracking applications.",
30+
"Developed comprehensive documentation and testing suite for seamless integration across multiple Android applications.",
1131
],
12-
techStack: ["Kotlin", "RestAPI", "Android Library"],
32+
techStack: ["Kotlin", "Android Library", "Real-time Updates", "Documentation"],
1333
link: "https://github.com/dk-a-dev/Liwid",
1434
image: "/projects/liwid.svg",
1535
},
1636
{
17-
title: "Rivera'24 App",
37+
title: "Riviera'24 App",
1838
description: [
19-
"Developed the official VIT Riviera'24 App for the annual international sports and cultural carnival, attracting 30,000+ students from 650+ colleges and featuring 100+ events.",
20-
"Implemented an app that contributed to increased event visibility and engagement, despite the app having 100+ downloads",
39+
"Official VIT Riviera'24 App for international sports and cultural carnival with 30,000+ students from 650+ colleges.",
40+
"Implemented real-time event updates, registration system, and push notifications for enhanced user engagement.",
2141
],
22-
techStack: ["Flutter", "Dart", "Firebase", "Git"],
42+
techStack: ["Flutter", "Dart", "Firebase", "Real-time Updates", "Push Notifications"],
2343
link: "https://play.google.com/store/apps/details?id=in.ac.vit.riviera24",
2444
image: "/projects/riviera.png",
2545
},
2646
{
2747
title: "SoundCrowd",
2848
description: [
29-
"A platform to manage shared spotify playlists during events",
30-
"Admin based event creation and song addition management",
49+
"A collaborative platform to manage shared Spotify playlists during events, enabling seamless music coordination for gatherings and parties.",
50+
"Features admin-based event creation and song addition management, allowing organizers to control playlist contributions and maintain event atmosphere.",
3151
],
32-
techStack: ["Svelte", "TailwindCSS"],
52+
techStack: ["Svelte", "TailwindCSS", "Spotify API", "Event Management"],
3353
link: "https://soundcrowd.dscvit.com/",
3454
image: "/projects/collabify.svg",
3555
},
3656
{
37-
title:"Artium",
38-
description:[
39-
"Artium is a platform to Discover historic and contemporary art styles.",
40-
"Users can create a profile, upload their work.",
41-
"Utilizes Neural Style Transfer (NST), powered by a pre-trained VGG19 network to generate art in the style of famous artists.",
57+
title: "Mentor: VITTY 3.0 - VIT Timetable App",
58+
description: [
59+
"VITTY is back like never before - meet VITTY 3.0. An Android app for your VIT timetable with 40,000+ total users, 4,000+ active users, 32+ GitHub stars and 5+ contributors.",
60+
"VITTY makes scheduling simple and social. Features include Circles for connecting with friends, notes and files organization, instant empty classroom finder, iOS widgets, homescreen widgets, caching & offline-ready timetables, ghost mode, reminders, and in-app notifications."
4261
],
43-
techStack:["NextJs","Node.js","Express.js","MongoDB","TailwindCSS","Flutter","Provider"],
44-
link:"https://artium.dscvit.com/",
45-
image:"/projects/artium.svg",
62+
techStack: ["Android", "Kotlin", "Jetpack Compose", "Room", "LiveData", "ViewModel", "QR Code", "Markdown", "Navigation", "Firebase"],
63+
link: "https://github.com/GDSCVIT/vitty",
64+
image: "/projects/vitty.svg",
4665
},
4766
{
4867
title: "Zitch",
4968
description: [
50-
" Innovated a solution for the Google Developers SDG Hackathon, geared towards helping NGOs and the UN's 17 Sustainable Development Goals",
51-
"Worked in a 3 person team using gRPC, Flutter and Classification Models to generate a heatmap of stray dogs in an Android App",
69+
"Innovated a solution for the Google Developers SDG Hackathon, helping NGOs and the UN's 17 Sustainable Development Goals.",
70+
"Generated a heatmap of stray dogs in an Android App using gRPC and Classification Models.",
5271
],
53-
techStack: ["Flutter", "Dart", "Firebase", "gRPC"],
72+
techStack: ["Flutter", "Dart", "Firebase", "gRPC", "Classification Models"],
5473
link: "https://github.com/sidhant-sriv/zitch",
5574
image: "/projects/zitch.svg",
5675
},

0 commit comments

Comments
 (0)