This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* data/amithimani * Updated Link with correct Icon * Update amithimani.json
- Loading branch information
1 parent
b3ca94b
commit 44e4a2e
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"name": "Amit Himani", | ||
"type": "personal", | ||
"bio": "Cloud architect & performance engineering **SME**. Passionate about Chaos Engineering and helping customers achieve observability solutions in the cloud. Blogger in free time", | ||
"tags": [ | ||
"Open Source", | ||
"DevOps", | ||
"Chaos Engineering", | ||
"Performance Engineering", | ||
"Java", | ||
"Google Cloud Platform", | ||
"Microsoft Azure" | ||
], | ||
"socials": [{ | ||
"icon": "FaTwitter", | ||
"url": "https://twitter.com/amithimani1" | ||
}, | ||
{ | ||
"icon": "FaLinkedin", | ||
"url": "https://ie.linkedin.com/in/amithimani" | ||
}, | ||
{ | ||
"icon": "SiSubstack", | ||
"url": "https://amithimani.substack.com" | ||
} | ||
], | ||
"links": [{ | ||
"name": "View my Tweets", | ||
"url": "https://twitter.com/amithimani1", | ||
"icon": "FaTwitter" | ||
}, { | ||
"name": "Subscribe to my Newsletter", | ||
"url": "https://amithimani.substack.com", | ||
"icon": "SiSubstack" | ||
}, { | ||
"name": "Subscribe to my Blog", | ||
"url": "https://medium.com/@knowledge.cafe", | ||
"icon": "FaMedium" | ||
}, { | ||
"name": "Follow me on LinkedIn", | ||
"url": "https://ie.linkedin.com/in/amithimani", | ||
"icon": "FaLinkedin" | ||
}, { | ||
"name": "Read my Spring Interview Question Book", | ||
"url": "https://amithimani.gumroad.com/l/spring", | ||
"icon": "FaBook" | ||
}, { | ||
"name": "View my personal website", | ||
"url": "https://www.knowledge-cafe.dev", | ||
"icon": "FaWordpress" | ||
}] | ||
} |