• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

689 HTML courses

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

VMware Integrated Openstack: Install, Configure, Manage [V7]

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Cloud architects, systems engineers, data center administrators, and cloud administrators with experience in a service provider or managed services environment. Overview By the end of the course, you should be able to meet the following objectives: Describe how VMware Integrated OpenStack fits into the VMware SDDC and its use cases List the deployment options and how to install VMware Integrated OpenStack Describe the architecture of VMware Integrated OpenStack and its components Configure tenancy and manage user authentication Integrate the OpenStack Neutron Networking service with VMware NSX-T™ Data Center networking platform Deploy and manage virtual machine instances Monitor VMware Integrated OpenStack with OpenStack monitoring services Design an auto-scale, multitier application using built-in automation tools Manage a VMware Integrated OpenStack control plane using Kubernetes Use the HTML5 Web UI and CLI commands to view and edit the configuration, monitor log files, and view database tables used by VMware Integrated OpenStack components This five-day course provides you with the skills to build a private cloud using VMware© Integrated OpenStack on a proven VMware SDDC. Through a combination of lecture and hands-on labs, this course builds your skills in installing, configuring, and managing VMware Integrated OpenStack. You learn how to offer IaaS and PaaS with advanced networking and security features to end users using VMware Integrated OpenStack. COURSE INTRODUCTION * Introductions and course logistics * Course objectives * References and resources INTRODUCTION TO VMWARE INTEGRATED OPENSTACK * Describe what an OpenStack is * Describe the services that make up VMware Integrated OpenStack * Describe what VMware Integrated OpenStack is * Describe what is NFV and how does VIO fit in * Understand the licensing model of VIO * Understand the use cases of VMware Integrated OpenStack VMWARE INTEGRATED OPENSTACK DEPLOYMENT * Understand the role of Kubernetes in the VIO control plane * List the VMware Integrated OpenStack deployment models * How to perform VIO high-availability deployment * How to perform VIO compact installation * Pre-requisites for installing VMware Integrated OpenStack * How to use the HTML5 web UI / VIOCLI to check the deployment configurations and deployment running * status * Explain steps involved in patching VIO high availability setup VMWARE INTEGRATED OPENSTACK ARCHITECTURE * List the VMs deployed after a VMware Integrated OpenStack high-availability installation * Describe the overall architecture of the VIO HA setup * List the VIO services running within Kubernetes pods * Describe the role of each service * Understand ssl certificates in VIO KEYSTONE AUTHENTICATION * Understand keystone use cases and services * List the features offered by keystone in VIO * How to integrate keystone with LDAP * List the configuration, view logs, and database tables related to keystone GLANCE IMAGES * Understand Glance use case and its services * List the features offered by Glance in VIO * Explain how to create flavors and images * Describe how to set up metadata, for example SPBM storage policy * List the custom resources/logs and database tables related to Glance NETWORKING WITH NEUTRON * Understand the Neutron use case and its services * Integrate Neutron with NSX-T Data Center * List the custom resources, logs, and database tables related to Neutron MANAGING INSTANCES WITH NOVA * Understand Nova use cases and services * Understand regions, availability zones, and host aggregates * Understand the concept of tenant VDC * Nova support for multiple vCenter instances * How to deploy an instance using Nova * How to resize an instance and view the console logs * Configuration and logs related to Nova service CINDER BLOCK STORAGE * Understand Cinder use cases and services * List the features offered by Cinder * Adding a persistent volume to an instance * Explain the Snapshot of a Cinder volume and attach it to another instance * List the custom resources, log files, and database tables related to Cinder MONITORING WITH CEILOMETER * List the Telemetry use cases and services * How to enable Ceilometer in VIO * How to monitor the VIO environment using Ceilometer * Configuration and log files related to Ceilometer service AUTOMATING WITH HEAT * Define Heat use cases templates and services * Describe use cases of Heat TROUBLESHOOTING CONCEPTS * List common issues in VMware Integrated OpenStack * Use troubleshooting tools * Describe simple troubleshooting procedures * List and explain Day-2 operations ADVANCED FEATURES * Describe Load Balancer as a Service (Octavia) * Explain Firewall as a Service * Describe Designate (DNS as a Service) * Demonstrate automating scaling * Describe selective vCPU pinning * Explain SRIOV network redundancy support * Describe network trunk services support * Describe Live resize * Describe hardware passthrough (GPU pass through) * Describe external REST API ADDITIONAL COURSE DETAILS: Notes Delivery by TDSynex, Exit Certified and New Horizons an VMware Authorised Training Centre (VATC) Nexus Humans VMware Integrated Openstack: Install, Configure, Manage [V7] training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the VMware Integrated Openstack: Install, Configure, Manage [V7] course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

