How to convert a float to string in Golang

  • 11 June 2020
  • ADM

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


How to convert a boolean to a string in Golang

  • 26 June 2020
  • ADM

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


How to create a Java project with Maven

  • 07 August 2017
  • ADM

How to create a Java project with Maven. Simple steps to generate the project, import in Eclipse and run the application.


Flowing LED on RaspberryPi using Golang

  • 23 March 2017
  • ADM

Flowing LED on RaspberryPi using Golang. In this article will make a flowing LED strip flowing in both directions using Golang.


Blinking LED on Raspberry Pi using Golang

  • 20 March 2017
  • ADM

How to make a LED blinking on Raspberry Pi using Golang. Simple sample code using go-rpio library.


How to skip Maven unit tests

  • 18 October 2017
  • ADM

How to skip Maven unit test using Maven feature maven.test.skip and surefire plugin property skipTests.