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

1183 Courses in Belfast delivered Online

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly.

By Packt

Master the art of architectural drawing with this compact course. From floor plans to furniture placement, hatching to text insertion, learn essential skills for creating professional architectural drawings. Suitable for aspiring architects, designers, and drafters, this course empowers you to create stunning architectural designs with confidence and precision.

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly.
Delivered Online On Demand4 hours 34 minutes
£48.99

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

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

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

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

Generative AI for Non-Tech Roles

By Elite Forums UK

Course Duration: Half-day or full-day (can also be delivered as a 3-part virtual workshop series) Target Audience: Professionals in non-technical roles (e.g. executive assistants, HR, marketing, project managers, operations staff, trainers, and admin support) who want to use generative AI to enhance their work—without needing coding skills. Course Objectives By the end of this course, participants will be able to: Understand what generative AI is and how it works in plain language. Identify use cases relevant to their role or industry. Use popular generative AI tools (like ChatGPT, Gemini, and Copilot) confidently. Write effective prompts to get better, more relevant results. Apply AI ethically and responsibly in the workplace. Course Outline Module 1: Demystifying Generative AI What is generative AI? (Plain language explanation) How AI models like ChatGPT, Copilot, and Gemini work Examples of what generative AI can (and can’t) do Myths, risks, and benefits of AI in non-tech roles Module 2: Everyday Use Cases for Professionals Time-saving applications: Drafting emails, reports, meeting summaries Creating checklists, plans, or SOPs Enhancing creativity: Brainstorming ideas for events, campaigns, or training Writing social media posts, newsletters, or job ads Organising information: Summarising documents Structuring spreadsheets or creating templates Supporting communication: Improving tone and clarity Translating or simplifying content Module 3: Prompting Essentials What is a “prompt” and why does it matter? How to write clear, specific, and effective prompts Prompting frameworks (e.g., “Role–Task–Goal” method) Live practice: transforming a vague prompt into a powerful one Troubleshooting: when AI gives poor answers and how to improve them Module 4: Hands-On Exploration Try-it-yourself exercises using ChatGPT or Gemini (guided) Real workplace examples and team challenges Create an AI-generated email, checklist, or idea list Optional: use industry-specific examples (e.g., HR, admin, events, comms) Module 5: Responsible AI Use at Work Understanding AI limitations and biases Protecting privacy and sensitive data When not to use AI Workplace policies and guidelines (customisable for your organisation) Ethical use: attribution, transparency, and human review Module 6: Getting Started in Your Role Tools overview: free vs paid options (ChatGPT, Microsoft Copilot, Gemini) Building your own AI toolkit Tips for staying up to date as tools evolve 30-day challenge: how to build AI into your daily workflow Delivery Style Highly interactive, practical, and low-jargon No coding or tech background required Hands-on demos, guided practice, and scenario-based activities Group discussion and peer learning Course Materials Provided Quick-start guide: Top 10 prompts for non-tech roles AI Prompt Library for your job type Do’s and Don’ts for ethical use of AI at work “AI in Action” workbook with examples and checklists Personal AI Action Plan Optional Add-ons Team-based AI hackathon (mini workplace challenge) Tailored follow-up webinar for Q&A and deeper use cases Co-branded playbook for organisational AI use Integration with digital transformation or innovation initiatives

Generative AI for Non-Tech Roles
Delivered in Internationally or OnlineFlexible Dates
Price on Enquiry

Generative AI for Non-Tech Roles

By Elite Forums Events

Course Duration: Half-day or full-day (can also be delivered as a 3-part virtual workshop series) Target Audience: Professionals in non-technical roles (e.g. executive assistants, HR, marketing, project managers, operations staff, trainers, and admin support) who want to use generative AI to enhance their work—without needing coding skills. Course Objectives By the end of this course, participants will be able to: Understand what generative AI is and how it works in plain language. Identify use cases relevant to their role or industry. Use popular generative AI tools (like ChatGPT, Gemini, and Copilot) confidently. Write effective prompts to get better, more relevant results. Apply AI ethically and responsibly in the workplace. Course Outline Module 1: Demystifying Generative AI What is generative AI? (Plain language explanation) How AI models like ChatGPT, Copilot, and Gemini work Examples of what generative AI can (and can’t) do Myths, risks, and benefits of AI in non-tech roles Module 2: Everyday Use Cases for Professionals Time-saving applications: Drafting emails, reports, meeting summaries Creating checklists, plans, or SOPs Enhancing creativity: Brainstorming ideas for events, campaigns, or training Writing social media posts, newsletters, or job ads Organising information: Summarising documents Structuring spreadsheets or creating templates Supporting communication: Improving tone and clarity Translating or simplifying content Module 3: Prompting Essentials What is a “prompt” and why does it matter? How to write clear, specific, and effective prompts Prompting frameworks (e.g., “Role–Task–Goal” method) Live practice: transforming a vague prompt into a powerful one Troubleshooting: when AI gives poor answers and how to improve them Module 4: Hands-On Exploration Try-it-yourself exercises using ChatGPT or Gemini (guided) Real workplace examples and team challenges Create an AI-generated email, checklist, or idea list Optional: use industry-specific examples (e.g., HR, admin, events, comms) Module 5: Responsible AI Use at Work Understanding AI limitations and biases Protecting privacy and sensitive data When not to use AI Workplace policies and guidelines (customisable for your organisation) Ethical use: attribution, transparency, and human review Module 6: Getting Started in Your Role Tools overview: free vs paid options (ChatGPT, Microsoft Copilot, Gemini) Building your own AI toolkit Tips for staying up to date as tools evolve 30-day challenge: how to build AI into your daily workflow Delivery Style Highly interactive, practical, and low-jargon No coding or tech background required Hands-on demos, guided practice, and scenario-based activities Group discussion and peer learning Course Materials Provided Quick-start guide: Top 10 prompts for non-tech roles AI Prompt Library for your job type Do’s and Don’ts for ethical use of AI at work “AI in Action” workbook with examples and checklists Personal AI Action Plan Optional Add-ons Team-based AI hackathon (mini workplace challenge) Tailored follow-up webinar for Q&A and deeper use cases Co-branded playbook for organisational AI use Integration with digital transformation or innovation initiatives

Generative AI for Non-Tech Roles
Delivered in Internationally or OnlineFlexible Dates
Price on Enquiry