These are C++ links I like to read:
- HackingCPP Cheatsheet: It has a lot of good C++ cheet sheets to algorithms and methods with graphs and images. Very appreciate this site.
- HackingCPP Tutorials: Good tutorials which are comprehensive with many examples
- CPP Core Guidelines: C++ guidelines which is used by many companies and projects. Setting up the checker for the guideline is given in this post.
- Algorithm Mnemonics: Shortcuts for std algorithms also available for Visual Studio Code. See post.
Useful links to Software Architecture topics:
- aim42: Software Architecture method collection.
- arc42: Architecture documentation method which is useful for many projects.
Some Software Architecture books I like:
- arc42 by Example: Software architecture documentation in practice: Software architecture documentation using arc42 method.
- Effektive Softwarearchitekturen: Ein praktischer Leitfaden: Easily written an understanable book about software architecture in practice
- Basiswissen für Softwarearchitekten: Aus- und Weiterbildung nach iSAQB-Standard zum Certified Professional for Software Architecture – Foundation Level: Basics for software architecture and preparation for iSAQB foundation level exam.