Skip to content

Commit

Permalink
Add new katas to index (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyde committed Feb 7, 2024
1 parent 2f391c0 commit 27dfd31
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,18 @@ Here you can find slides for Clean Code conversations or classes.
| 7 | Coding Dojo | Hyper-optimized Telemetry Kata ([Python][hyper-optimized-telemetry-python], [C++][hyper-optimized-telemetry-cpp]) |
| 8 | Discussion | Student Code Demo |
| 9 | Discussion | Mocking |
| 10 | Coding Dojo | |
| 10 | Coding Dojo | Tire Pressure Monitoring Kata ([Python][tire-pressure-kata-python], [C++][tire-pressure-kata-cpp]) |
| 11 | Discussion | Transformation Priority Premise |
| 12 | Coding Dojo | |
| 12 | Coding Dojo | "99 Bottles of Beer" Kata ([Python][99-bottles-kata-python], [C++][99-bottles-kata-cpp]) |
| 13 | Discussion | Student Code Demo 2 |

[roman-numerals-python]: https://github.com/Coding-Cuddles/roman-numerals-python-kata
[roman-numerals-cpp]: https://github.com/Coding-Cuddles/roman-numerals-cpp-kata
[mars-rover-python]: https://github.com/Coding-Cuddles/mars-rover-python-kata
[mars-rover-cpp]: https://github.com/Coding-Cuddles/mars-rover-cpp-kata
[hyper-optimized-telemetry-python]: https://github.com/Coding-Cuddles/hyper-optimized-telemetry-python-kata
[hyper-optimized-telemetry-cpp]: https://github.com/Coding-Cuddles/hyper-optimized-telemetry-cpp-kata
[tire-pressure-kata-python]: https://github.com/Coding-Cuddles/tire-pressure-monitoring-python-kata
[tire-pressure-kata-cpp]: https://github.com/Coding-Cuddles/tire-pressure-monitoring-cpp-kata
[99-bottles-kata-python]: https://github.com/Coding-Cuddles/99-bottles-of-beer-python-kata
[99-bottles-kata-cpp]: https://github.com/Coding-Cuddles/99-bottles-of-beer-cpp-kata
15 changes: 12 additions & 3 deletions _site/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -293,7 +293,9 @@ <h3>Advanced TDD (Green Belt)</h3>
<tr>
<td>10</td>
<td>Coding Dojo</td>
<td>
<td>Tire Pressure Monitoring Kata
(<a href="https://github.com/Coding-Cuddles/tire-pressure-monitoring-python-kata">Python</a>,
<a href="https://github.com/Coding-Cuddles/tire-pressure-monitoring-cpp-kata">C++</a>)
</td>
</tr>
<tr>
Expand All @@ -304,9 +306,16 @@ <h3>Advanced TDD (Green Belt)</h3>
<tr>
<td>12</td>
<td>Coding Dojo</td>
<td>
<td>"99 Bottles of Beer" Kata
(<a href="https://github.com/Coding-Cuddles/99-bottles-of-beer-python-kata">Python</a>,
<a href="https://github.com/Coding-Cuddles/99-bottles-of-beer-cpp-kata">C++</a>)
</td>
</tr>
<tr>
<td>13</td>
<td>Discussion</td>
<td>Student Code Demo 2</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 27dfd31

Please sign in to comment.