Tag: coding standards

Weekly Post 14th Sep 2018

Welcome Welcome to my weekly post. In this posts I share thought and ideas or fact that I have experienced during my last working week. We are all too busy to actually write entire blog post on any small details, but small and concise info can be gathered in just a few minutes, and writing…


What is Version Control in simple terms

In the past few months, I have spent my free time trying to support new developers to find their first commercial experience. Usually I find that most of these candidates are not far off from being technically ready, but what they really lack is knowledge of the “ecosystem” that experienced developers passively use without even considering it…


Write cleaner Javascript code with Eslint

Javascript has a bad reputation, and this is mainly due to the fact that it is too flexible to use. Many users would abuse this great feature of this language writing code that is very inconsistent and hard to follow. For example, simple inconsistency like single or double quote around strings, can make project seem…