How to convert int to string in Golang using strconv.Itoa and strconv.FormatInt methods.


How to convert a float to string in Golang using strconv.FormatFloat function.


How to convert a boolean to a string in Golang strconv.FormatBool method.


HP Microserver Gen8 - Install FreeNAS on SSD Drive remotely. Step by step installation instructions.


In order for the HP Microserver Gen8 to boot from the SSD/HDD installed into ODD bay need some configuration to be done. Step by step instructions.


JAXB Hello World Marshalling/Unmarshalling example: Object to XML and XML to Object.