# Conan Resources | |
- https://github.com/uilianries/katacoda-conan | |
❌ Code Complete (2nd edition) by Steve McConnell
✅ The Pragmatic Programmer
❌ Structure and Interpretation of Computer Programs
❌ The C Programming Language by Kernighan and Ritchie
❌ Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
- Code Complete (2nd edition) by Steve McConnell
- The Pragmatic Programmer
- Structure and Interpretation of Computer Programs
- The C Programming Language by Kernighan and Ritchie
- Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
- Design Patterns by the Gang of Four
- Refactoring: Improving the Design of Existing Code
- The Mythical Man Month
Source : https://nullprogram.com/blog/2018/11/21/
Here’s the list for CppCon 2017. These are roughly ordered from highest to lowest recommendation:
- Matt Godbolt “What Has My Compiler Done for Me Lately? Unbolting the Compiler’s Lid”
- Chandler Carruth “Going Nowhere Faster”
- James McNellis “Everything You Ever Wanted to Know about DLLs”
- https://www.taylordesseyn.com/freeguides
- https://www.pluralsight.com/courses/resumes-research-writing-job-hunt
- https://app.pluralsight.com/library/courses/work-life-balance/
- https://app.pluralsight.com/library/courses/leading-emotional-intelligence/
- https://www.engineeringcareeraccelerator.com/ecagroupweb
Rubular is a Ruby-based regular expression editor. It's a handy way to test regular expressions as you write them. To start, enter a regular expression and a test string.
Regular expression editor, text string matcher, live explanations for regular expressions while you type, regular expressions quick reference, unit tests, code generator in various languages and a lot more..