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

1898 Environment courses in Perth delivered Live Online

VMware Telco Cloud Automation: Install, Configure, Manage [V2.2]

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: List VMware Telco Cloud Automation deployment options and procedures Define Infrastructure Automation and describe infrastructure deployment Describe the VMware Telco Cloud Automation infrastructure settings Configure containers as a service functionality Describe partner integration options and procedures Instantiate network services and network functions Describe the authorization model of VMware Telco Cloud Automation Define platform life cycle management (LCM) for VMware Telco Cloud Automation Enumerate troubleshooting concepts and day two operations for VMware Telco Cloud Automation Describe the use of APIs within VMware Telco Cloud Automation List examples of how VMware Telco Cloud Automation can be used in a CICD environment 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 Automation environment. In this course, you are introduced to VMware Telco Cloud Automation infrastructure settings, deployment options and procedures. You will explore containers as a service and understand the workflow details of partner integration processes. You will learn about infrastructure automation and its importance in VMware Telco Cloud Automation. You will onboard and instantiate network functions and network services using hands-on lab exercises.In addition, this course teaches life cycle management workflows as well as several types of technical problems in VMware Telco Cloud Automation, which you will identify, analyze, and solve through a systematic process. Course Introduction Introductions and course logistics Course objectives VMware Telco Cloud Automation Installation Describe day zero operations for VMware Telco Cloud Automation Describe the VMware Telco Cloud Automation architecture List the steps to perform VMware Telco Cloud Automation deployment List the steps to perform VMware Telco Cloud Automation control plane integration Describe VMware Telco Cloud Automation control plane scaling Describe the requirements for other applications such as vRealize Orchestrator and Harbor Describe where, when, and how to use VMware Telco Cloud Automation tagging Day 1 Operations: Infrastructure Automation Describe infrastructure automation List the use cases of infrastructure automation List the benefits of infrastructure automation Describe the infrastructure requirements of infrastructure automation Describe the infrastructure automation domains List the steps to deploy an infrastructure using infrastructure automation Day 1 Operations: Infrastructure Settings Describe the VMware Telco Cloud Automation infrastructure options Describe VMware Telco Cloud Automation infrastructure requirements Outline the role of virtual infrastructure and VMware Telco Cloud Automation Identify the benefits of public and private infrastructures List the steps to integrate a VM-based virtual infrastructure List the steps to integrate a container-based virtual infrastructure Describe private infrastructure requirements Day 1 Operations: Containers as a Service Define containers as a service (CaaS) List the challenges of CNF deployment without automation Describe the Kubernetes and Tanzu Kubernetes Grid architectures List steps to create a Kubernetes cluster template Describe the process for deploying node pools and groups List the steps to support anti-affinity of workload cluster nodes Describe cluster monitoring List CaaS scale options Day 1 Operations: Partner Integration Describe partner integration and the types of partners Describe Harbor and the various Harbor platforms List the steps to interface with a Harbor platform Compare and contrast specialized VNF managers (S-VNFMs) and generic VNF managers (G-VNFMs) Explain how to add an S-VNFM Define S-VNFM use cases List the benefits and challenges of using Airgap Day 1 Operations: Network Functions ad Network Services Describe the roles of network services and network functions List the types of descriptors Describe the role of TOSCA Describe the role of onboarding List the steps to onboard network functions and network services Examine the results of the onboarding process List the steps to instantiate network functions and network services Examine the results of the instantiation process Day 2 Operations: Authorization Model Explain the resources that can be accessed in vSphere Define the role of a vCenter Server system in credential management Define the role of Keycloak in credential management Describe the procedures to create, delete, and modify rules using vCenter Server Explain how to control and verify access to vSphere resources List the roles in VMware Telco Cloud Automation Explain the tasks and list the levels of permissions needed in VMware Telco Cloud Automation List all the permissions and filters that can be implemented in VMware Telco Cloud Automation Day 2 Operations: Life Cycle Management Explain the life cycle stages in VMware Telco Cloud Automation control plane Explain the life cycle stages in VMware Telco Cloud Automation Define an upgrade schedule Apply an upgrade schedule for life cycle management of the VMware Telco Cloud Automation control plane Apply an upgrade schedule for life cycle management in VMware Telco Cloud Automation Describe network function and network service life cycle management events Execute network function and network service healing Perform network function and network service termination Day 2 Operations: Troubleshooting List the components of the VMware Telco Cloud Automation dashboard Explain the features of fault management in VMware Telco Cloud Automation Explain the features of performance management in VMware Telco Cloud Automation Describe the use of fault management of VMware Telco Cloud Automation for VNFs and CNFs Describe the use of performance management of VMware Telco Cloud Automation for VNFs and CNFs Describe the use of CCLI for troubleshooting Define the procedures to integrate vRealize Operations Manager with VMware Telco Cloud Automation Describe how to use vRealize Operations Day Two Operations: API Management Define the VMware Telco Cloud Automation API Explain the API architecture Describe VMware Telco Cloud Automation API use cases Describe how to request security tokens for implementation Explain how to implement commands through external systems using APIs Day Two Operations: Continuous Integration and Continuous Delivery Describe continuous integration and continuous delivery (CICD) List the benefits and challenges of CICD Describe how VMware Telco Cloud Automation can be used in a CICD environment Explore VMware Telco Cloud Automation CICD examples

