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

1208 Courses in Cardiff delivered Online

Medical Administration (Medical Receptionist & Secretary with Medical Terminology)

By Wise Campus

Medical Administration: Medical Administration Online Would you like to work in a medical environment? This Medical Administration Course will teach you how to create a service user-centred approach to service user care and will also help you learn about the clinical environment. The Medical Administration Course covers all of the most recent topics to keep you up to date with all the necessary information. This excellent Medical Administration Course covers basic to advanced relevant topics, allowing you to improve your skills. Our Medical Administration Course will teach you what are the responsibilities, schedule and maintenance appointments of patients. Also, this Medical Administration Course is ideal for answering the phone and taking questions from patients, patient record filing, updating, and organisation. To gain advanced skills, knowledge, and confidence to pursue a long-term career in this field, enrol in the Medical Administration Course! Learning Outcomes of Medical Administration: Medical Administration Course After completing this Medical Administration: Medical Administration Course, the learner will be able to: Understand the basics of Medical and Clinical Administration. This Medical Administration Course Course teaches how to organise schedules. How to maintain medical records, control stocks and supplies are explained in the Medical Administration Course. Through the Medical Administration Course Course, you can gain in-depth knowledge about the filing systems in medical offices. Understand the concept of patient confidentiality, medical jargon and terminology by the Medical Administration Course. Our Medical Administration Course helps to maintain workplace safety, medical (clinical) coding and billing. Main Course: Level 5 Diploma in Medical & Clinical Administration Free Courses are including with this Medical Administration: Medical Administration Course Along with The Medical Administration Course, We Offer a free Medical Secretary & Receptionist Course Along with The Medical Administration Course, We Offer a free Medical Terminology Course Special Offers of this Medical Administration: Medical Administration Course This Medical Administration: Medical Administration Course includes a FREE PDF Certificate. Lifetime access to this Medical Administration: Medical Administration Course Instant access to this Medical Administration: Medical Administration Course Get FREE Tutor Support to this Medical Administration: Medical Administration Course Medical Administration: Medical Administration Online You will gain a comprehensive understanding of the duties involved in medical and clinical administration by taking this course on medical and clinical administration. You will gain knowledge on everything from managing the flow of medical supplies and stocks to filing private medical records. To make sure you are completely aware of your ethical and legal obligations as an administrator, enroll in this invaluable course on medical and clinical administration right now. Who is this course for? Medical Administration: Medical Administration Online Those who wish to advance their knowledge and skills in Medical Reception and Medical Administration roles should enrol in this Medical Administration: Medical Administration course. Requirements Medical Administration: Medical Administration Online To enrol in this Medical Administration: Medical Administration Course, students must fulfil the following requirements. To join in our Medical Administration: Medical Administration Course, you must have a strong command of the English language. To successfully complete our Medical Administration: Medical Administration Course, you must be vivacious and self driven. To complete our Medical Administration: Medical Administration Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Medical Administration Course. Career path Medical Administration: Medical Administration Online This Medical Administration: Medical Administration Course will allow you to pursue a variety of careers, including: Healthcare Administrator GP Receptionist Patient Coordinator Medical Assistant Medical Receptionist

Medical Administration (Medical Receptionist & Secretary with Medical Terminology)
Delivered Online On Demand3 hours 12 minutes
£12

The Complete Python Course including the Django Web Framework

By Packt

The course helps you learn how to program with Python without any prior experience. The course also emphasizes learning the Django framework. You'll work on 4 major projects that will ensure that you have acquired and implemented your newly added skills to make Python-based websites with Django.

The Complete Python Course including the Django Web Framework
Delivered Online On Demand12 hours 55 minutes
£29.99

