/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sigpwned.com
| | kevinmontrose.com
5.7 parsecs away

Travel
| | After about three months of work, and some time in a production environment, the second half of Jil (a fast JSON library built on Sigil) is ready for release. Jil now supports both serializing and deserializing JSON. As with serialization, Jil deserialization supports very few configuration options and requires static typing. The interface is, accordingly,...
| | lewandowski.io
1.9 parsecs away

Travel
| | The aim of this post is to summarize and review ways of formatting Java Time objects using Spring Boot and Jackson library. This post is organized in five steps. Each step represents one aspect of the
| | www.thinkcode.se
6.2 parsecs away

Travel
| |
| | blog.jooq.org
22.2 parsecs away

Travel
| With Java 8 being mainstream now, people start using Streams for everything, even in cases where that's a bit exaggerated (a.k.a. completely nuts, if you were expecting a hyperbole here). For instance, take mykong's article here, showing how to collect a Map's entry set stream into a list of keys and a list of values:...