VMware Integrated Openstack: Install, Configure, Manage [V7]
Delivered on-request, onlineDelivered Online
Price on Enquiry

55244 JavaScript for Developers

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for both novice and experienced programmers. Some experience in C++, C# or Java is helpful. Overview After completing this course, you will be able to: Write and test JavaScript code in modern browsers. Understand and work with the browser's Document Object Model (DOM). Work DOM objects and write code to respond to events. Add jQuery to their projects and use jQuery to manipulate the DOM and to make Ajax calls. Understand Ajax and Web Services, including HTTP Verbs and asynchronous Ajax calls. Work with XML and JSON data formats. Understand and use RESTful Web Services including ODATA queries. Work with Anonymous Functions, Self-Invoking Functions and Closures. Understand the role of the Window and Navigator objects. Describe and understand variables, 'variable hoisting', and JavaScript objects. This course is an in depth hands-on study of JavaScript. The course includes detailed hands-on labs and Q&A labs. The labs include multiple projects that update an existing web site. This course is similar to the retired Course 20480: Programming in HTML5 with JavaScript and CSS3. MODULE 1: BASIC SCRIPTING * JavaScript Basics * JavaScript or ECMAScript? * Which Version of JavaScript am I Using? * Shims, Shivs, and Polyfills * Writing and Testing JavaScript * Editors and the F12 Tools * Key Parts of a Script MODULE 2: THE DOCUMENT OBJECT MODEL * The DOM * Accessing Objects from the DOM * Responding to Events * Adding Elements to the DOM MODULE 3: INTRODUCTION TO JQUERY * jQuery * Downloading the jQuery Library * jQuery Versions * Linking to the Library * Selecting Elements using jQuery * Working with the Data Returned by jQuery * Setting CSS Properties * Running a Function Against the jQuery Return Set MODULE 4: AJAX AND WEB SERVICES * Web Services * HTTP Verbs * Data Formats ? XML and JSON * Ajax * RESTful Web Services * OData * OData Queries * OData Updates MODULE 5: DIVING IN DEEPER * Is JavaScript Compiled? * Data Types and Objects * Extending Data Types * Variables, Scopes and Hoisting * Functions * The ?this? Keyword * Errors * Recursion

55244 JavaScript for Developers
Delivered on-request, onlineDelivered Online
Price on Enquiry

Introduction to Angular (TT4165)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for In order to be successful in this class, incoming attendees are required to have current, hands-on experience in developing basic web applications, and be versed in HTML5, CSS3 and JavaScript. This is an introductory level Angular development course but an intermediate level web development class, designed for experienced web developers that need to further extend their skills in web development Overview Working within in an engaging, hands-on learning environment, guided by our expert team, attendees will learn to: What Angular is and why should you use it How Angular reduces the amount of code that you must write to add rich functionality to both existing and new web pages What TypeScript is, why it is useful, and how to use it with Angular How to facilitate development and deployment using Angular CLI How to work with the various aspects of the Angular architecture to implement clean, responsive web interfaces How Routers can support navigation within a Single Page Application What the best practices are for using Angular so that it works unobtrusively and performs well How to use Angular with HTTP to support JSON, REST, and other services Best practices for Angular so that it works unobtrusively and performs well Angular is one of the most popular JavaScript frameworks for creating web and native mobile applications. This introductory course thoroughly explores the latest Angular features and advances, demonstrating how to solve the traditional challenges of JavaScript web application development. You will build custom components, using application routes, form validation, and unit-testing and delve into component-driven development with Angular components. ANGULAR OVERVIEW * Overview of Angular Architecture GETTING STARTED WITH ANGULAR * Getting Started with TypeScript * Bootstrapping with Angular CLI * Angular Project Structure UNIT TESTING WITH ANGULAR * Testing and Angular WORKING WITH ANGULAR * Components and Events * Third Party Libraries * Dynamic Views * Pipes * ANGULAR FORMS * Forms and the Forms API SINGLE PAGE APPLICATIONS AND ROUTES * Single Page Applications * Services and Dependency Injection * Modules USING RESTFUL SERVICES * Overview of REST * Angular and REST ANGULAR BEST PRACTICES * Angular Style Guide * What is New in Angular 9 * Additional Topics (Time Permitting) * Lesson: ES6+ * Sass and SCSS for Angular and Material

