Keep learning balanced
July 24 2022
When starting the career as a front-end developer it's easy to fall into one of extremes. We either get over-concentrated on one specific…
When starting the career as a front-end developer it's easy to fall into one of extremes. We either get over-concentrated on one specific…
Simple functions are easy to read and use. When a function starts to have more than 3 arguments it becomes much harder to use it correctly…
Developers like to approach code writing in the way of thinking. By doing so the following constructions appear. Notice something odd here…
Sometimes developers tend to write code in a verbose way. Despite it does the job it's better to simplify the code. With a simple change it…