Added content inside IDEs and VS Code sections, present inside DevRel Roadmap (#7039)

* Update src/data/roadmaps/devrel/content/vs-code@j5nNSYI8s-cH8EA6G1EWY.md

* Update src/data/roadmaps/devrel/content/ides@KdFYmj36M2jrGfsYkukpo.md


---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
pull/7053/head
Satyam Vyas 2 months ago committed by GitHub
parent d3c259e79f
commit e99c88aae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/data/roadmaps/devrel/content/ides@KdFYmj36M2jrGfsYkukpo.md
  2. 10
      src/data/roadmaps/devrel/content/vs-code@j5nNSYI8s-cH8EA6G1EWY.md

@ -1 +1,9 @@
# IDEs
# IDEs
The concept of Integrated Development Environments (IDEs) traces its roots back to the 1960s and 1970s when basic text editors and simple programming tools were used in early computing. The first notable IDEs emerged with the rise of Unix systems in the 1970s, such as the EMACS text editor, which included features like code editing and debugging. Today, IDEs have become essential for developers, supporting multiple programming languages and integrating cloud-based tools, continuous integration, and real-time collaboration. IDEs like Visual Studio Code, IntelliJ IDEA, and Eclipse are widely adopted by developers across industries.
Learn more from the following resources:
- [@article@History of IDEs](https://multiqos.com/blogs/guide-to-integrated-development-environment/#:~:text=While%20TurboPascal%20may%20have%20popularized,significant%20popularity%20in%20the%201980s.)
- [@official@Visual Studio Code](https://code.visualstudio.com/)
- [@official@JetBrains IDEs](https://www.jetbrains.com/)

@ -1 +1,9 @@
# VS Code
# VS Code
Visual Studio Code (VSCode) was first announced by Microsoft in 2015 and quickly became one of the most popular and widely used Integrated Development Environments (IDEs). Built on [Electron](https://www.electronjs.org/), a framework that allows web technologies like JavaScript, HTML, and CSS to create desktop applications, VSCode offers a lightweight and highly extensible platform for developers. VSCode focuses on being a streamlined code editor with the ability to install extensions that add features such as debugging, version control, and language-specific tooling. Microsoft's vision was to create a flexible environment that could cater to all types of developers, from beginners to seasoned professionals.
Learn more from the following resources:
- [@course@video@FreeCodeCamp Crash Course](https://www.youtube.com/watch?v=WPqXP_kLzpo)
- [@official@video@VS Code basics](https://www.youtube.com/watch?v=B-s71n0dHUk)
- [@official@Visual Studio Code](https://code.visualstudio.com/)

Loading…
Cancel
Save