-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (101 loc) · 3.69 KB
/
index.html
File metadata and controls
105 lines (101 loc) · 3.69 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/profile.jpeg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO -->
<title>
Pratik Karanje | Engineering Leader & Solutions Architect | Python & AWS
</title>
<meta
name="description"
content="Pratik Karanje — Engineering Lead and Solutions Architect with 12+ years building Python backend platforms, AWS serverless applications, and cloud-native SaaS products. Open to new opportunities."
/>
<meta
name="keywords"
content="Pratik Karanje, Engineering Leader, Solutions Architect, Python Backend Developer, AWS Cloud, Serverless, Flask, Django, DynamoDB, PostgreSQL, Linux Foundation, Software Engineer Pune, Backend Platform Engineer, Cloud Native, SaaS, IoT, GraphQL, REST API, GitHub Actions, CI/CD, Agentic AI, Generative AI"
/>
<meta name="author" content="Pratik Karanje" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://pkaranje.github.io/" />
<!-- Open Graph (LinkedIn, Facebook) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pkaranje.github.io/" />
<meta
property="og:title"
content="Pratik Karanje | Engineering Leader & Solutions Architect"
/>
<meta
property="og:description"
content="12+ years building Python backend platforms, AWS serverless apps, and cloud-native SaaS products. Engineering Lead at The Linux Foundation."
/>
<meta
property="og:image"
content="https://pkaranje.github.io/profile.jpeg"
/>
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Pratik Karanje Portfolio" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://pkaranje.github.io/" />
<meta
name="twitter:title"
content="Pratik Karanje | Engineering Leader & Solutions Architect"
/>
<meta
name="twitter:description"
content="12+ years building Python backend platforms, AWS serverless apps, and cloud-native SaaS products."
/>
<meta
name="twitter:image"
content="https://pkaranje.github.io/profile.jpeg"
/>
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Pratik Karanje",
"jobTitle": "Engineering Leader & Solutions Architect",
"description": "Engineering Lead and Solutions Architect with 12+ years of experience in Python backend, AWS cloud, and SaaS platform development.",
"url": "https://pkaranje.github.io/",
"image": "https://pkaranje.github.io/profile.jpeg",
"email": "pratikkaranje03@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Pune",
"addressCountry": "IN"
},
"sameAs": [
"https://github.com/pkaranje",
"https://linkedin.com/in/pratikkaranje"
],
"knowsAbout": [
"Python",
"AWS",
"Flask",
"Django",
"Serverless",
"PostgreSQL",
"DynamoDB",
"GraphQL",
"REST APIs",
"CI/CD",
"GitHub Actions",
"Generative AI",
"Agentic AI",
"Cloud Architecture"
],
"worksFor": {
"@type": "Organization",
"name": "The Linux Foundation"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>