One task that you may have to do from time to time is to convert a string into a list of values.
This may be done in different forms, but in this article, we are going to see 2 ways.
Continue readingSoftware engineering and personal development
One task that you may have to do from time to time is to convert a string into a list of values.
This may be done in different forms, but in this article, we are going to see 2 ways.
Continue readingOne of the first algorithms that we are usually taught is finding either the smallest or the largest element in a list of elements by iterating through every element in a list.
Let’s assume that we are trying to find the smallest element in a list.
The algorithm is quite straightforward and intuitive even for a 5-year-old: You assume that the first element is the smallest and save its value in a variable.
Continue readingIt’s inevitable that you need to work with lists in your day-to-day job.
A list of users. A list of store items. A list of objects.
One potentially rare task that you may need to do is get a random element in a list.
Continue readingWhen you see famous developers in the industry, you tend to think highly of them.
Somehow you think that you are the only person who is facing job rejections.
They are always able to get whichever job they want, and it was always like that. When we take a closer look, it cannot be further from the truth.
Continue reading© 2024 Fatos Morina
Theme by Anders Noren — Up ↑