mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-21 16:41:24 +02:00
chore: update roadmap content json (#8892)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
911f34cba4
commit
02e2aba320
@@ -68,7 +68,7 @@
|
||||
},
|
||||
"ew0AfyadpXPRO0ZY3Z19k": {
|
||||
"title": "Code Editors / IDEs",
|
||||
"description": "Code editors and IDEs are programs specifically designed for editing, managing and writing source code. They offer a wide range of features that make the development process easier and faster. Here's a brief introduction to some of the most popular code editors and IDEs for C++:\n\n* **Visual Studio**: Visual Studio is an Integrated Development Environment (IDE) for Windows, developed by Microsoft. It includes its own integrated compiler known as Microsoft Visual C++ (MSVC).\n \n* **Visual Studio Code (VSCode)**: Visual Studio Code is a popular, free, open-source, and lightweight code editor developed by Microsoft. It offers an extensive library of extensions that enhance functionality for C++ development.\n \n* **Sublime Text**: Sublime Text is a cross-platform text editor that is quite popular among developers due to its speed and minimalist design. It supports C++ with the help of plugins and has a variety of themes and packages available for customization.\n \n* **CLion**: CLion is an Integrated Development Environment (IDE) developed by JetBrains specifically for C and C++ developers. It provides advanced features like code completion, refactoring support, debugging, and more. It's worth noting that CLion is a commercial IDE, and there is no community version available; users are required to purchase a license for usage.\n \n\nThese are just a few examples, and there are many other code editors available, including Atom, Notepad++, and Geany. They all have their features and may suit different developers' needs. Finding the right code editor is often a matter of personal preference and workflow.\n\nTo work with C++ in your chosen code editor, you often need to install some additional tools and add-ons, such as compilers, linters, and debugger support. Make sure to follow the instructions provided in the editor's documentation to set up C++ correctly.\n\nLearn more from the following resources:",
|
||||
"description": "Code editors and IDEs are programs specifically designed for editing, managing and writing source code. They offer a wide range of features that make the development process easier and faster. Here's a brief introduction to some of the most popular code editors and IDEs for C++:\n\n* **Visual Studio**: Visual Studio is an Integrated Development Environment (IDE) for Windows, developed by Microsoft. It includes its own integrated compiler known as Microsoft Visual C++ (MSVC).\n \n* **Visual Studio Code (VSCode)**: Visual Studio Code is a popular, free, open-source, and lightweight code editor developed by Microsoft. It offers an extensive library of extensions that enhance functionality for C++ development.\n \n* **Sublime Text**: Sublime Text is a cross-platform text editor that is quite popular among developers due to its speed and minimalist design. It supports C++ with the help of plugins and has a variety of themes and packages available for customization.\n \n* **CLion**: CLion is an Integrated Development Environment (IDE) developed by JetBrains specifically for C and C++ developers. It provides advanced features like code completion, refactoring support, debugging, and more. It's worth noting that CLion is a commercial IDE, but there is community version available.\n \n\nThese are just a few examples, and there are many other code editors available, including Atom, Notepad++, and Geany. They all have their features and may suit different developers' needs. Finding the right code editor is often a matter of personal preference and workflow.\n\nTo work with C++ in your chosen code editor, you often need to install some additional tools and add-ons, such as compilers, linters, and debugger support. Make sure to follow the instructions provided in the editor's documentation to set up C++ correctly.\n\nLearn more from the following resources:",
|
||||
"links": [
|
||||
{
|
||||
"title": "Using C++ on Linux in VSCode",
|
||||
|
@@ -1,29 +1,8 @@
|
||||
{
|
||||
"uvnV1IjE8RV-FKDxHntUU": {
|
||||
"title": "Understand he Basics",
|
||||
"description": "A design system is a set of standards to manage design at scale by reducing redundancy while creating a shared language and visual consistency across different pages and channels.\n\nVisit the following resources to learn more:",
|
||||
"links": [
|
||||
{
|
||||
"title": "Design Systems 101",
|
||||
"url": "https://www.nngroup.com/articles/design-systems-101/",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "How to build your design system",
|
||||
"url": "https://www.figma.com/blog/design-systems-102-how-to-build-your-design-system/",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "Everything you need to know about Design Systems",
|
||||
"url": "https://uxdesign.cc/everything-you-need-to-know-about-design-systems-54b109851969",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "What is a Design System? Design Systems 101 for Designers",
|
||||
"url": "https://www.youtube.com/watch?v=wc5krC28ynQ",
|
||||
"type": "video"
|
||||
}
|
||||
]
|
||||
"understand-the-basics@uvnV1IjE8RV-FKDxHntUU.md": {
|
||||
"title": "Understand the Basics",
|
||||
"description": "",
|
||||
"links": []
|
||||
},
|
||||
"4PrkkoZ5fY-oow0O-bVhu": {
|
||||
"title": "What is a Design System?",
|
||||
|
Reference in New Issue
Block a user