Comfort zone abandoned, first blog post out
https://blog.miszczak.dev/post/code-katas/?utm_source=mastodon
Code Katas
There is a lot about what code kata is on the web, but I will allow myself a brief introduction anyway. Code kata is simply a coding exercise. It’s your testing ground for learning new technologies, frameworks, and libraries, as well as comparing different approaches, without the pressure of a real-world project. Your goal is to create a minimal implementation of some project, allowing you to focus on specific learning objectives. The excercise should not take too much time (I prefer to not exceed 1 hour). You can skip some practices that you would do in a real project, such as input validation, authorization, etc., and focus on what’s important to you right now. However, I recommend that you continue writing tests, especially in the TDD approach.