Java 9 is released today, so let’s do a quick recap of the Java 9 support in IntelliJ IDEA, and have a peek at some of the upcoming features in IntelliJ IDEA 2017.3 for Java 9. (more…)
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 »
Tweets Collection related to: "Java was first released in mid-1995, just 6 months before JS.<br/><br/>By 98, when I went to college, Java was already used for all the first level courses in the CS program.<br/><br/>How did it catch... (more…)
Read more »
Simplify multithreaded programming by introducing an API for structured concurrency. Structured concurrency treats multiple tasks running in different threads as a single unit of work, thereby streamlining error handling and cancellation, improving reliab... (more…)
Read more »