Latest Articles
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
Golang Bool to String Type Casting [2 Methods]
There are 2 methods to convert golang bool to string type. We can use FormatBool() function or Sprintf() function for the type casting
