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

1258 Courses

Ruby on Rails 5 - Become a Professional Developer

4.9(27)

By Apex Learning

Overview This comprehensive course on Ruby on Rails 5 - Become a Professional Developer will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Ruby on Rails 5 - Become a Professional Developer comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Ruby on Rails 5 - Become a Professional Developer. It is available to all students, of all academic backgrounds. Requirements Our Ruby on Rails 5 - Become a Professional Developer is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so 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 Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 23 sections • 225 lectures • 16:47:00 total length •Course Introduction: 00:06:00 •The Application We're Going to Build: 00:09:00 •Section Introduction gg: 00:01:00 •Introduction to the Command Line Interface in Mac and Linux: 00:10:00 •Installing the X-Code Command Line Tools for Mac: 00:02:00 •Installing Git for Source Code Version Control: 00:03:00 •How to install Homebrew on a Mac: 00:04:00 •Installing GPG Security Systems on a Mac: 00:02:00 •Guide to RVM for Ruby Management: 00:09:00 •Configuring RubyGems and Installing Rails: 00:07:00 •Installing the Postgres Database on a Mac: 00:05:00 •Installing and Working with the Sublime Text Editor: 00:17:00 •Deep Dive into the Command Line - Part 1 of 2: 00:14:00 •Deep Dive into the Command Line - Part 2 of 2: 00:12:00 •PC Environment Setup: Installing Virtual Box: 00:03:00 •Guide to Installing Ubuntu Linux in VirtualBox: 00:10:00 •How to Reboot a Linux Virtual Machine from Terminal: 00:02:00 •Installing Desktop Applications and Ubuntu Navigation Tips and Tricks: 00:09:00 •How to Sign Up for a GitHub Account: 00:03:00 •How to install Git on Linux and Connect to GitHub via SSH: 00:20:00 •How to Securely Install Node and NPM on Linux via NVM: 00:09:00 •Installing the Heroku CLI and the Full Deployment Lifecycle: 00:14:00 •How to install and Work with Sublime Text in Linux: 00:08:00 •PC Setup: Guide for Ruby on Rails and Postgres on Linux - Part 1 of 2: 00:10:00 •PC Setup: Guide for Ruby on Rails and Postgres on Linux - Part 2 of 2: 00:15:00 •Fixing the Role Does Not Exist Error: 00:05:00 •Section Introduction ee: 00:01:00 •Signing Up for a Project Management Account: 00:03:00 •Managing the Project Management Dashboard: 00:08:00 •Importing Project Management Tasks into Pivotal Tracker: 00:01:00 •Creating a Rails Application: 00:11:00 •Generating a Blog for the Portfolio Application Using Rails Scaffolds: 00:11:00 •Analyzing the Rails Process: Index and Show Actions: 00:12:00 •Analyzing the Rails Process: New, Create, Update, Edit, and Destroy Actions: 00:14:00 •Analyzing the Rails Process: Routing with Resources: 00:07:00 •Rails File System Overview: 00:13:00 •Updating the Project Management Dashboard: 00:01:00 •Deep Dive: Analyzing the Application Generator - Part 1: 00:12:00 •Deep Dive: Analyzing the Application Generator - Part 2: 00:17:00 •Section Introduction bb: 00:02:00 •How to Sign Up for a Github Account: 00:03:00 •Generating SSH Keys to Securely Communicate with Github: 00:04:00 •Guide to GitHub: 00:12:00 •How to Update a .gitignore File to Securely Store Secret Credentials: 00:11:00 •Guide to the Markdown Syntax: 00:10:00 •Updating the Git Sprint in the Project Management Dashboard: 00:01:00 •Deep Dive: Analyzing Version Control and Git - Part 1: 00:18:00 •Deep Dive: Analyzing Version Control and Git - Part 2: 00:13:00 •Section Introduction aa: 00:01:00 •Guide to the Rails Controller Generator to Build Pages Part 1: 00:16:00 •Guide to the Rails Controller Generator to Build Pages Part 2: 00:05:00 •Guide to the Rails Model Generator to Build out Data Specific Features: 00:17:00 •Guide to the Rails Model Generator for Building Out the Portfolio Feature: 00:10:00 •Deep Dive: Analyze Rails Generators and How to Customize a Generator - Part 1: 00:15:00 •Deep Dive: Analyze Rails Generators and How to Customize a Generator - Part 2: 00:11:00 •Section Introduction SS: 00:02:00 •Building out a Seeds File for Generating Dynamic Sample Data: 00:15:00 •Implement an Index Action from Scratch in Rails: 00:12:00 •Build the New and Create Functionality from Scratch in Rails: 00:20:00 •Implement the Ability to Edit Database Records from Scratch in Rails: 00:13:00 •How to Use the Link to Method in Rails for Creating Dynamic Links: 00:13:00 •How to Implement the Show Action from Scratch in Rails: 00:12:00 •Building the Ability to Delete Items in Rails: 00:15:00 •How to Implement Custom Routes for Pages in Rails: 00:09:00 •How to Override the Rails Resources Routes for the Show Action: 00:07:00 •How to Implement Permalinks in a Rails Application - Part 1: 00:17:00 •How to Implement Permalinks in a Rails Application - Part 2: 00:05:00 •How to Use Enums in Rails to Manage Data Stages: 00:13:00 •How to Implement a Custom Action in Rails via a Button Click - Part 1: 00:12:00 •How to Implement a Custom Action in Rails via a Button Click - Part 2: 00:10:00 •Updating the Project Management Dashboard and Performing a Pull Request: 00:05:00 •Deep Dive: Rails Routing and Data Flow - Part 1: 00:13:00 •Deep Dive: Rails Routing and Data Flow - Part 2: 00:13:00 •Deep Dive: Rails Routing and Data Flow - Part 3: 00:16:00 •Section Introduction RR: 00:01:00 •Implementing Data Validations in Rails 5: 00:12:00 •Guide to Data Relationships in Rails: 00:16:00 •How to Implement Custom Scopes in Rails 5: 00:16:00 •How to Set Default Values in Rails 5: 00:13:00 •How to Use Concerns in Rails 5: 00:13:00 •Building an Additional Parent/Child Relationship in Rails 5: 00:10:00 •Rails 5 Complex Forms: Configuring Nested Attributes in the Model: 00:17:00 •Rails 5 Complex Forms: Configuring Nested Attributes in the Form: 00:17:00 •Deep Dive: Working with SQL and ActiveRecord in Rails 5 - Part 1: 00:16:00 •Deep Dive: Working with SQL and ActiveRecord in Rails 5 - Part 2: 00:14:00 •Deep Dive: Working with SQL and ActiveRecord in Rails 5 - Part 3: 00:15:00 •Section Introduction QQ: 00:01:00 •How to Install Devise in Rails 5: 00:08:00 •Using Devise to Implement Registrations and Login Functionality: 00:18:00 •Building Custom Routes for Authentication Pages with Devise in Rails 5: 00:03:00 •Enable Users to Logout and Dynamically Render View Content in Rails 5: 00:07:00 •How to Add Custom Attributes to a Devise Based Authentication System: 00:15:00 •How to Use Controller Concerns in Rails 5 for Devise Custom Attributes: 00:15:00 •Integrate Virtual Attributes to Extract First and Last Name Data from a User: 00:17:00 •Deep Dive: Using BCrypt to Implement Encryption in Ruby: 00:19:00 •Section Introduction PP: 00:01:00 •Rails Data Flow Review and Working with Params: 00:14:00 •Using Rails Sessions to Share Data between Pages: 00:19:00 •Refactoring the Session Tracker into a Controller Concern: 00:07:00 •Working with Strong Params in a Rails 5 Controller: 00:13:00 •Deep Dive: Building a Guest User Feature in Rails - Part 1: 00:14:00 •Deep Dive: Building a Guest User Feature in Rails - Part 2: 00:18:00 •Section Introduction OO: 00:03:00 •How to Customize the Rails Master Layout File - Part 1: 00:15:00 •How to Customize the Rails Master Layout File - Part 2: 00:09:00 •Guide to Using Multiple Layout Files in Rails 5: 00:14:00 •Introduction to Rendering Collections via Partials in Rails 5: 00:09:00 •Introduction to Partials in Rails 5: 00:08:00 •How to Send Data to Partials to Generate Custom Behavior in Rails 5: 00:15:00 •Guide to View Helpers in Rails 5: 00:17:00 •How to Use the Rails Content Tag Helper to Auto Generate HTML Code: 00:15:00 •Introduction to Rendering Collections via Partials in Rails 5: 00:09:00 •Guide to Manually Configuring Partials to Work with Collections in Rails: 00:07:00 •Guide to Helpful ActionView Helper Methods in Rails 5: 00:15:00 •Deep Dive: Tips and Tricks to Working with ActionView in Rails 5 - Part 1: 00:12:00 •Deep Dive: Tips and Tricks to Working with ActionView in Rails 5 - Part 2: 00:15:00 •Section Introduction NN: 00:01:00 •How to Utilize Puts Debugging in Rails: 00:08:00 •Guide to Byebug in Rails 5: 00:09:00 •Guide to Debugging with Pry in Rails 5: 00:19:00 •Proper Way to Implement Error Management in a Rails Application - Part 1: 00:15:00 •Proper Way to Implement Error Management in a Rails Application - Part 2: 00:06:00 •Section Introduction MM: 00:01:00 •How to Install Bootstrap 4 into a Rails 5 Application - Part 1: 00:10:00 •How to Install Bootstrap 4 into a Rails 5 Application - Part 2: 00:12:00 •Section Strategy for Building a Custom RubyGem: 00:11:00 •How to Build a RubyGem from Scratch - Part 1: 00:06:00 •How to Build a RubyGem from Scratch - Part 2: 00:15:00 •Section Introduction hh: 00:02:00 •Introduction to Authorization and How to Install the Petergate Gem: 00:08:00 •How to Add Roles to the User Model in Rails 5: 00:05:00 •Guide to Implementing Petergate in Rails 5 Application - Part 1: 00:15:00 •Guide to Implementing Petergate in Rails 5 Application - Part 2: 00:12:00 •Workplace Facilities: 00:35:00 •Portfolio Design Planning for Layout Specific Styles: 00:09:00 •Implementing the Initial Homepage Design in Rails 5 with Bootstrap 4: 00:09:00 •Building a Navigation Partial for the Master Application Layout with Bootstrap: 00:11:00 •Implement a Footer Along with Adding Method Arguments to a Rails View Helper: 00:14:00 •How to Embed a Google Map into a Rails Application: 00:06:00 •Guide to Updating the Styles for the Devise Edit Account Page in Rails: 00:16:00 •How to Override Default Bootstrap Styles for Text Alignment in the Card Class: 00:06:00 •Implementing Styles for the Devise Registration Page with Bootstrap 4: 00:14:00 •How to Design the Login and Password Pages with Bootstrap 4 Form Styles: 00:15:00 •How to Set Default Values for View Helper Method Arguments in Rails 5: 00:04:00 •Integrating a Different Design for a Separate Blog Layout in Rails 5: 00:04:00 •How to Use Bootstrap 4 to Add a Custom Nav Bar to a Blog Layout in Rails: 00:07:00 •Customizing the Design for the Blog Index Page with Bootstrap 4: 00:19:00 •Guide to Adding Styles to the Blog Show and Form Pages with Bootstrap 4: 00:12:00 •Implementing Partials, Pagination, and Font Awesome Icons - Part 1: 00:23:00 •Implementing Partials, Pagination, and Font Awesome Icons - Part 2: 00:23:00 •Initial Design for the Portfolio Index Page with Bootstrap 4: 00:17:00 •Integrating the Portfolio Animated Navigation Slider, Footer, and Index: 00:14:00 •Using the Bootstrap 4 Grid Layout to Style the Portfolio Show Page in Rails: 00:06:00 •Implementing Bootstrap 4 Forms for the Portfolio Form Pages: 00:13:00 •How to Build a View Helper to Dynamically Generate a Nav Bar - Part 1: 00:20:00 •How to Build a View Helper to Dynamically Generate a Nav Bar - Part 2: 00:19:00 •Deep Dive: Rails Asset Pipeline Part 1: 00:01:00 •Deep Dive: Rails Asset Pipeline Part 2: 00:19:00 •Section Introduction LL: 00:01:00 •How to Integrate a Position Attribute and Custom Scope in Rails: 00:12:00 •Installing the jQuery UI and html5sortable JavaScript Libraries in Rails 5: 00:09:00 •Initial Implementation of Drag and Drop Interface in Rails 5: 00:13:00 •Implementing Drag and Drop Functionality into a Ruby on Rails 5 App Part 1: 00:18:00 •Implementing Drag and Drop Functionality into a Ruby on Rails 5 App Part 2: 00:11:00 •Implementing Authorization Rules for Drag and Drop Feature with Petergate: 00:07:00 •Deep Dive: jQuery CoffeeScript in Rails: 00:19:00 •Section Introduction jj: 00:01:00 •Introduction to Using Images and the Rails Asset Pipeline: 00:12:00 •How to Set a Full Size Video Background in Rails with Bootstrap 4: 00:08:00 •Deep Dive: Installing and Configuring Carrierwave for Image Uploads in Rails 5: 00:20:00 •Deep Dive: Integrating Connection to AWS S3 for File Hosting with Carrierwave: 00:14:00 •Implementing File Upload Button Styles and Refactoring Placeholder - Part 1: 00:06:00 •Implementing File Upload Button Styles and Refactoring Placeholder - Part 2: 00:19:00 •Section Introduction ii: 00:01:00 •Difference Between form_form and form_tag in Rails - Part 1: 00:15:00 •Difference Between form_form and form_tag in Rails - Part 2: 00:16:00 •How to Integrate Cocoon in Rails 5 for jQuery Nested Forms: 00:20:00 •Guide to Integrating Alerts that Automatically Fade Away in Rails 5: 00:15:00 •Refactoring Alert Notifications to Use a Shared View Helper in Rails: 00:13:00 •Deep Dive: How to Build an HTML Form from Scratch the Works with Rails: 00:17:00 •Section Introduction ff: 00:03:00 •Integrating the Twitter Gem to Pull in Tweets in Rails 5: 00:20:00 •How to Render Tweets on a Rails View Page: 00:07:00 •Building a Parser View Helper Method to Make Twitter Links Clickable in Rails: 00:15:00 •Customizing the Styles for the Tech News Page with Bootstrap 4: 00:07:00 •Section Introduction cc: 00:01:00 •Running the Comment Generator and Installing the NoSQL Redis Database in Rails 5: 00:18:00 •Building the Comment Form and Required Controller Actions - Part 1: 00:14:00 •Building the Comment Form and Required Controller Actions - Part 2: 00:08:00 •Refactoring the Comment Form into a Partial and Implementing Data Validations: 00:05:00 •Building the jQuery Functions for Processing Comments - Part 1: 00:19:00 •Building the jQuery Functions for Processing Comments - Part 2: 00:05:00 •How to Create a Broadcast with ActionCable in Rails 5: 00:14:00 •Guide to Implementing Live Data Updates in a Rails 5 Application - Part 1: 00:15:00 •Guide to Implementing Live Data Updates in a Rails 5 Application - Part 2: 00:06:00 •Styling the Comment Section and Implementing Gravatar Based Thumbnails in Rails: 00:16:00 •Section Introduction dd: 00:01:00 •Planning Final Project Updates and Assignment: 00:11:00 •Building a Scope to Show the Most Recent Blog Posts and Hiding Draft Posts: 00:09:00 •Hiding the Show Page for Blogs in Draft Mode in Rails 5: 00:04:00 •How to Add a Drop Down Form Element in Rails 5 for Parent/Child Relationships: 00:09:00 •Using the Controller Generator to Build the Topic Features - Part 1: 00:10:00 •Using the Controller Generator to Build the Topic Features - Part 2: 00:11:00 •How to Build a Widget for the Blog to Render Topics in Rails 5: 00:17:00 •How to Implement Radio Buttons in a Rails Form to Update Enum Values: 00:09:00 •Guide to Integrating Markdown and Syntax Highlighting in a Rails 5 Application: 00:13:00 •Integrating Breadcrumbs and Icons for the Blog Show Pages: 00:12:00 •Building a Partial for Managing Admin Actions for Blog Posts: 00:15:00 •How to Implement a Responsive Navigation Bar with Bootstrap 4: 00:11:00 •Updating the Source/Session Tracking System for the New Layouts: 00:14:00 •How to Integrate a Favicon in Rails 5: 00:08:00 •Implementing Responsive Image Components for the Portfolio Layout: 00:06:00 •Adding Card Styles to the About and Contact Pages: 00:09:00 •How to Implement Collapsable Content Components in a Rails 5 Application: 00:09:00 •How to Integrate Bootstrap Progress Bars in a Rails Application: 00:13:00 •How to Integrate Custom Fonts in a Rails 5 Application: 00:17:00 •Updating the Seeds File in Rails: 00:07:00 •Signing Up for and Creating a New Heroku Application: 00:04:00 •How to Deploy a Rails 5 Application to Heroku: 00:13:00 •Working with the Rails Console on Heroku: 00:11:00 •Installing Redis on Heroku for ActionCable Commenting Feature: 00:04:00 •Configuring Action Cable to Work on Heroku: 00:11:00 •How to Implement the Typed.js Library into a Rails 5 Application: 00:12:00 •How to Install and Configure Webpack, Yarn, and jQuery into a Rails 5.1+ App: 00:19:00 •How to Work with Encrypted Credentials in Rails 5.2+: 00:24:00