Basic Java Programming for Developers New to OO (TT2120)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this course you should have incoming hands-on experience with another programming language. This course is not for non-developers or new developers. Possible roles that may attend this course include: Software Developers: Professionals who have been working with other programming languages and want to expand their skillset by learning Java and its object-oriented features. Web Developers: Those who work on web applications and want to enhance their back-end development capabilities with Java. Mobile App Developers: Developers who wish to enter the world of Android app development, where Java is a widely used language for creating mobile applications. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in core OO coding and Java development skills, coupling the most current, effective techniques with the soundest industry practices. 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 to: Understand what OO programming is and what the advantages of OO are in today's world Work with objects, classes, and OO implementations Understand the basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how?it relates to OO programming and the Object Model Learn to use Java exception handling Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Become familiar with the concept of functional programming using Lambda Expressions Process large amounts of data using the Stream API introduced in Java 8 Discover the new Date/Time API Use the JDBC API for database access Work with annotations Take advantage of the Java tooling that is available with the programming environment being used in the class Java 8 Features: Lambda Expressions, Method and Constructor references, The Streams API, Collectors, The Optional class Geared for experienced developers, Basic Java Programming for Developers New to OO, this hands-on, workshop-style course will provide you with an immersive learning experience that will expand your skillset and open doors to new opportunities within the ever-growing technology landscape. Mastering Java and its powerful capabilities will provide you with the competitive edge you need to stand out in today's fast-paced development world. Working in a hands-on learning environment led by our expert coach, you?ll thoroughly explore the foundations of the Java platform, essential programming concepts, and advanced topics, ensuring you acquire a strong understanding of the language and its ecosystem. The object-oriented programming principles taught in this course promote code reusability and maintainability, enabling you to streamline development processes and reduce long-term costs. As you progress through the course, you will also gain familiarity with using an IDE, enhancing your development workflow and collaboration with other Java developers, enabling you to integrate seamlessly into new projects and teams. You?ll also gain practical experience in applying the concepts and techniques learned, solidifying your newly acquired skills and facilitating their direct application in real-world scenarios. You?ll exit this course empowered to create robust, scalable, and efficient Java-based applications that drive innovation and growth for your organization The Java Platform The Java Platform Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Explain the JDK?s file structure Use the command line compiler to compile a Java class Use the command line Java interpreter to run a Java application class The IntelliJ Paradigm Introduce the IntelliJ IDE The Basics of the IntelliJ interface IntelliJ Projects and Modules Creating and running Java applications Writing a Simple Class Write a Java class that does not explicitly extend another class Define instance variables for a Java class Create object instances Primitives vs Object References Implement a main method to create an instance of the defined class Adding Methods to the Class Write a class with accessor methods to read and write instance variables Write a constructor to initialize an instance with data Write a constructor that calls other constructors of the class to benefit from code reuse Use the this keyword to distinguish local variables from instance variables Object-Oriented Programming Real-World Objects Classes and Objects Object Behavior Methods and Messages Inheritance, Abstraction, and Polymorphism Encapsulation Inheritance Method Overriding Polymorphism Essential Java Programming Essential Java Programming Language Statements Arithmetic operators Operators to increment and decrement numbers Comparison operators Logical operators Return type of comparison and logical operators Use for loops Switch Expressions Switch Expressions and yield Using Strings and Text Blocks Create an instance of the String class Test if two strings are equal Get the length of a string Parse a string for its token components Perform a case-insensitive equality test Build up a string using StringBuffer Contrast String, StringBuffer,and StringBuilder Compact Strings Text Blocks Specializing in a Subclass Constructing a class that extends another class Implementing equals and toString Writing constructors that pass initialization data to parent constructor Using instanceof to verify type of an object reference Pattern matching for instanceof Overriding subclass methods Safely casting references to a more refined type Fields and Variables Discuss Block Scoping Rules Distinguish between instance variables and method variables within a method Explain the difference between the terms field and variable List the default values for instance variables Final and Static fields and methods Local Variable type inference Using Arrays Declaring an array reference Allocating an array Initializing the entries in an array Writing methods with a variable number of arguments Records Data Objects in Java Introduce records as carrier of immutable data Defining records Java Packages and Visibility Use the package keyword to define a class within a specific package Discuss levels of accessibility/visibility Using the import keyword to declare references to classes in a specific package Using the standard type naming conventions Visibility in the Java Modular System Correctly executing a Java application class The Java modular system Defining Modules Inheritance and Polymorphism Write a subclass with a method that overrides a method in the superclass Group objects by their common supertype Utilize polymorphism Cast a supertype reference to a valid subtype reference Use the final keyword on methods and classes to prevent overriding Interfaces and Abstract Classes Define supertype contracts using abstract classes Implement concrete classes based on abstract classes Define supertype contracts using interfaces Implement concrete classes based on interfaces Explain advantage of interfaces over abstract classes Explain advantage of abstract classes over interfaces Static, default and private methods in interfaces Sealed classes Introduce Sealed classes The sealed and permits modifiers Sealed Interfaces Exception Handling Introduction to Exception Handling Introduce the Exception architecture Defining a try/catch blocks Checked vs Unchecked exceptions Exceptions Defining your own application exceptions Automatic closure of resources Suppressed exceptions Handling multiple exceptions in one catch Helpful Nullpointers Enhanced try-with-resources Java Developer's Toolbox Developing applications Introduce the wrapper classes Explain Autoboxing and Unboxing Converting String representations of primitive numbers into their primitive types Defining Enumerations Using static imports Deprecating methods Advanced Java Programming Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls To Generics When Generics Should Be Used Lambda Expressions and Functional Interface Understanding the concept of functional programming Writing lambda expressions Understanding functional interfaces Collections Provide an overview of the Collection API Review the different collection implementations (Set, List and Queue) Explore how generics are used with collections Examine iterators for working with collections Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Bonus Topics: Time Permitting Streams Understanding the problem with collections in Java Thinking of program solutions in a declarative way Use the Stream API to process collections of data Understand the difference between intermediate and terminal stream operations Filtering elements from a Stream Finding element(s) within a Stream Collecting the elements from a Stream into a List takeWhile and dropWhile intermediate operations Collectors Using different ways to collect the items from a Stream Grouping elements within a stream Gathering statistics about numeric property of elements in a stream

