Rsocket CLI tool less than 1 minute read Rsocket CLI https://github.com/making/rsc https://github.com/making/learning-rsocket-using-rsc Youtube demo https://www.youtube.com/watch?v=cFYUAzYypeM Share on Twitter Facebook LinkedIn Previous Next
C++ - Class template argument deduction guide less than 1 minute read A deduction guide tells the compiler how to deduce template arguments when you construct an object without explicitly specifying them.
C++ - Immediately Invoked Lambda Expression less than 1 minute read Immediately Invoked Lambda Expression technique on initialize the singleton
C++ - magic_enum compile time checking for enum_cast less than 1 minute read enum_cast can detect wrong case in compile time by using a constexpr with static_assert