Ruby on Rails 5 - Become a Professional Developer
Delivered Online On Demand16 hours 47 minutes
£12

Complete Project Management, Operations Management, Business Management & analysis Level 7

5.0(3)

By School Of Health Care

Operations Management: Operations Management Course Online Introducing Operations Management: Operations Management Course "Empowering the Next Generation" Online course! Operations Management: Operations Management Course is a fast-paced field with a clear goal. For those in operations management: operations management, the goal is to maximize profits by balancing costs and revenues. By incorporating human resources, raw materials, technology, and equipment across the board, Operations Management: Operations Management aims to administer business practices in a way that drives efficiency and superior net profits. The Operations Management: Operations Management Course prepares learners to succeed in their professional lives by teaching them the concepts of Supply Chain Management and its fundamentals, Risk Management and Time Management, Talent Management, Project Management, and Performance Management, Meeting Management, Knowledge Management, and Negotiation skills. Main Course: Level 7 Diploma in Operations Management Course Free Courses included with Operations Management: Operations Management Course: Course 01: Level 7 Project Management Course 02: Level 7 Diploma in Facilities Management Course 03: Level 5 Diploma in Business Analysis Course 04: Level 2 Certificate in Business Management Special Offers of this Operations Management: Operations Management Course: This Operations Management: Operations Management Course includes a FREE PDF Certificate. Lifetime access to this Operations Management: Operations Management Course Instant access to this Operations Management: Operations Management Course 24/7 Support Available to this Operations Management: Operations Management Course [ Note: Free PDF certificate as soon as completing the Operations Management: Operations Management course] Operations Management: Operations Management Course Online This Operations Management: Operations Management Course consists of 20 modules. Course Curriculum of Level 7 Operations Management Module 01: Understanding Operations Management Module 02: Understanding Process Management Module 03: Understanding Supply Chain Management Module 04: Understanding Planning & Sourcing Operations Module 05: Understanding Talent Management Module 06: Understanding Procurement Operations Module 07: Understanding Manufacturing and Service Operations Module 08: Understanding Succession Planning Module 09: Understanding Project Management Module 10: Understanding Quality Control Module 11: Understanding Product and Service Innovation Module 12: Understanding Communication Skills Module 13: Understanding Negotiation Techniques Module 14: Understanding Change Management Module 15: Understanding Maintenance Management Module 16: Understanding Conflict Management Module 17: Understanding Stress Management Module 18: Understanding Business Ethics for the Office Module 19: Understanding Business Etiquette Module 20: Understanding Risk Management Assessment Method of Operations Management: Operations Management Course After completing Operations Management: Operations Management Course, you will get quizzes to assess your learning. You will do the later modules upon getting 60% marks on the quiz test. Certification of Operations Management: Operations Management Course After completing the Operations Management: Operations Management Course, you can instantly download your certificate for FREE. Who is this course for? Operations Management: Operations Management Course Online This Operations Management: Operations Management Course is suitable for anyone passionate and ambitious about Operations Management: Operations Management. Learners can take this Operations Management: Operations Management Course even if they have no prior knowledge of Operations Management: Operations Management, and there are no age restrictions. Requirements Operations Management: Operations Management Course Online To enrol in this Operations Management: Operations Management Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Operations Management: Operations Management Course. Be energetic and self-motivated to complete our Operations Management: Operations Management Course. Basic computer Skill is required to complete our Operations Management: Operations Management Course. If you want to enrol in our Operations Management: Operations Management Course, you must be at least 15 years old. Career path Operations Management: Operations Management Course This Operations Management: Operations Management could be extremely beneficial to business owners and aspiring entrepreneurs to pursue their goals. The following are more formal positions in the field of operations management: Operations Manager Operations Analyst Operations Officer S.C Manager Inventory Manager Supply Services Representative