VMware Telco Cloud Automation: Install, Configure, Manage [V2.2]
Delivered OnlineFlexible Dates
Price on Enquiry

Full Stack Web Development with Python and Django (TTPS4860)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This introductory-level Python course is geared for experienced web developers new to Python who want to use Python and Django for full stack web development projects. Overview Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Develop full-stack web sites based on content stored in an RDMS Use python data types appropriately Define data models Understand the architecture of a Django-based web site Create Django templates for easy-to-modify views Map views to URLs Take advantage of the built-in Admin interface Provide HTML form processing Geared for experienced web developers new to Python, Introduction to Full Stack Web Development with Python and Django is a five-day hands-on course that teaches students how to develop Web applications using the Django framework. Students will explore the basics of creating basic applications using the MVC (model-view-controller) design pattern, as well as more advanced topics such as administration, session management, authentication, and automated testing. This comprehensive, practical course provides an in-depth exploration of working with the programming language, not an academic overview of syntax and grammar. Students will immediately be able to use Python to complete tasks in the real world. The Python Environment Starting Python Using the interpreter Running a Python script Getting help Editors and IDEs Getting Started Using variables Built in functions Strings Numbers Converting among types Writing to the screen Command line parameters Flow Control About flow control Conditional expressions Relational and Boolean operators while loops Lists and Tuples About sequences Lists and list methods Tuples Indexing and slicing Iterating through a sequence Sequence functions, keywords, and operators List comprehensions Working with Files File overview The with statement Opening a file Reading/writing files Dictionaries and Sets About dictionaries Creating and using dictionaries About sets Creating and using sets Functions Returning values Function parameters Variable Scope Sorting with functions Errors and Exception Handling Exception overview Using try/catch/else/finally Handling multiple exceptions Ignoring exceptions Modules and Packages Creating Modules The import statement Module search path Creating packages Classes About OO programming Defining classes Constructors Properties Instance methods and data Class/static methods and data Inheritance Django Architecture Django overview Sites and apps Shared configuration Minimal Django layout Built in flexibility Configuring a Project Executing manage.py Starting the project Generating app files App configuration Database setup The development server Using cookiecutter Creating models Defining models Related objects SQL Migration Simplel model access Login for Nothing and Admin for Free Setting up the admin user Using the admin interface Views What is a view HttpResponse URL route configuration Shortcut: get_object_or_404() Class-based views Templates About templates Variable lookups The url tag Shortcut: render() Querying Models QuerySets Field lookups Chaining filters Slicing QuerySets Related fields Q objects Advanced Templates Use Comments Inheritance Filters Escaping HTML Custom filters Forms Forms overview GET and POST The Form class Processing the form Widgets Validation Forms in templates Automated Testing Why create tests? When to create tests Using Django's test framework Using the test client Running tests Checking code coverage

Full Stack Web Development with Python and Django (TTPS4860)
Delivered OnlineFlexible Dates
Price on Enquiry

Secrets to Successful Cloud Transformation

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for: IT/Senior managers Solutions architects/Enterprise architects Operations professionals Overview This course teaches you how to: Build your cloud strategy. Develop the hiring plan for your cloud team. Choose and prioritize which applications to move to AWS. Build a migration plan for moving workloads to AWS. Manage your AWS expenditures and internal chargebacks. This course teaches you how to select the right strategy, people, migration plan, and financial management methodology needed when moving your workloads to the cloud. This course provides guidance on how to build a holistic cloud adoption plan and how to hire people who will execute that plan. You will learn best practices for choosing workloads to migrate from your on-premises environment to AWS. In addition, you will also learn best practices for managing your AWS expenses and dealing with internal chargebacks. Building Your Cloud StrategyHiring Your Cloud TeamMigration PlanningCloud Expenditure Management

Secrets to Successful Cloud Transformation
Delivered OnlineFlexible Dates
Price on Enquiry

