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

4472 Courses

Management Skills - Team Leadership Skills Training

4.9(27)

By Apex Learning

Fall into Savings. Enjoy the biggest price fall this Season! 14 in 1 "Management Skills - Team Leadership Skills Training" Bundle only at £79 Get Hard Copy + PDF Certificates + Transcript + Student ID Card + e-Learning App as a Gift - Enrol Now! Tired of browsing and searching for a Management Skills - Team Leadership Skills Training course you are looking for? Can't find the complete Training package that fulfils all your needs? Then don't worry as you have just found the solution. Take a minute and look through this 14-in-1 extensive bundle that has everything you need to succeed other relevant fields! After surveying thousands of learners just like you and considering their valuable feedback, this all-in-one Training bundle has been designed by industry experts. We prioritised what learners were looking for in a complete package and developed this in-demand course that will enhance your skills and prepare you for the competitive job market. Also, our Training experts are available for answering your queries on Management Skills - Team Leadership Skills Training and help you along your learning journey. Advanced audio-visual learning modules of these Training courses are broken down into little chunks so that you can learn Management Skills - Team Leadership Skills Training at your own pace without being overwhelmed by too much material at once. Furthermore, to help you showcase your expertise in Management Skills - Team Leadership Skills, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These Management Skills - Team Leadership Skills Training certificates will enhance your credibility and encourage possible employers to pick you over the rest. This Bundle Consists of the following Premium courses: Course 01: Leadership and Management Training Course Course 02: Diploma in Lean Leadership and Change Management Course 03: Leadership & Management Diploma Course 04: Interpersonal Skills in Management Course 05: Delegation Skills Course 06: Giving and Receiving Feedback Course 07: Motivational Interviewing Course 08: Dealing With Difficult People Training Course Course 09: Success- The 7 Skills To Success, Confidence & Achievement Course 10: Workplace Confidentiality Course 11: Personal and Networking Skills Course 12: Influencing and Negotiating Course 13: Time Management Course 14: Decision Making and Critical Thinking Enrol now to advance your career, and use the premium study materials from Apex Learning. Benefits you'll get from choosing Apex Learning for this Training bundle: Pay once and get lifetime access to 14 CPD courses Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative modules designed by expert instructors Learn anytime, from anywhere Study from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills Curriculum Course 01: Leadership and Management Training Course Module 01: Introduction Module 02: Leadership Training Module 03: Management Training Module 04: Culture Training Module 05: Teamwork Training Module 06: Business Culture Training Certificate: PDF Certificate: Free (Previously it was £6*14 = £84) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) CPD 140 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Management Skills - Team Leadership Skills Training bundle. Requirements Our course is fully compatible with PCs, Macs, laptops, tablets and Smartphone devices. There is no time limit for completing this course; it can be studied in your own time at your own pace. Career path Having this Training expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included You will get the PDF Certificate for the title course (Leadership and Management Skills Complete Diploma) absolutely Free! Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Leadership and Management Skills Complete Diploma) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Management Skills - Team Leadership Skills Training
Delivered Online On Demand
£79

Leisure Management, Travel & Tourism and Tour Guide

By Imperial Academy

3 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | 10 CPD Courses | Lifetime Access | 24/7 Tutor Support

Leisure Management, Travel & Tourism and Tour Guide
Delivered Online On Demand
£399

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 OnlineFlexible Dates
Price on Enquiry

ChatGPT Voice-Powered Chatbot Build with React and FastAPI

By Packt

In this course, you will learn how to build a lifelike voice assistant or sales chatbot using Eleven Labs and ChatGPT AI technology. You will discover how to create a fully functional web application with advanced features such as voice-to-text conversion, AI-powered chat responses, and more, all in a language of your choice.

ChatGPT Voice-Powered Chatbot Build with React and FastAPI
Delivered Online On Demand5 hours 18 minutes
£82.99

Scrum Master Training

4.9(27)

By Apex Learning

