Egghead.io – CSS Selectors In Depth

Egghead.io – CSS Selectors In Depth-APoLLo
English | Size: 134.57 MB
Category: Developer


Cascading style sheet (CSS) selectors are the glue that connects styling to HTML content. Understanding how they work enables a developer to write more semantic markup and keeps styling modular for better project maintenance.

PluralSight – Consuming a GraphQL API with Apollo Client and React

PluralSight – Consuming a GraphQL API with Apollo Client and React Bookware-KNiSO
English | Size: 271.18 MB
Category: Tutorial


Release Notes: Traditional REST APIs are not always focused on the client GraphQL is an alternative where the client has more power to ask for what they want and get exactly that back in a single call. In this course, Consuming a GraphQL API with Apollo Client and React, you ll learn to consume and interact with GraphQL APIs from your frontend React application. First you ll explore writing queries to retrieve data from the GraphQL API. Next, you ll learn more about the GraphQL Schema using API introspection techniques. Finally, you ll learn how to write mutations to modify and update the GraphQL data When you re finished with this course, you ll have the skills and knowledge to build frontend applications that can consume GraphQL API using the Apollo client

PluralSight – Securing a GraphQL API with Apollo

PluralSight – Securing a GraphQL API with Apollo Bookware-KNiSO
English | Size: 591.48 MB
Category: Tutorial


Securing APIs has always been an important part of web application development, and with GraphQL it is no different Access control is a critical aspect of your API whether you re developing for internal or third-party use. In this course, Securing a GraphQL API with Apollo, you ll learn to implement modern security practices for using GraphQL effectively on the server and client, as well as protection against complex queries specific to GraphQL APIs. First you ll explore how authentication is handled for Apollo on both the server and client. Next, you ll discover how GraphQL can give you fine-grained role-based access for your models even down to the field level. Finally, you ll learn about complex queries and how to handle and prevent them. When you re finished with this course, you ll have the skills and knowledge of how to build modern, secure GraphQL APIs with the Apollo server and client libraries

Egghead.io – Create A News App With Vue.Js and Nuxt

Egghead.io – Create A News App With Vue.Js And Nuxt-APoLLo
English | Size:
Category:


This course walks you through the steps of creating a News web app using Vue.js and the Nuxt framework. You will learn how to create dynamic pages for each section of your application and load, store, display, filter, and style the data. Then end result will be a News app with multiple category pages, comments for each section, and user pages.