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.


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 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.


log4j.properties basic examples

  • 09 February 2017
  • ADM

log4j.properties basic examples. Output to the console and to the file.


How to sort objects with Comparable and Comparator in Java

  • 04 February 2017
  • ADM

How to sort objects with Comparable and Comparator in Java. Primitive array and list sorting. Java Object sorting with Comparable and Comparator.


How to calculate date/time difference in Java

  • 16 January 2017
  • ADM

How to calculate the date and time difference in Java using a simple method of division and remainder of division.