Latest Articles
Golang Maps Explained in layman's terms with Examples
Declaring golang maps using the var keyword, Initializing map using map literal, Initializing golang map using the make() function, Adding Key value pair in a …
How to log an object in Node.js [Practical Examples]
Learning how to log an object in Node.js helps you work with objects comfortably. Although you can use multiple ways to console-log an object's content, the
Go Anonymous Function Explained [Practical Examples]
What are Anonymous Functions in golang? Declaring anonymous function in Go Invoking Anonymous Function in Go Use variable to execute anonymous function Passing …
10 locate command examples in Linux [Cheat Sheet]
find is another popular command-line tool for searching files and directories in the Linux system. Both locate and find commands have similar functionality,
How to read json data format in Go [Practical examples]
We shall discuss the following:- What is JSON? Read JSON Data to map Read JSON Data to struct Save JSON Data Using Marshal() (converting from a Go data type to …
