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

26219 Courses in Cardiff delivered Online

SAFe Agile Software Engineering: In-House Training

By IIL Europe Ltd

SAFe® Agile Software Engineering: In-House Training The introduction of Lean-Agile and DevOps principles and practices into software engineering has sparked new skills and approaches that help organizations deliver higher-quality, software-centric solutions faster and more predictably. This workshop-oriented course explores foundational principles and practices and how continuous flow of value delivery and built-in quality are enabled by XP technical practices, Behavioral-Driven Development (BDD), and Test-Driven Development (TDD). Attendees will learn proven practices to detail, model, design, implement, verify, and validate stories in the SAFe® Continuous Delivery Pipeline, as well as the practices that build quality into code and designs. Attendees will also explore how software engineering fits into the larger solution context and understand their role in collaborating on intentional architecture and DevOps. What you will Learn To perform the role of a SAFe® Agile Software Engineer, you should be able to: Define Agile Software Engineering and the underlying values, principles, and practices Apply the Test-First principle to create alignment between tests and requirements Create shared understanding with Behavior-Driven Development (BDD) Communicate with Agile modeling Design from context for testability Build applications with code and design quality Utilize the test infrastructure for automated testing Collaborate on intentional architecture and emergent design Apply Lean-Agile principles to optimize the flow of value Create an Agile Software Engineering plan Introduction to Agile Software Engineering Connecting Principles and Practices to Built-in Quality Accelerating Flow Applying Intentional Architecture Thinking Test-First Discovering Story Details Creating a Shared Understanding with Behavior-Driven Development (BDD) Communicating with Models Building Systems with Code Quality Building Systems with Design Quality Implementing with Quality

SAFe Agile Software Engineering: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£2,495

Introduction to Material Management

5.0(5)

By Online Training Academy

Unlock the essentials of material management with our comprehensive course. Explore key modules including forecasting, inventory management, material requirements planning, and purchasing and supply chain management. Gain practical insights into materials handling and effective stores management. Designed for professionals and students alike, this course equips you with the skills to efficiently manage materials and streamline supply chain operations. Join us and enhance your expertise in material management. Key Features: CPD Certified Developed by Specialist Lifetime Access Through this programme, students study key components of efficient material management. They start by comprehending the basics, such as the significance of demand forecasting and effective inventory planning and management techniques. They go into detail on material requirements planning, which is an essential ability to guarantee that the appropriate materials are accessible when needed. In order to educate students on how to strategically buy materials and efficiently manage the complete supply chain, purchasing and supply chain management are addressed. The training also covers material handling procedures, with a focus on secure and effective ways to move and store things. In order to maximise accessibility and inventory management, learners ultimately get insights into store administration and control, including how to arrange and supervise material storage. All things considered, this curriculum gives students the real-world information and abilities needed for efficient material management in a variety of businesses. Course Curriculum: Module 01: Introduction to Material Management Module 02: Forecasting Module 03: Inventory Management, Planning and Control Module 04: Material Requirements Planning Module 05: Purchasing and Supply Chain Management Module 06: Materials Handling Module 07: Stores Management and Control Learning Outcomes Understand principles of material management and its importance in industries. Apply forecasting techniques to predict material demand accurately. Implement strategies for effective inventory planning and control procedures. Utilise material requirements planning (MRP) to optimise production processes. Analyse purchasing strategies and their impact on supply chain efficiency. Evaluate methods for efficient material handling and storage management. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Professionals seeking knowledge in logistics and supply chain management. Students pursuing careers in operations or industrial management. Individuals interested in enhancing their understanding of inventory control. Career path Warehouse Manager Procurement Officer Inventory Controller Logistics Coordinator Supply Chain Analyst Materials Planner Certificates Digital certificate Digital certificate - Included Will be downloadable when all lectures have been completed.

Introduction to Material Management
Delivered Online On Demand1 hour 6 minutes
£10

Introduction to Health Economics and Technology

5.0(5)

By Online Training Academy

