Linkedin Learning – Introduction to Graphic Design InDesign

Linkedin Learning – Introduction to Graphic Design InDesign-QUASAR
English | Size: 195.71 MB
Category: Tutorial


Graphic design is a complex art that touches everything from digital marketing campaigns to the packaging of your favorite snacks.

Linkedin Learning – Drupal 9 Essential Training 4 Users and Themes

Linkedin Learning – Drupal 9 Essential Training 4 Users and Themes-QUASAR
English | Size: 81.22 MB
Category: Tutorial


User management in Drupal is very robust. In this course instructor Rod Martin shows you how you can create different user roles with different levels of access to your Drupal administration interface, then teaches you how to install and configure a custom theme for Drupal.

Linkedin Learning – Backgrounder A History of Web Typography

Linkedin Learning – Backgrounder A History of Web Typography-QUASAR
English | Size: 33.67 MB
Category: Tutorial


The style and arrangement of text matters. Whether you’re perusing a hardback encyclopedia or a Wikipedia page, typography impacts the way that you interpret written material.

Linkedin Learning – Learning the Angular CLI

Linkedin Learning – Learning the Angular CLI-QUASAR
English | Size: 190.88 MB
Category: Tutorial


The Angular command-line interface (CLI) is the recommended utility for building and maintaining Angular applications Understanding what it provides and how to make the most of its features can set you up for maximum development productivity with Angular. In this course, learn how the Angular CLI is designed to not only help with creating new Angular projects but also how it takes care of the application-build workflow and testing. Instructor Victor Mejia covers creating new projects, customizing the development server, generating Angular application code, running tests, and more. Plus, he shares real-world scenarios that can help you develop a more practical understanding of how to use the CLI. By the end of this course, you’ll have the knowledge you need to use the Angular CLI as a core tool in your Angular application development workflow

Linkedin Learning – React Hooks-QUASAR

Linkedin Learning – React Hooks-QUASAR
English | Size: 159.96 MB
Category: Tutorial


React Hooks embed logic into functions in new React applications In this course, instructor Eve Porcello covers various styles of Hooks usage and ways to integrate them into your programming workflow. She tells you how Hooks came to be part of the library then walks you through how to install Create React App. Eve covers how you can use the useState Hook to handle different types of state variables and work with component trees. The useEffect Hook can be used for several application side effects whenever the state of the app changes. Eve teaches you how to work with the dependency array effect and fetch data with the useEffect Hook. Next, she explains several additional Hooks and steps through the process of creating custom Hooks. In conclusion Eve shows you some different directions you can pursue to improve your knowledge of the React ecosystem