Skip to content

Commit f00270c

Browse files
committed
feat : add CNAME
1 parent 909df51 commit f00270c

2 files changed

Lines changed: 164 additions & 69 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Use cp or mv (like this: cp env.example .env), then edit .env with your GITHUB TOKEN.
55
// IMPORTANT: Don't forget to add to update your .gitignore with .env (to avoid making your key public!)
66

7-
REACT_APP_GITHUB_TOKEN = "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"
7+
REACT_APP_GITHUB_TOKEN = "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"
88
GITHUB_USERNAME = "ehsanera"
99
// Set to true to fetch profile data from GitHub (remember to remove all components relying on GitHub data if set to false)
1010
USE_GITHUB_DATA = "true"

src/portfolio.js

Lines changed: 163 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ const illustration = {
2020
};
2121

2222
const greeting = {
23-
username: "Saad Pasta",
24-
title: "Hi all, I'm Saad",
23+
username: "Ehsan Rafee",
24+
title: "Hi all, I'm ehsan",
2525
subTitle: emoji(
26-
"A passionate Full Stack Software Developer 🚀 having an experience of building Web and Mobile applications with JavaScript / Reactjs / Nodejs / React Native and some other cool libraries and frameworks."
26+
"As a seasoned Software Engineer with over 7 years of experience 🚀, I specialize in designing and implementing highly scalable API-based solutions with a focus on improving performance. My biggest achievements include creating efficient systems that have significantly improved business operations for various clients. With expertise in SQL databases, and clean architecture, my analytical thinking and problem-solving skills are second to none."
2727
),
2828
resumeLink:
29-
"https://drive.google.com/file/d/1ofFdKF_mqscH8WvXkSObnVvC9kK7Ldlu/view?usp=sharing", // Set to empty to hide the button
29+
"https://www.cakeresume.com/s--F7fCGZnY-rgyMap6mYWFyg--/ehsan-rafee", // Set to empty to hide the button
3030
displayGreeting: true // Set false to hide this section, defaults to true
3131
};
3232

3333
// Social Media Links
3434

