-
We all now live in a world where Remote working is a normal, accepted way of working. I know it has significantly improved my work / life balance as well as my productivity when at work. But not everyone finds making the transition from being office based to working at home easy. One of the main challenges some …
Read More -
Daily Stand-up’s
One important part of working in a successful team is good communication. Knowing what the rest of the team are working on, understanding what is coming next and being able to identify where you can help the rest of the team to remove blocking problems so we are all more productive. A great way to …
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