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

5329 Courses in Cardiff delivered Online

Microsoft Office Foundation with Minute Taking Masterclass

5.0(1)

By Empower UK Employment Training

Microsoft Office Foundation with Minute Taking Masterclass Unlock your potential in office management with the Microsoft Office 7 courses bundle Foundation with Minute Taking Masterclass. Sharpen your Microsoft Office skills with this bundle and become a minute-taking pro. Equip yourself with the Microsoft Office expertise every employer values. Learning Outcomes: Navigate the Excel Interface 2023 using Microsoft Office features. Apply formatting to modern documents through Microsoft Office tools. Develop presentations using Microsoft Office Power Point. Operate Microsoft Access & Database proficiently. Prepare for minute-taking using Microsoft Office utilities. Record meeting decisions and actions effectively. More Benefits: LIFETIME access Device Compatibility Free Workplace Management Toolkit Key Modules from Microsoft Office Foundation with Minute Taking Masterclass: Excel Interface 2023: Master the intricacies of Excel 2023 to elevate your Microsoft Office proficiency. Formatting Text of a Modern Document: Learn advanced text formatting techniques using Microsoft Office features. Setting up and Managing Presentations: Set up and manage compelling presentations leveraging Microsoft Office tools. Microsoft Access & Database: Gain hands-on experience in Microsoft Access & Database as part of your Microsoft Office skillset. Preparation for Minute Taking: Prepare for efficient minute-taking through the utilisation of Microsoft Office features. Minute Meeting, Decision and Action: Execute accurate minute meeting documentation, decision-making, and action-planning.

Microsoft Office Foundation with Minute Taking Masterclass
Delivered Online On Demand7 hours 48 minutes
£5

Java Programming (Java SE 7)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for individuals who are Java programmers and have worked with databases and with object-oriented programming techniques, who are now ready to create more complex and advanced programs using Java SE 7. Overview Upon successful completion of this course, students will be able to: - create and manage custom classes. - control program flow by writing code to respond to specific criteria. - implement object-oriented programming techniques to create reusable and reliable programs. - work with Java utility class libraries. - use the capabilities of the Java I/O package to read and write data to external files or media. - use collection APIs in Java to manage data. - use generics to enforce compile-time type checking. - use multi-threaded programs to help handle multiple tasks concurrently. - manage Java applications for memory efficiency and create distributable versions of a Java application. Students will work with advanced features of Java. Working with Classes Create Classes Create Variables Write an Expression Work with Arrays Work with Static Class Members Define Methods Use Enumerated Data Types Controlling Program Flow Work with Conditional Statements Work with Looping Statements Handle Exceptions Handle Chained Exceptions Write and Enable Assertions Implementing Object-Oriented Programming Concepts Extend a Class Overload and Override Methods Work with Interfaces Create Inner Classes Examine Object-Oriented Design Concepts Working with Java Utility Class Libraries Work with Strings Format and Parse Strings Work with Dates, Numbers, and Currencies Using the Java I/O Package Work with the File Class Work with Byte Streams Work with Character Streams Read Files Write to a File Manipulate I/O Objects Using Collections Work with the Collection Interface Work with the Set Collection Work with List Collections Work with Queues Work with the Map Collection Work with Collection Utilities Working with Generics Declare Generics Implement Generics Using Multi-Threaded Programs Create a Multi-Threaded Program Synchronize Threads Managing Java Applications Implement Garbage Collection Deploy a Java Application Additional course details: Nexus Humans Java Programming (Java SE 7) 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 Java Programming (Java SE 7) 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.

Java Programming (Java SE 7)
Delivered OnlineFlexible Dates
Price on Enquiry

Java SE 8 Fundamentals

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Application DevelopersWeb AdministratorDeveloperProject ManagerSystem AdministratorTechnical AdministratorTechnical ConsultantTeam Leader Overview Write Java code that uses variables, arrays, conditional and loop constructsManipulate primitive numeric data and string data using Java operatorsCreate Java classes and use object referencesAccess the fields and methods of an objectManipulate text data using the methods of the String and StringBuilder classesUse casting without losing precision or causing errorsDeclare, override, and invoke methodsAccess and create static fields and methodsUse classes from the java.time and java.time.format packages to format and print the local date and timeEncapsulate a class using access modifiers and overloaded constructorsDefine and implement a simple class hierarchyDemonstrate polymorphism by implementing a Java InterfaceUse a Predicate Lambda expression as the argument to a methodHandle a checked exception in a Java application This Java SE 8 Fundamentals training introduces you to object-oriented programming using the Java language. Through hands-on exercises, you'll begin to build a baseline of knowledge to propel your career in development. This Java SE 8 Fundamentals training introduces you to object-oriented programming using the Java language. Through hands-on exercises, you'll begin to build a baseline of knowledge to propel your career in development. Additional course details: Nexus Humans Java SE 8 Fundamentals 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 Java SE 8 Fundamentals 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.

