-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tsx
307 lines (305 loc) · 8.82 KB
/
resume.tsx
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
306
307
//TODO: need to change this data
import { Icons } from "@/components/icons";
import { HomeIcon, NotebookIcon } from "lucide-react";
const DATA = {
name: "Piyush Jha",
initials: "PJ",
url: "https://piyushjha.xyz",
avatarUrl: "/pfp.jpeg",
location: "India",
locationLink: "https://www.google.com/maps/place/india",
description:
"Helping Web2 Businesses adapt Web3 | Full stack engineer | Web3 | Smart Contracts",
summary: "Software developer with a curious mindset",
contact: {
email: "[email protected]",
tel: "+91 8700885137",
social: {
GitHub: {
name: "GitHub",
url: "https://github.com/piyushjha0409",
icon: Icons.github,
navbar: true,
},
LinkedIn: {
name: "LinkedIn",
url: "https://linkedin.com/in/piyushjha0409",
icon: Icons.linkedin,
navbar: true,
},
X: {
name: "X",
url: "https://x.com/piyushJha__",
icon: Icons.x,
navbar: true,
},
},
},
navbar: [
{ href: "/", icon: HomeIcon, label: "Home" },
{
href: "https://piyushjha.hashnode.dev/what-i-have-learnt-in-2022-as-a-full-stack-developer",
icon: NotebookIcon,
label: "Blog",
},
],
work: [
{
company: "Hibana Labs LLC",
href: "https://hibanalabs.com",
logoUrl: "./VSC-Logo.png",
badges: [],
location: "USA, (Remote)",
title: "Software Engineer",
start: "Oct 2023",
end: "Dec 2024",
description:
"Working on VSC network powered by the HIVE blockchain ($157M market cap). Developing a mobile responsive frontend for Bitcoin wrapping provider for vsc defi for user interaction. Building a decentralized exchange for swapping hive token and hbd tokens on vsc defi. Learnt using making apis in graphql and initializing the graphql client. Worked on 3speak UI refactor for continuous improvement user experience - 3speak-nextjs-tan.vercel.app",
},
{
company: "Adigos LLP",
href: "https://adigos.com",
logoUrl: "./Adigos.jpeg",
badges: [],
location: "India, (Remote)",
title: "Full Stack Developer Intern",
start: "Oct 2022",
end: "Apr 2023",
description:
"Designed and implemented a secure user authentication page, improving site security. Built a complete Crypto Exchange Website, now serving 1,000+ daily users. Developed APIs with Node.js and integrated them into React UI, enhancing functionality and reducing load times by 30%. Created RESTful APIs, like KYC and OTP verification, reducing fraud by 25%.",
},
],
education: [
{
school: "Guru Gobind Singh Indraprastha University",
href: "http://www.ipu.ac.in/",
logoUrl: "./ggsipu.png",
degree: "Bachelor of Computer Science",
start: "Sep 2020",
end: "Sep 2023",
},
],
projects: [
{
title: "AI Chatbot",
href: "https://talkbotai.netlify.app/",
image: "",
video: "/chatbot.mp4",
dates: "Jan 2025",
active: true,
description:
"You can talk to LLM and can save the conversations and chat history also you can update the conversation history and title",
technologies: [
"React.js",
"Node.js",
"LLM API Integration",
"Gemini model",
"prisma",
"typescript",
],
links: [
{
type: "Source",
href: "https://github.com/piyushjha0409/llm-chatbot",
icon: <Icons.github className="size-3" />,
},
{
type: "Website",
href: "https://talkbotai.netlify.app/",
icon: <Icons.globe className="size-3" />,
},
],
},
{
title: "Askmesol.fun",
href: "https://askmesol.fun",
image: "",
video: "/askmesol.mp4",
dates: "Dec 2024",
active: true,
description:
"Creator can create a blink for AMA title and share to their followers. User can ask question to their creators anonymously. User can put a bid on their question for getting the reply as quick as possible. Developed a backend for handling all the serverless apis and storing data into mongodb database.",
technologies: [
"next.js",
"mongodb",
"web3.js",
"solana",
"prisma",
"typescript",
],
links: [
{
type: "Source",
href: "https://github.com/piyushjha/askmesol",
icon: <Icons.github className="size-3" />,
},
{
type: "Website",
href: "https://askmesol.fun",
icon: <Icons.globe className="size-3" />,
},
],
},
{
title: "NFT for S3SH Game in Ethereum",
href: "https://web3athon2023.vercel.app",
image: "/S3SH.png",
video: "",
dates: "Sep 2023",
active: true,
description:
"Developed a membership-based NFT system allowing access to a slot machine game with rewards. Limited minting to one token per user and distributed winnings as NFTs. Collaborated with multiple full stack devs for this project to achieve the goal.",
technologies: [
"reactjs",
"nodejs",
"expressjs",
"mongodb",
"ether.js",
"solidity",
"typescript",
],
links: [
{
type: "Source",
href: "https://github.com/piyushjha0409/web3athon2023",
icon: <Icons.github className="size-3" />,
},
{
type: "Website",
href: "https://web3athon2023.vercel.app",
icon: <Icons.globe className="size-3" />,
},
],
},
{
title: "Resume builder",
href: "https://resume-builder-ineuron.netlify.app/",
image: "/resumeBuilder.png",
video: "",
dates: "Feb 2023",
active: true,
description:
"Developed a resume builder site for a hackathon project within 24hrs.",
technologies: [
"reactjs",
"nodejs",
"expressjs",
"mongodb",
"ether.js",
"solidity",
"typescript",
],
links: [
{
type: "Source",
href: "https://github.com/piyushjha0409/Resume-Builder",
icon: <Icons.github className="size-3" />,
},
{
type: "Website",
href: "https://resume-builder-ineuron.netlify.app/",
icon: <Icons.globe className="size-3" />,
},
],
},
{
title: "Discussion Desk",
href: "https://discussiondesk.pythonanywhere.com/",
image: "",
video: "/dd.mp4",
dates: "Dec 2022",
active: true,
description:
"Developed a resume builder site for a hackathon project within 24hrs.",
technologies: [
"reactjs",
"nodejs",
"expressjs",
"mongodb",
"ether.js",
"solidity",
"typescript",
],
links: [
{
type: "Source",
href: "https://github.com/piyushjha0409/discussiondesk",
icon: <Icons.github className="size-3" />,
},
{
type: "Website",
href: "https://resume-builder-ineuron.netlify.app/",
icon: <Icons.globe className="size-3" />,
},
],
},
],
skills: [
"HTML",
"CSS",
"JavaScript",
"TypeScript",
"Python",
"Golang",
"React.js",
"Node.js",
"Next.js",
"Express.js",
"GraphQL",
"Prisma",
"Docker",
"System Design",
],
achievements: [
{
title: "MERN Stack Developer",
organization: "Udemy",
date: "2022",
description: "Completed comprehensive MERN stack development course",
image: "/udemy.png",
links: [],
},
{
title: "Bitcoin Development certification",
organization: "Saylor Academy",
date: "2022",
description: "Certified in Bitcoin development and blockchain technology",
image: "/saylor.png",
links: [],
},
{
title: "Tech-a-thon",
organization: "Ineuron",
date: "2022",
description:
"Won first place in the Ineuron Hackathon for innovative project development",
image: "/ineuron-logo.png",
links: [],
},
{
title: "Web3athon",
organization: "Consensus 2023",
date: "2023",
description:
"Won first place in the Ineuron Hackathon for innovative project development",
image: "/concensus2023.png",
links: [],
},
{
title: "Open Source Contributor",
organization: "Various Projects",
date: "2022-2024",
description:
"Active contributor to multiple open source projects in the blockchain and web development space",
image: "",
links: [
{
title: "Source",
href: "https://github.com/DevLeonardoCommunity/github-stats/pull/19",
icon: <Icons.github className="size-3" />,
},
],
},
],
};
export default DATA;