-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathindex.ts
More file actions
122 lines (120 loc) · 6.59 KB
/
index.ts
File metadata and controls
122 lines (120 loc) · 6.59 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
import { v4 as uuidv4 } from 'uuid';
import { IData } from '@/types';
const userData: IData = {
header: {
name: 'Muhammad Saad',
phoneNumber: '+490000000000',
location: 'Berlin, Germany',
email: '[email protected]',
linkedIn: 'linkedin.com/in/msaaddev/',
github: 'github.com/msaaddev'
},
education: [
{
id: uuidv4(),
degree: 'B.Sc. of Computer Sciences',
university: 'University of Engineering & Technology',
location: 'Lahore, Pakistan',
duration: 'Oct 2018 - May 2022'
}
],
skills: [
{
id: uuidv4(),
name: 'Programming languages',
skill: ['JavaScript', 'TypeScript']
},
{
id: uuidv4(),
name: 'Technologies',
skill: [
'Git',
'HTML',
'CSS',
'React',
'Next.js',
'Redux Toolkit',
'Tailwind CSS',
'Styled Components',
'MongoDB',
'Node.js',
'REST APIs'
]
},
{
id: uuidv4(),
name: 'Soft Skills',
skill: ['Ownership', 'Rigor', 'Team work', 'Communication']
}
],
experience: [
{
id: uuidv4(),
designation: 'Software Engineer',
company: 'XYZ Company',
location: 'Berlin, Germany',
duration: 'Oct 2021 - May 2023',
tasks: [
`Analyzed system requirements to lead the <strong>development</strong> of 3 Java/J2EE projects, application enhancements, and various maintenance activities.`,
`Designed and developed a <a href="https://google.com">reporting system</a> based on Crystal Report and Java, generating an increase of 20% in efficiencv and performance rate.`,
`Analyzed system requirements to lead the <strong>development</strong> of 3 Java/J2EE projects, application enhancements, and various maintenance activities.`,
`Designed and developed a <a href="https://google.com">reporting system</a> based on Crystal Report and Java, generating an increase of 20% in efficiencv and performance rate.`,
`Analyzed system requirements to lead the <strong>development</strong> of 3 Java/J2EE projects, application enhancements, and various maintenance activities.`,
`Designed and developed a <a href="https://google.com">reporting system</a> based on Crystal Report and Java, generating an increase of 20% in efficiencv and performance rate.`,
`Analyzed system requirements to lead the <strong>development</strong> of 3 Java/J2EE projects, application enhancements, and various maintenance activities.`,
`Designed and developed a <a href="https://google.com">reporting system</a> based on Crystal Report and Java, generating an increase of 20% in efficiencv and performance rate.`,
`Analyzed system requirements to lead the <strong>development</strong> of 3 Java/J2EE projects, application enhancements, and various maintenance activities.`,
`Designed and developed a <a href="https://google.com">reporting system</a> based on Crystal Report and Java, generating an increase of 20% in efficiencv and performance rate.`,
`Analyzed system requirements to lead the <strong>development</strong> of 3 Java/J2EE projects, application enhancements, and various maintenance activities.`,
`Designed and developed a <a href="https://google.com">reporting system</a> based on Crystal Report and Java, generating an increase of 20% in efficiencv and performance rate.`
]
},
{
id: uuidv4(),
designation: 'Software Engineer (Part-time)',
company: 'Major League Hacking Fellowship',
location: 'USA | Remote',
duration: 'Oct 2020 - Dec 2020',
tasks: [
`Analyzed system requirements to lead the <strong>development</strong> of 3 Java/J2EE projects, application enhancements, and various maintenance activities.`,
`Designed and developed a <a href="https://google.com">reporting system</a> based on Crystal Report and Java, generating an increase of 20% in efficiencv and performance rate.`,
`Analyzed system requirements to lead the <strong>development</strong> of 3 Java/J2EE projects, application enhancements, and various maintenance activities.`
]
}
],
projects: [
{
id: uuidv4(),
name: `<a href="https://github.com/msaaddev/jobboard">Jobboard</a>`,
desc: `Built a PWA with <strong>HTML, CSS, JavaScript, Next.js</strong>, <strong>Firebase Auth</strong>, and <strong>Firestore</strong> to help developers get hired. Integrated features like user authentication, separate company and applicant dashboards, job posting, and job deleting.`
},
{
id: uuidv4(),
name: `<a href="https://github.com/msaaddev/jobboard">Jobboard</a>`,
desc: `Built a PWA with <strong>HTML, CSS, JavaScript, Next.js</strong>, <strong>Firebase Auth</strong>, and <strong>Firestore</strong> to help developers get hired. Integrated features like user authentication, separate company and applicant dashboards, job posting, and job deleting.`
},
{
id: uuidv4(),
name: `<a href="https://github.com/msaaddev/jobboard">Jobboard</a>`,
desc: `Built a PWA with <strong>HTML, CSS, JavaScript, Next.js</strong>, <strong>Firebase Auth</strong>, and <strong>Firestore</strong> to help developers get hired. Integrated features like user authentication, separate company and applicant dashboards, job posting, and job deleting.`
},
{
id: uuidv4(),
name: `<a href="https://github.com/msaaddev/jobboard">Jobboard</a>`,
desc: `Built a PWA with <strong>HTML, CSS, JavaScript, Next.js</strong>, <strong>Firebase Auth</strong>, and <strong>Firestore</strong> to help developers get hired. Integrated features like user authentication, separate company and applicant dashboards, job posting, and job deleting.`
},
{
id: uuidv4(),
name: `<a href="https://github.com/msaaddev/jobboard">Jobboard</a>`,
desc: `Built a PWA with <strong>HTML, CSS, JavaScript, Next.js</strong>, <strong>Firebase Auth</strong>, and <strong>Firestore</strong> to help developers get hired. Integrated features like user authentication, separate company and applicant dashboards, job posting, and job deleting.`
}
],
accomplishments: [
`<a href="https://nextjs.org/conf/oct21/speakers/msaaddev">Speaker</a>, <a href="https://nextjs.org/conf">Next.js Global Community Conference</a> by Vercel, San Francisco (2021)`,
`Runner Up, Major League Hacking DevTools Hackathon, Worldwide (2020)`,
`Authored <a href="https://github.com/msaaddev/open-source">20+ open-source software</a>, including automation tools, node packages, and web apps. Also contributed code/content to many repos.`,
`Developed an open-source tool around Tailwind CSS that got featured in <a href="https://nodeweekly.com/issues/397">Node Weekly</a> and <a href="https://javascriptweekly.com/issues/547">JavaScript Weekly</a> newsletters (subscribed by half a million developers).`,
`Participating in Hactoberfest challenge since 2018.`
]
};
export default userData;