VMware Workspace ONE: Deploy and Manage plus UEM Troubleshooting Fast Track [V22.x]

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Workspace ONE UEM operators and administrators, account managers, solutions architects, solutions engineers, sales engineers, and consultants. Overview By the end of the course, you should be able to meet the following objectives: Explain and apply the fundamental techniques for launching and maintaining an intelligence-driven, multiplatform endpoint management solution with Workspace ONE UEM Outline the components of Workspace ONE UEM Explain the general features and functionality enabled with Workspace ONE UEM Summarize basic Workspace ONE administrative functions Explain and deploy common Workspace ONE integrations Securely deploy configurations to Workspace ONE UEM managed devices Onboard device endpoints into Workspace ONE UEM Summarize alternative management methodologies for rugged devices Discuss strategies to maintain environment and device fleet health Configure and deploy applications to Workspace ONE UEM managed devices Analyze Workspace ONE UEM deployments Enable email access on devices Integrate Workspace ONE UEM with content repositories and corporate file shares Explain the general features and functionality that Workspace ONE Access enables Demonstrate how to integrate Workspace ONE UEM with Workspace ONE Access Summarize and implement Workspace ONE productivity services into the digital workspace environment Explain the methods of enabling mobile single sign-on for endpoints managed in the digital workspace Configure Workspace ONE Access to support SAML 2.0 for federated authentication across the workforce Summarize basic troubleshooting methodologies Outline common troubleshooting techniques in the Workspace ONE UEM console Outline common troubleshooting techniques when integrating enterprise solutions in the Workspace ONE UEM console Summarize common troubleshooting strategies for Workspace ONE UEM managed devices Outline common application management troubleshooting techniques in the Workspace ONE UEM console Summarize common troubleshooting techniques for email management in the Workspace ONE UEM console Explain common troubleshooting approaches for the VMware Unified Access Gateway™ platform and individual edge services Outline useful troubleshooting tools, such as the Self-Service Portal and VMware Workspace ONE Assist™ In this extended five-day course, you learn how to apply the fundamental techniques for launching and maintaining an intelligence-driven, multiplatform endpoint management solution with VMware Workspace ONE© UEM. Through a combination of hands-on labs, simulations, and interactive lectures, you will configure and manage the endpoint life cycle. After the course, you will have the foundational knowledge necessary to implement Workspace ONE UEM effectively.In addition, you learn how to apply the fundamental techniques for integrating VMware Workspace ONE© Access? with Workspace ONE UEM to distribute business-critical applications securely from any device and configure access management controls. You will learn how Workspace ONE uses various authentication methods and protocols to determine user access permissions and enable single sign-on, and you will leave with an understanding of the fundamental principles of identity and access management.Finally, you learn to investigate, analyze, and determine issues that might occur with the different components of Workspace ONE UEM. Troubleshooting is the backbone of service maintenance and management. By understanding how to effectively troubleshoot product issues, administrators can understand how product services communicate and function, in turn optimizing service and software health management. Course Introduction Introductions and course logistics Course objectives Online resources and references Platform Architecture Summarize the features and functionality of Workspace ONE UEM Outline the benefits of leveraging Workspace ONE UEM Recognize the core and productivity components that make up the Workspace ONE UEM platform Summarize high availability and disaster recovery for Workspace ONE Solution Administration Navigate and customize the Workspace ONE UEM console Summarize the hierarchical management structure Explain the features and functions of Workspace ONE Hub Services Outline account options and permissions Enterprise Integrations Outline the process and needs to integrate with directory services Explain certificate authentication and practical implementation with Workspace ONE Explain the benefits of integrating an email SMTP service into the Workspace ONE UEM console Describe VMware Dynamic Environment Manager? and its architecture Onboarding Outline the prerequisite configurations in the Workspace ONE UEM environment for onboarding devices for management Outline the steps for setting up autodiscovery in the Workspace ONE UEM console Enroll an endpoint through the VMware Workspace ONE© Intelligent Hub app Summarize platform onboarding options Managing Endpoints Explain the differences between device and user profiles Describe policy management options for Windows and macOS Describe the functions and benefits of using compliance policies Explain the use cases for Freestyle Orchestrator Describe the capabilities that sensors and scripts enable Alternative Management Methods Describe the function and benefits of device staging Configure product provisioning in the Workspace ONE UEM console Understand the benefits of deploying a VMware Workspace ONE© Launcher? configuration to Android devices List the system and device requirements for Linux device management in Workspace ONE UEM Applications Describe the features, benefits, and capabilities of application management in Workspace ONE UEM Understand and configure deployment settings for public, internal, and paid applications in the Workspace ONE UEM console Describe the benefits of using Apple Business Manager content integration Describe the benefits of using server-to-client software distribution List the functions and benefits of VMware Workspace ONE© SDK Device Email List the email clients supported by Workspace ONE UEM Configure an Exchange Active Sync profile in the Workspace ONE UEM console Configure VMware Workspace ONE© Boxer settings Summarize the available email infrastructure integration models and describe their workflows Configure email compliance policies and notifications services Content Sharing Describe the benefits of using Content Gateway and the Content Gateway workflows Describe the benefits of integrating content repositories with Workspace ONE UEM Configure a repository in the Workspace ONE UEM console Maintenance Manage endpoints from the Device List View and the Device Details View pages Analyze endpoint deployment and compliance data from the Monitor Overview page Workspace ONE Access Summarize the benefits of Workspace ONE Access Outline the core features and functions that Workspace ONE Access enables Navigate the Workspace ONE Access console Explain the functions of directory integration with Workspace ONE Access Explain the various types of authentication protocols enabled by Workspace ONE Access Integrating Workspace ONE UEM and Workspace ONE Access Explain the rationale for integrating Workspace ONE UEM and Workspace ONE Access Outline the process of connecting Workspace ONE UEM and Workspace ONE Access Explain the integrations workflow Summarize the key features of an integrated solution Productivity Integrations Identify the functions enabled by Unified Access Gateway Outline the purpose of the VMware AirWatch© Secure Email Gateway? edge service Explain the features enabled by the VMware Workspace ONE© Tunnel? edge service Summarize the capabilities enabled by the Content Gateway edge service SAML 2.0 Authentication Outline authentication methods supported by Workspace ONE Access Summarize the main properties of the SAML protocol Summarize the SAML authentication workflow Explain the application single sign-on authentication workflow with SAML Mobile Single Sign-On Describe the concept of mobile single sign-on Outline mobile single sign-on workflows Intelligence and Automation Summarize the features of VMware Workspace ONE© Intelligence? Outline the benefits of using Workspace ONE Intelligence Fundamentals of Troubleshooting Workspace ONE UEM Outline software troubleshooting logic and support methods Summarize the main process flows for the Workspace ONE UEM components Explain the importance of Workspace ONE UEM process flows for troubleshooting Identify different Workspace ONE UEM log files Workspace ONE UEM Console Troubleshooting Outline the best practices for troubleshooting Workspace ONE UEM console issues Identify common issues related to group management and assignment Outline common issues related to Workspace ONE UEM console roles and system settings Understand how analytic events can be used to identity platform errors Summarize the steps for collecting and analyzing Workspace ONE UEM console logs Integration Troubleshooting Outline the common enterprise integrations in Workspace ONE UEM Outline common troubleshooting techniques for the VMware AirWatch© Cloud Connector? Troubleshoot issues related to Directory Services integration Identify directory user and groups synchronization issues Troubleshoot issues related to certificate authority integration Explain Workspace ONE Access integration and Workspace ONE Intelligent Hub troubleshooting techniques Endpoint Troubleshooting Compare the endpoint connection topologies in Workspace ONE UEM Outline useful tools and resources for endpoint troubleshooting Summarize the best practices for device enrollment troubleshooting Explain device connectivity troubleshooting techniques Understand how to identify and resolve profile-related issues Identify common compliance policy issues and potential root causes Application Troubleshooting Explain the different scoping questions for troubleshooting applications Review application management configurations Summarize the general tools and resources for application troubleshooting Describe the general logic of troubleshooting public applications Understand internal application issues and potential causes Explain purchased application troubleshooting techniques Unified Access Gateway And Edge Services Troubleshooting Review Unified Access Gateway architecture and edge service workflows Understand Unified Access Gateway general configurations Explain how to utilize Unified Access Gateway related troubleshooting tools and resources Identify

