Shared posts

17 Jun 16:15

Haunting

Mommy milky….

03 Feb 16:10

Comic for February 03, 2021

Dilbert readers - Please visit Dilbert.com to read this feature. Due to changes with our feeds, we are now making this RSS feed a link to Dilbert.com.
01 Apr 20:44

Java 8 idioms: Function composition and the Collection Pipeline pattern

Endless looping isn't the only way to iterate collections in your code. Function Composition and Collection Pipeline are two patterns that let you use expressions, rather than statements, to sort collections in Java.