Introduction to Angular (TT4165)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Introduction to Spring Boot and Spring Cloud (TT3324)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This introduction to Spring development course requires that incoming students possess solid Java programming skills and practical hands-on Java experience. This class is geared for experienced Java developers who are new to Spring, who wish to understand how and when to use Spring in Java and JEE applications. Overview Working in a hands-on learning environment, students will review configuration basics of the Spring framework. The course then moves into Spring Boot, providing in-depth content and experience working with Spring Boot to accomplish a variety of tasks. In addition to working through the Spring Actuator, students work extensively at testing and debugging Spring Boot applications. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' application development and Spring experience into every classroom. Working in a hands-on learning environment, led by our expert practitioner, students will: Review the concept of Java-based configuration Become familiar with the conditionally loading bean definitions and Application Contexts Understand how to leverage the power of Spring Boot Use Spring Boot to create and work with JPA repositories Use Spring Boot to work in conjunction with Spring Cloud Understand the Spring Cloud project and how it relates to general Cloud concepts and practices Work with Spring Cloud configuration and the Config Client The Spring framework is an application framework that provides a lightweight container that supports the creation of simple-to-complex components in a non-invasive fashion. Spring's flexibility and transparency is congruent and supportive of incremental development and testing. The framework's structure supports the layering of functionality such as persistence, transactions, view-oriented frameworks, and enterprise systems and capabilities. Introduction to Spring Boot and Spring Cloud is a hands-on Spring training course geared for experienced Java developers who need to understand what the Spring Boot is in terms of today's systems and architectures, and how to use Spring in conjunction with other technologies and frameworks. This course targets Spring Boot 2, which includes full support for Java 8 and JEE 7 (earlier versions of Java and JEE continue to be supported). Spring supports the use of lambda expressions and method references in many of its APIs. Spring makes enterprise development easier. Spring simplifies common tasks and encourages good design based on programming to interfaces. Spring makes your application easier to configure and reduces the need for many JEE design patterns. Spring puts the OO design back into your enterprise application, and it integrates nicely with many view technologies and the new features of HTML5. INTRODUCTION TO SPRING * The Spring Framework * Configuring Spring Managed Beans * Defining Bean dependencies SPRING CLOUD * Spring Boot Additional Configuration * Spring Cloud Project * Introduction to Spring Boot * Working with Spring Boot SPRING AOP * Introduction to Aspect Oriented Programming * Spring Cloud Config * Spring Cloud Registry and Discovery * Spring AOP SPRING BOOT 2 * Spring Boot Actuator * Developing in Spring Boot * Thymeleaf * Spring Cloud GateWay ADDITIONAL COURSE DETAILS: Nexus Humans Introduction to Spring Boot and Spring Cloud (TT3324) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Introduction to Spring Boot and Spring Cloud (TT3324) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Introduction to Spring Boot and Spring Cloud (TT3324)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Mastering Angular (TT4168)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this class, incoming attendees are required to have current, hands-on experience in developing basic web applications, and be versed in HTML5, CSS3 and JavaScript. This is an intermediate level web development class, designed for experienced web developers, new to Angular, that need to further extend their skills in modern web development. Overview At the end of this five-day course, students will have an application up and running that incorporates components, directives, custom pipes, reactive forms, routes, services, unit testing, and the REST API. They will add authentication, implement the Material library, and learn how to maintain state with NgRX. They will then take a deeper dive including making their own custom directives, lazy loading modules, and E2E testing. They will learn how to enhance their application with animations and create their own Angular library. Working within in an engaging, hands-on learning environment, guided by our expert team, attendees will learn explore: What Angular is and why should you use it How Angular reduces the amount of code that you must write to add rich functionality to both existing and new web pages What TypeScript is, why it is useful, and how to use it with Angular How to facilitate development and deployment using Angular CLI How to work with the various aspects of the Angular architecture to implement clean, responsive web interfaces How Routers can support navigation within a Single Page Application What the best practices are for using Angular so that it works unobtrusively and performs well How to use Angular with HTTP to support JSON, REST, and other services Working with the Ahead of Time compiler including its impact of developers and the development process How to defend against DOM-based XSS How to manage routing decisions based on pre-defined criteria such as a successful authentication How to meet huge data requirements by processing asynchronous data streams with RxJS Simplify server-side rendering How to facilitate unit testing Enhance an Angular user interface with animations and other advanced features Optimize Angular applications with various tools and techniques Maintain state within an Angular application What Angular 9 brings to the table and its relationship to Angular 8 Mastering Angular is a five-day, hands-on course that thoroughly explores the latest Angular features and advances, demonstrating how to solve the traditional challenges of JavaScript web application development. Throughout the course students will build custom components using application routes, form validation, and unit-testing. The course starts with an introduction of Angular CLI and TypeScript, and then delves into component-driven development with Angular components, covering data-binding, directives, services, routing, HTTP, the RxJS library, forms unit testing, and REST. Students will also learn how to add authentication, use the Material library, learn the NgRX design pattern to implement the NgRX store, make custom directives, enhance their application with animations, write an E2E test, and increase their application's efficiency by lazy loading modules and creating their own Angular library ANGULAR OVERVIEW * Overview of Angular Architecture GETTING STARTED WITH ANGULAR * Getting Started with TypeScript * Bootstrapping with Angular CLI * Angular Project Structure WORKING WITH ANGULAR * Components and Events * Third Party Libraries * Dynamic Views * Pipes ANGULAR FORMS * Forms and the Forms API SINGLE PAGE APPLICATIONS AND ROUTES * Single Page Applications * Services and Dependency Injection * Modules USING RESTFUL SERVICES * Overview of REST * Angular and REST ANGULAR BEST PRACTICES * Angular Style Guide * What is New in Angular 9 REACTIVE PROGRAMMING IN ANGULAR * Working with RxJS SECURITY AND AUTHENTICATION * DomSanitizer * JSON Web Tokens * Route Guards ENHANCING THE ANGULAR APP * Angular Animations * Angular Material * Angular Elements DEEP DIVE INTO ANGULAR * Testing and Angular * Deep Dive into Components and Directives * Deep Dive into Services and Dependency Injection OPTIMIZING FOR THE ENTERPRISE * Lazy Loading * Optimizing with Universal * Creating Your Own Angular Library MAINTAIN STATE WITH NGRX * NgRX Store * Lesson: ES6+ * Sass and SCSS for Angular and Material