VMware Workspace ONE: Deploy and Manage plus UEM Troubleshooting Fast Track [V22.x]
Delivered OnlineFlexible Dates
Price on Enquiry

Cisco Designing Cisco Application Centric Infrastructure v1.0 (DCACID)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for the following roles: Network designer Network engineer Systems engineer Data center engineer Consulting systems engineer Technical solutions architect Cisco integrators/partners Overview After taking this course, you should be able to: Design Cisco ACI access policies according to best practices Use fabric system settings Design Cisco ACI logical components Design the migration of IP and logical components from an existing data center to Cisco ACI Design Cisco ACI physical structure Migrate existing data center connectivity and physical components from an existing environment to Cisco ACI Design Cisco ACI external Layer 3 connectivity and Cisco ACI Layer 4-7 service insertion, including PBR-based service redirection Design the L4-L7 service insertion in single-pod Cisco ACI, by evaluating the available options and choosing the optimal connectivity flow Design L4-L7 service insertion in Cisco ACI Multi-Pod Design a transit routing solution Design service sharing using vzAny Build a migration plan for Layer 2 and Layer 3 connectivity, including L3Outs and contracts Migrate vSphere compute environment to Cisco ACI Design QoS for interpod and intersite networks Design the DHCP Relay feature, SPAN feature, Port Tracking feature, Import/Export policies, and Snapshot/Rollback feature The Designing Cisco Application Centric Infrastructure (DCACID) v1.0 is a 5-day product training course that provides you with the knowledge and skills to understand and utilize a programmable fabric design built on Cisco Nexus© 9000 Series Switches in Application-Centric Infrastructure (ACI) mode. This course is a deep dive into Cisco ACI design, covering design considerations and best practices, so you can build solid ACI solutions and avoid common mistakes that can impact the network infrastructure. With a focus on various design use cases, this course provides information that can help you practice design decisions, validate your designs, and apply best practices while using Cisco ACI in your multiservice or cloud data centers. Course Outline Designing Access Policies Using Fabric System Settings Designing Logical Components Use Case: Migration of IP and Logical Structure Designing Physical Structure Use Case: Migration of Connectivity and Physical Components Designing L3Outs and Service Insertion Use Case: Service Insertion in Single Pod Use Case: Service Insertion in Cisco ACI Multi-Pod Use Case: L3Out Transit Routing Use Case: Shared Services vzAny and Endpoint Security Groups Use Case: Migration of Layer 2 and Layer 3 Connectivity Use Case: VMware Data Center Migration to Cisco ACI Use Case: IPN and ISN QoS Use Case: DHCP Relay and SPAN Additional course details: Nexus Humans Cisco Designing Cisco Application Centric Infrastructure v1.0 (DCACID) 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 Cisco Designing Cisco Application Centric Infrastructure v1.0 (DCACID) 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.

