-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.tsx
More file actions
305 lines (299 loc) · 9.39 KB
/
resume.tsx
File metadata and controls
305 lines (299 loc) · 9.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
import { Icons } from "@/components/icons";
import { HomeIcon, NotebookIcon } from "lucide-react";
export const DATA = {
name: "Exprays",
initials: "SS",
url: "https://exprays.thestarsociety.tech",
location: "Cuttack , IN",
locationLink: "https://www.google.com/maps/place/sanfrancisco",
description:
"e-Racer turned Developer. I love building things and helping people.",
summary:
"I'm Surya, currently developing open-source software and SaaS businesses. I'm passionate about e-Racing, astronomy, computers, anime, volleyball, geography, and music, which all inspire my work. I also had the pleasure of being a part of the s5 cohort of buildspace called [buildspace s5](https://buildspace.so/s5).",
avatarUrl: "/me.png",
skills: [
"React",
"Next.js",
"Typescript",
"Node.js",
"Python",
"Go",
"Postgres",
"Docker",
"Kubernetes",
"Rust",
"Solidity",
"Deno",
"TailwindCSS",
],
navbar: [
{ href: "/", icon: HomeIcon, label: "Home" },
{ href: "/blog", icon: NotebookIcon, label: "Blog" },
],
contact: {
email: "hello@example.com",
tel: "+123456789",
social: {
GitHub: {
name: "GitHub",
url: "https://github.com/exprays",
icon: Icons.github,
navbar: true,
},
Medium: {
name: "Medium",
url: "https://medium.com/@noodlefx",
icon: Icons.medium,
navbar: true,
},
Instagram: {
name: "Instagram",
url: "https://instagram.com/suryakantsubudhi",
icon: Icons.instagram,
navbar: true,
},
Pinterest: {
name: "Pinterest",
url: "https://pinterest.com/frazfx",
icon: Icons.pinterest,
navbar: true,
},
email: {
name: "Send Email",
url: "#",
icon: Icons.email,
navbar: false,
},
},
},
work: [
{
company: "The Star Society",
href: "https://thestarsociety.tech",
badges: [],
location: "Remote",
title: "Co-Founder",
logoUrl: "/tss-profile.png",
start: "Oct 2022",
end: "Present",
description:
"The Star Society is a community of developers, designers, and creators who are passionate about building open-source software and SaaS businesses. We are currently working on a few projects including [Orion](https://orion.thestarsociety.tech), [Saturn](https://saturn.thestarsociety.tech), and [Alpha](https://alpha.thestarsociety.tech).",
},
],
education: [
{
school: "Buildspace",
href: "https://buildspace.so",
degree: "s5",
logoUrl: "/buildspace.jpg",
start: "2023",
end: "2024",
},
{
school: "Indira Gandhi Institute of Technology, Sarang",
href: "https://igitsarang.ac.in",
degree: "B.tech in Electronics & Communication Engineering",
logoUrl: "/igit.png",
start: "2023",
end: "2027",
},
{
school: "Jawahar Navodaya Vidyalaya, Jajpur",
href: "https://navodaya.gov.in/nvs/nvs-school/Jajpur/en/home/",
degree: "Senior Secondary",
logoUrl: "/nvs_logo.png",
start: "2015",
end: "2022",
},
],
projects: [
{
title: "Orion",
href: "https://orion.thestarsociety.tech",
dates: "April 2024 - September 2024",
active: true,
description:
"Developed an insanely fast in-memory KV Database with a built-in query engine, designed for high-performance applications. Orion is built on top of Go, and is designed to be used with the latest web technologies.",
technologies: [
"golang",
"goroutines",
"typescript",
"nextJS"
],
links: [
{
type: "Website",
href: "https://orion.thestarsociety.tech",
icon: <Icons.globe className="size-3" />,
},
{
type: "Source",
href: "https://github.com/exprays/orion",
icon: <Icons.github className="size-3" />,
},
],
image: "",
video:
"https://exprays.thestarsociety.tech/videos/orion.mp4",
},
{
title: "Ranger Toolkit",
href: "https://github.com/exprays/iotsim",
dates: "November 2024 - Present",
active: true,
description:
"Formerly known as iotsim, Ranger Toolkit is a comprehensive toolkit for IoT developers, providing blockchain based security to existing IOT networks. It also comes with its own simulator and the working server. Currently in development.",
technologies: [
"golang",
"typescript",
"nextJS",
"tailwindcss",
"arduino"
],
links: [
{
type: "Source",
href: "https://github.com/exprays/iotsim",
icon: <Icons.github className="size-3" />,
},
],
image: "",
video: "https://exprays.thestarsociety.tech/videos/ranger.mp4",
},
{
title: "Rocket",
href: "https://rocket.thestarsociety.tech",
dates: "April 2023 - September 2023",
active: true,
description:
"Developed an open-source Search API based on Hono which can search contents in milliseconds.",
technologies: [
"Next.js",
"Typescript",
"PostgreSQL",
"Prisma",
"TailwindCSS",
"Shadcn UI",
"Cloudflare Workers",
"Redis",
"Hono",
],
links: [
{
type: "Website",
href: "https://rocket.thestarsociety.tech",
icon: <Icons.globe className="size-3" />,
},
{
type: "Source",
href: "https://github.com/exprays/rocket",
icon: <Icons.github className="size-3" />,
},
],
image: "https://exprays.thestarsociety.tech/images/rocket.jpg",
video: "",
},
{
title: "Yarn Messenger",
href: "https://yarn.thestarsociety.tech",
dates: "April 2023 - March 2024",
active: false,
description:
"Developed an AI powered messaging platform with built-in chatbots and a powerful search engine. The platform is designed to be used with the latest web technologies and is built on top of Next.js. Servers, channels, video calls and much more!",
technologies: [
"Next.js",
"Typescript",
"PostgreSQL",
"Prisma",
"TailwindCSS",
"Shadcn UI",
"webRTC"
],
links: [
{
type: "Website",
href: "https://yarn.thestarsociety.tech",
icon: <Icons.globe className="size-3" />,
},
{
type: "Source",
href: "https://github.com/exprays/yarn",
icon: <Icons.github className="size-3" />,
},
],
image: "",
video:
"https://exprays.thestarsociety.tech/videos/yarn.mp4",
},
],
hackathons: [
{
title: "Nirmaan By Sillicon tech",
dates: "February 6th - February 9th",
location: "OnSite, Bhubaneswar",
description:
"Developing a simulator for Ranger toolkit from scratch using Golang. The simulator can simulate various instances like hacker attempts, legitimate auth cases for our blockchain based IOT Authentication system.",
image:
"/nirmaan.png",
mlh: "https://s3.amazonaws.com/logged-assets/trust-badge/2019/mlh-trust-badge-2019-white.svg",
links: [
{
title: "Github",
icon: <Icons.github className="h-4 w-4" />,
href: "https://thestarsociety.tech",
},
],
},
{
title: "HackAI Dell & Nvidia Challenge",
dates: "August 3rd - Present, 2024",
location: "Remote",
description:
"Developing a multi-modal AI assistant tailored for scientific research, capable of processing and analyzing text, images, and numerical data. This assistant will leverage the latest advancements in large language models, computer vision, and scientific computing to assist researchers in various fields.",
image:
"/nvidia.png",
mlh: "https://s3.amazonaws.com/logged-assets/trust-badge/2019/mlh-trust-badge-2019-white.svg",
links: [
{
title: "Github",
icon: <Icons.github className="h-4 w-4" />,
href: "https://thestarsociety.tech",
},
],
},
{
title: "Smart India Hackathon 2023",
dates: "September - November, 2023",
location: "Remote",
description:
"Developed a RAG based platform based on GPT-3.5 for the Ministry of Law and Justice, Govt. of India, which can simplify and summarise legal documents for common people.",
image:
"/sih.png",
mlh: "https://s3.amazonaws.com/logged-assets/trust-badge/2019/mlh-trust-badge-2019-white.svg",
links: [
{
title: "Github",
icon: <Icons.github className="h-4 w-4" />,
href: "https://github.com/exprays/loop",
},
],
},
{
title: "Clarifai Llama-2 Hackathon",
dates: "July 15th - September 14th, 2023",
location: "Remote",
description:
"Developed an AI chatbot platform for customizing and deploying AI chatbots for any purpose by using llama-2-13b",
image:
"/clarifai.webp",
mlh: "https://s3.amazonaws.com/logged-assets/trust-badge/2019/mlh-trust-badge-2019-white.svg",
links: [
{
title: "Github",
icon: <Icons.github className="h-4 w-4" />,
href: "https://github.com/exprays/aura",
},
],
},
],
} as const;