On January 23rd, 1996, Sun Microsystems announced the availability of Java 1.0, an object oriented, platform neutral programming language.
The fact that it was released as a freely available language and compiler for multiple platforms, coupled with it... (more…)
Read more »
One of the very first programs I ever made - a program to find valid english crossword fills given a grid pattern using beam search. I found as a jar file using the Wayback Machine! - khiner/Crossw... (more…)
Read more »
Meet JCypher: A Java Domain-Specific Language (DSL) for the Cypher graph query language – perfect for connected data use cases. (more…)
Read more »
Understanding the Java Executor Framework, Executor Services, Thread Pools, Fork Join Pools, Thread Pool Executors, Scheduled Executors in Java Concurrency. (more…)
Read more »
You can use this guide to understand how to connect to and query any database in Java. Covers JDBC API, as well as frameworks like Hibernate, jOOQ or Spring Data. (more…)
Read more »