Introduction to Node.js

Introduction In this tutorial, you’ll learn the importance of Nodejs and also understand the role & usage of Node.js. NodeJs was created to give us the possibility of running Javascript on this server-side. which means that we can understand requests may come to pass up on our server using javascript. …

Introduction to Struct in Go Programming

Introduction In this tutorial we’ll understand Struct in Golang, a Struct is another aggregate data type, another composite data type, as an aggregate type meaning groups together objects of arbitrary data types into one object. The struct is short for structure, by the way, this takes also straight from C. …