Cisco Designing Cisco Application Centric Infrastructure v1.0 (DCACID)
Delivered OnlineFlexible Dates
Price on Enquiry

Cloud Fundamentals

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Sr. Systems Administrator Cloud Engineer Systems Engineer Sr. Network Administrator Sr. Network Engineer Cloud Specialist Cloud Project Manager Overview After completion of this course you will be able to describe: Cloud architecture and design Security within the cloud Automation and virtualization Troubleshooting and Disaster recovery High availability  This course covers in depth the skills and abilities needed to operate in the cloud, validating that candidates have the technical experience needed to deploy, secure, and automate environments regardless of the vendor solution. Understanding Cloud Concepts Topic 1A: Recognize Cloud Concepts Topic 1B: Recognize Cloud Terms Topic 1C: Understand the Troubleshooting Methodology Planning and Designing a Cloud Environment Topic 2A: Meet Cloud Business Requirements Topic 2B: Design Capacity Planning and Requirements Administering Cloud Resources Topic 3A: Manage Cloud Administration Topic 3B: Manage Compute Resources in the Cloud Topic 3C: Manage Memory Resources Managing Cloud Storage Topic 4A: Understand Cloud Storage Types Topic 4B: Configure Cloud Storage Solutions Topic 4C: Configure Cloud Storage Protocols and RAID Managing Networks in the Cloud Topic 5A: Deploying Cloud Network Services Topic 5B: Identify Cloud Network Infrastructure Components Securing and Troubleshooting Networks in the Cloud Topic 6A: Secure a Network in a Cloud Environment Topic 6B: Troubleshooting Cloud Connectivity Managing Cloud Migrations and Troubleshooting Cloud Deployments Topic 7A: Manage Cloud Migrations Topic 7B: Troubleshoot Cloud Deployment and Migration Issues Managing Cloud Automation and Orchestration Topic 8A: Understand Cloud Automation and Orchestration Techniques Topic 8B: Troubleshoot Automation and Orchestration in the Cloud Understanding Cloud Security Concepts Topic 9A: Administer Identity and Access Management in the Cloud Topic 9B: Manage Cloud Operating System and Application Security Topic 9C: Manage Data Security and Compliance in the Cloud Managing Cloud Security Topic 10A: Implement Security Measures in the Cloud Domain Topic 10B: Troubleshoot Cloud Security Managing Cloud Performance Topic 11A: Operate Efficiently in the Cloud Topic 11B: Accomplish Cloud Operations Tasks Topic 11C: Optimize Cloud Resources Topic 11D: Troubleshoot Common Cloud Performance Problems Managing Maintenance in the Cloud Topic 12A: Configure Logs, Monitoring, and Alerting for Cloud Services Topic 12B: Manage Backup and Restore in the Cloud Implementing High Availability and Disaster Recovery in the Cloud Topic 13A: Understand High Availability and Scaling in the Cloud Topic 13B: Manage Disaster Recovery in the Cloud Topic 13C: Incident Response Additional course details: Nexus Humans Cloud Fundamentals 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 Cloud Fundamentals 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.

