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 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 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 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