-
The advances of Large Language Models (LLM) and "AI" has started to transform how we do things. Instead of spending hours figuring out how to word an email for example, you could, just ask an AI tool to do it for you. And this same technology is having an impact in the software development world as well. …
Read More -
A useful tool for learning a new language or exploring ideas like TDD is to use code Kata’s. A Code Kata is a small, reasonably simple problem. Here are a few example code Kata’s I have used.
CalcStats
Your task is to process a sequence of integer numbers to determine the following statistics:
- Minimum value
- Maximum …
Read More