From 02a0b864a5631658474b6d3e594f06d05e05de3a Mon Sep 17 00:00:00 2001 From: LJS <64693316+larsingerlars@users.noreply.github.com> Date: Sat, 15 Jan 2022 18:50:15 +0200 Subject: [PATCH 1/4] 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 --- .../content/120-static-site-generators/107-eleventy.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md b/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md index 392cecb20..50c465887 100644 --- a/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md +++ b/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md @@ -1 +1,7 @@ -# Eleventy \ No newline at end of file +# Eleventy + +Eleventy (11ty) is a simple to use, easy to customize, highly performant and powerful static site generator with a helpful set of plugins (e.g. navigation, build-time image transformations, cache assets). Pages can be built and written with a variety of template languages (HTML, Markdown, JavaScript, Liquid, Nunjucks, Handlebars, Mustache, EJS, Haml, Pug or JS template literals). But it also offers the possibility to dynamically create pages from local data or external sources that are compiled at build time. It has zero client-side JavaScript dependencies. + +Free Content +Official Website +Introduction to Eleventy From be22e8dc6b9c3921b294482af929cd2512d89880 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Sat, 15 Jan 2022 23:55:48 +0700 Subject: [PATCH 2/4] 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 --- .../content/119-graphql/101-relay-modern.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md b/content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md index b821c1bb5..85558f71f 100644 --- a/content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md +++ b/content/roadmaps/100-frontend/content/119-graphql/101-relay-modern.md @@ -1 +1,9 @@ -# Relay modern \ No newline at end of file +# Relay Modern + +Relay is a JavaScript client used in the browser to fetch GraphQL data. It's a JavaScript framework developed by Facebook for managing and fetching data in React applications. It is built with scalability in mind in order to power complex applications like Facebook. The ultimate goal of GraphQL and Relay is to deliver instant UI-response interactions. + +Free Content +Official Website +Official Website +Official Website +Introduction to Relay modern From 2f23c69323fb31c05891ec9cd1ad8588601940b5 Mon Sep 17 00:00:00 2001 From: Truncgil Technology Date: Sat, 15 Jan 2022 20:05:36 +0300 Subject: [PATCH 3/4] 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 --- .../101-backend/content/103-learn-a-language/103-php.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/103-php.md b/content/roadmaps/101-backend/content/103-learn-a-language/103-php.md index cff2d3b3f..204386d61 100644 --- a/content/roadmaps/101-backend/content/103-learn-a-language/103-php.md +++ b/content/roadmaps/101-backend/content/103-learn-a-language/103-php.md @@ -1 +1,8 @@ -# Php \ No newline at end of file +# PHP + +PHP is a server scripting language and a powerful tool for making dynamic and interactive Web pages. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group. + +Free Content +PHP Website +Learn PHP - W3Schools +PHP For Absolute Beginners From 084a4d356971fa31742dcab00f25295d6206c882 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Sun, 16 Jan 2022 00:11:21 +0700 Subject: [PATCH 4/4] 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 --- .../100-frontend/content/119-graphql/100-apollo.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/119-graphql/100-apollo.md b/content/roadmaps/100-frontend/content/119-graphql/100-apollo.md index 845aec91d..7d1fa06ba 100644 --- a/content/roadmaps/100-frontend/content/119-graphql/100-apollo.md +++ b/content/roadmaps/100-frontend/content/119-graphql/100-apollo.md @@ -1 +1,9 @@ -# Apollo \ No newline at end of file +# Apollo + +Apollo is a platform for building a unified graph, a communication layer that helps you manage the flow of data between your application clients (such as web and native apps) and your back-end services. + +Free Content +Apollo Website +Official Docs +Official YouTube Channel +GraphQL With React Tutorial - Apollo Client