forked from 1hanzla100/developer-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.ts
327 lines (314 loc) · 10.8 KB
/
portfolio.ts
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
import emoji from 'react-easy-emoji';
import {
EducationType,
ExperienceType,
FeedbackType,
ProjectType,
SkillsSectionType,
SkillBarsType,
SEODataType,
SocialLinksType,
GreetingsType,
} from './types/sections';
export const greetings: GreetingsType = {
name: 'Jeremie Dsouza',
title: "Hi all, I'm Jeremie",
description:
"I'm a passionate Full Stack web developer with a keen interest in Front End Development and Web Design. I am currently looking for opportunities to work and enhance my skills in the Web Dev space.",
resumeLink:
'https://docs.google.com/document/d/1CyroQCKLuRP43o77mCwrC0wAmj1q6bRe8ha-l7KnTIw/edit?usp=sharing',
};
export const openSource = {
githubUserName: 'stowaway4331',
};
export const contact = {};
export const socialLinks: SocialLinksType = {
linkedin: 'https://www.linkedin.com/in/jeremie-dsouza/',
github: 'https://github.com/stowaway4331',
};
export const skillsSection: SkillsSectionType = {
title: 'What I do',
subTitle: 'CRAZY FULL STACK DEVELOPER WHO WANTS TO EXPLORE EVERY TECH STACK',
data: [
{
title: 'Full Stack Development',
lottieAnimationFile: '/lottie/skills/fullstack.json', // Path of Lottie Animation JSON File
skills: [
emoji(
'⚡ Building responsive Single-Page-Apps (SPA) and Multi-Page-Apps in React.js'
),
emoji('⚡ Building responsive static websites using Next.js'),
emoji('⚡ Building RESTful APIs in Node.js & Spring Framework'),
],
softwareSkills: [
{
skillName: 'HTML-5',
iconifyTag: 'vscode-icons:file-type-html',
},
{
skillName: 'CSS-3',
iconifyTag: 'vscode-icons:file-type-css',
},
{
skillName: 'JavaScript',
iconifyTag: 'logos:javascript',
},
{
skillName: 'TypeScript',
iconifyTag: 'logos:typescript-icon',
},
{
skillName: 'Reactjs',
iconifyTag: 'vscode-icons:file-type-reactjs',
},
{
skillName: 'Nextjs',
iconifyTag: 'vscode-icons:file-type-light-next',
},
{
skillName: 'Java',
iconifyTag: 'logos:java',
},
{
skillName: 'Spring Boot',
iconifyTag: 'logos:spring-icon',
},
{
skillName: 'Redux',
iconifyTag: 'logos:redux',
},
{
skillName: 'Storybook',
iconifyTag: 'vscode-icons:file-type-storybook',
},
],
},
{
title: 'Cloud Infra-Architecture',
lottieAnimationFile: '/lottie/skills/cloudinfra.json', // Path of Lottie Animation JSON File
skills: [
emoji('⚡ Practised working on multiple cloud platforms'),
emoji(
'⚡ Hosting and maintaining websites on virtual machine instances along with integration of databases'
),
emoji(
'⚡ Building CI/CD pipelines for automated testing & deployment using Github Actions'
),
],
softwareSkills: [
// ? Check README To get icon details
// {
// skillName: 'AWS',
// iconifyTag: 'logos:aws',
// },
{
skillName: 'Azure',
iconifyTag: 'logos:microsoft-azure',
},
{
skillName: 'Vercel',
iconifyTag: 'logos:vercel-icon',
},
{
skillName: 'PostgreSQL',
iconifyTag: 'logos:postgresql',
},
{
skillName: 'Github',
iconifyTag: 'akar-icons:github-fill',
},
{
skillName: 'Docker',
iconifyTag: 'logos:docker-icon',
},
{
skillName: 'Github Actions',
iconifyTag: 'logos:github-actions',
},
{
skillName: 'MongoDB',
iconifyTag: 'vscode-icons:file-type-mongo',
},
{
skillName: 'Nginx',
iconifyTag: 'logos:nginx',
},
// {
// skillName: 'Sentry',
// iconifyTag: 'logos:sentry-icon',
// },
],
},
// {
// title: 'Blockchain',
// lottieAnimationFile: '/lottie/skills/ethereum.json', // Path of Lottie Animation JSON File
// skills: [
// emoji(
// '⚡ Experience in developing Smart Contract using Solidity & Ethereum'
// ),
// emoji(
// '⚡ Building Scripts for automated testing & deployment of Smart Contracts using Brownie & Infura'
// ),
// emoji(
// '⚡ Experience of using Openzeppelin Smart Contract Standards & Chainlink Oracles'
// ),
// emoji('⚡ Developing NFT Smart Contracts using ERC-721 Token Standard'),
// emoji(
// '⚡ Building Dapps with React.js & Solidity using Web3.js, Moralis & IPFS'
// ),
// ],
// softwareSkills: [
// {
// skillName: 'Ethereum',
// iconifyTag: 'logos:ethereum',
// },
// {
// skillName: 'Solidity',
// iconifyTag: 'logos:solidity',
// },
// {
// skillName: 'Web3js',
// iconifyTag: 'logos:web3js',
// },
// {
// skillName: 'Metamask',
// iconifyTag: 'logos:metamask-icon',
// },
// {
// skillName: 'Ganache',
// iconifyTag: 'logos:ganache-icon',
// },
// ],
// },
],
};
export const SkillBars: SkillBarsType[] = [
{
Stack: 'Frontend/Design', //Insert stack or technology you have experience in
progressPercentage: '90', //Insert relative proficiency in percentage
},
{
Stack: 'Backend',
progressPercentage: '70',
},
{
Stack: 'Programming',
progressPercentage: '100',
},
];
export const educationInfo: EducationType[] = [
{
schoolName: 'New Horizon College of Engineering',
subHeader: 'Bachelor of Engineering in Computer Science',
duration: 'December 2020 - June 2024',
desc: '',
grade: 'CGPA 7.97',
descBullets: [
// 'Lorem ipsum dolor sit amet, consectetur adipdfgiscing elit',
// 'Lorem ipsum dolor sit amet, consectetur adipiscing elit',
],
},
{
schoolName: 'Christ Academy Junior College',
subHeader: 'High School',
duration: 'June 2018 - March 2020',
desc: '',
grade: '95.6%',
descBullets: [
// 'Lorem ipsum dolor sit amet, consectetur adipdfgiscing elit',
// 'Lorem ipsum dolor sit amet, consectetur adipiscing elit',
],
},
];
// export const experience: ExperienceType[] = [
// {
// role: 'Frontend Developer',
// company: 'Duseca Software',
// companyLogo: '/img/icons/common/dusecaSoftware.jpg',
// date: 'Apr 2022 – Jun 2022',
// desc: 'I worked as frontend web developer to design web based admin dashboards for mulitple apps using Django, Bootstrap, jQuery, Chart.js and some other libraries.',
// },
// {
// role: 'API Engineer',
// company: 'Duseca Software',
// companyLogo: '/img/icons/common/dusecaSoftware.jpg',
// date: 'Jan 2022 – Mar 2022',
// desc: 'I worked as API Engineer on a Kale App. Kale is a community platform for the creation of social reviews based on verified transactions. I built Fully Optimized and High Performance RESTful APIs using Django, DjangoRESTFramework, PostgresSQL, JWT Authentication, AWS, Integrated Plaid APIs for Fetching Bank Transactions, Integrated Sentry for monitoring Django Server and deployed the API on Heroku Server.',
// // descBullets: [
// // "Lorem ipsum dolor sit amet, consdfgectetur adipiscing elit",
// // "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
// // ],
// },
// {
// role: 'Full Stack Developer',
// company: 'Bleed-AI',
// companyLogo: '/img/icons/common/bleedAI.jpg',
// date: 'Sept 2021 - Oct 2021',
// desc: 'Worked as django web developer to create a website in which I integrated computer vision AI model (built by the team of BleedAI) to process YouTube URLs and show Real Time processing on Website using Django Channels WebSockets , threading for running multiple instances of AI Model, jQuery for UI rendering and deployed it on Heroku server.',
// },
// {
// role: 'Backend Developer',
// company: 'Wapidu',
// companyLogo: '/img/icons/common/wapidu.jpg',
// date: 'Sept 2021',
// desc: 'Worked as a Django Developer to integrate Stripe payment gateway in wapidu.com and Created REST APIs using Django REST Framework to integrate Django Stripe backend to Vue.js Frontend and Deployed it on Azure based Docker container registry.',
// },
// ];
export const projects: ProjectType[] = [
{
name: 'Merch webapp',
desc: 'Made a login and dashboard page for people to manage their merch stores and check on their social media stats.',
github: 'https://github.com/stowaway4331/next-trial',
link: 'https://jeremie-nextauth.vercel.app/',
},
{
name: 'Better Ideaflow',
desc: 'Improved [ideaflow.io](https://www.ideaflow.io) landing page using React and Framer Motion to be a lot more cleaner and better looking using best practises',
github: 'https://github.com/Stowaway4331/better-ideaflow',
link: 'https://better-ideaflow.vercel.app/',
},
{
name: 'img_to_css',
desc: 'Convert images to pure css based on the box-shadow property and extract its code.',
github: 'https://github.com/Stowaway4331/img_to_css',
link: 'https://stowaway4331.github.io/img_to_css/',
},
{
name: 'Online Code Editor',
desc: 'Edit HTML, CSS and JavaScript code using this online code editor made in React',
github: 'https://github.com/Stowaway4331/basic-code-editor',
link: 'https://html-css-js-code-editor.netlify.app/',
},
];
// export const feedbacks: FeedbackType[] = [
// {
// name: 'John Smith',
// feedback:
// 'Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nisi, vel illo. Eum magnam beatae ratione eos natus accusamus unde pariatur fugiat at facilis, modi molestiae? Labore odio sit eligendi. Tenetur.',
// },
// {
// name: 'John Smith',
// feedback:
// 'Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nisi, vel illo. Eum magnam beatae ratione eos natus accusamus unde pariatur fugiat at facilis, modi molestiae? Labore odio sit eligendi. Tenetur.',
// },
// ];
// option to hide or show the ContactUs component
export const showContactUs: boolean = true;
// See object prototype on /types/section.ts page
export const seoData: SEODataType = {
title: 'Jeremie Dsouza',
description: 'A passionate Full Stack Web Developer.',
author: 'Jeremie Dsouza',
image:
'https://avatars.githubusercontent.com/u/92860009?s=400&u=956b127f1b6149b25c4e31ec359fb5151a129d31&v=4',
url: 'https://developer-portfolio-1hanzla100.vercel.app',
keywords: [
'Jeremie',
'Jeremie Dsouza',
'@stowaway4331',
'stowaway4331',
'Portfolio',
'Jeremie Portfolio ',
'Jeremie Dsouza Portfolio',
],
};