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

50846 Courses in Cardiff delivered Online

Teacher Training Course

5.0(7)

By Discover Dance UK

TEACHERS TRAINING COURSES are designed for those of you who are looking to take your dancing skills to a higher level. As the art of belly dance becomes more popular, the demand for teachers is rising and it is an extremely rewarding gift to be able to transfer and share your skills with others. This course is also beneficial for those of you who wish to gain a deeper understanding of Belly Dance and dancing in general. If you’ve ever thought of doing what you enjoy for a living, this is definitely for you.

Teacher Training Course
Delivered Online On Demand
£479

Object Oriented Analysis & Design

5.0(3)

By Systems & Network Training

OOAD training course description A workshop course providing thorough practical knowledge of object oriented analysis and design methods. What will you learn Perform Systems Analysis with Object Oriented methods. Identify key classes and objects. Expand and refine OO problem domain models. Design Class hierarchies using inheritance and polymorphism. Design programs with Object Oriented methods. OOAD training course details Who will benefit: System analysts, designers, programmers and project managers. Prerequisites: It is desirable that delegates have experience of programming in C++/Java or some other OOP language. Duration 5 days OOAD training course contents What is OO? Classes, objects, messages, encapsulation, associations, inheritance, polymorphism, reusability. What is Systems Analysis and design? Data flow diagrams, structure diagrams. The OO approach. OOA The problem domain and object modelling. Identifying classes and objects. Generalisation and inheritance. Defining attributes and methods. OOD Refining the OOA results. Designing the User Interface. Designing the algorithms and data structures using objects. Designing the methods. OOP Prototyping. Implementing OOD with OOPs and OOPLs.

Object Oriented Analysis & Design
Delivered in Internationally or OnlineFlexible Dates
£4,637

Unity 3D Intermediate Level Training Course (Live Online Only)

By London Design Training Courses

Why Choose Unity 3D Intermediate Level Training Course? Click here for more info Learn game development potential with our Unity 3D training courses. Perfect for beginners and experienced developers, learn to create high-quality 3D & 2D games across various platforms. Led by certified Unity instructors, explore mobile, desktop, VR/AR, consoles, and Web game development. Duration: 20 hrs Method: 1-on-1, Personalized attention Schedule: Tailor your own hours of your choice, available from Mon to Sat between 9 am and 7 pm Learn Unity 3D and VR Development with a course at London Design Courses. Explore Unity 3D's core features in our immersive course. Delve into materials, animations, and scripting for dynamic 3D games and applications. Tailored for all levels, the course offers personalized learning and expert insights. Additionally, discover the world of VR development with Unity 3D, mastering hardware setup and immersive experiences. Join us to unleash your game development and VR potential. Course Outline: Hours 1-2: Introduction to Unity Explore the Unity interface and workspace Initiate a new Unity project Set up the basic scene and navigation Hours 3-4: Importing Assets Discover and download free assets Import assets into Unity Understand different asset types and their applications Hours 5-6: Building the Environment Utilize Unity's terrain tool for environment creation Enhance with textures and materials Add environmental objects to enrich the scene Hours 7-8: Character Design Create 3D models for characters Rig and animate the character Import the character into Unity Hours 9-10: Player Controls Set up and comprehend player controls Script basic movements and interactions Implement camera controls for seamless gameplay Hours 11-12: Physics Grasp and implement physics in Unity Configure collisions and triggers Integrate gravity, force, and torque for realism Hours 13-14: Audio Master audio implementation in Unity Add sound effects and background music Fine-tune volume and pitch for immersive experiences Hours 15-16: Lighting and Effects Employ lighting techniques in Unity Create dynamic day-night cycles Enhance visuals with lens flares and particle systems Hours 17-18: User Interface Construct a user interface with Unity's canvas system Integrate interactive elements like buttons and menus Script user interface components for smooth functionality Hours 19-20: Optimization and Performance Implement optimization techniques in Unity Utilize the profiler to analyze performance Improve frame rate and reduce memory usage Hours 21-22: Multiplayer Explore multiplayer implementation in Unity Set up a local multiplayer game Hours 23-24: Mobile Development Discover mobile development in Unity Build and deploy games for mobile devices Optimize for mobile performance and controls Hour 25: Advanced Topics Dive into advanced scripting techniques like coroutines, delegates, and events Explore shader programming and visual effects Delve into VR development with Unity and Oculus Quest Final Project: Create a Simple Game from Start to Finish Test the game and identify bugs Make necessary adjustments and improvements Experience the Real-Time Development Platform - Get Started on Unity Pro Today: https://www.unity.com/ Create 3D, 2D, VR & AR Experiences for Any Industry - Games, Auto, AEC, Film, and More. A Complete Solution to Develop Better, Iterate Faster, and Grow Your Business. Learning Outcome: By completing the Unity 3D Training Course, you will: Master Unity's interface and workspace. Import and manage diverse assets effectively. Create captivating environments and characters. Implement player controls and physics for realism. Enhance your games with audio and visual effects. Design user-friendly interfaces with interactive elements. Optimize performance and reduce memory usage. Explore multiplayer and mobile game development. Delve into advanced scripting techniques and VR development. Successfully create a simple game from start to finish.

