Blinking LED on Raspberry Pi using Python

  • 21 March 2017
  • ADM

How to make a LED blinking on Raspberry Pi using Python. Simple Python code sample.


How to install golang on Windows

  • 07 March 2017
  • ADM

How to install golang on Windows. Simple method using MSI installer or ZIP archive plus some windows variables setup.


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.


JUnit 3 vs JUnit 4 Comparison

  • 01 March 2017
  • ADM

Junit 3 vs Junit 4 Comparison. Junit 4 is introducing new features like annotations, static import, timeout.


How to send emails using JavaMail

  • 08 February 2017
  • ADM

How to send emails using JavaMail. Simple example using a gmail account and proxy settings if needed.


Java 8 forEach examples

  • 07 February 2017
  • ADM

Java 8 forEach examples. Map and list loop using lambda, method reference, stream and filter.