Java SE 8 Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Java Fundamentals

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Java Fundamentals is designed for tech enthusiasts who are familiar with some programming languages and want a quick introduction to the most important principles of Java. Overview After completing this course, you will be able to: Create and run Java programs Use data types, data structures, and control flow in your code Implement best practices while creating objects Work with constructors and inheritance Understand advanced data structures to organize and store data Employ generics for stronger check-types during compilation Learn to handle exceptions in your code Since its inception, Java has stormed the programming world. Its features and functionalities provide developers with the tools needed to write robust cross-platform applications. Java Fundamentals introduces you to these tools and functionalities that will enable you to create Java programs. The course begins with an introduction to the language, its philosophy, and evolution over time, until the latest release. You'll learn how the javac/java tools work and what Java packages are - the way a Java program is usually organized. Once you are comfortable with this, you'll be introduced to advanced concepts of the language, such as control flow keywords. You'll explore object-oriented programming and the part it plays in making Java what it is. In the concluding lessons, you'll be familiarized with classes, typecasting, and interfaces, and understand the use of data structures, arrays, strings, handling exceptions, and creating generics. Introduction to Java The Java Ecosystem Our First Java Application Packages Variables, Data Types, and Operators Variables and Data Types Integral Data Types Type casting Control Flow Conditional Statements Looping Constructs Object-Oriented Programming Object-Oriented Principles Classes and Objects Constructors The this Keyword Inheritance Overloading Constructor Overloading Polymorphism and Overriding Annotations References OOP in Depth Interfaces Typecasting The Object Class Autoboxing and Unboxing Abstract Classes and Methods Data Structures, Arrays, and Strings Data Structures and Algorithms Strings The Java Collections Framework and Generics Reading Data from Files The Java Collections Framework Generics Collection Advanced Data Structures in Java Implementing a Custom Linked List Implementing Binary Search Tree Enumerations Set and Uniqueness in Set Exception Handling Motivation behind Exceptions Exception Sources Exception Mechanics Best Practices

Java Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

SAPFIN SAP Financials

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Participants interested in a general overview of SAP ERP Financials; Project team members in the organization and design phase of an SAP ERP Financials implementation In this course, students will identify the areas of the SAP ERP Financials solution, describe the capabilities of the SAP ERP Financials solution using business processes, & apply the SAP NetWeaver Business Client (NWBC) in the SAP ERP Financials solution. Course Outline SAP ERP Financials - Introduction & Overview Positioning SAP ERP Financials Business processes (and their integration) in the SAP ERP Financials solution Financial Accounting: General Ledger Accounting Financial Accounting: Accounts Payable Management Accounting: Internal Order Financial Accounting: Asset Accounting Financial Accounting: Accounts Receivable Improving the End-To-End Process of Receivables Management

SAPFIN SAP Financials
Delivered OnlineFlexible Dates
Price on Enquiry

Microsoft SharePoint 2016 - Site Owner

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is designed for existing Microsoft SharePoint site users who need to create and manage a SharePoint team site. Overview Upon successful completion of this course, students will be able to create a SharePoint team site and perform basic content management tasks on a single SharePoint site. Students will: Create and configure new sites. Add and configure document libraries. Add and configure lists. Create custom lists and forms. Assign permissions and access rights. Extend SharePoint functionality with web parts. In this course, students will learn how to create, configure, and manage a SharePoint team site so that your team or organization can share information and collaborate effectively. This course is for an on-premise SharePoint environment. 1 - CREATING AND CONFIGURING A NEW SITE Create a New Site Configure the Look and Feel of Your Site 2 - ADDING AND CONFIGURING LIBRARIES Configure a Document Library Configure Document Versioning and Check Out Configure a Content Approval Process 3 - ADDING AND CONFIGURING LISTS Add and Configure an Announcements List Add and Configure a Tasks List Create, Configure, and Integrate Contacts and Calendars 4 - CREATING CUSTOM LISTS AND FORMS Create and Configure Custom Lists Create Custom List Forms 5 - ASSIGNING PERMISSIONS AND ACCESS RIGHTS Share Sites and Set Site Permissions Secure Lists, Libraries, and Documents 6 - EXTENDING SHAREPOINT FUNCTIONALITY WITH WEB PARTS Add and Configure Included Web Parts Add and Configure External Web Parts Additional course details: Nexus Humans Microsoft SharePoint 2016 - Site Owner 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 Microsoft SharePoint 2016 - Site Owner 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.

Microsoft SharePoint 2016 - Site Owner
Delivered OnlineFlexible Dates
Price on Enquiry