Mastering Angular (TT4168)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Mastering React | React Foundation (TT4195)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This introductory-level, fast-paced course is for skilled web developers new to React who have prior experienced working HTML5, CSS3 and JavaScript. Overview Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn about and explore: A basic and advanced understanding of React components An advanced, in-depth knowledge of how React works A complete understanding of using Redux How to build, validate, and populate interactive forms How to use inline styles for perfect looking components How to test React components How to build and use components How to get control of your build process A deep understanding of data-driven modeling with props and state How to use client-side routing for pages in your apps How to debug a React application Mastering React is a comprehensive hands-on course that aims to be the single most useful resource on getting up to speed quickly with React. Geared for more experienced web developers new to React, this course provides students with the core knowledge and hands-on skills they require to build reliable, powerful React apps. After the first few modules, you?ll have a solid understanding of React?s fundamentals and will be able to build a wide array of rich, interactive web apps with the framework. The first module is an introduction to the new functionality in ECMAScript 6 (JavaScript). Client-side routing between pages, managing complex state, and heavy API interaction at scale are also covered. This course consists of two parts. In the first part of the course students will explore all the fundamentals with a progressive, example-driven approach. You?ll create your first apps, learn how to write components, start handling user interaction, and manage rich forms. We end the first part by exploring the inner workings of Create React App (Facebook?s tool for running React apps), writing automated unit tests, and building a multi-page app that uses client-side routing. The latter part of the course moves into more advanced concepts that you?ll see used in large, production applications. These concepts explore strategies for data architecture, transport, and management: Redux is a state management paradigm based on the Flux architecture. Redux provides a structure for large state trees and allows you to decouple user interaction in your app from state changes. GraphQL is a powerful, typed, REST API alternative where the client describes the data it needs. Hooks is the powerful, new way to maintain state and properties with functional components and the future of React according to Facebook. ES6 PRIMER (OPTIONAL) * Prefer const and let over var * Arrow functions * Modules * Object.assign() * Template literals * The spread operator and Rest parameters * Enhanced object literals * Default arguments * Destructuring assignments YOUR FIRST REACT WEB APPLICATION * Setting up your development environment * JavaScript ES6 /ES7 * Getting started * What?s a component? * Our first component * Building the App * Making the App data-driven * Your app?s first interaction * Updating state and immutability * Refactoring with the Babel plugin transform-class-properties JSX AND THE VIRTUAL DOM * React Uses a Virtual DOM * Why Not Modify the Actual DOM? * What is a Virtual DOM? * Virtual DOM Pieces * ReactElement * JSX * JSX Creates Elements * JSX Attribute Expressions * JSX Conditional Child Expressions * JSX Boolean Attributes * JSX Comments * JSX Spread Syntax * JSX Gotchas * JSX Summary COMPONENTS * A time-logging app * Getting started * Breaking the app into components * The steps for building React apps from scratch * Updating timers * Deleting timers * Adding timing functionality * Add start and stop functionality * Methodology review ADVANCED COMPONENT CONFIGURATION WITH PROPS, STATE, AND CHILDREN * ReactComponent * props are the parameters * PropTypes * Default props with getDefaultProps() * context * state * Stateless Components * Talking to Children Components with props.children FORMS * Forms 101 * Text Input * Remote Data * Async Persistence * Redux * Form Modules UNIT TESTING & JEST * Writing tests without a framework * What is Jest? * Using Jest * Testing strategies for React applications * Testing a basic React component with Enzyme * Writing tests for the food lookup app * Writing FoodSearch.test.js ROUTING * What?s in a URL? * React Router?s core components * Building the components of react-router * Dynamic routing with React Router * Supporting authenticated routes INTRO TO FLUX AND REDUX * Why Flux? * Flux is a Design Pattern * Flux implementations * Redux & Redux?s key ideas * Building a counter * The core of Redux * The beginnings of a chat app * Building the reducer() * Subscribing to the store * Connecting Redux to React INTERMEDIATE REDUX * Using createStore() from the redux library * Representing messages as objects in state * Introducing threads * Adding the ThreadTabs component * Supporting threads in the reducer * Adding the action OPEN_THREAD * Breaking up the reducer function * Adding messagesReducer() * Defining the initial state in the reducers * Using combineReducers() from redux REACT HOOKS * Motivation behind Hooks * How Hooks Map to Component Classes * Using Hooks Requires react 'next' * useState() Hook Example * useEffect() Hook Example * useContext() Hook Example * Using Custom Hooks USING WEBPACK WITH CREATE REACT APP * JavaScript modules * Create React App * Exploring Create React App * Webpack basics * Making modifications * Hot reloading; Auto-reloading * Creating a production build * Ejecting * Using Create React App with an API server * When to use Webpack/Create React App USING GRAPHQL * Your First GraphQL Query * GraphQL Benefits * GraphQL vs. REST * GraphQL vs. SQL * Relay and GraphQL Frameworks * Chapter Preview * Consuming GraphQL * Exploring With GraphiQL * GraphQL Syntax 101 . * Complex Types * Exploring a Graph * Graph Nodes ; Viewer * Graph Connections and Edges * Mutations * Subscriptions * GraphQL With JavaScript * GraphQL With React