Welcome to the comprehensive course on Introduction to Health Economics and Technology! Whether you're a healthcare professional, policymaker, or simply curious about the economics behind healthcare decisions, this course is designed to equip you with essential knowledge and insights. Key Features: CPD Certified Developed by Specialist Lifetime Access In the Introduction to Health Economics and Technology course, learners explore fundamental concepts at the intersection of healthcare and economics. They delve into the principles of health economics, understanding how scarce resources affect healthcare delivery and decision-making. The course introduces basic economic and technological concepts essential for evaluating healthcare technologies and interventions. Learners also gain insights into Health Technology Assessment (HTA), learning methods to assess the clinical, economic, and social impacts of new health technologies. They explore economic evaluation techniques used to determine the value and cost-effectiveness of healthcare interventions. Additionally, the course covers the intricate relationship between health economics and healthcare technologies, highlighting their mutual influence. Learners study health insurance systems, understanding their role in healthcare financing and access. The course concludes with a critical examination of dilemmas faced by health ministers in balancing healthcare quality, accessibility, and costs within healthcare systems. Course Curriculum Module 01: Introduction to Health Economics and Health Technology Assessment Module 02: What is Health Economics Module 03: Basic Economic and Technological Concepts Module 04: Health Technology Assessment Module 05: Economic Evaluation Module 06: Exploring the Relationship Between Health Economics (HE) and Health Technology A Module 07: Health Insurance Module 08: The Health Minister's Dilemma Learning Outcomes: Understand key concepts in health economics and technology assessment principles. Analyze economic implications of health technologies on healthcare systems. Evaluate cost-effectiveness and efficiency of health technologies and interventions. Examine the role of health insurance in economic management of healthcare. Discuss ethical dilemmas faced by health ministers in policy decision-making. Apply economic evaluation methods to assess health technology investments. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Healthcare professionals seeking economic perspectives in healthcare decision-making. Policy makers and government officials involved in healthcare planning. Researchers interested in health technology assessment and economic evaluation. Students pursuing studies in health economics and related disciplines. Consultants advising on health policy and economic strategies. Career path Health Economist Healthcare Policy Analyst Health Technology Assessor Health Insurance Economist Government Health Advisor Healthcare Researcher Certificates Digital certificate Digital certificate - Included Will be downloadable when all lectures have been completed.

Introduction to Health Economics and Technology
Delivered Online On Demand1 hour 30 minutes
£10

Definitive Salt for engineers

5.0(3)

By Systems & Network Training

Definitive Salt training course description Salt is a remote execution framework and configuration management system. This course covers Salt from the basics. After a quick first taste the course moves onto execution modules, salt states, minion and master data, jinja, Salt extensions and then topology and configuration options. Hands on sessions are used to reinforce the theory rather than teach specific manufacturer equipment. What will you learn Install and use Salt. Describe the architecture of Salt. Manage configurations with Salt. Extend Salt. Definitive Salt training course details Who will benefit: Anyone working with Salt. Prerequisites: Linux fundamentals. Duration 2 days Definitive Salt training course contents Introduction What is Salt? High- level architecture, Some quick examples, system management, configuration management, A brief history, Topology options, Extending Salt. Quick start: First taste of Salt Single-master setup, from packages, bootstrap scripts, Starting up, Basic commands, salt: the main workhorse, salt-key: key management, salt-call: execution on the minion, salt-run: co-ordination of jobs on the master, summary of commands, Key management, viewing keys, accepting keys, rejecting keys, key files, Minion targeting, minion ID, list (-L), glob, regular expressions (-E), grains (-G), compound (-C), targeting summary, Additional remote execution details, Conclusion. Execution modules: The functional foundation sys: information and documentation about modules, sys.doc basic documentation, sys.list_modules, sys.list_functions: simple listings, cmd: execute via shell, cmd.run: run any command, pkg: manage packages, virtual modules, pkg.lists_pkgs: list all installed packages, pkg.available version: see what version will be installed, pkg.install: install packages, user: manage users, user.add: add users, user.list_users, user info: get user info, saltutil: access various Salt utilities, Summary. Configuration management: Salt states Salt files overview, SLS example: adding a user, working with the multi-layered state system, Highstate and the top file, the top file, State ordering, require: depend on another state, watch: run based on other changes, odds and ends, Summary. Minion data / master data Grains are minion data, performing basic grain operations, setting grains, targeting with grains in the top file, Pillars are data from the master, querying pillar data, querying other sources with external pillars, Renderers give data options. Extending Salt: part I Introduction to Jinja, Jinja basics, Templating with Jinja, filtering by grains, Custom execution module, Custom state modules, Custom grains, External pillars, Summary. More on the matter Runners, manage minions, manage jobs, The orchestrate runner, The event system, The reactor system, Summary. Extending Salt: part II Python client API, reading configuration data on a master and minion, using the master client (localclient) API, Using the caller client API, Custom runners, writing a custom runner, using the runnerclient API, Summary. Topology and configuration options Master configuration, directories and files, logging, access control, files server options, Topology variations, masterless minions, peer systems, syndication masters, multiple masters. Brief introduction to salt-cloud Overview, Setup AWS and salt-cloud, installing salt-cloud, cloud providers, cloud profiles, cloud maps, Introspection via salt cloud, Creating infrastructure, More information. Using vagrant to run Salt examples YAML.