Complete Project Management, Operations Management, Business Management & analysis Level 7
Delivered Online On Demand25 hours
£12

Level 3 Diploma in Healthcare Support & Care Certificate Standards (1 to15)

By Wise Campus

Healthcare Support: Healthcare Support Course We care for others! Enrol in our Level 3 Diploma in Healthcare Support if you're interested in a career in caring for customers' health and support. Are you looking forward to assisting patients on their path to recovery of full health? With our Level 3 Diploma in Healthcare Support, you'll gain access to top-notch instruction and study the fundamentals of nursing. In addition, you'll work toward obtaining credentials like the Care Certificate, and after finishing the Level 3 Diploma in Healthcare Support, you might have the chance to enrol in an apprenticeship. As well as, after earning this Level 3 Diploma in Healthcare Support certification, you'll have plenty of professional experience and be surrounded by professionals. As a member of the healthcare support team, you might work in a variety of NHS and private care settings. The support staff's job is to aid medical experts in patient diagnosis, care, and treatment. We encourage personal development, protection, and safeguarding in our Level 3 Diploma in Healthcare Support course. Level 3 Diploma in Healthcare Support curriculum also includes Understanding Mental Well-Being, Health Promotion, and Causes and Spread of Infection. You will be a specialist in interventions, inclusion, and equity in care settings after completing the Level 3 Diploma in Healthcare Support course. In order to further your profession, enrol in our Level 3 Diploma in Healthcare Support course right away! Courses Are Included in this Healthcare Support: Healthcare Support Course Bundle: Course 01: Level 3 Diploma in Healthcare Support Course 02: Care Certificate Special Offers Of this Healthcare Support: Healthcare Support Course This Healthcare Support: Healthcare Support Course includes a FREE PDF Certificate. Lifetime access to this Healthcare Support: Healthcare Support Course Instant access to this Healthcare Support: Healthcare Support Course Get FREE Tutor Support to this Healthcare Support: Healthcare Support Course Healthcare Support: Healthcare Support Course You can work in a variety of NHS and private care settings as a healthcare support staff member. Support personnel's job is to help medical professionals diagnose, treat, and take care of patients. Acquiring the necessary knowledge, comprehension, and abilities to function in various healthcare support environments is possible with the help of the Healthcare Support: Level 3 Diploma in Healthcare Support course. Who is this course for? Healthcare Support: Healthcare Support Course For those who desire to work in a variety of settings within the NHS and private care facilities or who are already employed in such settings, this Healthcare Support: Healthcare Support Course is suitable. Requirements Healthcare Support: Healthcare Support Course To enrol in this Healthcare Support: Healthcare Support Course, students must fulfil the following requirements. To join in our Healthcare Support: Healthcare Support Course, you must have a strong command of the English language. To successfully complete our Healthcare Support: Healthcare Support Course, you must be vivacious and self driven. To complete our Healthcare Support: Healthcare Support Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Healthcare Support: Healthcare Support Course. Career path Healthcare Support: Healthcare Support Course The following roles are only a sample of the ones for which the Healthcare Support: Healthcare Support Course certificate curriculum is appropriate: Senior assistant in healthcare Worker in maternity support Worker in Mental Health Support Child and Youth Support Specialist

