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

1539 Running courses delivered Online

Beginner to Boss

By Homeopathic Harmony

As a qualified homeopath of 5yrs, I've put together a brilliant offer for newly-qualified homeopaths who know all about remedies but almost nothing about running a successful, busy homeopathy practice. Very limited spaces, and the last time it will be this cheap before prices go up. You'll get a mix of group learning and direct access to me (learning from my mistakes so you don't have to waste time and money on making the same!).

Beginner to Boss
Delivered OnlineFlexible Dates
£375

Excel VBA Programming - The Complete Guide

By Packt

Automate your Excel workflow, accelerate your productivity, and master the fundamentals of programming with VBA!

Excel VBA Programming - The Complete Guide
Delivered Online On Demand17 hours 19 minutes
£134.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

Data Science 101: Methodology, Python, and Essential Math

By Packt

Start your data science journey with this carefully constructed comprehensive course and get hands-on experience with Python for data science. Gain in-depth knowledge about core Python and essential mathematical concepts in linear algebra, probability, and statistics. Complete data science training with 13+ hours of content.

Data Science 101: Methodology, Python, and Essential Math
Delivered Online On Demand14 hours 49 minutes
£41.99

Project Manager's Skills Mastery Program

By OnlinePMCourses

Project Manager's Skills Mastery Program Master the Basic Skills of Project Management

Project Manager's Skills Mastery Program
Delivered Online On Demand
£24 to £75

Agile Project Management

By Packt

This course is your one stop destination for everything you need to know about Agile Project Management. The course covers core concepts of Agile Scrum, Product ownership, Business analysis, Project delivery, Using User stories and Agile Kanban Productivity and Efficiency. All examples and facts are based on real industry experience and research.

Agile Project Management
Delivered Online On Demand6 hours 31 minutes
£56.99

Residential Letting - CPD Certified

5.0(3)

By School Of Health Care

Residential Letting: Residential Letting Agent Online If you want to learn about Residential Letting: Residential Letting course and become an expert in the field, you have arrived at the right place. Learn everything you need to know about being an outstanding letting agent or running a successful letting agency. This Residential Letting: Residential Letting course covers all of the duties and responsibilities that a good Residential Letting Agent must maintain and follow. Through this Residential Letting: Residential Letting Agent course you understand every UK regulation and protocol you'll need to succeed in this sector. With the use of practical examples throughout the Residential Letting: Residential Letting course, this Residential Letting: Residential Letting Agent course will provide you with a thorough understanding of your role. Whether you are already familiar with key lettings management skills, want to begin working in lettings management, want more training, or are simply interested in this field of study, this Residential Letting: Residential Letting course will cover a variety of modules and provide multiple examples for assessment. Enrol on our comprehensive Residential Letting: Residential Letting course and allow us to guide you into a valuable and ever-growing business field. Main Course: Residential Letting Course Free Courses included with Residential Letting: Residential Letting Course: Along with Residential Letting Course you will get free Level 5 Personal Development Along with Residential Letting Course you will get free Anger Management Along with Residential Letting Course you will get free Negotiation Skills Special Offers of this Residential Letting: Residential Letting Course; This Residential Letting: Residential Letting Course includes a FREE PDF Certificate. Lifetime access to this Residential Letting: Residential Letting Course Instant access to this Residential Letting: Residential Letting Course 24/7 Support Available to this Residential Letting: Residential Letting Course Residential Letting: Residential Letting Online The Residential Letting Course aims to equip learners with a solid understanding of the property industry, with a focus on the management side of residential lettings. This Residential Lettingprovides practical examples throughout to give you a better insight into your role. It covers all the duties and responsibilities that a good Residential Letting must adhere to. Who is this course for? Residential Letting: Residential Letting Online This Residential Letting: Residential Letting Course is designed for anyone interested in pursuing a career in Residential Lettings. Requirements Residential Letting: Residential Letting Online To enrol in this Residential Letting: Residential Letting Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Residential Letting: Residential Letting Course. Be energetic and self-motivated to complete our Residential Letting: Residential Letting Course. Basic computer Skill is required to complete our Residential Letting: Residential Letting Course. If you want to enrol in our Residential Letting: Residential Letting Course, you must be at least 15 years old. Career path Residential Letting: Residential Letting Online Completing this Residential Letting: Residential Letting Course may lead you to high paying jobs in Residential Lettings-related sectors.

Residential Letting - CPD Certified
Delivered Online On Demand3 hours
£12

Computer Maintenance - CPD Certified

5.0(3)

By School Of Health Care

Computer Maintenance: Computer Maintenance Course Online Introducing this exclusive course: Computer Maintenance! Are you ready to become a computer maintenance expert? Introducing our comprehensive Computer Maintenance: Computer Maintenance Course, Computer Maintenance, designed to equip you with the knowledge and skills necessary to effectively troubleshoot, repair, and maintain computer systems. In today's digital age, computers play a vital role in our personal and professional lives. Understanding the inner workings of a computer and being able to perform Computer maintenance tasks is essential for maximizing its performance and longevity. With our exclusive Computer Maintenance: Computer Maintenance Course, you will gain the confidence and expertise to handle any computer-related issue that comes your way. With this Computer Maintenance: Computer Maintenance Course get acquainted with the basics of computer systems, their components, and their functions. Dive deep into the heart of a computer system—the motherboard. This Computer Maintenance: Computer Maintenance Course will help you learn about its various components and troubleshoot common motherboard issues. By enrolling in our Computer Maintenance: Computer Maintenance Course, you will gain the skills and knowledge needed to confidently maintain and troubleshoot computer systems. Don't miss this opportunity to become a computer maintenance specialist. Enroll in our Computer Maintenance: Computer Maintenance Course today and unlock the secrets to keeping computers running smoothly and efficiently. Take control of computer maintenance and open doors to exciting career opportunities. Main Course: Computer Maintenance Course Free Courses included with Computer Maintenance: Computer Maintenance Course Along with Computer Maintenance Course you will get free IT Security Training Course Along with Computer Maintenance Course you will get free Security Management Course [ Note: Free PDF certificate as soon as completing Computer Maintenance: Computer Maintenance Course] Computer Maintenance: Computer Maintenance Course Online The Computer Maintenance: Computer Maintenance Course includes multiple instructional videos, instructive images, directions, support, and other resources. You will have access to online help during the course. The Computer Maintenance: Computer Maintenance Course is conveniently available online, allowing you to study at your own speed and from the comfort of your own home. The Computer Maintenance: Computer Maintenance Course modules are accessible from any device and location with an internet connection. Who is this course for? Computer Maintenance: Computer Maintenance Course Online This Computer Maintenance: Computer Maintenance Course is suitable for Aspiring IT professionals Computer enthusiasts anyone seeking to enhance their technical expertise. Requirements Computer Maintenance: Computer Maintenance Course Online To enrol in this Computer Maintenance: Computer Maintenance Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Computer Maintenance: Computer Maintenance Course. Be energetic and self-motivated to complete our Computer Maintenance: Computer Maintenance Course. Basic computer Skill is required to complete our Computer Maintenance: Computer Maintenance Course. If you want to enrol in our Computer Maintenance: Computer Maintenance Course, you must be at least 15 years old. Career path Computer Maintenance: Computer Maintenance Course Online

Computer Maintenance - CPD Certified
Delivered Online On Demand54 minutes
£12

School Administrator - CPD Accredited

By Wise Campus

School Administrator: School Administrator Do you want to be a school administrator in an educational institution? If so, this School Administrator Training will undoubtedly assist you in running the organisation successfully and managing the facilities and people. Our School Administrator Training describes all of the concepts in detail so that our students may grasp each lesson quickly. This School Administrator Training covers the policies, obligations, and budget management of school administrators. Throughout this School Administrator Training, you will also learn how to effectively handle logistical support and serve resources. This School Administrator Training also teaches you how to coordinate all administrative procedures, create a strategy, and oversee team performance. Start with our School Administrator Training to unlock your potential in this field! Main Course: School Administrator Training Free Courses are including with this School Administrator: School Administrator Course Along with The School Administrator Course, We Offer a free Level 2 Award in Support Work in Schools and Colleges Course. Special Offers of this School Administrator Course This School Administrator: School Administrator Course includes a FREE PDF Certificate. Lifetime access to this School Administrator: School Administrator Course Instant access to this School Administrator: School Administrator Course Get FREE Tutor Support to this School Administrator: School Administrator Course School Administrator: School Administrator Supervising all facets of the school, including budget management and the establishment of a secure learning environment, is the responsibility of school administration. The experts who manage the different administrative responsibilities necessary to keep a school operating efficiently are known as school administrators. In elementary, middle, and high schools, the principal is usually in charge of the administration. Depending on the school, other support personnel may include assistant principals, instructional coordinators, athletic directors, and other staff members. Administrators in schools can also be superintendents. Who is this course for? School Administrator: School Administrator This School Administrator: School Administrator Training course is designed for anyone interested in learning more about this issue. Requirements School Administrator: School Administrator To enrol in this School Administrator: School Administrator Course, students must fulfil the following requirements. To join in our School Administrator Course, you must have a strong command of the English language. To successfully complete our School Administrator Course, you must be vivacious and self driven. To complete our School Administrator Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this School Administrator Course. Career path School Administrator: School Administrator You may be able to pursue a range of exciting employment prospects after finishing this School Administrator: School Administrator Training course, such as coordinator, school director, student Counsellor, and many more.

School Administrator - CPD Accredited
Delivered Online On Demand3 hours 30 minutes
£12

Real-World DevOps Project From Start to Finish

By Packt

Embark on a transformative DevOps journey! This comprehensive course equips you with skills in Ansible, Docker, GitLab, backups, and more. Master the art of self-hosting your infrastructure, streamlining deployments, and boosting efficiency. Launch your DevOps career today and unleash the endless possibilities!

Real-World DevOps Project From Start to Finish
Delivered Online On Demand5 hours 56 minutes
£48.99