14 in 1 "Scrum Master Bundle" Bundle only at £ 65 Get Hard Copy + PDF Certificates + Transcript + Student ID Card + e-Learning App as a Gift - Enrol Scrum Master Now Tired of browsing and searching for a Scrum Master Bundle course you are looking for? Can't find the complete Scrum Master Bundle package that fulfils all your needs? Then don't worry as you have just found the solution. Take a minute and look through this 14-in-1 extensive Scrum Master Bundle bundle that has everything you need to succeed in Scrum Master Bundle and other relevant fields! After surveying thousands of learners just like you and considering their valuable feedback, this all-in-one bundle has been designed by industry experts. We prioritised what learners were looking for in a complete package and developed this in-demand course that will enhance your skills and prepare you for the competitive job market. Furthermore, to help you showcase your expertise in Scrum Master Bundle, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the Agile and Scrum Course course completely free of cost. These Scrum Master Bundle certificates will enhance your credibility and encourage possible employers to pick you over the rest. This Scrum Master Bundle Bundle Consists of the following Premium courses: Course 01: Agile and Scrum Course Course 02: Agile Scrum Master Course 03: Complete Lean Six Sigma Green Belt Course for Service Industry Course 04: Level 3- Project Management Course 05: Disruptive Innovation for Business Course 06: Risk Management Course 07: Scrum and Agile Immersion Course 08: Performance Management Course 09: Financial Analysis Course 10: Stakeholder Management Course 11: Essentials of UK VAT Course 12: Effective Communication Skills Diploma Course 13: People Management Skills Level 3 Course 14: Office Skills Enrol Scrum Master now to advance your career, and use the premium study materials from Apex Learning. How will I get my Scrum Master Certificate? After successfully completing the Scrum Master course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (For The Title Course) Hard Copy Certificate: Free (For The Title Course) Curriculum Course 01: Agile and Scrum Course Module 01: Waterfall vs Agile New Module 02: Brief History Module 03: Agile Manifesto Module 04: Requirements in Agile Module 05: Scrum Framework --------Other Courses Are-------- Course 02: Agile Scrum Master Course 03: Complete Lean Six Sigma Green Belt Course for Service Industry Course 04: Level 3- Project Management Course 05: Disruptive Innovation for Business Course 06: Risk Management Course 07: Scrum and Agile Immersion Course 08: Performance Management Course 09: Financial Analysis Course 10: Stakeholder Management Course 11: Essentials of UK VAT Course 12: Effective Communication Skills Diploma Course 13: People Management Skills Level 3 Course 14: Office Skills CPD 145 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Scrum Master Bundle bundle including- Students Graduates Job Seekers Job Holders Requirements Our Scrum Master Bundle is fully compatible with PCs, Macs, laptops, tablets and Smartphone devices. This Bundle course has been designed to be fully compatible with tablets and smartphones, so you can access your course on Wi-Fi, 3G or 4G. Career path Having this Scrum Master Bundle expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included You will get the PDF Certificate for the title course (Agile and Scrum Course) absolutely Free! Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Agile and Scrum Course) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Scrum Master Training
Delivered Online On Demand
£65

Diploma of IT Web Design (Online)

4.9(27)

By Apex Learning

14 in 1 Bundle only at £100 Get Hard Copy + PDF Certificates + Transcript + Student ID Card + e-Learning App as a Gift - Enrol Now Web Design is essential to bringing a website to life and creating the experience you want for your end-users. Currently, the web is everywhere, and the demand for web designers continues to grow with the surge in smart devices and internet technologies. On top of that, the web design service industry revenue is predicted to reach £560.9 million by 2022. Accordingly, if you want to secure yourself in an in-demand and rewarding career path, then this Web Design bundle could be the perfect choice for you! In addition, with the Web Design bundle, to help you showcase your expertise in Modern Web Designing, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These Modern Web Designing - Level 2 certificates will enhance your credibility and encourage possible employers to pick you over the rest. This Bundle Consists of the following Premium courses: Course 01: Modern Web Designing - Level 2 Course 02: Web Design in Affinity Designer Course 03: Diploma in Animation Design Course 04: Advanced Diploma in User Experience UI/UX Design Course 05: Ionic & Angular JS: Principles Of Mobile and Web Development Course 06: Social Media Website Development Using Wordpress Course 07: Create Website for Accounting Business Course 08: Landing Page Design and Conversion Rate Optimisation Course 09: HTML Web Development for Beginners Course 10: Ultimate PHP & MySQL Web Development Course & OOP Coding Course 11: Diploma in PHP Web Development Course 12: Cyber Security Incident Handling and Incident Response Course 13: Functional Skills IT Course 14: Decision Making and Critical Thinking Enrol now in Modern Web Designing Training to advance your career, and use the premium study materials from Apex Learning. Course Curriculum Course 01: Modern Web Designing - Level 2 Module: 01 1.1 Intro 1.2 Install the Tools and Get Started Module: 02 2.1 Intro to HTML 2.2 What is HTML 2.3 Start a New HTML File & Use Tags 2.4 Header Tags And much more... Module: 03 3.1 CSS Intro 3.2 Add CSS Styles 3.3 Classes and IDs 3.4 Borders 3.5 Sizing And much more... Module: 04 4.1 Intro to Bootstrap 4.2 Install Bootstrap 4.3 Indenting and Containers 4.4 The Grid System And much more... Module: 05 5.1 Landing Page Intro 5.2 Sketch Your Landing Page 5.3 The Top Section And much more... Module: 06 6.1 Business Site Intro 6.2 Sketch Up 6.3 Using Fancy Font Logo And much more... Module: 07 7.1 Intro 7.2 Portfolio Sketch And much more... Module: 08 8.1 Hosting 8.2 Bluehost And much more... Course 02: Web Design in Affinity Designer Introduction The Fundamentals Top 10 principles of good web design How to choose the right colours to design stunning websites Typography in web design And much more... How will I get my Certificate? After successfully completing the course, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (For The Title Course) Hard Copy Certificate: Free (For The Title Course) CPD 160 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Modern Web Designing Training bundle. Requirements Our Modern Web Designing Training course is fully compatible with PCs, Macs, laptops, tablets and Smartphone devices. Career path Having this Modern Web Designing Training expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included P.S. The delivery charge inside the UK is £3.99, and the international students have to pay £9.99.

