From 6da08d619dc46e81a7a2f28b9f441a4e3111dfa1 Mon Sep 17 00:00:00 2001 From: Aviral Dasgupta Date: Wed, 3 Dec 2014 15:41:46 +0530 Subject: [PATCH] Added team reCode --- Teams/reCode/ABOUT.md | 11 +++++++++++ Teams/reCode/team.json | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 Teams/reCode/ABOUT.md create mode 100644 Teams/reCode/team.json diff --git a/Teams/reCode/ABOUT.md b/Teams/reCode/ABOUT.md new file mode 100644 index 0000000..51b631a --- /dev/null +++ b/Teams/reCode/ABOUT.md @@ -0,0 +1,11 @@ +About reCode +============ + +Team reCode consists of just me, Aviral Dasgupta, a current undergraduate Computer Science & Engineering student at KIIT University, Bhubaneshwar, India. I've been programming since I was twelve and have dabbled in everything ranging from homebrew dev for the Gameboy Advance, to web development. + +I like using technology to build smart solutions that get out of your way, but get your work done. + +About Skills +============ + +I can comfortably switch from backend to frontend, and mobile. This project in particular will consist of an Android app with a Python backend deployed on Google AppEngine and a realtime frontend for the web. diff --git a/Teams/reCode/team.json b/Teams/reCode/team.json new file mode 100644 index 0000000..6231209 --- /dev/null +++ b/Teams/reCode/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "reCode", + "members": [ + { + "name": "Aviral Dasgupta", + "twitter": "aviraldg", + "koding": "aviraldg", + "location": "Bhubaneshwar, IN" + } + ] +}