All Projects → dlresende → extreme-carpaccio

dlresende / extreme-carpaccio

Licence: BSD-3-Clause license
Slicing and coding game

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
PHP
23972 projects - #3 most used programming language
ruby
36898 projects - #4 most used programming language
C#
18002 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to extreme-carpaccio

kata-tcg
Code Kata for a two-player trading card game
Stars: ✭ 32 (-72.41%)
Mutual labels:  kata, coding-dojo, code-kata
developer-challenge
No description or website provided.
Stars: ✭ 36 (-68.97%)
Mutual labels:  challenge, contest
Competitive-Programming-Codes
Includes codes from coding competitions and contests over the internet. Languages:- Python3 and C++
Stars: ✭ 14 (-87.93%)
Mutual labels:  challenge, coding-challenge
Owasp Workshop Android Pentest
Learning Penetration Testing of Android Applications
Stars: ✭ 60 (-48.28%)
Mutual labels:  challenge, workshop
Javascript Exercises
📚 Collection of JavaScript exercises and coding challenges.
Stars: ✭ 385 (+231.9%)
Mutual labels:  exercise, coding-challenge
fx-trading-app
Forex Trading Application workshop
Stars: ✭ 23 (-80.17%)
Mutual labels:  workshop, exercise
Mlkatas
A series of self-correcting challenges for practicing your Machine Learning and Deep Learning skills
Stars: ✭ 58 (-50%)
Mutual labels:  challenge, exercise
theia-workshop
Theia Workshop - Building Cloud and Desktop IDEs
Stars: ✭ 38 (-67.24%)
Mutual labels:  workshop, exercise
RxKata
Learn Rx through Katas and exercises
Stars: ✭ 19 (-83.62%)
Mutual labels:  kata, exercise
Wtfiswronghere
A collection of simple errors that beginners are likely to hit when they start writing Python.
Stars: ✭ 240 (+106.9%)
Mutual labels:  challenge, exercise
nerdojo
🥋 Coding Dojo é uma forma de treinar suas habilidades em desenvolvimento de sistemas. Usamos o formato KATA. Nesse formato vamos apresentar o desafio e apresentar a proposta de solução (sem mostrar o código), e reunir as pessoas em equipes. Esse repositório serve como uma central de tudo o que acontece no NCD. Fique por dentro!
Stars: ✭ 36 (-68.97%)
Mutual labels:  coding-dojo, coding-challenge
coding challenge-38
Bomberjam AI
Stars: ✭ 19 (-83.62%)
Mutual labels:  challenge, coding-challenge
Hacktoberchallenges2018
Welcome! I need some help making my list... Learn how in the README
Stars: ✭ 35 (-69.83%)
Mutual labels:  challenge, fun
One Html Page Challenge
Can you create something cool without modern tools?
Stars: ✭ 205 (+76.72%)
Mutual labels:  challenge, coding-challenge
coding challenge-14
Understanding JavaScript and coding without the help of a library or tool
Stars: ✭ 22 (-81.03%)
Mutual labels:  challenge, coding-challenge
interview
Interview challenge for potential candidates.
Stars: ✭ 28 (-75.86%)
Mutual labels:  challenge, exercise
workshop
Workshop: Micromagnetics with Ubermag
Stars: ✭ 19 (-83.62%)
Mutual labels:  workshop
workshops
files from workshops
Stars: ✭ 21 (-81.9%)
Mutual labels:  workshop
birthday.py
🎉 A simple discord bot in discord.py that helps you understand the usage of SQL databases
Stars: ✭ 30 (-74.14%)
Mutual labels:  fun
R-data-wrangling
Materials for my my R data workshop. https://cengel.github.io/R-data-wrangling/
Stars: ✭ 17 (-85.34%)
Mutual labels:  workshop

Extreme Carpaccio

French version here.

Extreme Carpaccio is a coding game designed to encourage and favour incremental development and Continuous Delivery best practices.

During a Extreme Carpaccio session, the facilitator uses his/her computer as a server and sends HTTP requests to participant machines (generally organised in teams). Each request is a purchasing order, like those you have when you buy something somewhere. Participants then calculate the order's total amount and send the correct response back to the server. For every correct response, the participant earns points and increases his/her score. For bad responses, penalties are charged and the participant loses points. Participants should slice (or decouple) the problem in order to deploy small chunks of the solution into production as soon as possible and then score before others. This is the purpose of this exercise: define a slicing strategy, implement, deploy, check feedback, adapt the strategy, implement, deploy... and iterate as fast as possible. Those who don't slice and try go to production only once the whole solution is implemented risk to spend too much time before scoring, leaving the way free to other teams win.

This workshop, kata, or coding game is intented to help teams to practice concepts like Continuous Delivery, Lean Startup, eXtreme Programming, Agile Development, and more.

Ready for the challenge?

If you are a participant, go to clients/ to get more instructions and start playing.

If you are a facilitator, go to server/ and find out how to facilitate a session.

Have fun :D

People running Extreme Carpaccio

  • Find out what people are saying about Extreme Carpaccio on Twitter
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].