1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-16 21:58:30 +01:00

Remove trailing slashes from the roadmap pages

This commit is contained in:
Kamran Ahmed 2023-01-20 20:13:19 +04:00
parent 5b93bc42db
commit 750e6e5a36
28 changed files with 28 additions and 28 deletions

View File

@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
Visit the following resources to learn more:
- [Visit Dedicated JavaScript Roadmap](/javascript/)
- [Visit Dedicated JavaScript Roadmap](/javascript)
- [W3Schools JavaScript Tutorial](https://www.w3schools.com/js/)
- [The Modern JavaScript Tutorial](https://javascript.info/)
- [Exploring JS: JavaScript books for programmers](https://exploringjs.com/)

View File

@ -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:
- [Visit Dedicated Go Roadmap](/golang/)
- [Visit Dedicated Go Roadmap](/golang)
- [A Tour of Go Go Basics](https://go.dev/tour/welcome/1)
- [Go Reference Documentation](https://go.dev/doc/)
- [Go by Example - annotated example programs](https://gobyexample.com/)

View File

@ -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:
- [Visit Dedicated Java Roadmap](/java/)
- [Visit Dedicated Java Roadmap](/java)
- [Java Website](https://www.java.com/)
- [Codeacademy - Free Course](https://www.codecademy.com/learn/learn-java)
- [W3 Schools Tutorials](https://www.w3schools.com/java/)

View File

@ -6,7 +6,7 @@ If you pick up JavaScript for the Backend, my personal recommendation would be t
Visit the following resources to learn more:
- [Visit Dedicated JavaScript Roadmap](/javascript/)
- [Visit Dedicated JavaScript Roadmap](/javascript)
- [W3Schools JavaScript Tutorial](https://www.w3schools.com/js/)
- [The Modern JavaScript Tutorial](https://javascript.info/)
- [Eloquent Javascript - Book](https://eloquentjavascript.net/)

View File

@ -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:
- [Visit Dedicated Python Roadmap](/python/)
- [Visit Dedicated Python Roadmap](/python)
- [Python Website](https://www.python.org/)
- [Python Getting Started](https://www.python.org/about/gettingstarted/)
- [Automate the Boring Stuff](https://automatetheboringstuff.com/)

View File

@ -4,7 +4,7 @@ PostgreSQL, also known as Postgres, is a free and open-source relational databas
Visit the following resources to learn more:
- [Visit Dedicated PostgreSQL DBA Roadmap](/postgresql-dba/)
- [Visit Dedicated PostgreSQL DBA Roadmap](/postgresql-dba)
- [Official Website](https://www.postgresql.org/)
- [What is PostgreSQL](https://www.geeksforgeeks.org/what-is-postgresql-introduction/)
- [Learn PostgreSQL - Full Tutorial for Beginners](https://www.postgresqltutorial.com/)

View File

@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
Visit the following resources to learn more:
- [Visit Dedicated React Roadmap](/react/)
- [Visit Dedicated React Roadmap](/react)
- [React Website](https://reactjs.org/)
- [Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
- [The Beginners Guide to React](https://egghead.io/courses/the-beginner-s-guide-to-react)

View File

@ -4,5 +4,5 @@ Angular is a component based front-end development framework built on TypeScript
Visit the following resources to learn more:
- [Visit Dedicated Angular Roadmap](/angular/)
- [Visit Dedicated Angular Roadmap](/angular)
- [Official - Getting started with Angular](https://angular.io/start)

View File

@ -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:
- [Visit Dedicated Vue Roadmap](/vue/)
- [Visit Dedicated Vue Roadmap](/vue)
- [Vue.js Website](https://vuejs.org/)
- [Official Getting Started](https://vuejs.org/v2/guide/)
- [Vue.js Course for Beginners](https://www.youtube.com/watch?v=FXpIoQ_rT_c)

View File

@ -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:
- [Visit Dedicated Python Roadmap](/python/)
- [Visit Dedicated Python Roadmap](/python)
- [Python Website](https://www.python.org/)
- [Python Getting Started](https://www.python.org/about/gettingstarted/)
- [W3Schools - Python Tutorial ](https://www.w3schools.com/python/)

View File

@ -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:
- [Visit Dedicated Go Roadmap](/golang/)
- [Visit Dedicated Go Roadmap](/golang)
- [A Tour of Go Go Basics](https://go.dev/tour/welcome/1)
- [Go Reference Documentation](https://go.dev/doc/)
- [Go by Example - annotated example programs](https://gobyexample.com/)

View File

@ -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:
- [Visit Dedicated Java Roadmap](/java/)
- [Visit Dedicated Java Roadmap](/java)
- [Java Website](https://www.java.com/)
- [Codeacademy - Free Course](https://www.codecademy.com/learn/learn-java)
- [W3 Schools Tutorials](https://www.w3schools.com/java/)

View File

@ -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:
- [Visit Dedicated Python Roadmap](/python/)
- [Visit Dedicated Python Roadmap](/python)
- [Python Website](https://www.python.org/)
- [Python Getting Started](https://www.python.org/about/gettingstarted/)
- [Automate the Boring Stuff](https://automatetheboringstuff.com/)

View File

@ -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:
- [Visit Dedicated Go Roadmap](/golang/)
- [Visit Dedicated Go Roadmap](/golang)
- [A Tour of Go Go Basics](https://go.dev/tour/welcome/1)
- [Go Reference Documentation](https://go.dev/doc/)
- [Go by Example - annotated example programs](https://gobyexample.com/)

View File

@ -4,7 +4,7 @@ Python is a multi-paradigm language. Being an interpreted language, code is exec
Visit the following resources to learn more:
- [Visit Dedicated Python Roadmap](/python/)
- [Visit Dedicated Python Roadmap](/python)
- [Python Website](https://www.python.org/)
- [Python Getting Started](https://www.python.org/about/gettingstarted/)
- [Automate the Boring Stuff](https://automatetheboringstuff.com/)

View File

@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
Visit the following resources to learn more:
- [Visit Dedicated JavaScript Roadmap](/javascript/)
- [Visit Dedicated JavaScript Roadmap](/javascript)
- [W3Schools JavaScript Tutorial](https://www.w3schools.com/js/)
- [The Modern JavaScript Tutorial](https://javascript.info/)
- [Codecademy - Learn JavaScript](https://www.codecademy.com/learn/introduction-to-javascript)

View File

@ -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:
- [Visit Dedicated Go Roadmap](/golang/)
- [Visit Dedicated Go Roadmap](/golang)
- [A Tour of Go Go Basics](https://go.dev/tour/welcome/1)
- [Go Reference Documentation](https://go.dev/doc/)
- [Go by Example - annotated example programs](https://gobyexample.com/)

View File

@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
Visit the following resources to learn more:
- [Visit Dedicated JavaScript Roadmap](/javascript/)
- [Visit Dedicated JavaScript Roadmap](/javascript)
- [W3Schools JavaScript Tutorial](https://www.w3schools.com/js/)
- [The Modern JavaScript Tutorial](https://javascript.info/)
- [Learn JavaScript: Covered many topics](https://www.javascripttutorial.net/)

View File

@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
Visit the following resources to learn more:
- [Visit Dedicated React Roadmap](/react/)
- [Visit Dedicated React Roadmap](/react)
- [React Website](https://reactjs.org/)
- [Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
- [Beta React Docs](https://beta.reactjs.org/)

View File

@ -4,6 +4,6 @@ Angular is a component based front-end development framework built on TypeScript
Visit the following resources to learn more:
- [Visit Dedicated Angular Roadmap](/angular/)
- [Visit Dedicated Angular Roadmap](/angular)
- [Official - Getting started with Angular](https://angular.io/start)
- [Angular for Beginners Course [Full Front End Tutorial with TypeScript]](https://www.youtube.com/watch?v=3qBXWUpoPHo)

View File

@ -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:
- [Visit Dedicated Vue Roadmap](/vue/)
- [Visit Dedicated Vue Roadmap](/vue)
- [Vue.js Website](https://vuejs.org/)
- [Official Getting Started](https://vuejs.org/v2/guide/)
- [Vue.js Course for Beginners](https://www.youtube.com/watch?v=FXpIoQ_rT_c)

View File

@ -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:
- [Visit Dedicated Flutter Roadmap](/flutter/)
- [Visit Dedicated Flutter Roadmap](/flutter)
- [Flutter Website](https://flutter.dev)
- [Flutter Tutorial](https://www.w3adda.com/flutter-tutorial)
- [Flutter Tutorial for Beginners](https://www.youtube.com/watch?v=1ukSR1GRtMU&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ)

View File

@ -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:
- [Visit Dedicated Flutter Roadmap](/flutter/)
- [Visit Dedicated Flutter Roadmap](/flutter)
- [Flutter Website](https://flutter.dev)
- [Flutter for Desktop](https://flutter.dev/multi-platform/desktop)
- [Flutter Tutorial](https://www.w3adda.com/flutter-tutorial)

View File

@ -2,7 +2,7 @@
Visit the following resources to learn more:
- [Visit Dedicated Java Roadmap](/java/)
- [Visit Dedicated Java Roadmap](/java)
- [Java Basics](https://www.w3schools.com/java/)
- [Learn the basics of Kotlin](https://blog.teamtreehouse.com/absolute-beginners-guide-kotlin)
- [Kotlin Docs](https://kotlinlang.org/docs/reference/basic-syntax.html)

View File

@ -4,7 +4,7 @@ Python is a multi-paradigm language. Being an interpreted language, code is exec
Visit the following resources to learn more:
- [Visit Dedicated Python Roadmap](/python/)
- [Visit Dedicated Python Roadmap](/python)
- [Python Website](https://www.python.org/)
- [Python Getting Started](https://www.python.org/about/gettingstarted/)
- [Automate the Boring Stuff](https://automatetheboringstuff.com/)

View File

@ -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:
- [Visit Dedicated Go Roadmap](/golang/)
- [Visit Dedicated Go Roadmap](/golang)
- [A Tour of Go Go Basics](https://go.dev/tour/welcome/1)
- [Go Reference Documentation](https://go.dev/doc/)
- [Go by Example - annotated example programs](https://gobyexample.com/)

View File

@ -4,7 +4,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
Visit the following resources to learn more:
- [Visit Dedicated JavaScript Roadmap](/javascript/)
- [Visit Dedicated JavaScript Roadmap](/javascript)
- [W3Schools JavaScript Tutorial](https://www.w3schools.com/js/)
- [The Modern JavaScript Tutorial](https://javascript.info/)
- [Codecademy - Learn JavaScript](https://www.codecademy.com/learn/introduction-to-javascript)

View File

@ -4,7 +4,7 @@ React is the most popular front-end JavaScript library for building user interfa
Visit the following resources to learn more:
- [Visit Dedicated React Roadmap](/react/)
- [Visit Dedicated React Roadmap](/react)
- [React Website](https://reactjs.org/)
- [Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
- [Beta React Docs](https://beta.reactjs.org/)