From 6b7259fc4e17c78126ddd73c95273005039ac6d4 Mon Sep 17 00:00:00 2001 From: Angel Ramirez Date: Wed, 26 Nov 2014 13:35:22 -0500 Subject: [PATCH 1/3] Create team.json --- Teams/Cu3mbY/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/Cu3mbY/team.json diff --git a/Teams/Cu3mbY/team.json b/Teams/Cu3mbY/team.json new file mode 100644 index 0000000..0780637 --- /dev/null +++ b/Teams/Cu3mbY/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "Cu3mbY", + "members": [ + { + "name": "Angel Ramirez", + "twitter": "angel_cuemby", + "koding": "angel-cuemby", + "location": "Delray Beach, FL", + "lead": true + }, + { + "name": "Alexandr Tasciuc", + "twitter": "americanet1985", + "koding": "atasiuc", + "location": "Delray Beach, FL" + }, + { + "name": "Juan Lopez", + "twitter": "onel0p3z", + "koding": "onel0p3z", + "location": "Delray Beach, FL" + }, + { + "name": "Cristina Solana", + "twitter": "nightshiftc", + "koding": "nightshiftc", + "location": "Miami, FL" + } + ] +} From b4d510ad53b91049c72a142f514c786f99c2da01 Mon Sep 17 00:00:00 2001 From: Angel Ramirez Date: Wed, 26 Nov 2014 15:22:49 -0500 Subject: [PATCH 2/3] Create ABOUT.md --- Teams/Cu3mbY/ABOUT.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Teams/Cu3mbY/ABOUT.md diff --git a/Teams/Cu3mbY/ABOUT.md b/Teams/Cu3mbY/ABOUT.md new file mode 100644 index 0000000..9991bcc --- /dev/null +++ b/Teams/Cu3mbY/ABOUT.md @@ -0,0 +1,33 @@ +About Cu3mBY Team +================= + +We are group of friends we love coding together, solve problems and have fun creating apps. + +#### Languajes +- Javascript + NodeJS (steroids) +- PHP +- Ruby +- Python +- Scala +- iOS +- Android +- (and more even brainfuck) + +#### What we love: +- RESTfuls APIS +- Docker +- Software as Services +- Decoupled Code +- Refactoring +- DDD + TDD + Tests !!! :D +- Nice and clean code + +##So let's introduce our Dream Team: +|Cristina | Alex | Juan | Angel +| ------- | ---- | ---- | ----- +|![GitHub Logo](https://avatars1.githubusercontent.com/u/524896?v=3&s=200) | ![GitHub Logo](https://avatars2.githubusercontent.com/u/3292625?v=3&s=200)| ![GitHub Logo](https://avatars0.githubusercontent.com/u/636987?v=3&s=200) | ![GitHub Logo](https://avatars1.githubusercontent.com/u/6215607?v=3&s=200) + +- https://github.com/CristinaSolana +- https://github.com/atasciuc +- https://github.com/onel0p3z +- https://github.com/angel-cuemby From 4908413181d89c180d6accaf9d69dd0b7b200db1 Mon Sep 17 00:00:00 2001 From: Angel Ramirez Date: Wed, 26 Nov 2014 17:44:12 -0500 Subject: [PATCH 3/3] Update team.json Changing state for country code --- Teams/Cu3mbY/team.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/Cu3mbY/team.json b/Teams/Cu3mbY/team.json index 0780637..36067e3 100644 --- a/Teams/Cu3mbY/team.json +++ b/Teams/Cu3mbY/team.json @@ -5,26 +5,26 @@ "name": "Angel Ramirez", "twitter": "angel_cuemby", "koding": "angel-cuemby", - "location": "Delray Beach, FL", + "location": "Delray Beach, US", "lead": true }, { "name": "Alexandr Tasciuc", "twitter": "americanet1985", "koding": "atasiuc", - "location": "Delray Beach, FL" + "location": "Delray Beach, US" }, { "name": "Juan Lopez", "twitter": "onel0p3z", "koding": "onel0p3z", - "location": "Delray Beach, FL" + "location": "Delray Beach, US" }, { "name": "Cristina Solana", "twitter": "nightshiftc", "koding": "nightshiftc", - "location": "Miami, FL" + "location": "Miami, US" } ] }