Skip to content

Commit 013b99b

Browse files
committed
feat: Update personal information and enhance resume details with improved content and structure
1 parent 6c61952 commit 013b99b

2 files changed

Lines changed: 128 additions & 124 deletions

File tree

data/data.ts

Lines changed: 32 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ export {
1010
const personalInfo = {
1111
name: "Muneer Shafi",
1212
dob: "March 3, 1997",
13-
address: "Pampore, Jammu and Kashmir, India",
13+
address: "India",
1414
email: "mcamuneershafi@gmail.com",
1515
phone: "+919906403770",
16+
title: "Senior Software Engineer",
17+
summary:
18+
"Senior Software Engineer with 5+ years of experience in Symfony, building large-scale ERP and logistics platforms. Strong expertise in Domain-Driven Design (DDD) and Test-Driven Development (TDD) with a focus on clean architecture, scalability, and long-term maintainability.",
1619
};
1720

1821
const socialLinks = [
@@ -24,22 +27,10 @@ const socialLinks = [
2427
},
2528
{
2629
name: "LinkedIn",
27-
url: "https://linkedin.com/in/muneer-shafi",
30+
url: "https://www.linkedin.com/in/muneer-shafi-618093190/",
2831
icon: "linkedin",
2932
color: "#0077b5",
3033
},
31-
{
32-
name: "Twitter",
33-
url: "https://twitter.com/zahid__muneer",
34-
icon: "twitter",
35-
color: "#1da1f2",
36-
},
37-
{
38-
name: "Instagram",
39-
url: "https://instagram.com/muneer__shafi",
40-
icon: "instagram",
41-
color: "#e4405f",
42-
},
4334
{
4435
name: "Email",
4536
url: "mailto:mcamuneershafi@gmail.com",
@@ -51,40 +42,46 @@ const socialLinks = [
5142
const educationInfo = [
5243
{
5344
college: "University of Kashmir",
54-
degree: "Masters in Computer Applications",
55-
yearOfPassing: "March 2021",
56-
university: "University of Kashmir",
57-
mode: "Regular",
58-
},
59-
{
60-
college: "University of Kashmir",
61-
degree: "Bachelors in Computer Applications",
62-
yearOfPassing: "June 2017",
45+
degree: "Master of Computer Applications",
46+
yearOfPassing: "2020",
6347
university: "University of Kashmir",
6448
mode: "Regular",
6549
},
6650
];
6751

6852
const frontendSkills = [
53+
{ name: "React.js with TypeScript", level: 90 },
6954
{ name: "Html/Css", level: 90 },
70-
{ name: "JavaScript/Typescript", level: 85 },
71-
{ name: "React", level: 80 },
72-
{ name: "Bootstrap", level: 75 },
55+
{ name: "JavaScript/Typescript", level: 90 },
56+
{ name: "State Management", level: 85 },
7357
];
7458
const backendSkills = [
75-
{ name: "Php (symfony) ", level: 90 },
76-
{ name: "Python (django)", level: 60 },
77-
{ name: "Node.js", level: 80 },
78-
{ name: "GraphQL", level: 70 },
79-
{ name: "RESTful APIs", level: 70 },
59+
{ name: "PHP 8+", level: 95 },
60+
{ name: "Symfony (5+ years)", level: 95 },
61+
{ name: "Domain-Driven Design (DDD)", level: 90 },
62+
{ name: "Test-Driven Development (TDD)", level: 90 },
63+
{ name: "RESTful APIs", level: 90 },
64+
{ name: "Doctrine ORM/DBAL", level: 85 },
65+
{ name: "PostgreSQL/MySQL", level: 85 },
66+
{ name: "GenAI & LLM Development", level: 85 },
8067
];
8168

8269
const otherSkills = [
83-
{ name: "SQL" },
70+
{ name: "MySQL" },
8471
{ name: "PostgreSQL" },
72+
{ name: "Redis" },
8573
{ name: "Docker" },
86-
{ name: "Git and Github" },
74+
{ name: "CI/CD Pipelines" },
75+
{ name: "Git" },
8776
{ name: "Test Driven Development" },
88-
{ name: "Agile Methodologies" },
89-
{ name: "Jira" },
77+
{ name: "Clean Architecture" },
78+
{ name: "SOLID Principles" },
79+
{ name: "Microservices" },
80+
{ name: "Event-Driven Systems" },
81+
{ name: "Symfony Messenger" },
82+
{ name: "API Platform" },
83+
{ name: "Symfony AI Bundle" },
84+
{ name: "Claude API Integration" },
85+
{ name: "Prompt Engineering" },
86+
{ name: "RAG Architectures" },
9087
];

0 commit comments

Comments
 (0)