Java 17 (released yesterday) comes with many new features and enhancements. However, most of those require code changes to benefit from. Expect for performance. Simply switch your JDK ... (more…)
Read more »
Let’s start with the Shadoks Les Shadoks is a cartoon created by Jacques Rouxel which was first broadcast in France between 1968 and 1974.
Les Shadoks series had a lasting cultural impact, and introduced some lovely phrases/expressions that, to this day, ... (more…)
Read more »
Previous message (by thread): RFR: Initial push for type classes support... (more…)
Read more »
Underscore ("_") is a keyword in Java 9. If you use "_" as an identifier, javac of JDK 8+ issues a warning. javac of JDK 9, issues an error! To check and migrate your Java code to avoid using "_" as an identifier, you can use the following Nashorn script...
Read more »
Wordpress has an amazing REST API that lets you do pretty much anything that you would need. You can add users, add articles, create tags, create categories etc. (more…)
Read more »