Cloud Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Cisco Implementing Cisco Unified Communications Security v1.0 (UCSEC)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Channel Partner/Reseller Customer Employee Overview To provide learners with the necessary knowledge and skills that are common in all Cisco Unified Communications Manager deployments and additionally, those that are required to fully implement a single site solution. Implementing Cisco Unified Communications Security (UCSEC) v1.0 is a new 5-day ILT class designed to provide students with the necessary knowledge and skills to implement security features in a Cisco Unified Communications environment. Cisco Unified Communications support several features and mechanisms to secure voice signaling and communications and to mitigate attacks against Cisco Unified Communications networks. The Implementing Cisco Unified Communications Security (UCSEC) v1.0 course introduces security mechanisms and describes different implementation scenarios that increase the security level of Cisco Unified Communications networks. Course Outline Course Overview Module 1 - Vulnerabilities of Cisco Unified Communications Networks and Security Fundamentals Module 2 - Network Infrastructure Security Module 3 - Cisco Unified Communications Manager and Endpoint Security Features Module 4 - Secure Cisco Unified Communications Integration and Features

Cisco Implementing Cisco Unified Communications Security v1.0 (UCSEC)
Delivered OnlineFlexible Dates
Price on Enquiry

Assisted Eating & Drinking

By Prima Cura Training

Course Overview: It is important that everybody who works in the care environment recognises the signs of potential eating and drinking difficulties and is able to support service users to eat and drink. This course combines both theory and practical sessions to equip those who work in care settings with this knowledge.   Course Aims: Define Dysphagia Identify the main parts of the human mouth and pharynx Recognise signs and symptoms of aspiration Know when to refer a service user Recognise good positions at mealtimes Experience food textures and being fed in different positions Management responsibilities

Assisted Eating & Drinking
Delivered in person or OnlineFlexible Dates
Price on Enquiry

First Aid for Youth Mental Health | RQF Level 2

By Madeleys First Aid Plus