Basic Java Programming for Developers New to OO (TT2120)
Delivered OnlineFlexible Dates
Price on Enquiry

Modern JavaScript For Beginners

By Packt

This course extensively illustrates how to become a skilled JavaScript developer. Working from the fundamentals, you will learn what JavaScript is, what it can do, and why to use it. A range of topics is covered clearly and structured while building practical projects along the way, including real-world examples and mini-challenges.

Modern JavaScript For Beginners
Delivered Online On Demand15 hours 35 minutes
£41.99

Unreal Engine 5 Beginner's Guide to Building a 3D Environment

By Packt

Be enthralled in a full guide to building a game environment in UE5, from creating a landscape to making water flow through your mountains, and learn the best way to place environmental details with this course for beginners. We will go over the entire Quixel library and add realistic elements using the Niagara particle system to build our 3D environments.

Unreal Engine 5 Beginner's Guide to Building a 3D Environment
Delivered Online On Demand18 hours 28 minutes
£82.99

WordPress Academy: Learn WordPress Step by Step

By Packt

This course will help you to master all the skills you require to become a successful web designer using WordPress.

WordPress Academy: Learn WordPress Step by Step
Delivered Online On Demand8 hours
£11.99

Medical Terminology and Abbreviation Course

5.0(1)

By Course Gate

Enhance your healthcare communication skills with our Medical Terminology and Abbreviation Course. Covering essential vocabulary, acronyms, and body systems, this course is perfect for aspiring professionals and current workers seeking to improve their understanding and application of medical language. Complete the course at your own pace and receive a certificate of achievement.

Medical Terminology and Abbreviation Course
Delivered Online On Demand3 hours 30 minutes
£11.99

Diploma in PHP Programming

4.7(160)

By Janets

PHP is one of the most robust, famous and easy to follow dynamic languages that can help you achieve great results with less effort. This Diploma in PHP Programming is designed with the objective of presenting an introductory level knowledge of PHP Programming practices to beginners to enable the learning of PHP and Laravel framework and syntax to build dynamic web sites. Why choose this course Earn an e-certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Mock exams Multiple-choice assessment Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who is this course for? Diploma in PHP Programming is suitable for anyone who want to gain extensive knowledge, potential experience and professional skills in the related field. This is a great opportunity for all student from any academic backgrounds to learn more on this subject..

Diploma in PHP Programming
Delivered Online On Demand16 hours 55 minutes
£9.99

Learn Python, JavaScript, and Microsoft SQL for Data science Course

By One Education