Diploma of IT Web Design (Online)
Delivered Online On Demand
£65

Real Estate Agent Training

4.9(27)

By Apex Learning

*****Don't Spend More; Spend Smarter*** Life Just Got Better This Summer! Get Hard Copy + PDF Certificates + Transcript + Student ID Card + e-Learning App as a Gift - Enrol Now Tired of browsing and searching for the course you are looking for? Can't find the complete package that fulfils all your needs? Then don't worry as you have just found the solution. Take a minute and look through this 14-in-1 extensive bundle that has everything you need to succeed in Real Estate Agent and other relevant fields! After surveying thousands of learners just like you and considering their valuable feedback, this all-in-one Real Estate Agent bundle has been designed by industry experts. We prioritised what learners were looking for in a complete package and developed this in-demand Real Estate Agent course that will enhance your skills and prepare you for the competitive job market. Furthermore, to help you showcase your expertise in Real Estate Agent, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These certificates will enhance your credibility and encourage possible employers to pick you over the rest. This Real Estate Agent Bundle Consists of the following Premium courses: Course 01: Real Estate Agents | Online Course Course 02: Property Management Course 03: Social Housing and Tenant Management Level 2 Course 04: Decision-Making Course 05: Property Law and Legislation Course 06: Understanding Wills and Probate Laws - Level 2 Course 07: Sales: Psychology of Customers Course 08: Digital Marketing and Advertising Level 3 Course 09: Customer Relationship Management Course 10: Assertiveness and Self Confidence Development Course 11: Effective Communication Skills Course 12: Dealing With Difficult People Training Course Course 13: Business Writing Course 14: Decision Making and Critical Thinking Benefits you'll get choosing Apex Learning for this Real Estate Agent: Pay once and get lifetime access to 12 CPD courses Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID for the title course included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative modules designed by expert instructors Learn at your ease - anytime, from anywhere Study the course from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills How will I get my Certificate? After successfully completing the course, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (For The Title Course) Hard Copy Certificate: Free (For The Title Course) Course 01: Real Estate Agents | Online Course Estate Agent: An Introduction Different Types of Estate Agents Getting Started on the Job Listing Property: Finding the Sellers Valuation Process Negotiating as Estate Agent Selling Property: Finding the Buyers Letting Property Technology for Estate Agents Regulation of Estate Agents Course 02: Property Management Introduction to Property Management The Role and Responsibilities of a Property Manager Listing Properties and Marketing The Letting Process and Tenancy Agreement The Property Management Process Keeping Tenants Long Term Regulations of Property Management Changes in the UK Property Market: An Opportunity CPD 145 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Real Estate Agent bundle. Persons with similar professions can also refresh or strengthen their skills by enrolling in this course. Students can take this course to gather professional knowledge besides their study or for the future. Requirements Our Real Estate Agent is fully compatible with PC's, Mac's, laptops, tablets and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so that you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course; it can be studied in your own time at your own pace. Career path Having this various expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included