Mastering React | React Foundation (TT4195)
Delivered on-request, onlineDelivered Online
Price on Enquiry

VMware Telco Cloud Infrastructure: Install, Configure, Manage [V2.0]

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Telco cloud system administrators and telco network operations engineers Professionals who work with telco or enterprise and data center networks Designers and operations engineers who manage telco workloads Overview By the end of the course, you should be able to meet the following objectives: Describe the VMware Telco Cloud Infrastructure™ architecture Describe the VMware Cloud Director architecture List the infrastructure requirements of ETSI NFV Describe the VMware Cloud Director architecture as Virtualized Infrastructure Manager (VIM) Describe the options associated with VMware cloud providers Explain how organizations are supported in VMware Cloud Director Describe the security model in VMware Cloud Director Configure key networking elements of VMware Cloud Director Manage and monitor resources in VMware Cloud Director Enumerate troubleshooting concepts and Day 2 operations using VMware Cloud Director This five-day, hands-on training course provides you with the advanced knowledge, skills, and tools to achieve competency in operating and troubleshooting the VMware Telco Cloud Infrastructure environment. In this course, you are introduced to VMware Cloud Director? as a virtualized infrastructure manager. You will examine ETSI NFV requirements, deployment options, and procedures. You will also deploy virtualized network functions and understand their detailed configuration settings. You will learn how to support organizations as well as set up networking and security using hands-on lab exercises.In addition, you are presented with various types of technical problems in VMware Cloud Director, which you will identify, analyze, and solve through a systematic troubleshooting process. COURSE INTRODUCTION * Introductions and course logistics * Course objectives DAY 0 OPERATIONS: VMWARE TELCO CLOUD INFRASTRUCTURE INSTALLATION * Describe the challenges of the telco cloud * Describe the key functions of the telco cloud * List the benefits of the VMware Cloud Director based VMware Telco Cloud Infrastructure * Describe the VMware Telco Cloud Infrastructure architecture * Describe the role of VMware Cloud Director in the VMware Telco Cloud Infrastructure architecture * List the VMware Telco Cloud Infrastructure deployment options * Describe the VMware Cloud Director architecture * List the key VMware components that are part of VMware Cloud Director * Describe the key use cases for the VMware Cloud Director based VMware Telco Cloud Infrastructure DAY 0 OPERATIONS: ETSI NFV REQUIREMENTS FOR CLOUD PLATFORMS * Compare physical and virtual infrastructures * List the benefits and challenges of physical infrastructure * Describe the types of virtual infrastructure * Describe the advantages and components of the NFV infrastructure (NFVI) * Explain the role of network virtualization in the NFVI * List the requirements of NFVI for VMware Cloud Director * Describe the networking options of VMware Cloud Director * Describe the key networking use cases * Describe requirements of VMware Telco Cloud Automation? for networking * Describe the storage options of VMware Cloud Director * Describe the key storage use cases DAY 1 OPERATIONS: VIRTUALIZED INFRASTRUCTURE MANAGER (VIM) CONFIGURATION * Explain basic concepts related to VMware Cloud Director * Describe the components of the VMware Cloud Director architecture * Describe the basic configuration of the VMware Cloud Director architecture * Describe virtual data centers or VDCs * Explain the role of organization VDCs * Describe the relationship between provider VDCs and organization VDCs * Describe resources in VMware Cloud Director * List the key resource organization * Create resource pools * Describe how vSAN integrates with VMware Cloud Director DAY 1 OPERATIONS: CONFIGURING VMWARE CLOUD DIRECTOR PROVIDERS * Describe how compute resources are provided to VMware Cloud Director * Describe how storage resources are provided to VMware Cloud Director * Describe provider VDC requirements and best practices * List the requirements of creating VDCs * Describe the VNF on-boarding process * Create provider VDCs DAY 1 OPERATIONS: CONFIGURING VMWARE CLOUD DIRECTOR ORGANIZATIONS * Describe VMware Cloud Director organizations * Create VMware Cloud Director organizations * Navigate through the VMware Cloud Director HTML5 provider portal * Describe the VMware Cloud Director organization VDC * Navigate through the tenant portal * List use cases for a VMware Cloud Director organization VDC * List the organization VDC allocation models * Describe the types of resources that can be allocated * Describe how resources are allocated for an organization * Examine the function and requirements of network pools * Describe the network types available in VMware Cloud Director (external, organization, and vApp) * Create and manage organization VDC networks * Describe catalogs * Manage an organization?s catalog * Populate, share, and publish catalogs * Describe vApps * Manage access to vApps and catalogs * Modify the configuration of vApps and their virtual machines (VMs) * Manage organization VDC networking * Create affinity and anti-affinity rules DAY 1 OPERATIONS: CONFIGURING VMWARE CLOUD DIRECTOR SECURITY * Describe role-based access * Create custom security roles * Describe the directory services in VMware Cloud Director * Describe the role of LDAP, SAML, SSL, Kerberos, and OAuth2 with VMware Cloud Director * Explain the use of VMware Cloud Director with SSO DAY 1 OPERATIONS: CONFIGURING VMWARE CLOUD DIRECTOR NETWORKING * List networking options in VMware Cloud Director * Describe key networking use cases in VMware Cloud Director * Describe the use and placement of VMware NSX© Edge? services gateways in relation to VMware Cloud Director * Review routing with the distributed logical router and edge services gateways in combination with VMware Cloud Director * Describe firewall management in VMware Cloud Director with edge services gateways and the distributed firewall * Describe an overview of VMware NSX-T? Data Center * Explain the architecture of NSX-T Data Center * Describe VMware Cloud Director supported features of NSX-T Data Center * Describe the benefits and challenges of multisite networking * List the requirements for multisite networking * Describe the benefits and challenges of networking between VDCs * List the requirements for networking between VDCs * Configure cross-VDC networking DAY 2 OPERATIONS: VMWARE CLOUD DIRECTOR RESOURCE MANAGEMENT AND MONITORING * Identify the key resources that need to be managed with VMware Cloud Director * List monitoring options with VMware Cloud Director * Explain the resource management and monitoring architecture in VMware Cloud Director * Monitor objects from the VMware Cloud Director portal * Identify features of VMware vRealize© Operations Manager? * Integrate VMware Cloud Director with vRealize Operations Manager * Configure VMware vRealize© Operations Management Pack for VMware Cloud Director? * Outline the monitoring features of vRealize Operations Manager in VMware Cloud Director * Describe the purpose of the vRealize Operations Tenant App for VMware Cloud Director * Integrate VMware Cloud Director with the Tenant App * Configure the Tenant App for VMware Cloud Director * Monitor objects with the Tenant App * List the steps to monitor VMware Cloud Director environments with vRealize Operations Manager * List the steps to monitor VMware Cloud Director environments with VMware vRealize© Log Insight? * List the steps to review historical virtual machine metrics in VMware Cloud Director * Examine VMware Cloud Director logs DAY 2 OPERATIONS: VMWARE CLOUD DIRECTOR TROUBLESHOOTING * Identify the features of the VMware Telco Cloud Automation dashboards * List the components of the VMware Telco Cloud Automation dashboards * Explain the features of fault management in VMware Telco Cloud Director * Describe the use of fault management in VMware Cloud Director * Describe the use of performance management in VMware Cloud Director * Describe the use of logs in VMware Cloud Director * Troubleshoot using VMware Cloud Director

