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

21575 Courses

Making Change: August 2025

4.3(189)

By Arts University Plymouth

Do you dream of starting a career in art, design or media? Are you interested in doing a creative Undergraduate or Postgraduate degree? Are you curious about studying art at University level but need a bit more experience, a confidence boost or want to immerse yourself in a few new creative techniques before you start your degree? Join us on our free two-week Making Change course. This course has been designed to prepare you to start university, alongside building a portfolio and gaining support for your application. You will get an art school experience, and during the course you will get the chance to meet the lecturers for the subjects you are interested in studying. You will learn how to work with different painting and printing techniques, test your skills as a fine artist, and get hands-on with materials, all while building a portfolio. This course has been designed to support you commencing your Undergraduate or Postgraduate studies with Arts University Plymouth in September 2025 or 2026. “Honestly, I can't believe the course was only three weeks long. The connections we all made were genuine, positive and have created a new opportunity for me that I have been trying to achieve for the past 20 years without success!” MAKING CHANGE STUDENT, MARCH 2022 What will I learn? During the course you will make, discuss and experiment with materials and ideas, whilst preparing for entry onto one of our Undergraduate or Postgraduate courses. You will be supported in making an application, and you will improve your knowledge of the higher education sector. Are you a mature student? Did you know that 31% of students at Arts University Plymouth are mature students? We pride ourselves on being a creative environment for all ages. As well as support in completing your application, you'll be given advice and tips on how to prepare your portfolio, as well as comprehensive student finance advice. Previous graduates of our Making Change courses have gone on to study at degree level on subjects including Fashion, Textiles, Fine Art, Craft and Material Practices and Painting, Drawing & Printmaking, and across our range of postgraduate courses. What are the entry requirements for this course? You don’t need to have a portfolio prepared - you just have to bring your enthusiasm and meet the following criteria: At the start of the course I am between the ages of 18 - 70, I'm eligible to work in the UK (i.e. I have a National Insurance number), I am interested in studying at Arts University Plymouth in September 2025 or 2026. I want to explore higher education opportunities at an undergraduate or postgraduate level, I am eligible for at least two years of student funding or I am looking at self-funding a Higher Education course,* I am able to attend all six sessions (see dates below). *More information on whether you are eligible for financial support can be found at www.gov.uk/student-finance/who-qualifies. If you are unsure if you are eligible, we can discuss this with you once you have applied. When does this course run? This course takes place on campus at Arts University Plymouth with sessions from 10am to 3:30pm, every Tuesday, Wednesday & Thursday from 4th - 13th June 2025.

Making Change: August 2025
Delivered In-PersonFlexible Dates
FREE

Baby & Child First Aid - Combined Learning

By Mini First Aid North Nottinghamshire, Grantham & Sleaford

The 3-hour Baby & Child First Aid class covers CPR, Choking, Bumps, Burns, Breaks, Bleeding, Febrile Seizures and Meningitis & Sepsis Awareness and will give everyone who attends the peace of mind they deserve.

Baby & Child First Aid - Combined Learning
Delivered In-PersonFlexible Dates
Price on Enquiry

Inflation Derivatives & Index Linked Bonds

5.0(5)

By Finex Learning

Overview A 1-day course on inflation-linked bonds and derivatives, focusing on the UK market in particular. We examine how inflation is defined and quantified, the choice of index (RPI vs. CPI), and the most common cash flow structures for index-linked securities. We look in detail at Index-linked Gilts, distinguishing between the old-style and new-style quotation conventions, and how to calculate the implied breakeven rate. Corporate bond market in the UK, and in particular the role of LPI in driving pension fund activity. Inflation swaps and other derivatives, looking at the mechanics, applications and pricing of inflation swaps and caps/floors. The convexity adjustment for Y-o-Y swaps is derived intuitively. Who the course is for Front-office sales Product control Research Traders Risk managers Fund managers Project finance and structured finance practitioners Accountants, auditors, consultants Course Content To learn more about the day by day course content please click here To learn more about schedule, pricing & delivery options, book a meeting with a course specialist now

