From fb8cc451af196386816737facdfd8cabce30394b Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 22 Nov 2014 00:06:23 +0500 Subject: [PATCH 1/9] Added J-Unit team info --- Teams/J-Unit/ABOUT.md | 32 ++++++++++++++++++++++++++++++++ Teams/J-Unit/team.json | 18 ++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 Teams/J-Unit/ABOUT.md create mode 100644 Teams/J-Unit/team.json diff --git a/Teams/J-Unit/ABOUT.md b/Teams/J-Unit/ABOUT.md new file mode 100644 index 0000000..169978f --- /dev/null +++ b/Teams/J-Unit/ABOUT.md @@ -0,0 +1,32 @@ +J-Unit +================ + +We are Ali and Bobby, a strong developer / designer team. Ali is located in Lahore, +Pakistan, while Bobby is in Boston, U.S. + +We met during work a few months ago. Due to our complimentary skills and good working chemistry, +we decided we'd be the dream team for going into a hackathon together. + +About us +=========================== +Our team has a yin/yang philosophy. Bobby, the yin, does all the design, CSS, +and UX work. Ali, the yang, does the backend programming to bring everything together. +This works great, as we have skills that compliment each other's weaknesses. + +Our name, 'J-Unit', comes from Ali's love of hip hop and +unit testing, mixed with the fact that we use Java as our programming language of +choice, both for the client and server side. + +Our biggest motivation for participating in this hackathon, is so we can have a shot at an interview +with some of the awesome VCs which are on the judges panel. Our dream is to do a startup. + + +Our Skills +======= +- Java +- [GWT](http://www.gwtproject.org) +- CSS3 +- HTML5 +- PhoneGap + + diff --git a/Teams/J-Unit/team.json b/Teams/J-Unit/team.json new file mode 100644 index 0000000..d8aa19e --- /dev/null +++ b/Teams/J-Unit/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "J-Unit", + "members": [ + { + "name": "Bobby Degrot", + "twitter": "bdegrot", + "koding": "eonns", + "location": "Boston, US" + }, + { + "name": "Ali Akhtar", + "twitter": "AliAkhtar_", + "koding": "digitman2", + "location": "Lahore, Pakistan" + "lead": true + } + ] +} From 517cc6f85d56ffb786e61f4a9f5e6e2140c8c881 Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 22 Nov 2014 00:09:58 +0500 Subject: [PATCH 2/9] Some grammar fixes and minor improvements --- Teams/J-Unit/ABOUT.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Teams/J-Unit/ABOUT.md b/Teams/J-Unit/ABOUT.md index 169978f..f574626 100644 --- a/Teams/J-Unit/ABOUT.md +++ b/Teams/J-Unit/ABOUT.md @@ -4,8 +4,8 @@ J-Unit We are Ali and Bobby, a strong developer / designer team. Ali is located in Lahore, Pakistan, while Bobby is in Boston, U.S. -We met during work a few months ago. Due to our complimentary skills and good working chemistry, -we decided we'd be the dream team for going into a hackathon together. +We met during work a few months ago. Due to our complimentary skills and good work chemistry, +we decided we'd be the dream team for going into this hackathon together. About us =========================== @@ -18,7 +18,8 @@ unit testing, mixed with the fact that we use Java as our programming language o choice, both for the client and server side. Our biggest motivation for participating in this hackathon, is so we can have a shot at an interview -with some of the awesome VCs which are on the judges panel. Our dream is to do a startup. +with some of the awesome VCs which are on the judges' panel. Our dream is to do a startup, +and we have a few awesome ideas that we'd love to pitch. Our Skills From 75ca66697e8bf36fb81989e370fd68fa9d7944fe Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 22 Nov 2014 00:14:08 +0500 Subject: [PATCH 3/9] Minor wording change --- Teams/J-Unit/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/J-Unit/ABOUT.md b/Teams/J-Unit/ABOUT.md index f574626..3763244 100644 --- a/Teams/J-Unit/ABOUT.md +++ b/Teams/J-Unit/ABOUT.md @@ -19,7 +19,7 @@ choice, both for the client and server side. Our biggest motivation for participating in this hackathon, is so we can have a shot at an interview with some of the awesome VCs which are on the judges' panel. Our dream is to do a startup, -and we have a few awesome ideas that we'd love to pitch. +and we have an awesome idea that we'd love to pitch. Our Skills From ff97dc68b6e5280e32fd31522fe8ad0388dbd507 Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 22 Nov 2014 00:36:09 +0500 Subject: [PATCH 4/9] Improved some wording and added some more details --- Teams/J-Unit/ABOUT.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Teams/J-Unit/ABOUT.md b/Teams/J-Unit/ABOUT.md index 3763244..3dec32c 100644 --- a/Teams/J-Unit/ABOUT.md +++ b/Teams/J-Unit/ABOUT.md @@ -11,11 +11,11 @@ About us =========================== Our team has a yin/yang philosophy. Bobby, the yin, does all the design, CSS, and UX work. Ali, the yang, does the backend programming to bring everything together. -This works great, as we have skills that compliment each other's weaknesses. +This works great, as we have skills that compliment each others' weaknesses. -Our name, 'J-Unit', comes from Ali's love of hip hop and -unit testing, mixed with the fact that we use Java as our programming language of -choice, both for the client and server side. +Our name, 'J-Unit', comes from our mutual love of hip hop and +Ali's love of unit testing, mixed with the fact that we use Java as our main programming language, +for both client and server side. Our biggest motivation for participating in this hackathon, is so we can have a shot at an interview with some of the awesome VCs which are on the judges' panel. Our dream is to do a startup, @@ -30,4 +30,9 @@ Our Skills - HTML5 - PhoneGap +There will be a lot of teams that will be doing yet another CRUD app, or yet another +spin on some existing website. We hope to do something different, ambitious, and technically +hard to pull off. Something that should push our limits, both on the design and +development sides. + From f5cac332aff3bdb2c92e7c380a3a54ca9ffd8cc4 Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 22 Nov 2014 00:37:46 +0500 Subject: [PATCH 5/9] Another minor language change --- Teams/J-Unit/ABOUT.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Teams/J-Unit/ABOUT.md b/Teams/J-Unit/ABOUT.md index 3dec32c..d3c9f54 100644 --- a/Teams/J-Unit/ABOUT.md +++ b/Teams/J-Unit/ABOUT.md @@ -13,9 +13,8 @@ Our team has a yin/yang philosophy. Bobby, the yin, does all the design, CSS, and UX work. Ali, the yang, does the backend programming to bring everything together. This works great, as we have skills that compliment each others' weaknesses. -Our name, 'J-Unit', comes from our mutual love of hip hop and -Ali's love of unit testing, mixed with the fact that we use Java as our main programming language, -for both client and server side. +Our name, 'J-Unit', comes from our mutual love of hip hop and unit testing, +mixed with the fact that we use Java as our main programming language, for both client and server side. Our biggest motivation for participating in this hackathon, is so we can have a shot at an interview with some of the awesome VCs which are on the judges' panel. Our dream is to do a startup, From 8497d7849eeff060836d910102d065a7336022e2 Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 22 Nov 2014 00:38:48 +0500 Subject: [PATCH 6/9] Fixed some grammar --- Teams/J-Unit/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/J-Unit/ABOUT.md b/Teams/J-Unit/ABOUT.md index d3c9f54..e7921c3 100644 --- a/Teams/J-Unit/ABOUT.md +++ b/Teams/J-Unit/ABOUT.md @@ -32,6 +32,6 @@ Our Skills There will be a lot of teams that will be doing yet another CRUD app, or yet another spin on some existing website. We hope to do something different, ambitious, and technically hard to pull off. Something that should push our limits, both on the design and -development sides. +development front. From e5882af9dd4f15a22b4a7f869472b6ec5570cec1 Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 22 Nov 2014 00:40:34 +0500 Subject: [PATCH 7/9] Trimmed down some sections --- Teams/J-Unit/ABOUT.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Teams/J-Unit/ABOUT.md b/Teams/J-Unit/ABOUT.md index e7921c3..4f23580 100644 --- a/Teams/J-Unit/ABOUT.md +++ b/Teams/J-Unit/ABOUT.md @@ -29,9 +29,4 @@ Our Skills - HTML5 - PhoneGap -There will be a lot of teams that will be doing yet another CRUD app, or yet another -spin on some existing website. We hope to do something different, ambitious, and technically -hard to pull off. Something that should push our limits, both on the design and -development front. - From aeb9f4b393b904629d7b30097d35416dc72580e8 Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 22 Nov 2014 01:14:05 +0500 Subject: [PATCH 8/9] Fixed json error --- Teams/J-Unit/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/J-Unit/team.json b/Teams/J-Unit/team.json index d8aa19e..8eadd51 100644 --- a/Teams/J-Unit/team.json +++ b/Teams/J-Unit/team.json @@ -11,7 +11,7 @@ "name": "Ali Akhtar", "twitter": "AliAkhtar_", "koding": "digitman2", - "location": "Lahore, Pakistan" + "location": "Lahore, Pakistan", "lead": true } ] From a414df8ed3608523998add5a4509d0d198b23cb7 Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 22 Nov 2014 01:15:44 +0500 Subject: [PATCH 9/9] Changed country name to code in json --- Teams/J-Unit/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/J-Unit/team.json b/Teams/J-Unit/team.json index 8eadd51..900fece 100644 --- a/Teams/J-Unit/team.json +++ b/Teams/J-Unit/team.json @@ -11,7 +11,7 @@ "name": "Ali Akhtar", "twitter": "AliAkhtar_", "koding": "digitman2", - "location": "Lahore, Pakistan", + "location": "Lahore, PK", "lead": true } ]