Fatima Portfolio - Visual Studio Code
home.tsx
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
import { Developer } from '@fatima/portfolio';
import { Skills, Experience } from '@fatima/expertise';

interface SeniorEngineer {
name: string;
role: "Senior Software Engineer";
specialization: string[];
location: "Sahiwal, Punjab, Pakistan";
}

const fatima: SeniorEngineer = {
name: "Fatima Maqsood",
role: "Senior Software Engineer",
specialization: [
"Odoo ERP Development",
"Blockchain Development",
"Full Stack Development",
"Python & JavaScript",
],
location: "Sahiwal, Punjab, Pakistan",
};

const stats = {
projectsCompleted: 28, // Successful projects delivered
happyClients: 11, // Across multiple countries
experienceYears: 2.5,
satisfactionRate: "100%", // 5-star ratings
education: "BSCS from COMSATS",
};

/**
* Available for freelance opportunities
* Specialized in Odoo ERP & Blockchain
* Let's build something amazing together!
*/

fatima.getInTouch(); // Click to contact
fatima.viewProjects(); // See portfolio
fatima.downloadResume(); // Get CV/Resume

export default fatima;
main
⚠ 0✓ 0
Connected
10:40 AM