Level 3 Diploma in Healthcare Support & Care Certificate Standards (1 to15)
Delivered Online On Demand10 hours 24 minutes
£12

Dishwashing Innovations Course

By One Education

From foam-blasting to energy-saving jets, dishwashing has quietly gone from chore to cutting-edge. This Dishwashing Innovations Course is your front-row seat to the technologies, strategies, and eco-friendly trends shaping the future of kitchen clean-up. Whether you're in hospitality, facilities management, or just a fan of spotless crockery, this course sheds light on the mechanisms and methods transforming dish care. Learn how sensor-based machines, smart dosing systems, and sustainable detergents are changing the industry—one rinse cycle at a time. You’ll explore how innovation meets hygiene in commercial and domestic settings, gain insight into energy and water efficiency, and stay informed about industry best practices. Clean plates may seem simple—but as you’ll find, there’s science behind the sparkle. Key Features The Dishwashing Innovations course includes the following offers: CPD Quality Standards Accredited Dishwashing Innovations Course Lifetime Access No Hidden Fees 24/7 Tutor Support Certificate Available with reasonable price Discover a wealth of learning opportunities with our diverse range of online courses including Dishwashing Innovations. From professional development to personal enrichment, we offer courses in a variety of subjects including business, technology, arts, languages, and more. This Dishwashing Innovations course is carefully curated by industry experts and delivered through engaging multimedia content, interactive quizzes, and hands-on projects to ensure an immersive learning experience. Curriculum Module 1: Dishwashing Basics And Hygiene Module 2: Manual Dishwashing Techniques Module 3: Automatic Dishwasher Types And Operations Module 4: Dishwashing Detergents, Chemicals, And Safety Module 5: Dishwasher Maintenance Module 6: Sustainable Dishwashing And Waste Management Module 07: Cleaning The Kitchen Why This Online Course is Better for You: Unlike traditional classroom settings, our online Dishwashing Innovations course offers flexibility and convenience tailored to fit your busy lifestyle. With 24/7 access to Dishwashing Innovations course materials and the ability to learn at your own pace, you can study whenever and wherever it's most convenient for you. Plus, our online platform provides a supportive community of fellow learners and dedicated instructors to guide you every step of the way. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Our Dishwashing Innovations course is designed for anyone eager to expand their knowledge and skills, regardless of their background or experience level. Whether you're a working professional looking to upskill, a student seeking supplemental education, or an enthusiast pursuing a passion project, our courses are accessible to learners of all ages and abilities. Career path Invest in your future and unlock new career opportunities with our online Dishwashing Innovations course. Gain valuable skills and credentials that are in high demand in today's competitive job market. Whether you're looking to switch careers, climb the corporate ladder, or start your own business, our Dishwashing Innovations course provide the expertise and certification you need to succeed. Certificates Digital certificate Digital certificate - £9 Hard copy certificate Hard copy certificate - £15 A Hardcopy Certificate (international): £15 + £10 (postal charge) = £25

