Tagged Questions
54
votes
12answers
7k views
Your favorite code kata [closed]
What are your favorite code kata?
What do you do to practice software development?
Where do you go to find new small projects to practice?
We already know Jeff Atwood's answers.
7
votes
3answers
2k views
Assignments, i.e. Code Kata, for Coding Dojos
I would like to gather a list of assignments, i.e. Code Kata, for Coding Dojos. Please provide a name and a short description of the assignment or a link.
I'll kick off things with FizzBuzz.
Update
...
2
votes
3answers
424 views
Scaling exercises to practice
I was trying to find online some exercises to practice scaling techniques (memchached, SQL Optimization, sharding dbs), but I could only find descriptions of these techniques, not any project on which ...
1
vote
1answer
240 views
Looking for C# generics/delegate katas
Any recommendations for katas covering generics and delegates in C#?
Most of the member on my team can code generics and delegates, but always require a quick look at the documentation or an example ...