Unity 3D Intermediate Level Training Course (Live Online Only)
Delivered OnlineFlexible Dates
£620

Objective-C programming

5.0(3)

By Systems & Network Training

Objective-C programming training course description A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! What will you learn Use Xcode 5. Declare classes, instance variables, properties, methods, and actions. Use arrays, dictionaries, and sets. Expand and extend classes with protocols, delegates, categories, and extensions. Use Apple's powerful classes and frameworks. Objective-C programming training course details Who will benefit: Developers wanting to learn Objective-C. Prerequisites: Software development fundamentals. Duration 5 days Objective-C programming training course contents PART 1: GETTING STARTED WITH OBJECTIVE-C The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. PART 2: OBJECTIVE-C BASICS Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. PART 3: EXPANDING AND EXTENDING CLASSES Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. PART 4: BEYOND THE BASICS Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. PART 5: OPTIONAL TOPICS C Syntax Summary: Data Types, Control Structures. Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). Archiving and Packaging Apps for Development and Testing: Archiving.

Objective-C programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

Vectorworks Evening Introduction Training Course

By Real Animation Works

Vectorworks Evening Course face to face One to one

Vectorworks Evening Introduction Training Course
Delivered in London or OnlineFlexible Dates
£390

Accounting and Finance Training Course

4.7(47)

By Academy for Health and Fitness

Boost Your Career By Enrolling In This Accounting and Finance Bundle To Overcome Your Challenges! Get a Free 1 QLS Endorsed Certificate Course with 10 Additional CPDQS Accredited Bundle Courses In A Single Payment. If you wish to gain a solid and compact knowledge of Accounting and Finance and boost your career, then take a step in the right direction with this industry-standard, comprehensive bundle of courses, which are well organised. This Accounting and Finance bundle package includes 1 Premium, The Quality Licence Scheme-endorsed course, 10 additional CPDQS Accredited Certificate courses, with expert assistance, and a FREE courses assessment included. Learn a range of in-demand technical skills to help you progress in your career with 12 months of unlimited access to this bundle of courses. If you enrol in this package, you will not be charged any extra fees. This Bundle Package includes: Course 01: Diploma in Accounting and Finance at QLS Level 4 10 Additional CPDQS Accredited Premium Courses - Course 01: Accountancy Course 02: Xero Accounting - Complete Training Course 03: Payroll: Payroll Management Course 04: Financial Analysis Course Course 05: Financial Investigator Course 06: Anti Money Laundering and Fraud Management Course 07: Information Management Course 08: Excel Data Analysis Course 09: GDPR Training Course 10: Online Time Management Training Success becomes a lot simpler with this Accounting and Finance bundle package, which allows you to monetise your skills. This Accounting and Finance bundle is appropriate for both part-time and full-time students, and it can be completed at your own pace. This premium Accounting and Finance bundle of courses helps your professional development by receiving an endorsement from the Quality Licence Scheme and CPDQS Accredited Certificate. You'll be able to practice in your own time and speed. The course materials for Accounting and Finance are designed by experts, and you can access them. easily from any of your smartphones, laptops, PCs, tablets, etc. Master the skills. You need to arm yourself with the necessary qualities and explore your career opportunities in relevant sectors. Why Prefer This Bundle? You will receive a completely free certificate from the Quality Licence Scheme. Option to receive 10 additional certificates accredited by CPDQS Get a free student ID card! (£10 postal charges will be applicable for international delivery) Engaging voiceover and visual elements for your convenience. Complete the bundle at your own pace. Free assessments and immediate results. 24/7 tutor support. Take a step toward a brighter future! *** Course Curriculum: *** Diploma in Accounting and Finance at QLS Level 4 Introduction The Role of an Accountant Accounting Concepts and Standards Double-Entry Bookkeeping Balance Sheet Income statement Financial statements Cash Flow Statements Understanding Profit and Loss Statement Financial Budgeting and Planning Auditing Assessment Process You have to complete the assignment questions given at the end of the course and score a minimum of 60% to pass each exam. Our expert trainers will assess your assignment and give you feedback after you submit the assignment. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you have completed all of the Diploma in Accounting and Finance at QLS Level 4 exams. Show off Your New Skills with a Certificate of Completion After successfully completing the Diploma in Accounting and Finance at QLS Level 4, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme. The certificate will be home-delivered, completely free of charge. To Additional the Quality Licence Scheme Endorsed Certificate, you have to pay the price based on the level of these courses: Level 1 - £59 Level 2 - £79 Level 3 - £89 Level 4 - £99 Level 5 - £119 Level 6 - £129 Level 7 - £139 Certificate Accredited by CPDQS Upon finishing the bundle, you will need to order to receive a certificate accredited by CPDQS that is recognised all over the UK and also internationally. The pricing schemes are - Printed Hardcopy Certificate £29 inside the UK. £39 outside the UK (International Delivery). CPD 220 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This bundle is perfect for highly motivated people who want to improve their technical skills and prepare for the career they want! Requirements No prior background or expertise is required. Career path The bundle aims to help you get the job or even the long-awaited promotion of your dreams.

