How to convert a string to a boolean type in Golang

  • 11 November 2017
  • ADM

How to convert a string to a boolean type in Golang using strconv.ParseBool method.


Installation failed: Could not create directory in WordPress

  • 15 June 2017
  • ADM

When you get the "Installation failed: Could not create directory." in WordPress, you can follow these two easy steps.


Enum examples in Java

  • 24 April 2017
  • ADM

Enum examples in Java. Simple enum usage. How to convert String to Enum object. Enum object with fields and methods.


How to convert VirtualBox to VMware virtual machine

  • 07 March 2017
  • ADM

How to convert VirtualBox to VMware virtual machine. Converting your existing VM to OVF you will be able to import it into another virtual machine program.


How to fix Cannot change version of project facet Dynamic Web Module to 3.1 Error in Eclipse

  • 13 February 2017
  • ADM

How to fix Cannot change version of project facet Dynamic Web Module to 3.1 Error in Eclipse. 5 simple steps.


Log4j 1.2.x basic example

  • 10 February 2017
  • ADM

This tutorial presents log4j 1.2.x basic examples. How to log a message and an exception.