Real Estate Agent Training
Delivered Online On Demand
£69

Healthcare Assistant Training - CPD Certified

4.9(27)

By Apex Learning

***Limited Time Offer*** ★★★ Enrolment Gift: Get Hard Copy + PDF Certificates + Transcript + Student ID Card worth £200 - Enroll Now! ★★★ Tired of browsing and searching for a Healthcare Assistant course you are looking for? Can't find the complete package that fulfils all your needs? Then don't worry as you have just found the solution. Take a minute and look through this extensive bundle that has everything you need to succeed. After surveying thousands of learners just like you and considering their valuable feedback, this all-in-one Healthcare Assistant bundle has been designed by industry experts. We prioritized what learners were looking for in a complete package and developed this in-demand Healthcare Assistant course that will enhance your skills and prepare you for the competitive job market. Also, our experts are available to answer your queries on Healthcare Assistant and help you along your learning journey. Advanced audio-visual learning modules of these Healthcare Assistant courses are broken down into little chunks so that you can learn at your own pace without being overwhelmed by too much material at once. Furthermore, to help you showcase your expertise in Healthcare Assistant, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These certificates will enhance your credibility and encourage possible employers to pick you over the rest. This Healthcare Assistant Bundle Consists of the following Premium courses: Course 01: Healthcare Assistant Training Course 02: Health and Social Care UK 2021 Course 03: Care Planning and Record Keeping Course 04: Observation Skills for Carers Course 05: Vulnerability, Abuse & Safeguarding Course 06: Diabetes Care Diploma Course 07: Dementia Training Course 08: Diploma in Phlebotomy - Level 4 Course 09: Infection Prevention and Immunization Course 10: Maternity Care Assistant Course Course 11: Foster Care Training Course Course 12: Medical Law Course 13: Medication Administration Level 4 Course 14: Medical Terminology Training Course 15: First Aid Training Course 16: Healthcare GDPR Training Course 17: Consent in Healthcare Course 18: Public Health Course 19: English for Healthcare Course 20: Communication & Information Handling in Care Key Features of the Course: FREE Healthcare Assistant CPD-accredited certificate Get a free student ID card with Healthcare Assistant training (£10 applicable for international delivery) Lifetime access to the Healthcare Assistant course materials The Healthcare Assistant program comes with 24/7 tutor support Get instant access to this Healthcare Assistant course Learn Healthcare Assistant training from anywhere in the world The Healthcare Assistant training is affordable and simple to understand The Healthcare Assistant training is entirely online Enroll now in this Healthcare Assistant bundle to advance your career, and use the premium study materials from Apex Learning! Certificates Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Healthcare Assistant Training) absolutely Free! Other Hard Copy certificates are available for £14.99 each. P.S. The delivery charge inside the UK is £3.99, and the international students have to pay £9.99. Digital certificate - Included Description: This Healthcare Assistant diploma offers learners the opportunity to acquire the skills that are highly valued in this field. With this Certification, graduates are better positioned to pursue career advancement and higher responsibilities within the Healthcare Assistant setting. The skills and knowledge gained from this Healthcare Assistant course will enable learners to make meaningful contributions to related fields, impacting their experiences and long-term development. ★★★ Course Curriculum of the Healthcare Assistant Bundle ★★★ Course 01: Healthcare Assistant Training Module 01: Working in Different Healthcare Settings Module 02: Understanding Legal, Professional Standards of Practice and Ethical Aspects of Health Care Part - 1 Module 03: Understanding Legal, Professional Standards of Practice and Ethical Aspects of Health Care Part - 2 Module 04: Maintaining Medical Records Module 05: Confidentiality in a Medical Environment Module 06: Health and Safety Responsibilities Module 07: Hygiene in Nursing Module 08: Infection Control Module 09: Mobility and Immobility Issues of Patients in Nursing Module 10: Rights and Responsibilities as a Health and Social Care Worker Module 11: Role as A Caregiver and Healthcare Professional Module 12: Providing Care or Treatment to People Who Lack Capacity Module 13: Managing Service Delivery in Health and Social Care Module 14: Medical Jargon and Terminology Module 15: Effects of Covid-19 on Human Life Module 16: Preventions and Social Measures to Be Taken Module 17: Information Technology in Health Care Module 18: Artificial Intelligence, Data Science and Technological Solutions against Covid-19 =========>>>>> And 19 More Courses <<<<<========= How will I get my Healthcare Assistant Certificate? After successfully completing the Healthcare Assistant course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £9.99*20 = £199) Hard Copy Certificate: Free (For The Title Course: Previously it was £14.99) Who is this course for? Anyone from any background can enroll in this bundle. Requirements Our course is fully compatible with PCs, Macs, laptops, tablets and Smartphone devices. Career path Completing the Healthcare Assistant Training course can lead to rewarding opportunities in the care and support sector. Here are some potential career paths: Healthcare Assistant Care Support Worker Home Care Assistant Rehabilitation Assistant Personal Care Assistant Senior Healthcare Assistant

