This repository contains training exercises for young programmers that need something more complex than create a factorial function as those will get you bored quickly. But don't expect too much, it's hard to find
Our exercises are more challenging, they require a lot of self-study, searching in Google and they are also tricky and sometimes misleading to challenge your brain.
But this is what programmer's real life is, so you are welcome.
Trainings are somewhat in the order we think you should learn specific programming language or framework and they are also becoming more and more challenging.
- We expect you to have at least some basic knowledge of any kind of programming and analysis. If you don't visit for example http://udemy.com or http://pluralsight.com and get some
- Read the description, technical details and sometimes hints carefully
- Try not to over do it, stay on the level of the training. For example, yes you could of course use Linq's ForEach but use simple for if you are asked to do so
- Do you think you are done? Think again and try to reduce your code to minimum (and think about the performance as well)
- Follow the naming conventions for example https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/general-naming-conventions
- And remember: Fight, fight, fight and when you feel like giving up fight twice more. You will be rewarded with self-esteem
At the moment there are only C# trainings but we will add some Javascript as well.