mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-29 12:18:23 +01:00
fix: expand all internal roadmap urls (#7151)
This commit is contained in:
parent
c3118daa57
commit
951f97d5f0
@ -4,7 +4,7 @@ Git is a distributed version control system designed to handle projects of any s
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Learn Git & GitHub](/git-github)
|
||||
- [@roadmap@Learn Git & GitHub](https://roadmap.sh/git-github)
|
||||
- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=SWYqp7iY_Tc)
|
||||
- [@article@Learn Git with Tutorials, News and Tips - Atlassian](https://www.atlassian.com/git)
|
||||
- [@article@Git Cheat Sheet](https://cs.fyi/guide/git-cheatsheet)
|
||||
|
@ -4,7 +4,7 @@ GitHub is a web-based platform for version control and collaboration using Git.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Learn Git & GitHub](/git-github)
|
||||
- [@roadmap@Learn Git & GitHub](https://roadmap.sh/git-github)
|
||||
- [@official@GitHub Website](https://github.com)
|
||||
- [@video@What is GitHub?](https://www.youtube.com/watch?v=w3jLJU7DT5E)
|
||||
- [@video@Git vs. GitHub: Whats the difference?](https://www.youtube.com/watch?v=wpISo9TNjfU)
|
||||
|
@ -4,7 +4,7 @@ Go, also known as Golang, is a statically typed, compiled programming language d
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](/golang)
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](https://roadmap.sh/golang)
|
||||
- [@official@Go Reference Documentation](https://go.dev/doc/)
|
||||
- [@article@Go by Example - annotated example programs](https://gobyexample.com/)
|
||||
- [@article@Go, the Programming Language of the Cloud](https://thenewstack.io/go-the-programming-language-of-the-cloud/)
|
||||
|
@ -4,7 +4,7 @@ GraphQL is a query language for APIs and a runtime for executing those queries,
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@GraphQL Roadmap](/graphql)
|
||||
- [@roadmap@GraphQL Roadmap](https://roadmap.sh/graphql)
|
||||
- [@official@GraphQL Official Website](https://graphql.org/)
|
||||
- [@video@Tutorial - GraphQL Explained in 100 Seconds](https://www.youtube.com/watch?v=eIQh02xuVw4)
|
||||
- [@feed@Explore top posts about GraphQL](https://app.daily.dev/tags/graphql?ref=roadmapsh)
|
||||
|
@ -4,7 +4,7 @@ Java is a high-level, object-oriented programming language known for its portabi
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Java Roadmap](/java)
|
||||
- [@roadmap@Visit Dedicated Java Roadmap](https://roadmap.sh/java)
|
||||
- [@official@Java Website](https://www.java.com/)
|
||||
- [@article@W3 Schools Tutorials](https://www.w3schools.com/java/)
|
||||
- [@video@Complete Java course](https://www.youtube.com/watch?v=xk4_1vDrzzo)
|
||||
|
@ -4,7 +4,7 @@ JavaScript is a versatile, high-level programming language primarily used for ad
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](/javascript)
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](https://roadmap.sh/javascript)
|
||||
- [@article@The Modern JavaScript Tutorial](https://javascript.info/)
|
||||
- [@article@Build 30 Javascript projects in 30 days](https://javascript30.com/)
|
||||
- [@video@JavaScript Crash Course for Beginners](https://youtu.be/hdI2bqOjy3c?t=2)
|
||||
|
@ -4,7 +4,7 @@ MongoDB is a NoSQL, open-source database designed for storing and managing large
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated MongoDB Roadmap](/mongodb)
|
||||
- [@roadmap@Visit Dedicated MongoDB Roadmap](https://roadmap.sh/mongodb)
|
||||
- [@official@MongoDB Website](https://www.mongodb.com/)
|
||||
- [@official@Learning Path for MongoDB Developers](https://learn.mongodb.com/catalog)
|
||||
- [@article@MongoDB Online Sandbox](https://mongoplayground.net/)
|
||||
|
@ -4,7 +4,7 @@ Microsoft SQL Server (MS SQL) is a relational database management system develop
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@SQL Roadmap](/sql)
|
||||
- [@roadmap@SQL Roadmap](https://roadmap.sh/sql)
|
||||
- [@article@MS SQL website](https://www.microsoft.com/en-ca/sql-server/)
|
||||
- [@article@Tutorials for SQL Server](https://docs.microsoft.com/en-us/sql/sql-server/tutorials-for-sql-server-2016?view=sql-server-ver15)
|
||||
- [@video@SQL Server tutorial for beginners](https://www.youtube.com/watch?v=-EPMOaV7h_Q)
|
||||
|
@ -4,7 +4,7 @@ PostgreSQL is an advanced, open-source relational database management system (RD
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated PostgreSQL DBA Roadmap](/postgresql-dba)
|
||||
- [@roadmap@Visit Dedicated PostgreSQL DBA Roadmap](https://roadmap.sh/postgresql-dba)
|
||||
- [@official@Official Website](https://www.postgresql.org/)
|
||||
- [@article@Learn PostgreSQL - Full Tutorial for Beginners](https://www.postgresqltutorial.com/)
|
||||
- [@video@PostgreSQL in 100 Seconds](https://www.youtube.com/watch?v=n2Fluyr3lbc)
|
||||
|
@ -4,7 +4,7 @@ Python is a high-level, interpreted programming language known for its readabili
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](/python)
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](https://roadmap.sh/python)
|
||||
- [@official@Python Website](https://www.python.org/)
|
||||
- [@article@Automate the Boring Stuff](https://automatetheboringstuff.com/)
|
||||
- [@course@Python Full Course for free](https://www.youtube.com/watch?v=ix9cRaBkVe0)
|
||||
|
@ -4,7 +4,7 @@ Version Control Systems (VCS) are tools that manage and track changes to code or
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Learn Git & GitHub](/git-github)
|
||||
- [@roadmap@Learn Git & GitHub](https://roadmap.sh/git-github)
|
||||
- [@article@Git](https://git-scm.com/)
|
||||
- [@article@What is Version Control?](https://www.atlassian.com/git/tutorials/what-is-version-control)
|
||||
- [@video@Version Control System (VCS) - Everything you need to know](https://www.youtube.com/watch?v=SVkuliabq4g)
|
||||
|
@ -4,6 +4,6 @@ Angular is a component based front-end development framework built on TypeScript
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Angular Roadmap](/angular)
|
||||
- [@roadmap@Visit Dedicated Angular Roadmap](https://roadmap.sh/angular)
|
||||
- [@official@Official - Getting started with Angular](https://angular.io/start)
|
||||
- [@feed@Explore top posts about Angular](https://app.daily.dev/tags/angular?ref=roadmapsh)
|
||||
|
@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](/golang)
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](https://roadmap.sh/golang)
|
||||
- [@official@A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
|
||||
- [@official@Go Reference Documentation](https://go.dev/doc/)
|
||||
- [@article@Go by Example - annotated example programs](https://gobyexample.com/)
|
||||
|
@ -4,7 +4,7 @@ Python is a well known programming language which is both a strongly typed and a
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](/python)
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](https://roadmap.sh/python)
|
||||
- [@official@Python Website](https://www.python.org/)
|
||||
- [@official@Python Getting Started](https://www.python.org/about/gettingstarted/)
|
||||
- [@article@W3Schools - Python Tutorial ](https://www.w3schools.com/python/)
|
||||
|
@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated React Roadmap](/react)
|
||||
- [@roadmap@Visit Dedicated React Roadmap](https://roadmap.sh/react)
|
||||
- [@article@React Website](https://reactjs.org/)
|
||||
- [@article@Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
|
||||
- [@video@React JS Course for Beginners](https://www.youtube.com/watch?v=nTeuhbP7wdE)
|
||||
|
@ -4,7 +4,7 @@ Vue.js is an open-source JavaScript framework for building user interfaces and s
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Vue Roadmap](/vue)
|
||||
- [@roadmap@Visit Dedicated Vue Roadmap](https://roadmap.sh/vue)
|
||||
- [@article@Vue.js Website](https://vuejs.org/)
|
||||
- [@article@Official Getting Started](https://vuejs.org/v2/guide/)
|
||||
- [@video@Vue.js Course for Beginners](https://www.youtube.com/watch?v=FXpIoQ_rT_c)
|
||||
|
@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](/golang)
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](https://roadmap.sh/golang)
|
||||
- [@official@A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
|
||||
- [@official@Go Reference Documentation](https://go.dev/doc/)
|
||||
- [@article@Go by Example - annotated example programs](https://gobyexample.com/)
|
||||
|
@ -5,7 +5,7 @@ It was created in 1995 by James Gosling at Sun Microsystems and is one of the mo
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Java Roadmap](/java)
|
||||
- [@roadmap@Visit Dedicated Java Roadmap](https://roadmap.sh/java)
|
||||
- [@official@Java Website](https://www.java.com/)
|
||||
- [@article@W3 Schools Tutorials](https://www.w3schools.com/java/)
|
||||
- [@video@Java Crash Course](https://www.youtube.com/watch?v=eIrMbAQSU34)
|
||||
|
@ -4,7 +4,7 @@ Python is a well known programming language which is both a strongly typed and a
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](/python)
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](https://roadmap.sh/python)
|
||||
- [@official@Python Website](https://www.python.org/)
|
||||
- [@official@Python Getting Started](https://www.python.org/about/gettingstarted/)
|
||||
- [@article@Automate the Boring Stuff](https://automatetheboringstuff.com/)
|
||||
|
@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](/javascript)
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](https://roadmap.sh/javascript)
|
||||
- [@article@W3Schools – JavaScript Tutorial](https://www.w3schools.com/js/)
|
||||
- [@article@The Modern JavaScript Tutorial](https://javascript.info/)
|
||||
- [@video@JavaScript Crash Course for Beginners](https://youtu.be/hdI2bqOjy3c)
|
||||
|
@ -5,7 +5,7 @@ It was created in 1995 by James Gosling at Sun Microsystems and is one of the mo
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Java Roadmap](/java)
|
||||
- [@roadmap@Visit Dedicated Java Roadmap](https://roadmap.sh/java)
|
||||
- [@official@Java Website](https://www.java.com/)
|
||||
- [@article@W3 Schools Tutorials](https://www.w3schools.com/java/)
|
||||
- [@video@Java Crash Course](https://www.youtube.com/watch?v=eIrMbAQSU34)
|
||||
|
@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](/golang)
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](https://roadmap.sh/golang)
|
||||
- [@official@A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
|
||||
- [@official@Go Reference Documentation](https://go.dev/doc/)
|
||||
- [@article@Go by Example - annotated example programs](https://gobyexample.com/)
|
||||
|
@ -4,7 +4,7 @@ Python is a well known programming language which is both a strongly typed and a
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](/python)
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](https://roadmap.sh/python)
|
||||
- [@official@Python Website](https://www.python.org/)
|
||||
- [@official@Python Getting Started](https://www.python.org/about/gettingstarted/)
|
||||
- [@article@Automate the Boring Stuff](https://automatetheboringstuff.com/)
|
||||
|
@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](/golang)
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](https://roadmap.sh/golang)
|
||||
- [@official@A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
|
||||
- [@official@Go Reference Documentation](https://go.dev/doc/)
|
||||
- [@article@Go by Example - annotated example programs](https://gobyexample.com/)
|
||||
|
@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](/javascript)
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](https://roadmap.sh/javascript)
|
||||
- [@article@W3Schools – JavaScript Tutorial](https://www.w3schools.com/js/)
|
||||
- [@article@The Modern JavaScript Tutorial](https://javascript.info/)
|
||||
- [@video@JavaScript Crash Course for Beginners](https://youtu.be/hdI2bqOjy3c)
|
||||
|
@ -4,7 +4,7 @@ Python is a multi-paradigm language. Being an interpreted language, code is exec
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](/python)
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](https://roadmap.sh/python)
|
||||
- [@official@Python Website](https://www.python.org/)
|
||||
- [@official@Python Getting Started](https://www.python.org/about/gettingstarted/)
|
||||
- [@article@Automate the Boring Stuff](https://automatetheboringstuff.com/)
|
||||
|
@ -4,7 +4,7 @@ Angular is a component based front-end development framework built on TypeScript
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Angular Roadmap](/angular)
|
||||
- [@roadmap@Visit Dedicated Angular Roadmap](https://roadmap.sh/angular)
|
||||
- [@official@Official - Getting started with Angular](https://angular.io/start)
|
||||
- [@video@Angular for Beginners Course](https://www.youtube.com/watch?v=3qBXWUpoPHo)
|
||||
- [@feed@Explore top posts about Angular](https://app.daily.dev/tags/angular?ref=roadmapsh)
|
||||
|
@ -4,7 +4,7 @@ Flutter is a free and open-source multi-platform UI framework created by Google
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Flutter Roadmap](/flutter)
|
||||
- [@roadmap@Visit Dedicated Flutter Roadmap](https://roadmap.sh/flutter)
|
||||
- [@official@Flutter Website](https://flutter.dev)
|
||||
- [@official@Flutter for Desktop](https://flutter.dev/multi-platform/desktop)
|
||||
- [@video@Flutter Tutorial for Beginners](https://www.youtube.com/watch?v=1ukSR1GRtMU\&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ)
|
||||
|
@ -14,7 +14,7 @@ If you know a bit of programming, Dart is a typed object programming language. Y
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Flutter Roadmap](/flutter)
|
||||
- [@roadmap@Visit Dedicated Flutter Roadmap](https://roadmap.sh/flutter)
|
||||
- [@official@Flutter Website](https://flutter.dev)
|
||||
- [@video@Flutter Tutorial for Beginners](https://www.youtube.com/watch?v=1ukSR1GRtMU\&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ)
|
||||
- [@article@Learn Dart Programming](https://www.tutorialspoint.com/dart_programming/index.htm)
|
||||
|
@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](/javascript)
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](https://roadmap.sh/javascript)
|
||||
- [@article@The Modern JavaScript Tutorial](https://javascript.info/)
|
||||
- [@video@JavaScript Crash Course for Beginners](https://youtu.be/hdI2bqOjy3c?t=2)
|
||||
- [@article@Build 30 Javascript projects in 30 days](https://javascript30.com/)
|
||||
|
@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated React Roadmap](/react)
|
||||
- [@roadmap@Visit Dedicated React Roadmap](https://roadmap.sh/react)
|
||||
- [@official@React Website](https://react.dev)
|
||||
- [@official@Official Getting Started](https://react.dev/learn/tutorial-tic-tac-toe)
|
||||
- [@video@React JS Course for Beginners](https://www.youtube.com/watch?v=nTeuhbP7wdE)
|
||||
|
@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated React Roadmap](/react)
|
||||
- [@roadmap@Visit Dedicated React Roadmap](https://roadmap.sh/react)
|
||||
- [@official@React Website](https://react.dev)
|
||||
- [@official@Official Getting Started](https://react.dev/learn/tutorial-tic-tac-toe)
|
||||
- [@video@React JS Course for Beginners](https://www.youtube.com/watch?v=nTeuhbP7wdE)
|
||||
|
@ -4,7 +4,7 @@ Vue.js is an open-source JavaScript framework for building user interfaces and s
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Vue Roadmap](/vue)
|
||||
- [@roadmap@Visit Dedicated Vue Roadmap](https://roadmap.sh/vue)
|
||||
- [@official@Vue.js Website](https://vuejs.org/)
|
||||
- [@official@Official Getting Started](https://vuejs.org/v2/guide/)
|
||||
- [@video@Vue.js Course for Beginners](https://www.youtube.com/watch?v=FXpIoQ_rT_c)
|
||||
|
@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](/javascript)
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](https://roadmap.sh/javascript)
|
||||
- [@article@The Modern JavaScript Tutorial](https://javascript.info/)
|
||||
- [@video@JavaScript Crash Course for Beginners](https://youtu.be/hdI2bqOjy3c?t=2)
|
||||
- [@article@Build 30 Javascript projects in 30 days](https://javascript30.com/)
|
||||
|
@ -4,7 +4,7 @@ PostgreSQL, also known as Postgres, is a free and open-source relational databas
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated PostgreSQL DBA Roadmap](/postgresql-dba)
|
||||
- [@roadmap@Visit Dedicated PostgreSQL DBA Roadmap](https://roadmap.sh/postgresql-dba)
|
||||
- [@official@Official Website](https://www.postgresql.org/)
|
||||
- [@article@Learn PostgreSQL - Full Tutorial for Beginners](https://www.postgresqltutorial.com/)
|
||||
- [@video@Learn PostgreSQL Tutorial - Full Course for Beginners](https://www.youtube.com/watch?v=qw--VYLpxG4)
|
||||
|
@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated React Roadmap](/react)
|
||||
- [@roadmap@Visit Dedicated React Roadmap](https://roadmap.sh/react)
|
||||
- [@article@React Website](https://reactjs.org/)
|
||||
- [@article@Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
|
||||
- [@video@React JS Course for Beginners](https://www.youtube.com/watch?v=nTeuhbP7wdE)
|
||||
|
@ -4,7 +4,7 @@ Spring Boot is an open source, microservice-based Java web framework. The Spring
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Spring Boot Roadmap](/spring-boot)
|
||||
- [@roadmap@Visit Dedicated Spring Boot Roadmap](https://roadmap.sh/spring-boot)
|
||||
- [@official@Spring Boot](https://spring.io/projects/spring-boot/)
|
||||
- [@article@What is Spring Boot?](https://www.ibm.com/cloud/learn/java-spring-boot)
|
||||
- [@article@Spring Boot Tutorial](https://www.javaguides.net/2021/07/spring-boot-tutorial-for-beginners.html)
|
||||
|
@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](/golang)
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](https://roadmap.sh/golang)
|
||||
- [@official@A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
|
||||
- [@official@Go Reference Documentation](https://go.dev/doc/)
|
||||
- [@article@Go by Example - annotated example programs](https://gobyexample.com/)
|
||||
|
@ -4,7 +4,7 @@ Go is an open source programming language supported by Google. Go can be used to
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](/golang)
|
||||
- [@roadmap@Visit Dedicated Go Roadmap](https://roadmap.sh/golang)
|
||||
- [@official@A Tour of Go – Go Basics](https://go.dev/tour/welcome/1)
|
||||
- [@official@Go Reference Documentation](https://go.dev/doc/)
|
||||
- [@article@Go by Example - annotated example programs](https://gobyexample.com/)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Java Roadmap](/java)
|
||||
- [@roadmap@Visit Dedicated Java Roadmap](https://roadmap.sh/java)
|
||||
- [@article@Java Basics](https://www.w3schools.com/java/)
|
||||
- [@article@Learn the basics of Kotlin](https://blog.teamtreehouse.com/absolute-beginners-guide-kotlin)
|
||||
- [@article@Kotlin Docs](https://kotlinlang.org/docs/reference/basic-syntax.html)
|
||||
|
@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](/javascript)
|
||||
- [@roadmap@Visit Dedicated JavaScript Roadmap](https://roadmap.sh/javascript)
|
||||
- [@article@W3Schools – JavaScript Tutorial](https://www.w3schools.com/js/)
|
||||
- [@article@The Modern JavaScript Tutorial](https://javascript.info/)
|
||||
- [@video@JavaScript Crash Course for Beginners](https://youtu.be/hdI2bqOjy3c)
|
||||
|
@ -4,7 +4,7 @@ Python is a multi-paradigm language. Being an interpreted language, code is exec
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](/python)
|
||||
- [@roadmap@Visit Dedicated Python Roadmap](https://roadmap.sh/python)
|
||||
- [@official@Python Website](https://www.python.org/)
|
||||
- [@official@Python Getting Started](https://www.python.org/about/gettingstarted/)
|
||||
- [@article@Automate the Boring Stuff](https://automatetheboringstuff.com/)
|
||||
|
@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated React Roadmap](/react)
|
||||
- [@roadmap@Visit Dedicated React Roadmap](https://roadmap.sh/react)
|
||||
- [@article@React Website](https://reactjs.org/)
|
||||
- [@article@Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
|
||||
- [@article@Beta React Docs](https://reactjs.org/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user