Healthcare Assistant Training - CPD Certified
Delivered Online On Demand4 days
£109

Speech And Language Therapy for Parents & Kids

4.5(3)

By Studyhub UK

Do you want to prepare for your dream job but strive hard to find the right courses? Then, stop worrying, for our strategically modified Speech And Language Therapy for Parents & Kids bundle will keep you up to date with the relevant knowledge and most recent matters of this emerging field. So, invest your money and effort in our 40 course mega bundle that will exceed your expectations within your budget. The Speech And Language Therapy for Parents & Kids related fields are thriving across the UK, and recruiters are hiring the most knowledgeable and proficient candidates. It's a demanding field with magnitudes of lucrative choices. If you need more guidance to specialise in this area and need help knowing where to start, then StudyHub proposes a preparatory bundle. This comprehensive Speech And Language Therapy for Parents & Kids bundle will help you build a solid foundation to become a proficient worker in the sector. This Speech And Language Therapy for Parents & Kids Bundle consists of the following 30 CPD Accredited Premium courses - Course 01 : Speech And Language Therapy Course 02 : Learning Disability Nursing Course 03 : Dyslexia Awareness Training Course 04 : Child Language Disorder (CLD) Course 05 : Autism Awareness Course 06 : ADHD Awareness Course 07 : Decision Making and Critical Thinking Course 08 : Consent Training in Healthcare Course Course 09 : Health & Social Care Course 10 : Personal Hygiene Guidelines Course 11 : Mental Health Care Training - MCA & DOLS Course 12 : Child Playwork Course 13 : Deaf Awareness & Interaction Training Course 14 : Homeschooling & Home Education Course 15 : SEN in Early Years Course Course 16 : Teaching Phonics Level 4 Course 17 : Educational Psychology & Development Training Course 18 : Safeguarding Children and Vulnerable Adults Diploma Course 19 : Cognitive Behavioural Therapy (CBT) Training Course 20 : Level 3 Paediatric First Aid Course 21 : Child and Adolescent Counselling Course 22 : Child Neglect Awareness Training Course 23 : Diploma in Child Psychology and Care Course 24 : Play Therapy Course 25: Childcare and Nutrition Course 26: Audiology Training Online Course 27: British Sign Language (BSL) Level 1 & 2 Course 28: Diploma in Family Support Worker Course 29: Child Attachment Training Course 30: Advanced Parenting Skills Course 10 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 01 : Career Development Plan Fundamentals Course 02 : CV Writing and Job Searching Course 03 : Interview Skills: Ace the Interview Course 04 : Video Job Interview for Job Seekers Course 05 : Create a Professional LinkedIn Profile Course 06 : Business English Perfection Course Course 07 : Networking Skills for Personal Success Course 08 : Boost Your Confidence and Self-Esteem Course 09 : Public Speaking Training Course 10 : Learn to Fight Procrastination Learning Outcome This tailor-made Speech And Language Therapy for Parents & Kids bundle will allow you to- Uncover your skills and aptitudes to break new ground in the related fields Deep dive into the fundamental knowledge Acquire some hard and soft skills in this area Gain some transferable skills to elevate your performance Maintain good report with your clients and staff Gain necessary office skills and be tech savvy utilising relevant software Keep records of your work and make a report Know the regulations around this area Reinforce your career with specific knowledge of this field Know your legal and ethical responsibility as a professional in the related field This Speech And Language Therapy for Parents & Kids Bundle resources were created with the help of industry experts, and all subject-related information is kept updated on a regular basis to avoid learners from falling behind on the latest developments. Certification After studying the complete training you will be able to take the assessment. After successfully passing the assessment you will be able to claim all courses pdf certificates and 1 hardcopy certificate for the Title Course completely free. Other Hard Copy certificates need to be ordered at an additional cost of •8. CPD 400 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Ambitious learners who want to strengthen their CV for their desired job should take advantage of the Speech And Language Therapy for Parents & Kids bundle! This bundle is also ideal for professionals looking for career advancement. Requirements To participate in this course, all you need is - A smart device A secure internet connection And a keen interest in Speech And Language Therapy for Parents & Kids Career path Upon completing this essential Bundle, you will discover a new world of endless possibilities. These courses will help you to get a cut above the rest and allow you to be more efficient in the relevant fields.