EWM100 Processes in SAP Extended Warehouse Management - Overview

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Application Consultants, Business Analysts, Program/Project Managers, System Architects Overview At the end of this course, students will be able to explain and use major features of SAP Extended Warehouse Management. This course will give you a solid fundamental and comprehensive overview of SAP Extended Warehouse Management and is a mandatory prerequisite for all other EWM courses. Warehousing Structures and Master Data Differentiating the SAP Solutions for Warehouse Management Outlining Organizational Structures Maintaining Master Data for SAP EWM Warehouse Monitoring & Processing with Mobile Devices Managing the Warehouse Outlining the Radio Frequency (RF) Framework Additional Functions in SAP EWM Applying Storage Control Employing Serial Numbers Processing Batches Mapping Quality Inspection Processes Applying Value-Added Services Warehouse Organization Performing Slotting Applying Replenishment Methods Performing a Physical Inventory Optimization of Resources Applying Wave Management Applying Labor Management Executing the Production Supply Process Executing Expected Goods Receipts Processes Applying Cross Docking Warehouse Extensions Planning the Shipping and Receiving of Products Controlling the Material Flow System (MFS) SAP EWM Rapid Deployment Solution Accelerating Implementation Processes Combined Inbound and Outbound Processes Executing an End-to-End Process with SAP EWM

EWM100 Processes in SAP Extended Warehouse Management - Overview
Delivered OnlineFlexible Dates
Price on Enquiry

DS10 SAP Data Services - Platform and Transforms

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for The primary audience for this course are Application Consultants, Developers, Developer Consultants, and Technology Consultants. Overview Define Data ServicesDefine Source and Target ConnectionsTrace, Validate, and Debug Data Services JobsUse Data Services TransformsImplement Change Data Capture in Data Services In this course, students will learn how to define data services, source, and target connections, as well as use data services transforms and implement change in data capture within data services. Data Services Defining Data Services Source and Target Metadata Defining Datastores in Data Services Defining a Data Services Flat File Format Batch Job Creation Creating Batch Jobs Batch Job Troubleshooting Writing Comments with Descriptions and Annotations Validating and Tracing Jobs Debugging Data Flows Auditing Data Flows Functions, Scripts, and Variables Using Built-In Functions Using Variables, Parameters, and Scripts Platform Transforms Using Platform Transforms Using the Map Operation Transform Using the Validation Transform Using the Merge Transform Using the Case Transform Using the SQL Transform Error Handling Setting Up Error Handling Changes in Data Capturing Changes in Data Using Source-Based Change Data Capture (CDC) Using Target-Based Change Data Capture (CDC) Data Services (Integrator) Platform Transforms Using Data Services (Integrator) Platform Transforms Using the Pivot Transform Using the Data Transfer Transform Additional course details: Nexus Humans DS10 SAP Data Services - Platform and Transforms 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 DS10 SAP Data Services - Platform and Transforms 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.

DS10 SAP Data Services - Platform and Transforms
Delivered OnlineFlexible Dates
Price on Enquiry

I Stress, Eustress, We All Stress: Combating stress with self-care and conversation starters. Groups for up to 20 learners per workshop.

By Mindmaps Wellbeing

I Stress, Eustress, We All Stress Stress is a natural response, and not all stress is bad—eustress can motivate and enhance performance, while distress can overwhelm.  We believe everyone can control stress through recognition, self-care and conversation. Let’s turn stress into a catalyst for growth, not burnout. Ready to rethink how you handle stress? Workshop outline:  Stress and mental health  Eustress and distress  Discuss approaches to coping with stress  Explore what might be helpful to promote self-care  Practice conversation starters  Self-care and wellbeing resources Our 2-hour workshop packages At Mindmaps Wellbeing, we know that every business is unique, and no team is the same. That’s why we’ve developed our range of short, specialist wellbeing and mental health themed workshops—a fully flexible approach to workplace training. With our selection of engaging and impactful 2-hour workshops, you can build a programme that truly meets your organisation’s needs. Whether you’re looking to manage stress, challenge stigma, or avoid burnout, you choose the sessions that suit your team best. Our training courses and workshop collection Book multiple workshops on the same day to save Why Mindmaps Wellbeing? Mindmaps Wellbeing is the trusted training provider for businesses looking to enhance workplace mental health and employee wellbeing. Our training is designed and delivered by registered Mental Health Nurses, ensuring credibility, expertise, and real-world application. Focus on culture change – Our training goes beyond theory transfer, aiming to embed lasting behavioural shifts that foster a positive, mentally healthy workplace Flexible delivery options – We offer in-person, online, and hybrid training solutions to fit your organisation’s needs Proven impact and measurable results – Our training leads to improved employee engagement, productivity, and retention Engaging and actionable – All our courses include interactive activities, case studies, and real-world applications for immediate impact

I Stress, Eustress, We All Stress: Combating stress with self-care and conversation starters. 
Groups for up to 20 learners per workshop.
Delivered in Devon or UK Wide or OnlineFlexible Dates
Price on Enquiry

