From Quantum Computing for Developers by Johan Vos
This article discusses The Hadamard Gate: what it is, what it has to do with quantum computing, and how to create a simple quantum applications with a Hadamard Gate and some Java code
From JUnit in Action, Third Edition by Catalin Tudose
This article dives into JUnit 5’s architecture.
From Spark in Action, Second Edition by Jean Georges Perrin
This article explores consuming records in files with Spark.
| From Vert.x in Action by Julien Ponge
This article talks about what verticles are and delves a bit into how they work and how to write them. |
From Get Programming with Scala by Daniela Sfregola
The final part of the article series digs into using “for-comprehension” to chain optional values together.
Six questions (+1 bonus question) for Nicolai Parlog, author of The Java Module System
Nicolai Parlog is a developer, author, speaker, and trainer. His home is codefx.org.
This part of the article series delves into using map to transform an object contained in an Option and how to chain optional values together using flatMap.