Inflation Derivatives & Index Linked Bonds
Delivered in Internationally or OnlineFlexible Dates
Price on Enquiry

Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level Java programming course, designed for experienced developers who wish to get up and running with Java, or who need to reinforce sound Java coding practices, immediately. Overview Working in a hands-on learning environment, guided by our expert team, attendees will learn to: 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 features Work with the Modular system (Project Jigsaw) Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Process large amount of data using Lambda expressions and the Stream API Abstract, static and private methods in interfaces Take advantage of the Java tooling that is available with the programming environment being used in the class Specific Java 11 features covered: Using the Local Variable Type in Lambda expressions; Updates made to the String AP Time Permitting: Quick look ahead - Java 12, Java 13, Java 14 and Beyond If you're an experienced OO developer (coming from a C# or C++ background, etc.) who needs to transition to programming in Java, this fast-paced, hands-on course will get you there quickly. Fast Track to Java Programming for OO Experienced Developers is a four-day, lab-intensive class where you'll quickly be immersed in working with the latest Java 11 programming techniques, using best practices for writing solid, robust (and well-written!) modern object-oriented applications. In addition to learning excellent, current coding skills in Java, you'll explore the new improved features for better performance and new capabilities for addressing rapid application development that Java 11 brings to the table. This course includes several key aspects that were introduced in Java 9, Java 10, and Java 11 including the Java Modular System, Local Variable Type Inference, and several API updates. This course also includes a Quick Look at what?s next in Java ? Java 12, Java 13, Java 14 and beyond. The Java Platform Java Platforms Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Setting Up Environment Locating Class Files Compiling Package Classes Source and Class Files Java Applications The Eclipse Paradigm Workbench and Workspace Views Editors Perspectives Projects Writing a Simple Class Classes in Java Class Modifiers and Types Class Instance Variables Primitives vs. Object References Creating Objects Adding Methods to the Class Passing Parameters into Methods Returning a Value from a Method Overloaded Methods Constructors Optimizing Constructor Usage Language Statements Operators Comparison and Logical Operators Looping Continue and Break Statements The switch Statement The for-each() Loop Using Strings 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 Specializing in a Subclass Extending a Class Casting The Object Class Default Constructor Implicit Constructor Chaining Fields and Variables Instance vs. Local Variables: Usage Differences Data Types Default Values Block Scoping Rules Final and Static Fields Static Methods Using Arrays Arrays Accessing the Array Multidimensional Arrays Copying Arrays Variable Arguments Local-Variable Type Inference Type inference Infering Types of Local Variables The var Reserved Type name Benefits of Using var Backward Compatibility Java Packages and Visibility Class Location of Packages The Package Keyword Importing Classes Executing Programs Visibility in the Modular System Java Naming Conventions Inheritance and Polymorphism Polymorphism: The Subclasses Upcasting vs. Downcasting Calling Superclass Methods from Subclass The final Keyword Interfaces and Abstract Classes Separating Capability from Implementation Abstract Classes Implementing an Interface Abstract Classes vs. Interfaces Introduction to Exception Handling Exception Architecture Throwing Exceptions Checked vs. Unchecked Exceptions Exceptions Handling Multiple Exceptions Automatic Closure of Resources Creating Your Own Exceptions Utility Classes Wrapper Classes Autoboxing/Unboxing Enumeration Syntax Using Static imports Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls to Generics When Generics Should Be Used Lambda Expressions and Functional Interface Lambda Expression Syntax Functional Interfaces Type Inference in Java 8 Method references Collections Characterizing Collections Collection Interface Hierarchy The Set, List and Queue Interfaces Map Interfaces Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Streams Processing Collections of data The Stream interface Reduction and Parallelism Filtering collection data Sorting Collection data Map collection data Find elements in Stream Numeric Streams Create infinite Streams Sources for using Streams Collectors Creating Collections from a Stream Group elements in the Stream Multi-level grouping of elements Partitioning Streams Introduction to the Module System Introduce Project Jigsaw Classpath and Encapsulation The JDK internal APIs Java 9 Platform modules Defining application modules Define module dependencies Implicit dependencies Implied Readability Exporting packages Java Date/Time The Date and Calendar classes Introduce the new Date/Time API LocalDate, LocalDateTime, etc. Formatting Dates Working with time zones Manipulate date/time values Java 12 and beyond Provide an overview of changes since Java 11 Introduce Preview Features Records (Java 14) Switch Expressions (Java 12, Java 13, Java 14) Text Blocks (Java 13, Java 14) Helpful NullPointerExceptions (Java 14) Pattern Matching for instanceof (Java 14) Additional course details: Nexus Humans Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11)
Delivered OnlineFlexible Dates
Price on Enquiry