3535
const socialMediaLinks = {
36-
github: "https://github.com/saadpasta",
37-
linkedin: "https://www.linkedin.com/in/saadpasta/",
38-
gmail: "saadpasta70@gmail.com",
39-
gitlab: "https://gitlab.com/saadpasta",
40-
facebook: "https://www.facebook.com/saad.pasta7",
41-
medium: "https://medium.com/@saadpasta",
42-
stackoverflow: "https://stackoverflow.com/users/10422806/saad-pasta",
36+
github: "https://github.com/ehsanera",
37+
linkedin: "https://www.linkedin.com/in/ehsan-rafee/",
38+
gmail: "ehsan.rafee.gk@gmail.com",
39+
// gitlab: "https://gitlab.com/saadpasta",
40+
// facebook: "https://www.facebook.com/saad.pasta7",
41+
medium: "https://medium.com/@ehsan.rafee.gk",
42+
stackoverflow: "https://stackoverflow.com/users/6892681/ehsan-rafee",
4343
// Instagram, Twitter and Kaggle are also supported in the links!
4444
// To customize icons and social links, tweak src/components/SocialMedia
4545
display: true // Set true to display this section, defaults to false
@@ -49,14 +49,14 @@ const socialMediaLinks = {
4949

5050
const skillsSection = {
5151
title: "What I do",
52-
subTitle: "CRAZY FULL STACK DEVELOPER WHO WANTS TO EXPLORE EVERY TECH STACK",
52+
subTitle: "CRAZY BACKEND SOFTWARE ENGINEER WHO WANTS TO EXPLORE EVERY COOL TECH.",
5353
skills: [
5454
emoji(
55-
"⚡ Develop highly interactive Front end / User Interfaces for your web and mobile applications"
55+
"⚡ Develop highly available Backend for your web and mobile applications."
5656
),
57-
emoji("⚡ Progressive Web Applications ( PWA ) in normal and SPA Stacks"),
57+
emoji("⚡ Development of responsive systems for high user numbers."),
5858
emoji(
59-
"⚡ Integration of third party services such as Firebase/ AWS / Digital Ocean"
59+
"⚡ Development of systems with the ability to connect with external systems such as banks and central insurance and any other external system that is necessary."
6060
)
6161
],
6262

@@ -65,56 +65,56 @@ https://fontawesome.com/icons?d=gallery */
6565

6666
softwareSkills: [
6767
{
68-
skillName: "html-5",
69-
fontAwesomeClassname: "fab fa-html5"
68+
skillName: "Java",
69+
fontAwesomeClassname: "fab fa-java"
7070
},
7171
{
72-
skillName: "css3",
73-
fontAwesomeClassname: "fab fa-css3-alt"
72+
skillName: "Spring Boot",
73+
fontAwesomeClassname: "fab fa-java"
7474
},
7575
{
76-
skillName: "sass",
77-
fontAwesomeClassname: "fab fa-sass"
76+
skillName: "C#",
77+
fontAwesomeClassname: "fab fa-c"
7878
},
7979
{
80-
skillName: "JavaScript",
81-
fontAwesomeClassname: "fab fa-js"
80+
skillName: "Asp.Net",
81+
fontAwesomeClassname: "fab fa-java"
8282
},
8383
{
84-
skillName: "reactjs",
85-
fontAwesomeClassname: "fab fa-react"
84+
skillName: "Multi Tenancy",
85+
fontAwesomeClassname: "fab fa-java"
8686
},
8787
{
88-
skillName: "nodejs",
89-
fontAwesomeClassname: "fab fa-node"
88+
skillName: "Hibernate",
89+
fontAwesomeClassname: "fab fa-java"
9090
},
9191
{
92-
skillName: "swift",
93-
fontAwesomeClassname: "fab fa-swift"
92+
skillName: "Design Pattern",
93+
fontAwesomeClassname: "fab fa-java"
9494
},
9595
{
96-
skillName: "npm",
97-
fontAwesomeClassname: "fab fa-npm"
96+
skillName: "Linux",
97+
fontAwesomeClassname: "fab fa-linux"
9898
},
9999
{
100-
skillName: "sql-database",
101-
fontAwesomeClassname: "fas fa-database"
100+
skillName: "Docker",
101+
fontAwesomeClassname: "fas fa-docker"
102102
},
103103
{
104-
skillName: "aws",
105-
fontAwesomeClassname: "fab fa-aws"
104+
skillName: "Golang",
105+
fontAwesomeClassname: "fab fa-golang"
106106
},
107107
{
108-
skillName: "firebase",
109-
fontAwesomeClassname: "fas fa-fire"
108+
skillName: "Git",
109+
fontAwesomeClassname: "fas fa-git"
110110
},
111111
{
112-
skillName: "python",
113-
fontAwesomeClassname: "fab fa-python"
112+
skillName: "Sql/NoSql",
113+
fontAwesomeClassname: "fab fa-database"
114114
},
115115
{
116-
skillName: "docker",
117-
fontAwesomeClassname: "fab fa-docker"
116+
skillName: "Redis",
117+
fontAwesomeClassname: "fab fa-java"
118118
}
119119
],
120120
display: true // Set false to hide this section, defaults to true
@@ -126,23 +126,28 @@ const educationInfo = {
126126
display: true, // Set false to hide this section, defaults to true
127127
schools: [
128128
{
129-
schoolName: "Harvard University",
130-
logo: require("./assets/images/harvardLogo.png"),
131-
subHeader: "Master of Science in Computer Science",
132-
duration: "September 2017 - April 2019",
133-
desc: "Participated in the research of XXX and published 3 papers.",
129+
schoolName: "Isfahan University Jahad Higher Education Institute",
130+
logo: require("./assets/images/jahad.png"),
131+
subHeader: "Bachelor Degree in Software Engineering",
132+
duration: "2013 - 2015",
133+
desc: "Activities and societies: Web Team, Volleyball. Passed software engineering courses include:",
134134
descBullets: [
135135
"Lorem ipsum dolor sit amet, consectetur adipiscing elit",
136136
"Lorem ipsum dolor sit amet, consectetur adipiscing elit"
137137
]
138138
},
139139
{
140-
schoolName: "Stanford University",
141-
logo: require("./assets/images/stanfordLogo.png"),
142-
subHeader: "Bachelor of Science in Computer Science",
143-
duration: "September 2013 - April 2017",
144-
desc: "Ranked top 10% in the program. Took courses about Software Engineering, Web Security, Operating Systems, ...",
145-
descBullets: ["Lorem ipsum dolor sit amet, consectetur adipiscing elit"]
140+
schoolName: "Islamic Azad University",
141+
logo: require("./assets/images/azad.png"),
142+
subHeader: "Associate degree in Software Engineering",
143+
duration: "2010 - April 2012",
144+
desc: "Activities and societies: Behavioral scientific article. Passed software engineering courses include:",
145+
descBullets: [
146+
"- Systematic thinking",
147+
"- Web basics",
148+
"- operating system",
149+
"- Network"
150+
]
146151
}
147152
]
148153
};
@@ -153,15 +158,55 @@ const techStack = {
153158
viewSkillBars: true, //Set it to true to show Proficiency Section
154159
experience: [
155160
{
156-
Stack: "Frontend/Design", //Insert stack or technology you have experience in
161+
Stack: "Java", //Insert stack or technology you have experience in
157162
progressPercentage: "90%" //Insert relative proficiency in percentage
158163
},
159164
{
160-
Stack: "Backend",
165+
Stack: "C#",
161166
progressPercentage: "70%"
162167
},
163168
{
164-
Stack: "Programming",
169+
Stack: "Postgres",
170+
progressPercentage: "60%"
171+
},
172+
{
173+
Stack: "Sql Server",
174+
progressPercentage: "60%"
175+
},
176+
{
177+
Stack: "Redis",
178+
progressPercentage: "60%"
179+
},
180+
{
181+
Stack: "Spring Boot",
182+
progressPercentage: "60%"
183+
},
184+
{
185+
Stack: "Spring Security",
186+
progressPercentage: "60%"
187+
},
188+
{
189+
Stack: "Spring Jpa",
190+
progressPercentage: "60%"
191+
},
192+
{
193+
Stack: "Spring Data",
194+
progressPercentage: "60%"
195+
},
196+
{
197+
Stack: "Spring Cloud",
198+
progressPercentage: "60%"
199+
},
200+
{
201+
Stack: "Asp.net",
202+
progressPercentage: "60%"
203+
},
204+
{
205+
Stack: "Linux",
206+
progressPercentage: "60%"
207+
},
208+
{
209+
Stack: "Docker",
165210
progressPercentage: "60%"
166211
}
167212
],
@@ -174,29 +219,79 @@ const workExperiences = {
174219
display: true, //Set it to true to show workExperiences Section
175220
experience: [
176221
{
177-
role: "Software Engineer",
178-
company: "Facebook",
222+
role: "Backend Engineer",
223+
company: "Today",
179224
companylogo: require("./assets/images/facebookLogo.png"),
180225
date: "June 2018 – Present",
181-
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
226+
desc: "Development of high-load systems in the field of physical access management and maintenance of existing systems.",
182227
descBullets: [
183228
"Lorem ipsum dolor sit amet, consectetur adipiscing elit",
184229
"Lorem ipsum dolor sit amet, consectetur adipiscing elit"
185230
]
186231
},
187232
{
188-
role: "Front-End Developer",
189-
company: "Quora",
190-
companylogo: require("./assets/images/quoraLogo.png"),
191-
date: "May 2017 – May 2018",
192-
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
233+
role: "Backend Engineer Java",
234+
company: "Shenazh ",
235+
companylogo: require("./assets/images/shenazh.webp"),
236+
date: "May 2022 - Apr 2023 · 1 yr",
237+
desc: "As a part-time software engineer at Shenazh, a construction startup that serves as a marketplace intermediary, my main responsibilities included:",
238+
descBullets: [
239+
"- Building and managing a technical team, fostering a collaborative work environment, and ensuring high-quality work.",
240+
"- Conducting technical analysis of business demands and end-users, ensuring that the product met the needs of all stakeholders.",
241+
"- Implementing the backend system, ensuring that the system was scalable, efficient, and met the needs of the users."
242+
]
243+
},
244+
{
245+
role: "Backend Engineer .net",
246+
company: "Bimer ",
247+
companylogo: require("./assets/images/bimer.jpeg"),
248+
date: "May 2022 - Apr 2023 · 1 yr",
249+
desc: "As a software engineer at Bimer, acting as an intermediary between insurance providers and insurance sellers, as well as direct sales to the user, my main responsibilities are:",
250+
descBullets: [
251+
"- The dot net framework was successfully upgraded from version 3.1 to 6, ensuring compatibility and using new features for enhanced functionality.",
252+
"- Optimized performance up to 40% for SQL database and dot grid backend, improving overall system performance.",
253+
"- Designing and implementing a new system using .NET 7 and Postgres SQL database, meeting specific requirements and achieving desired results.",
254+
"- Demonstrated strong problem-solving skills and a proactive approach to identifying and addressing potential challenges, ensuring smooth operation of supporting infrastructure.",
255+
"- Collaborate with cross-functional teams to gather requirements, ensure seamless integration of new system and effective communication between departments."
256+
]
257+
},
258+
{
259+
role: "Backend Engineer Java",
260+
company: "Zamin ",
261+
companylogo: require("./assets/images/balonet.jpeg"),
262+
date: "Apr 2018 - Mar 2022 · 4 yrs",
263+
desc: "Zamin Company is a single-product software company specializing in Balonet, a professional messenger. As a software engineer with the company, my primary focus was on the development of messaging and management systems, as well as the core product. Some of my key contributions include:",
264+
descBullets: [
265+
"- Streamlined the distribution process of Balonet's white-label manufacturing and sales by architecting and developing a cloud management system, resulting in higher efficiency and faster time to market.",
266+
"- Developed custom dashboard systems for various organizations and companies, providing real-time data visualization and analysis capabilities for improved decision-making.",
267+
"- Created the Balonet bots framework, which simplified the process of developing custom chatbots in multiple programming languages, enabling businesses to leverage the power of conversational AI.",
268+
"- Contributed to the development of the core Balonet product, focusing on messaging and management systems to improve the user experience and functionality.",
269+
"- Collaborated with cross-functional teams to ensure seamless integration of different components and systems, resulting in a cohesive and reliable product."
270+
]
193271
},
194272
{
195-
role: "Software Engineer Intern",
196-
company: "Airbnb",
197-
companylogo: require("./assets/images/airbnbLogo.png"),
198-
date: "Jan 2015 – Sep 2015",
199-
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
273+
role: "Backend Engineer .net",
274+
company: "Kasra",
275+
companylogo: require("./assets/images/kasra.jpeg"),
276+
date: "Mar 2017 - Feb 2018 · 1 yr",
277+
desc: "As a software company with a long-standing reputation, Kasra specializes in office automation, traffic automation, and feeding solutions. Here are some of the key projects I contributed to during my time with the company:",
278+
descBullets: [
279+
"- Successfully implemented an offline patch installation project for the support team and end-users, ensuring seamless software updates without internet connectivity.",
280+
"- Developed a guest subsystem for traffic automation, improving the user experience and streamlining the system's functionality.",
281+
"- Collaborated with the artificial intelligence team to integrate a dashboard system with Power BI into the main system, providing real-time data visualization and analysis for stakeholders."
282+
]
283+
},
284+
{
285+
role: "Junior Backend Developer .net",
286+
company: "Freelancer ",
287+
companylogo: require("./assets/images/freelancer.jpg"),
288+
date: "Mar 2016 - Feb 2017 · 1 yr",
289+
desc: "My experience as a Backend Developer freelancer has allowed me to work on a variety of projects using a range of technologies. Some of my notable achievements include:",
290+
descBullets: [
291+
"- Developing the NegahNo websi,te project, which focused on best practices of Asp.net MVC, SQL database, and Bootstrap in the film and cinema industry.",
292+
"- Building a web-based platform for bridge maintenance using SQL Server and Asp.net MVC.",
293+
"- Creating software to manage the internal processes of a small company using Sql Lite and Windows Form."
294+
]
200295
}
201296
]
202297
};

0 commit comments

Comments
 (0)