-
Notifications
You must be signed in to change notification settings - Fork 459
/
portfolio.ts
213 lines (202 loc) · 8.6 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
import emoji from "react-easy-emoji";
import {
EducationType,
ExperienceType,
FeedbackType,
ProjectType,
SkillsSectionType,
SkillBarsType,
SEODataType,
SocialLinksType,
GreetingsType,
} from "./types/sections";
export const greetings: GreetingsType = {
name: "Hanzla Tauqeer",
title: "Hi all, I'm Hanzla",
description:
"I'm a passionate Full Stack web developer with experience developing Full Stack web applications with Python, Django, React.js, and Cloud Technologies. I am strongly interested in learning new technologies and implementing them in my projects. I'm a self-motivated and hardworking individual who is always ready to learn new things and work in a team.",
resumeLink: "#",
};
export const openSource = {
githubUserName: "1hanzla100",
};
export const contact = {};
export const socialLinks: SocialLinksType = {
email: "mailto:hanzla.tauqeer123@gmail.com",
linkedin: "https://www.linkedin.com/in/1hanzla100/",
github: "https://github.com/1hanzla100",
instagram: "https://www.instagram.com/__hanzla100",
// facebook: 'https://www.facebook.com/1hanzla100',
// twitter: 'https://twitter.com/1hanzla100',
};
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) & PWA in React.js"),
emoji("⚡ Building responsive static websites using Next.js"),
emoji("⚡ Building RESTful APIs in Django & Django REST Framework"),
],
softwareSkills: [
{
skillName: "Python",
iconifyTag: "logos:python",
},
{
skillName: "Django",
iconifyTag: "vscode-icons:file-type-django",
},
{
skillName: "JavaScript",
iconifyTag: "logos:javascript",
},
{
skillName: "Reactjs",
iconifyTag: "vscode-icons:file-type-reactjs",
},
{
skillName: "Nextjs",
iconifyTag: "vscode-icons:file-type-light-next",
},
{
skillName: "AWS",
iconifyTag: "logos:aws",
},
{
skillName: "Heroku",
iconifyTag: "logos:heroku-icon",
},
{
skillName: "Github",
iconifyTag: "akar-icons:github-fill",
},
{
skillName: "Docker",
iconifyTag: "logos:docker-icon",
},
],
},
],
};
export const SkillBars: SkillBarsType[] = [
{
Stack: "Frontend/Design", //Insert stack or technology you have experience in
progressPercentage: "85", //Insert relative proficiency in percentage
},
{
Stack: "Backend",
progressPercentage: "90",
},
{
Stack: "Programming",
progressPercentage: "95",
},
];
export const educationInfo: EducationType[] = [
{
schoolName: "University of Central Punjab",
subHeader: "Bachelor of Science in Computer Science",
duration: "September 2017 - April 2020",
desc: "",
grade: "Grade A",
descBullets: [], // Array of Strings
},
];
export const experience: ExperienceType[] = [
{
role: "Django Developer",
company: "Meganos Software",
companyLogo: "/img/icons/common/meganos.png",
date: "Aug 2022 - Present",
desc: "I crafted backends for diverse web apps, APIs, and WebSockets in e-commerce, podcasts, and property management. Managed server upkeep, deployments on Linux, Heroku, and AWS S3. Implemented PyTest for automated unit and integration testing, slashing 4 hours of manual testing each sprint, fortifying a dependable and flawless code foundation.",
},
{
role: "Full Stack Developer",
company: "Duseca Software",
companyLogo: "/img/icons/common/duseca_software_logo.jpeg",
date: "Jan 2022 - Sept 2023",
desc: "Crafted robust mobile application backends employing Django, Python, and REST APIs. Leveraged Django REST Framework, PostgreSQL, AWS, Firebase, Stripe, and WebSocket for efficient development. Collaborated across teams to surpass client expectations. Designed intuitive UIs, empowering clients to effortlessly manage their applications with a visually captivating interface.",
// descBullets: [
// "Lorem ipsum dolor sit amet, consdfgectetur adipiscing elit",
// "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
// ],
},
{
role: "Full Stack Developer",
company: "ZRTechnologies",
companyLogo: "/img/icons/common/zrtech.jpeg",
date: "Aug 2022 - Jun 2023",
desc: "Crafting diverse web applications, I've elevated functionality and user engagement. Spearheaded Visual Portfolio, leveraging AI for captivating presentations from parsed text. Proficiently set up and optimized applications on Linux servers, guaranteeing smooth scalability and top-notch performance for seamless user experiences.",
},
{
role: "Backend Developer",
company: "Bleed-AI",
companyLogo: "/img/icons/common/bleedAI.jpg",
date: "Sept 2021 - Oct 2021",
desc: "As a Django developer at Bleed AI, I integrated a computer vision AI model to process YouTube URLs on a website. I used Django Channels and Websockets to show real-time processing and implemented threading to run multiple instances of the AI model. I also used jQuery for UI rendering and deployed the website on a Heroku server.",
},
];
export const projects: ProjectType[] = [
{
name: "developer-portfolio",
desc: "Software Developer Portfolio Template built with react.js and next.js bootstrap that helps you showcase your work and skills as a software developer.",
github: "https://github.com/1hanzla100/developer-portfolio",
link: "https://developer-portfolio-1hanzla100.vercel.app/",
},
{
name: "Giebo",
desc: "A Podcast Platform where creators can easily publish and sell their podcasts, and users can purchase with Handcash BitcoinSV, the future of fast and secure transactions.",
link: "https://gibeo.io/",
},
{
name: "O Mejor Oferta",
desc: "O Mejor Oferta is a mobile marketplace for buying and selling items nearby, helping users find deals on things they want and make money from items they no longer need.",
link: "https://play.google.com/store/apps/details?id=com.duseca.mejor_oferta",
},
{
name: "Hooligan Culture",
desc: "A Ecommerce Platform, where shopping meets the future! With HandCash BitcoinSV integration, you can authenticate and purchase products with ease and confidence.",
link: "https://hooliganculture.com/",
},
];
export const feedbacks: FeedbackType[] = [
{
name: "Syed Jamal",
role: "Frontend Developer at Meganos Software",
feedback:
"You were a wonderful addition to our team, alhumdulillah. I'm quite impressed with your abilities and professional practices. You approach problems from a unique perspective and always ask the right question. Finding a good teammate like Hanzla is extremely difficult. He has contributed to the growth of our organization and continues to do so. May Allah bless you with everything you desire.",
},
{
name: "Wajahat Malek",
role: "CEO at Duseca Software",
feedback:
"Hanzla has a deep understanding of web development technologies and is adept at using them to build scalable, robust, and secure web applications. He has worked on various projects, ranging from small-scale to large-scale, and has shown his ability to work collaboratively with others while maintaining a high level of productivity and quality. Hanzla is a pleasure to work with, and I have no doubt that he will be an asset to any team or organization. I highly recommend Hanzla for any Full Stack Django, React.js, or Blockchain development projects, and I wish him all the best in his future endeavors.",
},
{
name: "Zaid Zaffar",
role: "CEO at ZR Technologies",
feedback:
"Very skilled at what he does and has an in depth knowledge of Django and he's always ready to handle any challenges thrown at him. He's been a valuable member of my team and i look forward to working with him in the years to come",
},
];
// See object prototype on /types/section.ts page
export const seoData: SEODataType = {
title: "Hanzla Tauqeer",
description: greetings.description,
author: "Hanzla Tauqeer",
image: "https://avatars.githubusercontent.com/u/59178380?v=4",
url: "https://developer-portfolio-1hanzla100.vercel.app",
keywords: [
"Hanzla",
"Hanzla Tauqeer",
"@1hanzla100",
"1hanzla100",
"Portfolio",
"Hanzla Portfolio ",
"Hanzla Tauqeer Portfolio",
],
};