Workplace Wellbeing- Creating Systems for Mental Health and Balance

By Elite Forums UK

Course Duration: Half-day or full-day program (with virtual delivery options) Target Audience: HR professionals, leaders, managers, and wellbeing champions who are responsible for creating and maintaining mental health support systems and promoting work-life balance within their organisations. Course Objectives By the end of this course, participants will be able to: Understand the importance of mental health and wellbeing in the workplace. Learn strategies for creating a workplace culture that supports mental health and resilience. Develop practical tools to prevent burnout and promote work-life balance. Identify systems and resources to help employees maintain mental health and manage stress. Design and implement a workplace wellbeing plan that fosters employee engagement and productivity. Course Outline Module 1: The Importance of Workplace Wellbeing What is workplace wellbeing? Understanding mental health, emotional wellbeing, and work-life balance The link between employee wellbeing and organisational performance Statistics and trends: The rising importance of mental health in the workplace The business case for prioritising mental health: reducing absenteeism, turnover, and improving productivity Legal and ethical considerations in workplace mental health Module 2: Mental Health in the Workplace Recognising the signs of mental health challenges (e.g., anxiety, depression, stress) The impact of workplace culture on employee mental health Stress and burnout: Causes, symptoms, and prevention strategies The role of leadership in promoting mental health and supporting employees Confidentiality and stigma: Overcoming barriers to mental health support Module 3: Creating a Culture of Wellbeing Building a supportive and inclusive workplace culture that prioritises mental health Encouraging open dialogue: How to talk about mental health and reduce stigma The role of leadership in modelling and promoting wellbeing practices Policies and practices to promote work-life balance (e.g., flexible working, remote work options) The importance of employee engagement in fostering a culture of wellbeing Module 4: Systems and Resources for Mental Health Support Developing an Employee Assistance Program (EAP) and other mental health resources Peer support networks and mental health champions within the workplace Mental health first aid training: How to support colleagues in need Creating accessible resources for employees to manage their mental health (e.g., online tools, workshops, apps) Integrating wellbeing initiatives into existing HR systems: policies, performance management, and professional development Module 5: Strategies for Managing Stress and Preventing Burnout Stress management techniques for individuals and teams Time management, task prioritisation, and setting boundaries to reduce stress Mindfulness and relaxation exercises to combat workplace stress Encouraging regular breaks, physical activity, and healthy work habits Building resilience: Developing coping strategies for challenging situations Preventing burnout: Identifying early warning signs and taking proactive measures Module 6: Promoting Work-Life Balance Defining work-life balance in today’s connected world Strategies for setting boundaries between work and personal life Managing expectations: How to avoid overworking and reduce the pressure to be "always on" The importance of taking breaks, vacations, and "disconnecting" from work Flexible working arrangements and how they contribute to balance Supporting parents, carers, and individuals with other life commitments Module 7: Implementing a Workplace Wellbeing Plan Conducting a wellbeing audit: Understanding current practices and identifying gaps Designing a comprehensive wellbeing program: Key components and best practices Measuring the success of wellbeing initiatives: Metrics, feedback, and employee engagement Aligning wellbeing efforts with organisational goals and values Action planning: Creating a roadmap for rolling out workplace wellbeing initiatives Communicating wellbeing resources and encouraging employee participation Module 8: Sustaining Wellbeing in the Workplace Embedding mental health and wellbeing into the organisation’s long-term strategy Continuous improvement: Monitoring and refining wellbeing programs Engaging employees in ongoing wellbeing activities (e.g., wellness challenges, workshops, wellness days) Training leaders and managers to foster ongoing mental health support Celebrating successes and recognising the importance of mental health in organisational culture Delivery Style Interactive, with a blend of group discussions, case studies, and role-playing activities Practical exercises for creating wellbeing strategies and action plans Relaxation techniques and mindfulness exercises incorporated into the sessions Tools and templates for creating mental health initiatives in the workplace Employee engagement surveys and feedback collection techniques to measure program effectiveness Course Materials Provided Workplace Wellbeing Framework and Best Practice Guidelines Wellbeing Plan Template and Action Plan for Implementation Stress Management and Resilience Toolkit Resources for Managers: Creating Mental Health-Supportive Teams Mental Health First Aid Checklist and Employee Assistance Program Resources Resource list: Apps, books, and online resources for mental health in the workplace Optional Add-ons Follow-up sessions for managers and leaders on maintaining a mental health-friendly work environment E-learning modules on specific aspects of wellbeing (e.g., stress management, mental health first aid) One-on-one wellbeing consultations or coaching for employees Employee wellbeing workshops (e.g., mindfulness, physical wellness, nutrition)

Workplace Wellbeing- Creating Systems for Mental Health and Balance
Delivered in Internationally or OnlineFlexible Dates
Price on Enquiry