Transport Management Complete Training Level 3

4.9(27)

By Apex Learning

Overview Learning to become a Transport Manager can open up a literal word of exciting possibilities for travel and work. This comprehensive course covers all the skills and responsibilities that a managerial role in a transporting film will require. The Transport Management Complete Training Level 3 course will prepare you for a career in travel, whether you want to specialise in organisational roles for road, rail, air, or sea. You will be taught how to understand the UK's complex road infrastructure to make crucial connections, adhere to freight restrictions, incorporate rail storage into your schedule, gain access to vital flight paths, and take your business around the world. How will I get my certificate? At the end of the course there will be a written assignment test which you can take either during or after the course. After successfully completing the test you will be able to order your certificate, these are included in the price. Who is this course for? There is no experience or previous qualifications required for enrolment on this Transport Management Complete Training Level 3. It is available to all students, of all academic backgrounds. Requirements Our Transport Management Complete Training Level 3 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 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 these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 10 sections • 10 lectures • 02:30:00 total length •Module 01: An Introduction to Successful Transport Management: 00:20:00 •Module 02: The UK's Travel Infrastructure - Road and Rail: 00:10:00 •Module 03: Road Freight and Transport Management: 00:30:00 •Module 04: Passenger Road Transport and its Management: 00:30:00 •Module 05: Rail and Transport Management: 00:15:00 •Module 06: Transport Management for Ports and Inland Waters: 00:15:00 •Module 07: Transport Management for Airlines: 00:10:00 •Module 08: Trends, Challenges and Best Practice in Transport Management: 00:10:00 •Module 09: Transport Management and Health and Safety: 00:10:00 •Assignment - Transport Management Complete Training Level 3: 00:00:00

Transport Management Complete Training Level 3
Delivered Online On Demand2 hours 30 minutes
£12

Transport Management Diploma

4.9(27)

By Apex Learning

Overview Are you ready to embark on a journey towards a rewarding and ever-evolving profession? Our Transport Management Diploma opens doors to opportunities with a curriculum that delves into critical areas such as road and rail infrastructure, freight management, passenger transport, and more. Dive deep into the foundational concepts with An Introduction to Successful Transport Management, and get acquainted with The UK's Travel Infrastructure - Road and Rail. Gain insights into Road Freight and Transport Management and Passenger Road Transport and Its Management.  You'll explore the intricacies of Rail and Transport Management and understand the pivotal role of transport in ports, inland waters, and airlines. Finally, equip yourself with the latest Trends, Challenges, and Best Practices in Transport Management and prioritise safety with Transport Management and Health and Safety. Enrol in our Transport Management Diploma today and unlock a world of opportunities! How will I get my certificate? After successfully completing the Course you will be able to order your certificate, these are included in the price. Who is This course for? There is no experience or previous qualifications required for enrolment on this Transport Management Diploma. It is available to all students, of all academic backgrounds. Requirements Our Transport Management Diploma 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 Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 9 sections • 9 lectures • 05:09:00 total length •An Introduction to Successful Transport Management: 00:39:00 •The UK's Travel Infrastructure - Road and Rail: 00:25:00 •Road Freight and Transport Management: 01:16:00 •Passenger Road Transport and Its Management: 01:00:00 •Rail and Transport Management: 00:26:00 •Transport Management for Ports and Inland Waters: 00:27:00 •Transport Management for Airlines: 00:19:00 •Trends, Challenges and Best Practice in Transport Management: 00:17:00 •Transport Management and Health and Safety: 00:20:00