If data is the new oil, then coding is your refinery. Whether you're exploring the depths of machine learning or navigating databases with ease, this course sharpens your edge in the competitive world of data science. With a sharp focus on three industry-leading languages—Python, JavaScript, and Microsoft SQL—you’ll build the solid foundations needed to analyse, automate, and query data confidently. From writing clean scripts to crafting smart SQL queries, you’ll develop the mindset to speak fluently in the language of data. Delivered entirely online, the course keeps your learning agile and accessible. Python lays the groundwork for analysis and automation, JavaScript helps in data visualisation and interaction, and SQL ensures you can command databases without blinking. It's not about ticking boxes—it’s about building fluency in what matters. Whether you're upskilling or aiming for a sharper digital edge, this course speaks directly to future-focused learners ready to code with purpose. Expert Support Dedicated tutor support and 24/7 customer support are available to all students with this premium quality course. Key Benefits Learning materials of the Design course contain engaging voiceover and visual elements for your comfort. Get 24/7 access to all content for a full year. Each of our students gets full tutor support on weekdays (Monday to Friday) Course Curriculum: JavaScript Section 01: Introduction Section 02: Basics Section 03: Operators Section 04: Conditional Statements Section 05: Control Flow Statements Section 06: Functions Section 07: Error Handling Section 08: Client-Side Validations Python Section 09: Introduction Section 10: Basic Section 11: Strings Section 12: Operators Section 13: Data Structures Section 14: Conditional Statements Section 15: control flow statements Section 16: core games Section 17: functions Section 18: args, KW args for Data Science Section 19: project Section 20: Object oriented programming [OOPs] Section 21: Methods Section 22: Class and Objects Section 23: Inheritance and Polymorphism Section 24: Encapsulation and Abstraction Section 25: OOPs Games Section 26: Modules and Packages Section 27: Error Handling Microsoft SQL Section 28: Introduction Section 29: Statements Section 30: Filtering Data Section 31: Functions Section 32: Joins Section 33: Advanced commands Section 34: Structure and Keys Section 35: Queries Section 36: Structure queries Section 37: Constraints Section 38: Backup and Restore Course Assessment To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score will be displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). Who is this course for? This Learn Python, JavaScript, and Microsoft SQL for Data science course is designed to enhance your expertise and boost your CV. Learn key skills and gain a certificate of achievement to prove your newly-acquired knowledge. Requirements This Learn Python, JavaScript, and Microsoft SQL for Data science course is open to all, with no formal entry requirements. Career path Upon successful completion of the Learn Python, JavaScript, and Microsoft SQL for Data science Course, learners will be equipped with many indispensable skills and have the opportunity to grab.

Learn Python, JavaScript, and Microsoft SQL for Data science Course
Delivered Online On Demand22 hours
£12

Hands on JavaScript Project - Developing Quiz Project Course

By One Education

If you've dabbled in JavaScript but never quite built something start-to-finish, this course is your next logical step. Learn to craft an engaging online quiz using vanilla JavaScript – no libraries, no shortcuts – just you and the language itself. The project gives you the clarity and direction many tutorials skip, making it easier to actually do something with the skills you've picked up. It’s less theory, more doing, but entirely online. From setting up your questions and tracking scores to adding user interaction and smooth transitions – every bit is covered. You’ll gain the confidence to build browser-based applications with structure and purpose, while sharpening your coding logic and syntax. If JavaScript has ever felt like an unsolved puzzle, this course helps you piece it together – with no fluff, no filler, and no nonsense. Learning Outcomes: Learn how to create a quiz project using JavaScript and HTML/CSS. Gain hands-on experience with JavaScript and web development. Understand the basics of creating radio buttons, a page screen, and a question section for a quiz project. Learn how to customise your quiz project with your own questions and answers. Gain the skills and confidence to create your own web-based quiz projects. The Hands on JavaScript Project - Developing Quiz Project course is designed to provide you with hands-on experience in creating a quiz project using JavaScript and HTML/CSS. From getting started and creating radio buttons to developing a page screen and question section, this course covers everything you need to know to build your own engaging quiz project. With our step-by-step approach and hands-on exercises, you'll gain the skills and confidence to create your own web-based quiz projects that will impress your audience. Hands on JavaScript Project - Developing Quiz Project Course Curriculum Section 01: Introduction Section 02: Getting Started Section 03: Radio Buttons Section 04: Page Screen Section 05: Question Section 06: Conclusion How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Web developers who want to gain hands-on experience with JavaScript and web development. Educators who want to engage their audience with interactive quizzes. Students who want to learn how to create quiz projects and gain experience with web development. Entrepreneurs who want to create their own quiz projects for their business. Anyone who wants to explore the world of web development and expand their knowledge of JavaScript. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Front End Developer: £24,000 - £55,000 Full Stack Developer: £30,000 - £75,000 Web Application Developer: £28,000 - £65,000 Senior Web Developer: £40,000 - £90,000 Technical Lead: £50,000 - £100,000 Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.

Hands on JavaScript Project - Developing Quiz Project Course
Delivered Online On Demand2 hours
£12