Accounting and Finance Training Course
Delivered Online On Demand8 days
£129

Level 2 Certificate in Creating a Business Start-Up

4.5(3)

By Studyhub UK

24 Hour Flash Deal **40-in-1 Business Start-Up Essentials Certificate Mega Bundle** Business Start-Up Essentials Certificate Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the Business Start-Up Essentials Certificate package online with Studyhub through our online learning platform. The Business Start-Up Essentials Certificate bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Business Start-Up Essentials Certificate course provides complete 360-degree training on Business Start-Up Essentials Certificate. You'll get not one, not two, not three, but forty Business Start-Up Essentials Certificate courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these Business Start-Up Essentials Certificate courses are yours for as long as you want them once you enrol in this course This Business Start-Up Essentials Certificate Bundle consists the following career oriented courses: Course 01: Business Startup Course 02: From Idea to Enterprise: A Guide to Entrepreneurship and Start-Up Success Course 03: Fundamentals of Entrepreneurship Course 04: Entrepreneurial Mindset Course 05: Advanced Pitching Course 06: Strategic Business Management Course 07: Business Management and Finance Course 08: Strategic Planning and Implementation Course 09: Enterprise Resource Planning (ERP) Course 10: Business Analysis Certification & Corporate Investigation Training Course 11: Product Management Course 12: Investment: Complete Investing Course Course 13: Fundraising Course 14: Crowdfunding Confidential: Easy Ways to Boost Fundraising Course 15: Branding Fundamentals for New Business Course 16: Ecommerce Management Certification, Branding & Marketing Course 17: Lean Production, Logistics and Supply Chain Management Training Course 18: Production Manager Course 19: Lean Organisation Management Principles, Process and Techniques Course 20: Principles of Marketing - Online Course Course 21: Financial Planning Course 22: Tax Strategy and Financial Planning for Beginners Course 23: Digital Marketing Business Tips Course 24: Social Media for Business Course 25: SEO - Search Engine Optimisation Course 26: Content Marketing Certification Course Course 27: Sales and Marketing: Email Marketing Course 28: Complete Online Marketing & Advertising Course Course 29: Customer Relationship Management (CRM) Course 30: Increase Your Sales Through a Profitable Pricing Strategy Course 31: Business Model Canvas for Business Plan Course 32: Cash Flow Management in Small Businesses: Key Considerations Course 33: Leadership Skills Training Course 34: Operations and Time Management Course 35: Business Networking Skills Course 36: Corporate Relationship Goals for Success Course 37: Public Speaking: Presentations like a Boss Course 38: Project Management Course 39: Risk Management Course 40: Corporate Risk And Crisis Management In this exclusive Business Start-Up Essentials Certificate bundle, you really hit the jackpot. Here's what you get: Step by step Business Start-Up Essentials Certificate lessons One to one assistance from Business Start-Up Essentials Certificate professionals if you need it Innovative exams to test your knowledge after the Business Start-Up Essentials Certificate course 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all forty Business Start-Up Essentials Certificate courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Business Start-Up Essentials Certificate certificate and transcript on the next working day Easily learn the Business Start-Up Essentials Certificate skills and knowledge you want from the comfort of your home The Business Start-Up Essentials Certificate course has been prepared by focusing largely on Business Start-Up Essentials Certificate career readiness. It has been designed by our Business Start-Up Essentials Certificate specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The Business Start-Up Essentials Certificate Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Business Start-Up Essentials Certificate bundle course has been created with forty premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Business Start-Up Essentials Certificate Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Business Start-Up Essentials Certificate Elementary modules, allowing our students to grasp each lesson quickly. The Business Start-Up Essentials Certificate course is self-paced and can be taken from the comfort of your home, office, or on the go! With our Student ID card you will get discounts on things like music, food, travel and clothes etc. CPD 400 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Business Start-Up Essentials Certificate training is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in Business Start-Up Essentials Certificate Please note, To get qualified you need to enrol the below programmes: NCFE Level 2 Certificate in Creating a Business Start-Up Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Business Start-Up Essentials course, all you need is - A smart device A secure internet connection And a keen interest in Business Start-Up Essentials Certificate Career path You will be able to kickstart your Business Start-Up Essentials Certificate career because this course includes various courses as a bonus. This Business Start-Up Essentials Certificate is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Business Start-Up Essentials Certificate career opportunities. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Level 2 Certificate in Creating a Business Start-Up
Delivered Online On Demand9 days
£399