Transport Management Diploma
Delivered Online On Demand5 hours 9 minutes
£12

Estate Agent Diploma Mini Bundle

By Compete High

The Estate Agent Diploma Mini Bundle is your key to unlocking opportunities in one of the UK's most competitive sectors. Built around estate agent skills, property management, telephone etiquette, CDM regulations, and accounting, this bundle makes you highly hireable in estate agencies, lettings, and property consultancies. The market is moving fast—your career should too. Description Estate agents today are expected to be much more than just property presenters. Employers now want professionals with experience in estate agent responsibilities, solid property management skills, proper telephone etiquette, awareness of CDM regulations, and basic accounting understanding. The Estate Agent Diploma Mini Bundle brings all five together to showcase that you’re not just applying—you’re prepared. Whether you're chasing a career in residential sales, commercial leasing, or property development support, this bundle shows you understand what it takes. Accounting sharpens your attention to transaction accuracy. CDM regulations highlight your awareness of compliance. Telephone etiquette ensures professional interactions, and estate agent and property management knowledge put you right at the heart of the industry. Employers want it all—and this proves you have it. FAQ What jobs does this bundle prepare me for? Estate agent, lettings assistant, property admin, sales negotiator, viewing coordinator, and property officer roles. How do CDM regulations matter in estate agency? They ensure property professionals understand health and safety responsibilities—especially in new developments or managed sites. Is telephone etiquette really still valued? Absolutely. It’s a make-or-break skill for estate agents handling high-volume calls and clients. Can this help me transition into property from another sector? Yes—especially if you can showcase accounting skills, estate agent knowledge, and property management readiness. Will this increase my chances with agencies? Without a doubt. A strong foundation in estate agent principles, telephone etiquette, property management, CDM regulations, and accounting signals real value to recruiters. Why should I enrol now? Estate agency roles are closing quickly. Stand out with estate agent, property management, telephone etiquette, CDM regulations, and accounting skills—while others are still deciding.

Estate Agent Diploma Mini Bundle
Delivered Online On Demand11 hours
£19.99

Diploma in Adult Care (England) Mini Bundle

By Compete High

The healthcare industry isn’t just evolving—it’s racing ahead. With the Diploma in Adult Care (England) Mini Bundle, you're not just catching up, you're positioning yourself to lead. Whether you're eyeing jobs in health and social care, paramedic training, or physiotherapy, this bundle is designed to make your CV stand out. From emergency response to first aid application, this is your one-stop gateway into professional care. Employers are actively seeking versatile professionals with practical familiarity in first aid, health and social care, and emergency care—and this mini bundle checks every box. Why settle for just one skill when you can be equipped with five of the most hireable in-demand credentials? Description Every hiring manager in health and social care, paramedic training, and emergency care knows what they’re looking for—and it's someone who can blend competence with versatility. This Diploma in Adult Care (England) Mini Bundle delivers that mix with sharp, focused training across first aid, emergency care, paramedic training, health and social care, and physiotherapy. Looking for career flexibility? Physiotherapy, health and social care, and emergency care open doors to both public and private sectors. Want to work frontline? Paramedic training and first aid keep you at the heart of urgent medical situations. Whether your aim is long-term elderly care or fast-response crisis support, this bundle ensures you’re not left behind in one of the UK’s most demanding sectors. The healthcare and care work industry is fiercely competitive. Missing this opportunity might mean missing the chance to stand out. Don’t let that happen. FAQ Q: Is this bundle right for NHS or care home applications? A: Yes, the combination of health and social care, paramedic training, and physiotherapy makes it relevant for NHS, private, and residential care jobs. Q: Can I use this bundle to transition into emergency roles? A: Absolutely. With a focus on emergency care, first aid, and paramedic training, it's tailored for fast-paced response environments. Q: Will this help me work with the elderly or disabled adults? A: Definitely. The inclusion of health and social care, physiotherapy, and first aid makes this bundle ideal for adult care settings. Q: How does this bundle improve my hireability? A: Each course—first aid, physiotherapy, health and social care, emergency care, and paramedic training—was chosen specifically for its direct relevance to today’s care job market.