VMware Telco Cloud Infrastructure: Install, Configure, Manage [V2.0]
Delivered on-request, onlineDelivered Online
Price on Enquiry

Mindfulness - The Top 10 Questions Answered

By Journey To Calm

Learn what mindfulness is. Learn the difference between mindfulness and meditation. Understand what Mindful Meditation is. Feel confident in starting to use mindfulness. -------------------------------------------------------------------------------- REQUIREMENTS * No experience required. DESCRIPTION This course answers the top 10 questions people ask about mindfulness. I have carefully reviewed statistics on the things people want to know about mindfulness according to search engine data, and have put the answers in this course in one big bundle! The questions I answer are: 1. What is mindfulness? 2. Where does mindfulness originate? 3. Can anyone practice mindfulness? 4. Can mindfulness change the brain? 5. Are mindfulness and meditation the same thing? 6. Can mindfulness help with anxiety? 7. Can mindfulness be used at work? 8. Are mindfulness apps worth paying for? 9. What are some mindful activities? 10. How do you get started using mindfulness? This course not only helps beginners learn the basics of mindfulness, but it also teaches how to get started with being mindful in daily life. A lot of people don't know where to start when it comes to mindfulness. I really take it back to basics in this course to help those people. I share my own experiences of using mindfulness, and how it has helped my own mental health to get me to where I am now. Anybody can be mindful, you just have to know where to start. I hope my online learners enjoy the course. I'm happy for you to reach out to me if you are interested in knowing more. WHO THIS COURSE IS FOR: * Beginners to mindfulness. * Those who have some experience with mindfulness but are not sure how to incorporate it into their life.

Mindfulness - The Top 10 Questions Answered
Delivered Online On Demand
FREE

The Life Garage

By Metanoeo Coaching and CIC

The Life Garage - you service your car so why not your life? Skills, tools and ideas for living life well.

The Life Garage
Delivered Online On Demand
FREE

Educators matching "HTML"

Show all 209