Dishwashing Innovations Course
Delivered Online On Demand1 hour
£12

Medical Assistant Diploma

5.0(1)

By Course Gate

Gain essential skills in medical office management with the Medical Assistant Diploma. Learn medical terminology, record-keeping, confidentiality, and more. Perfect for aspiring medical assistants and healthcare professionals. Start your career today!

Medical Assistant Diploma
Delivered Online On Demand3 hours 21 minutes
£11.99

Level 3 Diploma in Health & Social Care

By IOMH - Institute of Mental Health

Overview of Level 3 Diploma in Health & Social Care If you are thinking about a career in Healthcare, you have the right mindset. In the UK, professionals in the health and social care sector enjoy the fulfilment of making a difference in people's lives but also benefit from competitive salaries. Our Level 3 Diploma in Health & Social Care provides a comprehensive understanding of the field and is designed to enhance your career prospects. Care Assistants and Healthcare Assistants can earn between £22,000 to £30,000 annually, while specialised roles like Social Workers may earn between £28,000 and £38,000. This sector offers both financial stability and significant growth potential. In this Level 3 Diploma in Health & Social Care, you'll learn about the fundamentals of health and social care. You will also learn effective communication tailored for care settings, understand the rights and responsibilities of healthcare workers, and explore the roles of caregivers and healthcare professionals. The course also covers promoting equality, diversity, and rights in care, understanding legal and ethical aspects of healthcare, safeguarding vulnerable individuals, risk management in health and social care and much more. By taking this course, you'll improve your job prospects and be equipped to make a real difference in the lives of others. The curriculum ensures that upon completion, you will be an attractive candidate for various roles in this sector and a more effective, empathetic, and informed professional. So what are you waiting for? Enrol today and start your success journey! Fast-Track Your Learning: Watch the Course Trailer Get a Quick Look at The Course Content: This Level 3 Diploma in Health & Social Care Course will help you to learn: Fundamentals of Health and Social Care, including core responsibilities and ethics. Effective Communication skills tailored for health and social care settings. Understanding and upholding the Rights and Responsibilities in care environments. The Role and Skills of a Caregiver and Healthcare Professional. Promoting Equality, Diversity, and Rights in Health and Social Care. Principles and Policies governing Health and Social Care work. Legal and Professional Standards of Practice in Health Care, in two comprehensive parts. Techniques for Safeguarding Vulnerable Individuals. Comprehensive knowledge of Health and Safety Responsibilities. Effective Risk Management strategies in Health and Social Care. Preparation for real-world scenarios through Mock and Final Exams. Details Perks of Learning with IOMH One-to-one support from a dedicated tutor throughout your course. Study online - whenever and wherever you want. Instant Digital/ PDF certificate 100% money back guarantee 12 months access Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement   Certificate of Completion - Digital/PDF Certificate After completing the Level 3 Diploma in Health & Social Care course, you can order your CPD-accredited Digital/PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. (Each) Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? Individuals aspiring to enter the health and social care sector. Existing care workers seeking formal qualifications. Nurses and healthcare assistants aiming for career advancement. Support workers in residential or community settings. Anyone interested in understanding the complexities of health and social care. Requirements You don't need any educational qualification or experience to enrol in the Level 3 Diploma in Health & Social Care course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path This Level 3 Diploma in Health & Social Care isn't just an investment in your education; it's a step towards a rewarding and impactful career where you make a difference every day. Some potential career paths are: Care Assistant: £20,000 - £30,000 annually Healthcare Assistant: £22,000 - £32,000 annually Support Worker: £22,000 - £30,000 annually Senior Care Worker: £25,000 - £35,000 annually Nursing Assistant: £24,000 - £35,000 annually Residential Care Home Manager: £28,000 - £40,000 annually Level 3 Diploma in Health & Social Care FAQs Q: What is health care and social care? Healthcare is more easily understood. It is the care that professionals or pharmaceutical companies provide for well-defined illnesses, injuries, or diseases or to prevent such conditions. It also includes care for pregnant women, who may be healthy and may have healthy fetuses but need facilitation to give birth. Social care addresses a wide range of needs beyond healthcare, although the two are interrelated. It helps individuals better adapt to a social and family environment. The term and its boundaries need to be more well-defined. Q. What is level 3 of health and social care? A level 3 Health and social care qualification is equivalent to A-levels. It is usually done as a BTEC (however, if you're 19+, it's usually an NVQ or an Access course). You do one year for a Subsidiary Diploma, and after completing the second year, you get an Extended Diploma worth three A-levels. It's basically the go-to qualification if you want to go to university to study Nursing, midwifery, SALT (speech and Language), OT (occupational therapist), social work, etc. However, because it is so broad in modules you learn, you can work in some areas of schools. Q. Why do you want to study health and social care? Health and social care is an amazing learning field where you will learn how issues like mental health, poverty and the use of recreational drugs impact individuals. You will also learn different aspects of this arena.  You will learn- - Fundamentals of Health and Social Care. - Effective Communication skills tailored for health and social care. - Understanding and upholding the Rights and Responsibilities in care environments. - The Role and Skills of a Caregiver and Healthcare Professional. - Promoting Equality, Diversity, and Rights in Health and Social Care. - Principles and Policies governing Health and Social Care work. - Effective Risk Management Strategies in Health and Social Care. Q. What's the best career choice for health and social care? The best career choices in health and social care include:   - Nursing: Providing direct patient care and working in diverse healthcare settings. - Medicine: Diagnosing, treating illnesses, and leading healthcare teams. - Allied Health Professions: Specialised assessments and therapeutic interventions in physiotherapy, occupational therapy, and radiography. - Social Work: Supporting individuals and families facing challenging circumstances. - Counselling and Psychotherapy: Helping individuals navigate mental health challenges and providing therapy. - Public Health: Improving population health, developing policies, and promoting disease prevention. - Health Administration and Management: Overseeing healthcare facilities and ensuring efficient delivery of services. - Caregiving and Support Roles: Directly providing care and support to needy individuals. Q. What do you do for health and social care GCSE? To make an outstanding result, you have to cover these topics - - Personal Development and Relationships - Health, Social Care and Early Years Provision - Health and Wellbeing - Health, Social Care and Early Years in Practice Q. What is RQF Health and Social Care? The RQF Health and Social Care or RFQ Level 2 Diploma in Health & Social Care is a suitable qualification for those who are just starting employment in the social care industry or those who are already working as a social care assistant/worker. Q. Why I will study NVQ Health and Social Care? The NVQ Health and Social Care or Level 2/ Level 3/ Level/ Level 5 NVQ Health and social care programme will help you reach your fullest potential and make a more significant impact on the lives of the most vulnerable community members. You will look at equality and diversity, growth, and development, as well as the role of safeguarding and protection in health and social care.  How Do Our Online Courses Work? Q. How do I purchase a course? 1. You need to find the right course on our IOMH website at first. You can search for any course or find the course from the Courses section of our website. 2. Click on Take This Course button, and you will be directed to the Cart page. 3. You can update the course quantity and also remove any unwanted items in the CART and after that click on the Checkout option and enter your billing details. 4. Once the payment is made, you will receive an email with the login credentials, and you can start learning after logging into the portal. Q. I have purchased the course when will I be able to access the materials? After purchasing the course, you should receive an email with the login credentials within 24 hours. Please check your spam or junk folder if you didn't receive it in your inbox. You can access your courses by logging into your account. If you still need any assistance, please get in touch with our Customer Support team by providing the details of your purchase. Q. I haven't received my certificate yet. What should I do? You should receive your Digital Certificate within 24 hours after placing the order, and it will take 3-9 days to deliver the hard copies to your address if you are in the UK. For International Delivery, it will take 20-25 days. If you require any assistance, get in touch with our dedicated Customer Support team, and your queries/issues will be dealt with accordingly. Q. I don't have a credit/debit card, what other methods of payment do you accept? You can make the payment using PayPal or you can Bank Transfer the amount. For Bank transfer you will require an invoice from us and you need to contact our Customer Support team and provide details of your purchase to get the invoice. After that, you will receive an email with the invoice and bank details and you can make the payment accordingly. Q. When I log into the account it says 'Contact Administrator'. To resolve this issue, please log out of your account and then log back in. Course Curriculum Module 1: Introduction to Health and Social Care Module 2: Communication and its Relevance Module 3: Rights and Responsibilities as a Health and Social Care Worker Module 4: Role as A Caregiver and Healthcare Professional Module 5: Working in Health and Social Care: Promoting Equality, Diversity and Rights Module 6: Important Principles and Policies in Health and Social Care Work Module 7: Understanding Legal, Professional Standards of Practice and Ethical Aspects of Health Care Part - 1 Module 8: Understanding Legal, Professional Standards of Practice and Ethical Aspects of Health Care (Part - 2) Module 9: Safeguarding Vulnerable Individuals Module 10: Health and Safety Responsibilities Module 11: Risk Management in Health and Social Care