Definitive Salt for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

SDH foundation

5.0(3)

By Systems & Network Training

SDH training course description Our SDH training course is designed for those with a basic knowledge of the principles of telecommunication digital transmission techniques. An overview of the existing transmission hierarchies and their limitations is provided with an introduction to the Synchronous Digital Hierarchy (SDH). The advantages of SDH are explained fully. What will you learn Identify the major limitations of the PDH network. Outline the advantages of using the SDH. Illustrate the various SDH equipment and network topologies. Describe the principles of the SDH multiplexing structure. SDH training course details Who will benefit: Anyone working with SDH. Prerequisites: It should be noted that this course will assume some basic telecommunication transmission knowledge from the delegates attending. This may be accomplished by attending the Introduction to Telecommunications course. Duration 2 days SDH training course contents Introduction to SDH Timing and synchronisation of digital signals, the plesiochronous digital hierarchy (PDH), the synchronous digital hierarchy (SDH), service protection with SDH SDH Multiplexing Techniques The multiplexing principles of SDH, mapping and aligning a 2Mbit/s tributary into a TU-12, aligning the VC-12 in a TU-12, multiplexing TU-12's into a TUG-2, multiplexing TUG-2's into a TUG-3, multiplexing TUG-3's into a VC-4, the VC-4 path overhead, the STM-1 frame, the AU-4 pointer, the STM-1 section overheads, multiplexer section protection, transmission at rates higher than STM-1, concatenation line transmission functions in SDH SONET Multiplexing Techniques Mapping a DS1 tributary into a virtual tributary, aligning the VT-SPE into a VT frame, mapping the VTGs into a STS-1 SPE, the STS-1 synchronous payload envelope, the STS-1 frame SONET network sections and lines transmissions at higher rates than STS-1 SDH Functions and Facilities SDH network topologies, structure of SDH equipment, synchronisation of SDH networks, protection switching in SDH networks, SDH alarm structure, SDH performance monitoring, testing of SDH, equipment and systems, network management and SDH, asynchronous transfer mode (ATM), future services and technologies OSI Telecommunications Network Management Definition of network management, managing telecom equipment, the managed object library, the management information base, the telecommunications management network (TMN), the Q3 protocol.

SDH foundation
Delivered in Internationally or OnlineFlexible Dates
£1,497

LTE airside

5.0(3)

By Systems & Network Training

LTE Airside training course description This course provides a concise insight into the LTE airside. Key parts of the course are detailed looks at the air interface protocol stack, cell acquisition, transmission and reception of data and of he layer 1 procedures along with layer 2 procedures. What will you learn Explain the RF optimisation flowchart. Describe the importance of Reference Signal Received Power (RSRP). List many of the 3GPP recommended KPIs. Describe the concept of APN AMBR and UE AMBR within LTE. Describe the use of planning and optimisation computer tools. LTE Airside training course details Who will benefit: Anyone working with LTE. Prerequisites: Essential LTE Duration 2 days LTE Airside training course contents Introduction and review of LTE This section describes the requirements of LTE and key technical features, and reviews the system architecture. LTE Architecture, UE, E-UTRAN and EPC. Specifications. OFDMA, SC-FDMA and MIMO antennas This section describes the techniques used in the LTE air interface, notably orthogonal frequency division multiple access (OFDMA) and multiple input multiple output (MIMO) antennas. Communication techniques for fading multipath channels. OFDMA, FFT processing and cyclic prefix insertion. SC-FDMA in the LTE uplink. Multiple antenna techniques including transmit & receive diversity and spatial multiplexing. Introduction to the air interface This section covers the operation of the air interface, the channels that it uses, and the mapping to the time and frequency domains of OFDMA and SC-FDMA. Air interface protocol stack. Logical, transport and physical channels. Frame and slot structure, the resource grid. Resource element mapping of the physical channels and physical signals. LTE spectrum allocation. Cell acquisition This is the first of three sections covering the air interface physical layer. Here, we cover mobile procedures to start low-level communications with the cell, and base station transmission of the corresponding information. Primary/secondary synchronisation signals. Downlink reference signals. The master information block. Physical control format indicator channel. Organisation and transmission of the system information. Data transmission and reception In this section, we cover procedures used for data transmission and reception on the shared channels, and describe in detail the individual steps. Data transmission and reception on the uplink and downlink. Scheduling commands and grants on the PDCCH. DL-SCH and UL-SCH. Physical channel processing of the PDSCH and PUSCH. Hybrid ARQ indicators on the PHICH. Uplink control information on the PUCCH. Uplink demodulation and sounding reference signals. Additional physical layer procedure This section concludes our discussion of the air interface physical layer, by discussing a number of procedures that support its operation. Transmission of the physical random access channel. Contention and non-contention based random access procedures. Discontinuous transmission in idle and connected modes. Uplink power control and timing advance. Air interface layer 2 This section describes the architecture and operation of layer 2 of the air interface protocol stack. MAC protocol, interactions with the physical layer, use for scheduling. RLC protocol, transparent, unacknowledged and acknowledged modes. PDCP, including header compression, security functions and recovery from handover.