RQF Level 2 First Aid for Youth Mental Health course The RQF Level 2 First Aid for Youth Mental Health course is designed to provide participants with a deeper understanding of youth mental health issues and equip them with the knowledge and skills to provide effective support to young people experiencing mental health challenges. The course covers a range of topics related to youth mental health, including common mental health conditions, risk factors, early intervention strategies, and support resources. Here are some key components typically covered in the RQF Level 2 First Aid for Youth Mental Health course: Understanding Youth Mental Health: Participants will gain an understanding of the unique mental health challenges faced by young people, including the impact of developmental stages, societal influences, and peer pressure. They will learn about common mental health conditions that affect youth, such as anxiety, depression, self-harm, eating disorders, and substance abuse. Recognizing Signs and Symptoms: Participants will learn to recognize signs and symptoms of mental health issues in young people. They will explore the behavioural, emotional, and physical indicators that may suggest a young person is experiencing distress or mental health difficulties. Providing Initial Support: The course will cover strategies for providing initial support to young people in crisis or distress. Participants will learn how to approach and engage with young people, offer active listening, and provide appropriate reassurance and guidance. They will also explore strategies for managing challenging or sensitive conversations related to mental health. Promoting Positive Mental Health: Participants will gain insights into promoting positive mental health and well-being in young people. This includes exploring protective factors, resilience-building techniques, and strategies for fostering a supportive and inclusive environment. Referral and Signposting: The course will emphasize the importance of early intervention and appropriate referral pathways. Participants will learn how to signpost young people to relevant support services, resources, and professionals who can provide further assistance. Self-Care and Boundaries: Participants will be encouraged to prioritise their own well-being while supporting young people with mental health challenges. They will learn about self-care strategies, setting boundaries, and seeking support for themselves as they engage in helping others. Interactive Activities and Case Studies: The course often includes interactive activities, discussions, and case studies to facilitate practical learning and application of knowledge. These exercises enable participants to develop their skills in a supportive learning environment. Successful completion of the RQF Level 2 First Aid for Youth Mental Health course typically leads to the awarding of the Level 2 qualification. It is important to note that this course does not provide participants with the qualifications to diagnose or treat mental health conditions, but it equips them with the knowledge and skills to offer initial support and signposting to young people in need. Suitability - Who should attend? The RQF Level 2 First Aid for Youth Mental Health course is primarily aimed at individuals who work or have regular contact with young people aged 8 to 18 years old. This can include professionals, volunteers, or anyone else who has a role in supporting young people's mental health and well-being. The course is relevant for a wide range of individuals and professions, including but not limited to: Teachers and educators Youth workers Social workers School counsellors Sports coaches Healthcare professionals (such as nurses, paramedics, and allied health professionals) Community workers Volunteers in youth organizations Parents or caregivers Those with a general interest in youth mental health and well-being The Level 2 First Aid for Youth Mental Health course aims to equip participants with the skills and knowledge to provide initial support to young people experiencing mental health difficulties. It focuses on developing an understanding of youth mental health, recognizing signs and symptoms, offering appropriate support, and guiding young people toward further professional help. Ultimately, the course aims to empower individuals to be better equipped in providing immediate assistance and promoting positive mental health outcomes for young people. Outcome / Qualification etc. Upon completing the RQF Level 2 First Aid for Youth Mental Health course, participants can expect to achieve several learning outcomes. Understanding Youth Mental Health: Participants will gain knowledge about common mental health issues affecting young people, including anxiety, depression, self-harm, eating disorders, and substance misuse. They will develop an understanding of risk factors, protective factors, and the impact of mental health on young people's overall well-being. Recognising Signs and Symptoms: Participants will learn to identify early signs and symptoms of mental health problems in young people. They will understand how mental health difficulties can manifest and affect different aspects of a young person's life, such as behaviour, emotions, and social interactions. Providing Initial Support: Participants will acquire skills to provide initial support to young people experiencing mental health issues. They will learn active listening techniques, non-judgmental communication, and how to create a safe and supportive environment for young people to share their concerns. Promoting Positive Mental Health: Participants will understand the importance of promoting positive mental health and well-being in young people. They will learn strategies to enhance resilience, self-esteem, and coping skills among young people, as well as ways to create supportive environments that contribute to positive mental health outcomes. Signposting to Professional Help: Participants will gain knowledge about appropriate professional resources and services available to support young people's mental health. They will learn how to effectively signpost young people to appropriate help, such as mental health professionals, helplines, or support organizations. Self-Care and Boundaries: Participants will understand the importance of self-care and maintaining boundaries when supporting young people's mental health. They will learn techniques to manage their own emotional well-being and seek appropriate support for themselves when needed. The course aims to equip participants with the skills, knowledge, and confidence to provide immediate support and signpost young people to appropriate help. While it does not qualify participants as mental health professionals, it enhances their capacity to play a supportive role in promoting positive mental health outcomes for young people. Training Course Content Module 1 Introduction Module 2 What is first aid for youth mental health? Module 3 Identifying mental health conditions Module 4 Stress Module 5 Mental health conditions Module 6 First Aid Action Plan for Mental Health Module 7 Assessment and course closure MODULE 1 INTRODUCTION Session content Trainer/assessor introduction Learner introductions Course information • Administration • Learning outcomes and assessment criteria • Reasonable adjustment • Certification • Complaints and appeals • Assessment information Session duration 15 minutes MODULE 2 WHAT IS FIRST AID FOR YOUTH MENTAL HEALTH? Session content Definitions Role and responsibilities of a first aider The impact of mental health issues Mental health stigma Statistics Session duration 30 minutes MODULE 3 IDENTIFYING MENTAL HEALTH CONDITIONS Session content Mental health continuum Mental health risk factors Early warning signs Session duration 30 minutes MODULE 4 STRESS Session content What is stress? Causes of stress Effects of stress Coping strategies Session duration 30 minutes MODULE 5 MENTAL HEALTH CONDITIONS Session content Depression Anxiety Psychosis Eating disorders Suicide Self-harm Post-traumatic stress disorder Conduct disorders - Bullying Drugs and alcohol Session duration 125 minutes MODULE 6 FIRST AID ACTION PLAN FOR MENTAL HEALTH Session content Check for significant risk of suicide or harm Apply non-judgemental communication skills Reassure and provide information Encourage professional support and self-help strategies Consent and safeguarding The first aider’s own health and emotions Assessment Scenario – Application of the first aid action plan for mental health Session duration 90 minutes MODULE 7 ASSESSMENT AND COURSE CLOSURE Session content Written assessment paper Course administration Course closure Session duration 40 minute Course delivery details The delivery of the RQF Level 2 First Aid for Youth Mental Health course may vary depending on the training provider. However, here are some common methods and approaches used in the course delivery: Classroom-Based, or virtual Instruction: The course often involves attending face-to-face training sessions in a classroom setting. An experienced instructor or facilitator will lead the sessions, providing lectures, presentations, and discussions on the relevant topics. Participants will have the opportunity to interact with the instructor and fellow learners, ask questions, and engage in group activities. Interactive Learning: To enhance understanding and engagement, the course may incorporate interactive learning methods. This can include group discussions, case studies, role-plays, and simulations. These activities allow participants to apply their knowledge and skills in practical scenarios related to youth mental health. Multimedia Resources: Training providers may utilize multimedia resources to enhance the learning experience. This can include videos, audio recordings, and online resources that provide additional information, real-life examples, and testimonials related to youth mental health. Practical Skills Training: The course may include hands-on training in practical skills related to supporting young people with mental health challenges. Participants may learn and practice active listening techniques, crisis de-escalation strategies, and effective communication skills. Practical exercises and simulations can help participants develop confidence in applying these skills. Case Studies and Scenarios: The course may incorporate real-life case studies or scenarios to illustrate the application of knowledge and skills. Participants may analyze and discuss these cases, identify appropriate intervention strategies, and explore different approaches to supporting young people in various mental health situations. Assessments: To demonstrate understanding and competence, participants may be required to complete assessments or evaluations. These can include quizzes, written assignments, or practical assessments where participants demonstrate their skills in responding to youth mental health scenarios. Duration and Schedule: The duration of the course can vary, ranging from a few hours to multiple days, depending on the training provider. It may be offered as a full-time or part-time program, and the sessions may be conducted during weekdays or weekends to accommodate different schedules. Why choose Madeleys First Aid Plus Founded in 2021 after Louise left 30 years in the NHS as an Advanced practitioner in A&E/ITU, had spent 1.5 years in Covid ITU Won FSB Best start-up business in the West Midlands in May 2023 Now trained 100's of delegates in Physical and Mental Health First Aid Expenses Travel costs and lunch required, there are many cafes and sandwich bars here in Much Wenlock to buy your lunch, you may eat it in the training room. All training material, books, qualification certificates are included in the price. Continuing Studies After completing the RQF Level 2 First Aid for Youth Mental Health course, you may consider several options for continuing studies or professional development in the field of youth mental health. Here are a few potential avenues to explore: Advanced First Aid Courses: If you wish to further enhance your first aid skills, you can explore advanced first aid courses that specialize in mental health. These courses may provide more in-depth knowledge and practical skills in supporting individuals with specific mental health conditions. Mental Health Awareness Courses: To broaden your understanding of mental health across different age groups or specific mental health conditions, you can consider enrolling in mental health awareness courses. These courses provide comprehensive knowledge about mental health, its impact, and strategies for support. Youth Work and Counselling Courses: If you are interested in pursuing a career in youth work or counselling, you might consider enrolling in relevant courses or qualifications. These can provide a deeper understanding of therapeutic approaches, counselling techniques, and effective interventions for working with young people facing mental health challenges. Higher Education Degrees or Certifications: If you're looking for more extensive education and professional credentials, you can explore pursuing higher education degrees or certifications in fields related to mental health, psychology, counseling, or youth work. These programs often offer specialized tracks or modules focused on youth mental health. Continuous Professional Development (CPD): Engaging in ongoing professional development opportunities is essential for staying up to date with the latest research, practices, and approaches in youth mental health. You can attend workshops, conferences, webinars, and seminars that specifically focus on youth mental health and related topics. Volunteer and Practical Experience: Actively volunteering with organizations or programs that support youth mental health can provide valuable hands-on experience and further develop your skills. Volunteering opportunities allow you to work directly with young people and gain a deeper understanding of their mental health needs. Remember to research and choose reputable and recognized training providers or institutions when considering any further education or professional development opportunities. It's important to align your studies with your career goals and interests while ensuring the courses or programs meet industry standards and requirements.

