Skip to content

Commit 966ebe2

Browse files
committed
LinkedIn Profile
1 parent 6743ce1 commit 966ebe2

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

content/about.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,35 @@ date: '2025-12-01T01:01:00+05:30'
33
title: 'About'
44
---
55

6-
![Naveen](/assets/images/profile.png)
7-
86
## Hi there 👋🏼
97

108
I'm **Naveen**, a Solution Architect with over 16 years of experience building distributed systems across web, desktop, service, and mobile platforms.
119

10+
<div id="linkedin-badge"
11+
class="badge-base LI-profile-badge"
12+
data-locale="en_US"
13+
data-size="large"
14+
data-theme=""
15+
data-type="HORIZONTAL"
16+
data-vanity="spk2naveen"
17+
data-version="v1"></div>
18+
19+
<script>
20+
(function () {
21+
var theme =
22+
document.documentElement.getAttribute('data-theme') || 'light';
23+
var badge = document.getElementById('linkedin-badge');
24+
if (badge) {
25+
badge.setAttribute('data-theme', theme === 'dark' ? 'dark' : 'light');
26+
}
27+
})();
28+
</script>
29+
30+
<script src="https://platform.linkedin.com/badges/js/profile.js"
31+
async
32+
defer
33+
type="text/javascript"></script>
34+
1235
## My Focus
1336

1437
I specialize in **Cloud-Native, Distributed Systems** that are portable, scalable, and cloud-agnostic. My work centers on helping developers build production-ready applications using modern patterns and frameworks, with a particular emphasis on:
@@ -37,5 +60,4 @@ The content you'll find here reflects years of architecting solutions and tackli
3760
## Connect With Me
3861

3962
[![GitHub](https://img.shields.io/badge/GitHub-spicycoder-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/spicycoder)
40-
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Naveen_Kumar-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/spk2naveen)
4163
[![Twitter](https://img.shields.io/badge/Twitter-TheSpicyCoder-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/TheSpicyCoder)

0 commit comments

Comments
 (0)