Which programming language should I learn?
TLDR; Getting started with programming is the hardest part. Installing the IDE, adding dependencies, writing your first test. Pick whichever language you have someone to help you with, or you have a tutorial to work through. Switching languages when you know one is not too hard so do not worry about being stuck with a language, focus on getting started.
Are there any programming Katas related to testing?
What would be suitable Code Katas for people wanting to learn how to code to support their testing?
A simple explanation of dependency injection
For the longest time I didn’t know what dependency injection meant - anytime I looked it up I glazed over thinking it really complicated.


