Having searched multiple places, it seems there are mixed opinions on best way to start learning C++ across time and internet forums.
For experienced programmers (Python, JS, Java, Kotlin, etc.), what's the best way to pickup modern C++?
What are best resources you have come across for C++?
This is similar to asking "What is the best way to learn modern Java", where the answer will vary vastly based off what whether you're doing embedded, desktop, server, serverless, websites etc.
Possibilities for "modern" C++ domains. HPC, Machine Learning, Finance, Gamedev, Crypto, Scientific... Also keep in mind most are going to be writing C with Classes and target C++11 at most.