Level 3 Diploma in Health & Social Care
Delivered Online On Demand7 hours 21 minutes
£11.99

Nursing Assistant and Nurse Prescribing & Midwifery

By Wise Campus

Nursing Assistant: Nursing Assistant Diploma Course Online In the nursing field, do you wish to grow professionally and further your career? If yes, you're ready for our particularly created diploma programme in Nursing Assistant Diploma Course. A number of the units in this Nursing Assistant Diploma Course go into great detail concerning nurse prescribing. Throughout the nursing & prescribing programme, you will learn how to manage medications, discomfort, and mental problems. Additionally, palliative care, infection control, and pharmaceutical management are covered in this Nursing Assistant: Nursing Assistant Diploma Course credential. Furthermore, antibiotics, pneumonia, sinusitis, and other illnesses are explained in the diploma programme in Nursing Assistant Diploma Course. Once you've earned your certificate in Nursing Assistant Diploma Course, you'll be an expert at managing difficulties and improper usage. To start your journey towards being a certified nurse prescriber and invest in your future, enrol in our Nursing Assistant Diploma Course programme in nursing & prescribing! Learning Outcome of Nursing Assistant: Nursing Assistant Diploma Course After completing this Nursing Assistant Diploma Course, learner will know about: The overview of nurse prescribing, legal and ethics of prescribing. The Nursing Assistant Diploma Course teaches about medicine management and pharmacological management for common problems. You can understand anxiety disorders in adults, liver diseases and other diseases, diagnosis & prescribing through this Nursing Assistant Diploma Course. This Nursing Assistant Diploma Course elaborate how to prepare antimicrobial, cardiac and neurological problems and prescribing. Palliative care, pregnancy and lactation are lessons part of the Nursing Assistant Diploma Course. The Nursing Assistant Diploma Course helps to learn prescribing for older people and children. As a nurse you can provide common medicines after getting this Nursing Assistant Diploma Course credential. This Nursing Assistant Diploma Course will help you to handle various challenges and proper nurse prescribing. Main Course: Nursing & Prescribing Course Free Courses are including with this Nursing Assistant: Nursing Assistant Diploma Course Along with The Nursing Assistant Diploma Course, We Offer a free Nursing Assistant Diploma Course Along with The Nursing Assistant Diploma Course, We Offer a free Diploma in Nurse Prescribing Course Along with The Nursing Assistant Diploma Course, We Offer a free Midwifery Course Special Offers of this Nursing Assistant: Nursing Assistant Diploma Course This Nursing Assistant: Nursing Assistant Diploma Course includes a FREE PDF Certificate. Lifetime access to this Nursing Assistant: Nursing Assistant Diploma Course Instant access to this Nursing Assistant: Nursing Assistant Diploma Course Get FREE Tutor Support to this Nursing Assistant: Nursing Assistant Diploma Course Nursing Assistant: Nursing Assistant Diploma Course Online Nursing Assistants: Nursing Assistants have exciting and fulfilling careers in the healthcare industry and are valued members of the medical team. They play a crucial role in the efficient provision of healthcare in a number of settings, including clinics, hospitals, hospices, senior living facilities, and private residences. Among their many duties, nursing assistants perform vital functions like ambulatory care, personal hygiene, and adjunct care. Who is this course for? Nursing Assistant: Nursing Assistant Diploma Course Online This diploma in Nursing Assistant: Nursing Assistant Diploma Course might be useful for aspiring nurses, prescribers, pharmacists, and people working in other fields where medicine is supplied and prescribed. Requirements Nursing Assistant: Nursing Assistant Diploma Course Online To enrol in this Nursing Assistant: Nursing Assistant Diploma Course, students must fulfil the following requirements. To join in our Nursing Assistant: Nursing Assistant Diploma Course, you must have a strong command of the English language. To successfully complete our Nursing Assistant: Nursing Assistant Diploma Course, you must be vivacious and self driven. To complete our Nursing Assistant: Nursing Assistant Diploma Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Nursing Assistant Diploma Course. Career path Nursing Assistant: Nursing Assistant Diploma Course Online Students who complete the Nursing Assistant: Nursing Assistant Diploma Course may choose to work as nurses, chemists, or healthcare professionals, among other occupations.

