It is known that a good programmer must have many skills. In addition to being able to program, he should have general IT knowledge, know English, be able to think logically, be able to solve problems, search for information, etc. [...]
When writing applications, you will often use ready-made libraries and classes that were written by other people and you will not have access to their source code. If you need a method that is not in a given class, you will probably [...]
In a previous blog post, I touched on exception handling in C#. I've introduced you to some popular methods of throwing exceptions that are often used by programmers. Then I also mentioned that if we want to handle an [...]
An integral part of developers' work is fixing bugs in the application. It is not so easy to predict all scenarios of how users will work with your application. That's why sometimes (or maybe even often) they report errors (which may [...]
A person who starts learning programming has many options. There are a lot of materials and methods of learning, but what is the best way to learn programming these days to get the best results? When I took my first steps in [...]
I have participated in many job interviews during my career. Some with better results and some with worse results. Make no mistake, not every conversation went perfectly. If you want to become a programmer, you will also miss [...]
It's not easy to become a programmer. A person who decides that he or she wants to learn programming and become a junior programmer has a lot of difficult choices to make right from the start. First of all, he has to choose what [...]