LTE airside
Delivered in Internationally or OnlineFlexible Dates
£2,477

Essential UMTS

5.0(3)

By Systems & Network Training

UMTS training course description An in-depth study of the UMTS technologies and network structure. What will you learn Explain what 3G and UMTS are. Describe the migration path to UMTS. Describe the UMTS architecture. UMTS training course details Who will benefit: Anyone who needs to know more about UMTS. Prerequisites: Total GSM Duration 3 days UMTS training course contents Introduction 3G WCDMA 2G WCDMA comparison. European and international spectrum allocations. UMTS Services UMTS QoS classes, Conversational, Streaming, Interactive and Background. UMTS bearer services. Radio Access Network (RAN) Architecture System architecture. The Radio Network Controller (RNC) and Node B functionality. Protocol model. The Iu interface for Circuit and Packet switching. The Iur interface and RNSAP. RNC node B interface and NBAP. The Physical layer Spread spectrum coding and modulation. Logical and physical channels. User data rates and transmission. Power control. Signalling, synchronisation, common control, access and indicator channels. Procedures for transmit diversity, measurement, power control and handover. Radio Resource Management Fast and outer loop power control. Transmit power and power rise. Handover algorithms. Intra frequency and inter system handovers. Load, measurement on the air interface. Admission and load control. Packet Access Packet data traffic. Packet data transport channels. Packet scheduling algorithms. Handover, load and administration control. Packet data performance. UTRA TDD Mode Time Division Duplex (TDD). UTRA TDD modulation and spreading, transport channels, physical channels and their structure. Noise and interference limited network. Interference, FDD and TDD co-existence.

Essential UMTS
Delivered in Internationally or OnlineFlexible Dates
£3,497

Introduction to Barista and Coffee Brewing

5.0(2)

By Training Express

Discover the art and science behind every satisfying sip with our Introduction to Barista and Coffee Brewing course. Whether you're a coffee enthusiast or looking to add a little espresso-fuelled flair to your knowledge, this course is your perfect shot. From understanding beans and blends to exploring brewing styles and espresso essentials, we’ve poured together an engaging learning journey grounded in theory and flavour. No apron required—just curiosity and a love for coffee. Learn what makes a flat white different from a latte, what a burr grinder actually does, and why water temperature can make or break your brew. Along the way, you'll get to know the culture, chemistry, and charm that swirl together behind every cup. It’s all online, all jargon-free, and all about helping you understand coffee on a deeper level—no complicated equipment or foam art required. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum of Introduction to Barista and Coffee Brewing Module 01 : Introduction to Barista Module 02 : Know Your Coffee Beans Module 03 : The Espresso Machine Module 04 : Grinding, Dosing and Tamping Module 05 : Milk Frothing Module 06 : The Classic Coffees Module 07 : Mastering Latte Art Module 08 : Working as a Professional Barista Learning Outcomes: Master the Fundamentals of Barista Craftsmanship Identify and Assess Coffee Bean Varieties Operate and Maintain Espresso Machines Efficiently Achieve Precision in Grinding, Dosing, and Tamping Expertly Froth Milk for a Range of Coffee Delights Create Stunning Latte Art Designs with Confidence Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring Baristas Coffee Enthusiasts Seeking Expertise Café Staff Aiming for Skills Enhancement Hospitality Students Interested in Coffee Individuals Exploring a New Career Path Home Baristas Keen on Professional Techniques Coffee Shop Owners with Training Needs Culinary Professionals Expanding Expertise Career path Barista at Specialized Coffee Shops Coffee Roaster Assistant Café Manager or Supervisor Coffee Consultant for Hospitality Businesses Barista Trainer for New Staff Coffee Equipment Sales Representative Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Introduction to Barista and Coffee Brewing
Delivered Online On Demand2 hours
£12

