C++17 gives us one more wrapper type, std::any, that can hold anything in a type-safe way. Read on for the basics and some use cases for this wrapper type.
Check out this post on Oracle's Code One keynote outlines about future Java projects, including Project Panama, Valhalla, Amber, and Loom. Click here for more!
In the second half of this series, we take a look at how to install and upgrade your Helm Chart as well as how to roll it back and solve some common errors.
Want to learn more about how to fight Java memory leaks in your production system? Click here to learn more about fighting memory leaks without all your fancy tools!
Want to learn more about implementing data classes with the Java Persistence API (JPA)? Check out this post to learn more about using data classes in Kotlin.
Want to learn more about measuring method execution times? Check out this tutorial where we look at measuring method execution times with Spring AOP and AspectJ.
Let's learn how to convert text to speech in multiple languages using one of the important Cognitive Services APIs called Microsoft Text to Speech Service API.