Dart has like most other programming languages the Set data structure. A set is an unordered collection of objects where every object can only occure once.
Continue readingBlogging about tech, health and life
Dart has like most other programming languages the Set data structure. A set is an unordered collection of objects where every object can only occure once.
Continue readingDart uses literals for some types like string or collections to provide an easy and intuitive use of these objects. We will learn how to use the literals.
Continue readingA while loop is a control structure that allows us to repeat a number of operations multiple times. In contrast to a for loop the while loop takes only a condition and repeats as long as the condition holds.
Continue readingToday it’s always a funny story when meeting new colleagues, back in time we thought it was a genius idea.
I was 15 years old and in high school. I was into programming since I was 13. Most days after school when I came home I sit down at my computer and begun to code.
I watched a bunch of german java tutorials since java seemed to be one of the best options to learn first. My goal was to create a game – what else could a young boy have thought of.
© 2021 Dimitrios Begnis
Theme by Anders Noren — Up ↑