Dev
Welcome to my channel!
This channel specializes in Modern C++ programming and algorithm type problem solving.
My goal with each video is to help you grow as a software engineer. Let's learn and grow together!

copy vs move in C++ | std::move

understanding std::variant in modern C++

std::apply - Unpacking Tuples in C++ with Elegance

GCD and LCM in modern C++

what is the use case for std optional in modern C++ ?

what the hell is std any in C++ ?

Problem with implicit constructors and how explicit constructors can make code safer | C++

Leetcode 1 - Two sum | White board + Code Explanation | C++

Leetcode 49 - Group Anagrams | White Board + Code Explanation | C++

Leetcode 242 - Valid Anagram | White Board + Code Explanation | C++

Leetcode 217 - Contains Duplicate | White Board + Code Explanation | C++

Mastering std array in C++: Deep Dive with Examples and Best Practices! | std::array

Convert int to string in C++ | std::to_chars Explained! (Most Efficient method 🚀)

C++ std::string_view helps you avoid string copies

what is the use case for std::invoke in C++ ?

The right way to use C++ std::vector

C++ User defined deduction guide example

C++ Class template argument deduction in details with examples.

C++ Structured binding in detail with examples.