Paul Marsicovetere
d090b9e262
Update 100-npm.md ( #1052 )
3 years ago
Paul Marsicovetere
8e52fe6597
Update readme.md ( #1053 )
3 years ago
Paul Marsicovetere
ea9dd2d448
Update readme.md ( #1054 )
3 years ago
Paul Marsicovetere
6a9f3334d4
Add HTML resource
3 years ago
Paul Marsicovetere
3d3b1eb30c
Add CSS resource
3 years ago
Paul Marsicovetere
b7b40c4933
Add Git resource
3 years ago
Madukoma Blessed
28ef1cd198
Add PostgreSQL resources
...
* Update 100-postgresql.md
* Update 100-postgresql.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Tóth Bence
97578cdea9
Add ESLint resources
...
* Update 101-eslint.md
* Update 101-eslint.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Kyle Zamora
657399eba5
Update 113-ci-cd.md ( #1064 )
...
* Update 113-ci-cd.md
* Update 113-ci-cd.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Paul Marsicovetere
ef1116222f
Update 100-go.md ( #1066 )
3 years ago
Paul Marsicovetere
ff32fc7d93
Add Ruby resources
3 years ago
Paul Marsicovetere
7d8845c094
Add MySQL Resources
3 years ago
Paul Marsicovetere
21bc8af983
Update 103-mssql.md ( #1069 )
3 years ago
qrav
1b74de3592
Update-100-md5.md ( #1072 )
...
* Update-100-md5.md
* Minor typo change
* Update content/roadmaps/101-backend/content/111-web-security-knowledge/100-md5.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Paul Marsicovetere
6d42b44dc5
Update readme.md ( #1070 )
3 years ago
qrav
79941a9327
Update 102-java.md ( #1071 )
3 years ago
y8l
e273b9b78b
Add Relational Databases Content ( #1034 )
...
* Add Relational Databases Content
* Update readme.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Archit Sharma
e52c3f83c1
Resources added for MobX ( #1041 )
3 years ago
Archit Sharma
146f4f5c16
Resources added for Recoil.js ( #1042 )
3 years ago
Kyle Thorpe
7877547678
Add content for Docker ( #1039 )
...
Add a description and resources for Docker. However, Docker is a big topic and could probably use some more information.
3 years ago
Kyle Thorpe
ec7223d31c
Add content for Functional Testing ( #1038 )
...
Add a description and resources for Functional Testing
3 years ago
Kyle Thorpe
e28f095732
Add content for Unit Testing ( #1037 )
...
Add a description and resources for Unit Testing
3 years ago
Kyle Thorpe
0eaa4f578c
Add content for Integration Testing ( #1036 )
...
Add a description and resources for Integration Testing
3 years ago
Kyle Thorpe
08e438e6c7
Add content for Testing ( #1035 )
...
* Add content for Testing
Add a description and resources for testing
* Update readme.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Vilmar Pavesi Junior
5e34add45b
Add resources for ACID compliance
...
* Update 101-acid.md
I add some content to ACID on backend roadmap
* Update 101-acid.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Archit Sharma
a388d7388f
Progressive Web Apps resources added ( #1009 )
3 years ago
Archit Sharma
cca746bc5d
React Native resources added ( #1022 )
...
* React Native resources added
* Update 100-react-native.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Paul Marsicovetere
babbbac425
Add HTML resource
...
Add free course from Codecademy
3 years ago
Paul Marsicovetere
26bd312eb0
Update 101-css.md ( #1025 )
...
Adding codecademy CSS courses
3 years ago
Paul Marsicovetere
f68840ee35
Add python resources
...
* Update 106-python.md
Python additions
* Update 106-python.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Paul Marsicovetere
21ef437423
Update 105-javascript.md ( #1027 )
...
Add codecademy course
3 years ago
Kyle Thorpe
7413fe2081
Add content for Version Control Systems ( #1028 )
...
Add a description and resources for version control systems
3 years ago
Kyle Thorpe
63c358d5d7
Add content for Repo Hosting Services ( #1029 )
...
Add description and resources for repo hosting services
3 years ago
Kyle Thorpe
424b4974d7
Add content for Scaling ( #1030 )
...
* Add content for Scaling
- Add description and resources for vertical and horizontal scaling
- Fix typo
* Update 103-horizontal-vertial-scaling.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Kyle Thorpe
373221d75b
Add content for Test Driven Development ( #1031 )
...
Add description and resources for TDD
3 years ago
Sachin Kotian
15dcf87f47
Update 100-elasticsearch.md ( #1011 )
...
* Update 100-elasticsearch.md
* Add elasticsearch details
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Kyle Thorpe
72c7ae3dda
Description and resources for SOLID ( #1021 )
...
Add a description and resources for the SOLID design principles
3 years ago
Archit Sharma
2db45a91c8
Resources added for NPM Scripts ( #1012 )
...
* Resources added for NPM Scripts
* Update 100-npm-scripts.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Mark Rossetti
989b2b6e71
Add link to Roy Fielding's paper ( #1017 )
...
* Add link to Roy Fielding's paper
The backend diagram makes reference to Roy Fielding's dissertation. I thought it would be helpful to have a direct link to his paper for convenience.
* Update 100-rest.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Kyle Thorpe
2220cfcbb0
KISS description and resources ( #1018 )
...
Add description and resources for KISS software development/design principle
3 years ago
Kyle Thorpe
7788d87651
YAGNI description and resources ( #1019 )
...
* YAGNI description and resources
Add description and resources for YAGNI software development/design principle
* Update 105-yagni.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Kyle Thorpe
4fb99bef72
DRY description and resources ( #1020 )
...
* DRY description and resources
Add a description and resources for DRY software development/design principle
* Minor space change
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Amjith OS
3428cb7705
added content in JavaScript (learn a language) in backend roadmap ( #1006 )
...
* added content in JavaScript (learn a language) in backend roadmap
* Update node.js resources
Co-authored-by: Amjith <amjithomy@gmail.com>
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Archit Sharma
57c54b214d
Added Resources for Vue.js ( #1008 )
...
* Added Resources for Vue.js
* Update content/roadmaps/100-frontend/content/111-pick-a-framework/102-vue-js/readme.md
* Update content/roadmaps/100-frontend/content/111-pick-a-framework/102-vue-js/readme.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Archit Sharma
0eeee9ca9e
Apollo Description and Content added ( #999 )
...
* Apollo Description and Content added
* Update content/roadmaps/100-frontend/content/119-graphql/100-apollo.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Truncgil Technology
fe8ee62070
Add PHP resources
...
* Update 103-php.md
* Update content/roadmaps/101-backend/content/103-learn-a-language/103-php.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Archit Sharma
526462b388
Added Description and Resources for Relay Modern ( #1000 )
...
* Added Description and Resources for Relay Modern
* Update content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md
* Update content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md
* Update content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md
* Update content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md
* Update content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
LJS
0013d77cb9
Update 107-eleventy.md ( #1004 )
...
* Update 107-eleventy.md
* added summary
* added resource
* Update content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
LJS
007c871023
Update 104-accessibility.md ( #1002 )
...
* Update 104-accessibility.md
What I did: added new resource item
Why I chose it: Helped me several times to find a) a starting point on how to build an accessible web experience regarding a specific component and b) provides usually links with in-depth examples
* Update content/roadmaps/100-frontend/content/101-html/104-accessibility.md
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
3 years ago
Anshul Yadav
76c16a3895
🎯 Added a resource - (YouTube Video) ( #1001 )
...
✌️ Added a youtube video as a watchable resource I found very useful and enough. I think knowing that much about how the browsers work is enough for the Front-end journey. The video covered all the important topics from User-Interface to Rendering Engine.
3 years ago