mirror of
https://github.com/salmer/CppDeveloperRoadmap.git
synced 2025-12-17 04:24:39 +03:00
Temporary added README duplicate
This commit is contained in:
58
English/README.md
Normal file
58
English/README.md
Normal file
@@ -0,0 +1,58 @@
|
||||
# C++ Developer Roadmap
|
||||
|
||||
## Additional languages: [Русский](../README.md)
|
||||
|
||||
C++ is still one of the [most popular development languages](https://insights.stackoverflow.com/survey/2021#technology-most-popular-technologies). There are quite a number of people that want to start learning it and become a C++ developer. They face with the questions: "Where should I start? What and in what order should I study? What books should I read?"
|
||||
|
||||
We tried to answer these questions in the presented roadmap. The map focuses on general competencies and skills that could be found in most projects. It is designed to help those who are just starting their education or have little experience. You can create a more productive learning plan without being distracted by side information if you study the set of listed materials. It will help you to master C++ at the level that is used in many commercial projects.
|
||||
|
||||
Before you start exploring the map, it's recommended to read the articles listed below.
|
||||
|
||||
|
||||
# Articles
|
||||
|
||||
1. [Why and what for the roadmap has been created?](Rationale.md)
|
||||
1. [Are you sure that you need C++?](SelfIdentification.md)
|
||||
1. [C++ - It's Not Rocket Science](FunCpp.md)
|
||||
1. [Application areas of C++](AreasOfApplication.md)
|
||||
1. [Myths and Legends of C++](Mythbusters.md)
|
||||
1. [Developers grading](Grades/Overview.md)
|
||||
1. [How to study?](HowToStudy.md)
|
||||
1. [Books and other resources about C++](Books/Overview.md)
|
||||
1. [Language toolkit](Tooling.md)
|
||||
1. [More resources about C++: documentation, community links, etc.](CommunitySources.md)
|
||||
|
||||
|
||||
# Road map
|
||||
|
||||
**The link**: [Miro - C++ Developer Roadmap](https://miro.com/app/board/o9J_lpap34Q=/)
|
||||
|
||||
|
||||
# License and conditions
|
||||
The roadmap is published under the license **CC BY-NC-SA 4.0**: [RUS](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.ru) || [ENG](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en). In a nutshell:
|
||||
|
||||
- You can share, adopt or copy any chunk of the presented materials only in case you share a link to the original sources
|
||||
- It's **PROHIBITED** to use any chunk of the materials with any commercial reason.
|
||||
|
||||
|
||||
# Feedback and communication
|
||||
|
||||
In case of any remarks, proposals or ideas don't hesitate to contact us. We really appreciate your support :)
|
||||
|
||||
Please use one of the following paths via Github:
|
||||
- In case of any proposal or modification in the **repository** content - create a new PR in [Pull Requests](https://github.com/salmer/CppDeveloperRoadmap/pulls)
|
||||
- In case of any proposal or modification in the **repository** content - submit a new Issue in [Issues](https://github.com/salmer/CppDeveloperRoadmap/issues) (Unfortunately, the Miro framework doesn't support a history tracker and the access to the roadmap is limited. We add all changes manually after their review and acceptance)
|
||||
|
||||
|
||||
# Contacts
|
||||
|
||||
Creators:
|
||||
- [Evgenii Melnikov](https://github.com/salmer),
|
||||
- [Dmitriy Dmitriev](https://github.com/DmitrievDmitriyA),
|
||||
- [Dmitriy Savin](https://github.com/SD57)
|
||||
|
||||
Reviewers:
|
||||
- [Sergey Tyulenev](https://github.com/marleeeeeey),
|
||||
- [Konstantin Komarov](https://github.com/MolinRE),
|
||||
- [Sergey Skliar](https://github.com/SergeiSkliar)
|
||||
- Community :)
|
||||
Reference in New Issue
Block a user