Diploma in Adult Care (England) Mini Bundle
Delivered Online On Demand11 hours
£19.99

Data Protection and Data Security Level 2

4.9(27)

By Apex Learning

Overview Know how to protect personal data and ensure that neither you nor your clients experience fraud or serious criminal acts. This comprehensive course delivers all the information needed to follow the UK's Data Protection Act and safeguard confidential details from exposure. The Data Protection and Data Security Level 2 course is an invaluable overview of crucial data legislation for commercial businesses and individuals. You will be made aware of the latest threats and methods by which a computer can be illegally accessed, and vital material can be stolen. Alongside this, you will be enlightened as to the available security protocols, and the actions that you must legally take. 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 Data Protection and Data Security Level 2. It is available to all students, of all academic backgrounds. Requirements Our Data Protection and Data Security Level 2 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 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 these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 2 sections • 6 lectures • 02:02:00 total length •GDPR Basics: 00:22:00 •GDPR Explained: 00:17:00 •Lawful Basis for Preparation: 00:29:00 •Rights and Breaches: 00:25:00 •Responsibilities and Obligations: 00:29:00 •Assignment - Data Protection and Data Security Level 2: 00:00:00

Data Protection and Data Security Level 2
Delivered Online On Demand2 hours 2 minutes
£12

Transport and Logistics Management Level 3

4.9(27)

By Apex Learning

Overview Enrol in our Transport and Logistics Management Level 3 today and build the necessary skills, knowledge and experience to transform your career. The Transport and Logistics Management Level 3 could enhance your continuing professional development thus propelling you more towards your dream job. This Transport and Logistics Management Level 3 could be your key, if you are interested in a long term career in the field of Transport and Logistics Management Level 3. This Transport and Logistics Management Level 3 course consists of a number of easy to digest, in-depth modules which are designed to provide you with detailed knowledge on Transport and Logistics Management Level 3. This Transport and Logistics Management Level 3 aims to accompany you through your journey to help you become a master of Transport and Logistics Management Level 3. Learn through a mixture of interactive lessons and online study materials. How will I get my certificate? At the end of the course there will be a written assignment test which you can take either during or after the course. After successfully completing the test you will be able to order your certificate, these are included in the price. Who is this course for? There is no experience or previous qualifications required for enrolment on this Transport and Logistics Management Level 3. It is available to all students, of all academic backgrounds. Requirements Our Transport and Logistics Management Level 3 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 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 these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 1 sections • 9 lectures • 02:30:00 total length •Module 01: An Introduction to Successful Transport Management: 00:20:00 •Module 02: The UK's Travel Infrastructure - Road and Rail: 00:10:00 •Module 03: Road Freight and Transport Management: 00:30:00 •Module 04: Passenger Road Transport and its Management: 00:30:00 •Module 05: Rail and Transport Management: 00:15:00 •Module 06: Transport Management for Ports and Inland Waters: 00:15:00 •Module 07: Transport Management for Airlines: 00:10:00 •Module 08: Trends, Challenges and Best Practice in Transport Management: 00:10:00 •Module 09: Transport Management and Health and Safety: 00:10:00

Transport and Logistics Management Level 3
Delivered Online On Demand2 hours 30 minutes
£12