Speech And Language Therapy for Parents & Kids
Delivered Online On Demand9 days
£315

Cognitive Behavioural Therapy (CBT) Training

4.9(27)

By Apex Learning

***Limited Time Exclusive Bundle*** Get Hard Copy + PDF Certificates + Transcript + Student ID Card as a Gift - Enrol Now Tired of browsing and searching for the course you are looking for? Can't find the complete package that fulfils all your needs? Then don't worry as you have just found the solution. Take a minute and look through this 14-in-1 extensive bundle that has everything you need to succeed in Cognitive Behavioural Therapy (CBT) and other relevant fields! After surveying thousands of learners just like you and considering their valuable feedback, this all in one Cognitive Behavioural Therapy (CBT) bundle has been designed by industry experts. We prioritised what learners were looking for in a complete package and developed this in-demand Cognitive Behavioural Therapy course that will enhance your skills and prepare you for the competitive job market. Also, our Cognitive Behavioural Therapy experts are available for answering your queries and help you along your learning journey. Advanced audiovisual learning modules of these courses are broken down into little chunks so that you can learn at your own pace without being overwhelmed by too much material at once. Furthermore, to help you showcase your expertise in Cognitive Behavioural Therapy, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These certificates will enhance your credibility and encourage possible employers to pick you over the rest. This CBT Bundle Consists of the following Premium courses: Course 01: Cognitive Behavioural Therapy (CBT) Training Course 02: Dialectal Behaviour Therapy (DBT) Course 03: Rational Emotive Behaviour Therapy Course 04: EFT - Emotional Freedom Technique Course 05: Mental Health Course Course 06: Mental Health Laws and Awareness - Level 2 Course 07: Counselling Course Course 08: Couples Therapy & Counselling Course 09: Addiction and Mental Health - Dual Diagnosis Course 10: Domestic Violence and Abuse Awareness - Level 2 Course 11: Treating Post Traumatic Stress Disorder Course 12: Release Addiction, Anxiety and Trauma Level-3 Course 13: Neuropsychology and Development of Children Course 14: Biohacking Your Physical and Mental Health Benefits you'll get choosing Apex Learning for this CBT: Pay once and get lifetime access to 14 CPD courses Certificates, student ID for the title course included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative modules designed by expert instructors Learn at your ease - anytime, from anywhere Study the course from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills How will I get my Certificate? After successfully completing the course, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (For The Title Course) Hard Copy Certificate: Free (For The Title Course) Curriculum of CBT Bundle Course 01: Cognitive Behavioural Therapy (CBT) Training Module 01: Getting Started with CBT Module 02: CBT History Module 03: Importance of Negative Thoughts Module 04: Goal Setting Module 05: Behavioural Activation Module 06: Cognitive Restructuring Module 07:Cognitive Restructuring: Step-by-step Plan Module 08: Core Belief Module 09: Changing Negative Belief Module 10: Mindfulness-integrated CBT And much more... CPD 145 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Cognitive Behavioural Therapy (CBT) bundle. Persons with similar professions can also refresh or strengthen their skills by enrolling in this course. Students can take this course to gather professional knowledge besides their study or for the future. Please note: This course doesn't entitle you to practice as a professional in this specific field. Rather, this course will assist you in understanding the fundamentals so that you can improve your knowledge in the relevant field. Requirements Our Cognitive Behavioural Therapy (CBT) is fully compatible with PC's, Mac's, laptops, tablets and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so that you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course; it can be studied in your own time at your own pace. Career path Having this various expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included

Cognitive Behavioural Therapy (CBT) Training
Delivered Online On Demand
£69