First Aid for Youth Mental Health | RQF Level 2
Delivered in Much Wenlock or UK Wide or OnlineFlexible Dates
£100

HTML5 - Content Authoring Fundamentals

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is designed as an introduction to HTML and CSS for those who want to learn to develop standards-compliant web content, with a focus on current HTML5 and CSS3 standards. This course can be taught on Microsoft© Windows©, Apple© Mac OS© X, or Linux©, and supports developers who work in any of those environments. HTML5 is one of the most integral and evolving web technologies that enables a user to structure content and present it on the web.This course lays the foundation for mastering this popular web publishing technology. Authoring Content in HTML Web Development Standards Create an HTML Page Apply HTML Attributes Embedding and Linking Content Embed Content within an HTML Page Link HTML Pages Create Image Maps Formatting Content with CSS Apply Style Sheets to HTML Use CSS to Create Multiple Column Layouts Authoring Complex Content Structures Author Table Content Construct and Format Forms Testing and Publishing HTML Content Identify and Correct Structural and Compatibility Problems Make HTML Content Accessible Publish and Deploy Web Content Additional course details: Nexus Humans HTML5 - Content Authoring Fundamentals 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 HTML5 - Content Authoring Fundamentals 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.

HTML5 - Content Authoring Fundamentals
Delivered OnlineFlexible Dates
£395