Introduction to Criminology and Psychology

By Compete High

Overview   With the ever-increasing demand for Criminology and Psychology in personal & professional settings, this online training aims at educating, nurturing, and upskilling individuals to stay ahead of the curve - whatever their level of expertise in Criminology and Psychology may be.   Learning about Criminology and Psychology or keeping up to date on it can be confusing at times, and maybe even daunting! But that's not the case with this course from Compete High. We understand the different requirements coming with a wide variety of demographics looking to get skilled in Criminology and Psychology. That's why we've developed this online training in a way that caters to learners with different goals in mind. The course materials are prepared with consultation from the experts of this field and all the information on Criminology and Psychology is kept up to date on a regular basis so that learners don't get left behind on the current trends/updates.   The self-paced online learning methodology by Compete High in this Introduction to Criminology and Psychology course helps you learn whenever or however you wish, keeping in mind the busy schedule or possible inconveniences that come with physical classes. The easy-to-grasp, bite-sized lessons are proven to be most effective in memorising and learning the lessons by heart. On top of that, you have the opportunity to receive a certificate after successfully completing the course!   Instead of searching for hours, enrol right away on this Introduction to Criminology and Psychology course from Compete High and accelerate your career in the right path with expert-outlined lessons and a guarantee of success in the long run.   Who is this course for?   While we refrain from discouraging anyone wanting to do this Introduction to Criminology and Psychology course or impose any sort of restrictions on doing this online training, people meeting any of the following criteria will benefit the most from it: Anyone looking for the basics of Criminology and Psychology, Jobseekers in the relevant domains, Anyone with a ground knowledge/intermediate expertise in Criminology and Psychology, Anyone looking for a certificate of completion on doing an online training on this topic, Students of Criminology and Psychology, or anyone with an academic knowledge gap to bridge, Anyone with a general interest/curiosity   Career Path   This Introduction to Criminology and Psychology course smoothens the way up your career ladder with all the relevant information, skills, and online certificate of achievements. After successfully completing the course, you can expect to move one significant step closer to achieving your professional goals - whether it's securing that job you desire, getting the promotion you deserve, or setting up that business of your dreams.    Course Curriculum Module 01- Introduction to Criminology Introduction to Criminology 00:00 Module 02- Explanations for Criminal Behaviour Explanations for Criminal Behaviour 00:00 Module 03- Criminology and Personality theories Criminology and Personality theories 00:00 Module 04- Detection of Crime Detection of Crime 00:00 Module 05- Mental health and crime Mental health and crime 00:00 Module 06- Root Causes of Crime Root Causes of Crime 00:00 Module 07- Characteristics of offenders and victims Characteristics of offenders and victims 00:00 Module 08- Criminal Justice Criminal Justice 00:00

Introduction to Criminology and Psychology
Delivered Online On Demand1 hour
£4.99

Introduction to Dog Breeds and Basic Anatomy

4.9(27)

By Apex Learning

Overview This comprehensive course on Introduction to Dog Breeds and Basic Anatomy will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Introduction to Dog Breeds and Basic Anatomy comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Introduction to Dog Breeds and Basic Anatomy. It is available to all students, of all academic backgrounds. Requirements Our Introduction to Dog Breeds and Basic Anatomy is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 5 sections • 5 lectures • 01:04:00 total length •Understanding Basic Dog Anatomy: 00:12:00 •Different Dog Breeds Toy Group and Working Group: 00:11:00 •Herding Group and Hound Group: 00:14:00 •Different Dog Breeds Terrier Group and Sporting Group: 00:14:00 •Non-Sporting Group and Mixed Breeds: 00:13:00

Introduction to Dog Breeds and Basic Anatomy
Delivered Online On Demand1 hour 4 minutes
£12