Nursing Assistant and Nurse Prescribing & Midwifery
Delivered Online On Demand1 hour 36 minutes
£12

Level 2 Award in the Prevention and Control of Infection

By Wise Campus

Level 2 Award in the Prevention and Control of Infection Course Unlock Your Potential with the Level 2 Award in the Prevention and Control of Infection! Do you want to make a significant impact in your workplace or further your career in healthcare? Look no further! Our comprehensive Level 2 Award in the Prevention and Control of Infection course is the perfect stepping stone to your success. Our Level 2 Award in the Prevention and Control of Infection course is designed and led by industry experts with extensive experience in infection prevention and control. Through this Level 2 Award in the Prevention and Control of Infection course, you will receive a top-notch education from professionals who understand real-world challenges and best practices. Our Level 2 Award in the Prevention and Control of Infection course covers all aspects required to become proficient in infection control. We understand your busy schedule, so we've made our Level 2 Award in the Prevention and Control of Infection course fully online, allowing you to learn at your own pace, anytime, anywhere. Engaging and interactive learning modules of the Level 2 Award in the Prevention and Control of Infection course will make studying enjoyable and help retain crucial information. Access video lectures, quizzes, and practical exercises that reinforce your understanding. Don't miss this opportunity to gain a Level 2 Award in the Prevention and Control of Infection, setting yourself apart in a critical field. Enrol in our Level 2 Award in the Prevention and Control of Infection course now and empower yourself with the knowledge and skills to make a difference in infection prevention! Special Offers For this Level 2 Award in the Prevention and Control of Infection Course This Level 2 Award in the Prevention and Control of Infection course includes a FREE PDF Certificate. Lifetime access to this Level 2 Award in the Prevention and Control of Infection Course Instant access to this Level 2 Award in the Prevention and Control of Infection Course Get FREE Tutor Support from Monday to Friday in thisLevel 2 Award in the Prevention and Control of Infection Course This Level 2 Award in the Prevention and Control of Infection course is a self-paced course Level 2 Award in the Prevention and Control of Infection Course Our Level 2 Award in the Prevention and Control of Infection course focuses on practical application, ensuring you can confidently apply your knowledge to real-life scenarios in healthcare settings. Upon successful completion of the Level 2 Award in the Prevention and Control of Infection course, you'll receive a Level 2 Award in the Prevention and Control of Infection, a valuable credential that can boost your career prospects. Who is this course for? Healthcare Professionals: The Level 2 Award in the Prevention and Control of Infection course is ideal for nurses, medical assistants, caregivers, and anyone working in healthcare settings seeking to enhance their infection control skills. Care Home Staff: Those working in care homes or residential facilities will greatly benefit from this Level 2 Award in the Prevention and Control of Infection course to maintain a safe and hygienic environment. Aspiring Health Workers: If you're pursuing a career in healthcare, this Level 2 Award in the Prevention and Control of Infection course will give you a competitive edge and showcase your commitment to patient safety. Individuals Seeking Knowledge: Whether you're interested in the subject out of personal curiosity or wish to safeguard your family, our Level 2 Award in the Prevention and Control of Infection course provides valuable insights for everyone. Career path Here are some exciting career options you can pursue after completing the Level 2 Award in the Prevention and Control of Infection course: Infection Prevention Specialist Infection Control Nurse Healthcare Administrator Public Health Officer Occupational Health and Safety Specialist Clinical Educator Health Inspector

