The Java Java assert statement can be used for conditionally checking program invariants. Assertions are enabled or disabled with the desired level of granularity by Java Virtual Machine flags, as … (more…)
Read more »
How Pattern Matching is slowly changing the way you can write Java programs. This JEP Café tutorial covers Pattern Matching for Instanceof, Pattern Matching ... (more…)
Read more »
Instancio is a library for auto-populating objects with random data. - GitHub - instancio/instancio: Instancio is a library for auto-populating objects with random data. (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 »
Overview When developing web applications, we often need to integrate with other applications using SSL. This could be over different protocols such as HTTPS, IMAPS, or LDAPS. In this article, we'll cover what Java developers need to know about SSL cer... (more…)
Read more »