Understanding the Basics of Node.js

Introduction In this tutorial, I want to introduce you to the basics of Node.js and this tutorial is a quick refresher. Before that, you have some basic knowledge about how javascript works, what you use it for and it’s base syntax. Overview Javascript is a weakly typed programming language. it’s …

Go Programming Variables, Data Types and Built-in Functions

Introduction In this article, we will see the variables and data types and Built-in Functions. The basic Data types, variables, keywords and control structures of our new language. Go has a C programming like feel when it comes to its syntax. It does not require a semicolon after two (or …