Level 2 Award in the Prevention and Control of Infection
Delivered Online On Demand1 hour 12 minutes
£12

Control and Administration of Medicine - CPD Certified

By Wise Campus

Administration: Control and Administration of Medicine Are you curious about learning the proper way to give medication? If you see yourself in a carrying capacity, this course on Control and Administration of Medicine is for you. All of the information required for safe drug management and handling is covered in this course on the control and administration of medicine. The function and obligations of administration in social and domiciliary care settings are also covered in the Control and Administration of Medicine course. After completing this course on Control and Administration of Medicine, the student will comprehend handling, checking, and prescription. In addition, the Control and Administration of Medicine course describes the laws governing the administration of medications. Join in this Control and Administration of Medicine course right now to achieve your goals and get the expertise, know-how, and experience needed to further your career growth. Learning Outcomes Of Control And Administration Of Medicine After completing this Control and Administration of Medicine course, the learner will be able to: Gain a thorough understanding of medication management through the Control and Administration of Medicine course. This Control and Administration of Medicine course helps to teach the importance of medication management. Know the routes by which medicine can be administered throughout this Control and Administration of Medicine course. Understand the common issues of Control and Administration of Medicine in pharmacological management record-keeping requirements. Gain in-depth knowledge about palliative care from our Control and Administration of Medicine course. Gain a clear understanding of medicine optimisation and Control and Administration of Medicine's four principles. Understand handling medication in residential aged care facilities via the Control and Administration of Medicine course. This Control and Administration of Medicine course helps to understand the law and legislation concerning medicines. Special Offers of this Administration: Control and Administration of Medicine Course This Administration: Control and Administration of Medicine Course includes a FREE PDF Certificate. Lifetime access to this Administration: Control and Administration of Medicine Course Instant access to this Administration: Control and Administration of Medicine Course Get FREE Tutor Support to this Administration: Control and Administration of Medicine Course Administration: Control and Administration of Medicine Master the essential skills for safe medication management with our Administration: Control and Administration of Medicine course. This comprehensive Administration: Control and Administration of Medicine training covers everything from proper drug handling to administration in social and domiciliary care settings. By completing this Administration: Control and Administration of Medicine course, you'll gain a thorough understanding of prescription handling, medication checking, and safe practices. Plus, the Administration: Control and Administration of Medicine program ensures you know the laws and regulations governing medication administration. Elevate your healthcare expertise with this specialized Administration: Control and Administration of Medicine course today! Who is this course for? Administration: Control and Administration of Medicine This Control and Administration of Medicine course is suitable for anyone aspiring to start a career in related fields without any prior knowledge. Requirements Administration: Control and Administration of Medicine To enrol in this Control and Administration of Medicine Course, students must fulfil the following requirements. To join in our Control and Administration of Medicine Course, you must have a strong command of the English language. To successfully complete our Control and Administration of Medicine Course, you must be vivacious and self driven. To complete our Control and Administration of Medicine Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Control and Administration of Medicine Course. Career path Administration: Control and Administration of Medicine The Control and Administration of Medicine certification and skills can help you advance your career and allow you to apply for high-paying jobs in related sectors.

Control and Administration of Medicine - CPD Certified
Delivered Online On Demand1 hour 6 minutes
£12

Professional Plumbing Level 2

5.0(1)

By Course Gate

Enhance your plumbing skills with Professional Plumbing Level 2. Master essential techniques, from basic components to UK standards compliance, ensuring proficiency in advanced plumbing practices.

Professional Plumbing Level 2
Delivered Online On Demand3 hours
£11.99