Category: Database, Kubernetes, Docker

Before we start to talk about my first impressions of Golang, I prefer just give a little introduction to my technique background. This type of language is very used to manage electronic devices because you have all control of your hardware and the machine understand easier the code, so the process of compilation and response is really fast. But when we develop to the web, this type of language is not so productive, so we using other languages like Javascript, Java, C#, Python, etc. These languages are easier to read and write than C or Assembly because syntax is more like human language and consequently we are more productive, delivering more using less time.

Nowadays I work with NodeJS developing Web APIs, and to be honest, is easy to read a Javascript code like a human, then I can write a bunch of code fast.

Related Articles