-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add my profile JSON object to the repository
- Loading branch information
1 parent
b373271
commit bba925c
Showing
1 changed file
with
51 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -1269,4 +1269,54 @@ | |
} | ||
] | ||
|
||
} | ||
} | ||
{ | ||
"fullName": "Jigyasu Singh Chouhan", | ||
"location": "Ahmedabad, India", | ||
"bio": "DevOps Engineer & Python Developer | AWS, Docker, Jenkins | CI/CD Expert | Kubernetes, Ansible, Terraform | MySQL, Python, SQL | Git, SonarQube, Grafana | AWS & Azure.", | ||
"contact": { | ||
"email": "[email protected]", | ||
"phone": "+91-9876543210" | ||
}, | ||
"imageUrl": "https://developers.google.com/static/profile/badges/events/community/devfest/2022/discover/badge.svg", | ||
"website": "https://jigyasusinghchouhan.github.io/", | ||
"skills": [ | ||
"Angular", | ||
"Android", | ||
"Python", | ||
"SQL", | ||
"Shell Scripting", | ||
"Git", | ||
"Docker", | ||
"Jenkins CI/CD", | ||
"Terraform", | ||
"Ansible", | ||
"Kubernetes", | ||
"SonarQube", | ||
"Grafana", | ||
"JIRA", | ||
"Prometheus", | ||
"AWS", | ||
"Azure", | ||
"Automation", | ||
"Configuration Management", | ||
"Monitoring" | ||
], | ||
"links": [ | ||
{ | ||
"icon": "website", | ||
"link": "https://jigyasusinghchouhan.github.io", | ||
"name": "Portfolio" | ||
}, | ||
{ | ||
"icon": "github", | ||
"link": "https://github.com/Jigyasusinghchouhan", | ||
"name": "GitHub" | ||
}, | ||
{ | ||
"icon": "linkedin", | ||
"link": "https://in.linkedin.com/in/jigyasusinghchouahn", | ||
"name": "LinkedIn" | ||
} | ||
] | ||
} |