Business Law, Creating High Profitable Sales Funnels and Strategic Marketing

4.7(47)

By Academy for Health and Fitness

Welcome to the revolutionary course bundle that promises to redefine your career journey. Introducing "Business Law, Creating High Profitable Sales Funnels and Strategic Marketing" - a powerhouse of knowledge meticulously crafted to equip you with the theories of Business Law, the secrets of crafting High Profitable Sales Funnels, and the principles of Strategic Marketing. Our QLS-endorsed courses on Business Law, Creating High Profitable Sales Funnels and Strategic Marketing offer a rich theoretical framework, exploring the depths of these fields. With these, not only do you gain an unparalleled understanding of these subjects, but you also get the prized possession of hardcopy certificates that establish your knowledge and commitment. But it doesn't end there! This bundle also includes 5 CPD QS-accredited courses. Immerse yourself in this wealth of knowledge and stride towards a brighter future in Business Law, High Profitable Sales Funnels creation, and Strategic Marketing. Key Features of the Business Law, Creating High Profitable Sales Funnels and Strategic Marketing Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our Business Law, Creating High Profitable Sales Funnels and Strategic Marketing bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: Business Law QLS Course 02: Creating Highly Profitable Sales Funnels QLS Course 03: Marketing: Strategic Planning 5 CPD QS Accredited Courses: Additionally, our bundle includes 5 relevant CPD QS accredited courses, ensuring that you stay up-to-date with the latest industry standards and practices. Course 01: Marketing Strategies for Business Course 02: Sales & Negotiation Skills Course 03: The #1 LinkedIn Marketing & Sales Lead Generation Blueprint Course 04: Sales Training Course 05: Get a Job in Sales: Your Fast Track to Career Success In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV Writing Course 02: Job Search Skills Course 03: Self-Esteem & Confidence Building Course 04: Professional Diploma in Stress Management Course 05: Complete Communication Skills Master Class Convenient Online Learning: Our Business Law, Creating High Profitable Sales Funnels and Strategic Marketing courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. Take the first step towards a transformational career journey today with our game-changing course bundle! Learning Outcomes: Understand the fundamentals and applications of Business Law. Learn to create High Profitable Sales Funnels. Gain knowledge in Strategic Marketing and its importance. Master Marketing Strategies for various types of businesses. Develop Sales & Negotiation Skills to seal the deal. Acquire the #1 LinkedIn Marketing & Sales Lead Generation Blueprint. Understand the dynamics of sales and strategies to succeed. The "Business Law, Creating High Profitable Sales Funnels and Strategic Marketing" course bundle is a meticulously curated blend of 8 comprehensive courses that aim to empower you with theoretical knowledge of diverse domains. It houses 3 QLS-endorsed courses supplemented with 5 CPD QS-accredited courses, facilitating a wholesome understanding of Business Law, Sales Funnel creation, and Strategic Marketing. This bundle is the perfect gateway to a transformative career journey, enriching you with the theoretical prowess to conquer the business world. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Professionals aiming to understand the intricacies of Business Law. Aspiring marketers wanting to master the art of creating High Profitable Sales Funnels. Individuals seeking to develop Strategic Marketing skills. Career seekers wanting to fast track their career in Sales. Career path Business Law Consultant - £55,000 - £105,000 per year. Sales Funnel Strategist - £40,000 - £70,000 per year. Strategic Marketing Manager - £50,000 - £80,000 per year. Marketing Strategy Planner - £45,000 - £75,000 per year. Sales & Negotiation Specialist - £30,000 - £60,000 per year. LinkedIn Marketing Specialist - £35,000 - £65,000 per year. Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included

Business Law, Creating High Profitable Sales Funnels and Strategic Marketing
Delivered Online On Demand45 hours
£309

Directional, Horizontal and Multilateral Drilling – Simulator Assisted

By EnergyEdge - Training for a Sustainable Energy Future

Enhance your drilling skills with our Directional, Horizontal, and Multilateral Drilling Simulator Assisted course. Join EnergyEdge for comprehensive training.

Directional, Horizontal and Multilateral Drilling – Simulator Assisted
Delivered in Internationally or OnlineFlexible Dates
£3,599 to £3,799

Online Asset Management Diploma course. Sit the IAM Diploma anywhere in the world. February to March 2024

Online IAM Diploma D24001
Delivered OnlineFlexible Dates
£3,132 to £3,552