From cd34af76a647ec8d5bb8f85906abc06e910cbf2f Mon Sep 17 00:00:00 2001 From: vyaskartik2001 Date: Thu, 27 Nov 2014 23:11:02 +0530 Subject: [PATCH 1/3] Added Team Information, One Man Army!! :) Added Team Information, One Man Army!! Twitter Handle is @Kartik_Vyas , URL is: https://twitter.com/Kartik_Vyas Also I have a blog if interested: cartikvyas.blogpost.com --- Teams/MAVERICK/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/MAVERICK/team.json diff --git a/Teams/MAVERICK/team.json b/Teams/MAVERICK/team.json new file mode 100644 index 0000000..72bcf07 --- /dev/null +++ b/Teams/MAVERICK/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "MAVERICK", + "members": [ + { + "name": "Kartik Vyas", + "twitter": "vyaskartik2001", + "koding": "vyaskartik2001", + "location": "Pune,India" + } + ] +} From cb39c86ac17d56e7dc540f69b244de64613d16f0 Mon Sep 17 00:00:00 2001 From: vyaskartik2001 Date: Thu, 27 Nov 2014 23:20:00 +0530 Subject: [PATCH 2/3] Added an about file --- Teams/MAVERICK/ABOUT.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Teams/MAVERICK/ABOUT.md diff --git a/Teams/MAVERICK/ABOUT.md b/Teams/MAVERICK/ABOUT.md new file mode 100644 index 0000000..40ff2ed --- /dev/null +++ b/Teams/MAVERICK/ABOUT.md @@ -0,0 +1,25 @@ +#Team MAVERICK + +I am applying for the competition as a solo. I have over 5 years of full time experience in IT industry. +I hold a bachelors in computer engineering from University of Mumbai. + +My skill ranges mainly include below: + +Proficient +-DB and PL\SQL Developer +-DBA +-Shell Scripting + +Intermeddiate +-Java +-Python + +I am an avid technical and non technical write, this is my blog link: cartikvyas.blogspot.com +I am a tech geek, and a self proclaimed, non humble genius! \m/ +I have completed a 24 hour world hackathon in my company couple months back, where I built a cloud based smart fire +management system based on the IOT paradigm, which is still a novel concept. Mainly done using shell scripting and MySQL +along with some APIs, had my brain work in nitrous mode for 24 god damn hours, and followed by 2 days of rest!! :P + +I have also learnt Java, Python and can do basic coding in them. I am passionate about DB though, but I like coding too. + +#Peace From c9376c7e97b6ab530b59adc596af20436a9d056b Mon Sep 17 00:00:00 2001 From: vyaskartik2001 Date: Thu, 27 Nov 2014 23:36:06 +0530 Subject: [PATCH 3/3] Updating country as two char --- Teams/MAVERICK/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/MAVERICK/team.json b/Teams/MAVERICK/team.json index 72bcf07..44e0db8 100644 --- a/Teams/MAVERICK/team.json +++ b/Teams/MAVERICK/team.json @@ -5,7 +5,7 @@ "name": "Kartik Vyas", "twitter": "vyaskartik2001", "koding": "vyaskartik2001", - "location": "Pune,India" + "location": "Pune,IN" } ] }