lefticus - Jason Turner
I am regular conference speaker, trainer, and C++ contractor.
I am available for code reviews and on-site training.
- Host of the YouTube channel C++ Weekly
- Host of the YouTube channel The Programmer
- Ex-co-host of CppCast
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseI am regular conference speaker, trainer, and C++ contractor.
I am available for code reviews and on-site training.
A template CMake project to get you started with C++ and tooling
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
fuzzing It throws novel inputs at your code, and tries to see what will happen. Can be used to very quickly find memory errors and vulnerabilities.