Latest Articles
Golang Closure Function Tutorial [Practical Examples]
learn about the basics of golang closure function, how it is related to anonymous function. When should you use and how to use closure function in go code
Analyze TLS and mTLS Authentication with Wireshark
In this article, we will cover Mutual Transport Layer Security (mTLS). The protocol provides a method for mutual authentication. Unlike general usage of TLS
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 …
