Latest Articles
Declare golang constant maps - is it possible? [SOLVED]
We can not declare constant maps directly in golang as other programming languages. In this tutorial we covered different workaround hacks to declare golang …
Monitor HTTP(s) traffic in Node.js [SOLVED]
Step by step instructions to setup and monitor https traffic using node.js with practical examples
How to pass parameters to function in GO [SOLVED]
In this tutorial we covered different scenarios to pass parameters to golang function. Pass int, string, float as parameter or pass map and channel as parameter …
Create 10 second timer countdown in JavaScript [SOLVED]
There are different timer functions available in javascript which can be used to create 10 second timer countdown such as setTimeout(), setInterval(), and …
Golang cast to string from different data types [SOLVED]
golang cast to string by converting Int type to string, converting Interface type to string, converting Boolean type to string
