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

50971 Courses in Cardiff delivered Online

Courageous Communication Strategies Course

By Course Cloud

Communication is key, especially when working in a team or collaborative environment. The Courageous Communication Strategies Course explores the key to successful collaboration and team discussions, ideal for line managers and project leaders. You will learn the secret to effective collaboration in groups, how to facilitate team discussion, and foster more engaging interactions, to develop high-quality working relationships. This course will also develop your communication and leadership skills, exploring effective techniques and strategies for leading by example and offering solutions for hard to discuss problems. On completion, you will be able to create a positive collaborative environment in the workplace, and enable productive and engaging team discussions to achieve shared organisational goals. This best selling Courageous Communication Strategies Course has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Courageous Communication Strategies Course is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Courageous Communication Strategies Course is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Courageous Communication Strategies Course is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Courageous Communication Strategies Course, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Courageous Communication Strategies Course will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Courageous Communication Strategies Course to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Courageous Communication Strategies Course
Delivered Online On Demand
£319

Network +

5.0(3)

By Systems & Network Training

Network+ training course description This network+ course covers the TCP/IP side of the exam. For delegates to pass the exam it is important that they meet the prerequisites, self study is also required. An intensive hands on IP foundation. The course focuses on all parts of TCP/IP including layers 4 to 7 on end stations as well as layer 3 on routers. The TCP/IP protocols are also studied to enable delegates to be able to troubleshoot TCP/IP using Wireshark. Hands on sessions are used to reinforce the theory rather than teach specific manufacturer equipment. What will you learn Use ping, traceroute and other tools to diagnose faults on a network. Configure IP on PCs and routers. Plan IP addresses and subnets. Analyse IP and TCP packets using an analyser. Troubleshoot TCP/IP. Network+ training course details Who will benefit: Those wishing to pass the Network+ exam. Prerequisites: Introduction to data communications & networking Duration 5 days Network+ training course contents What is TCP/IP? TCP and IP are protocols, 7 layer model, network layers, hardware/software layers, internetworking, protocols, What is IP? What is TCP? The internet, The IAB, RFCs. Ping and Wireshark Host configuration, IP addresses, subnet masks, default gateways, ping. Hands on Base configuration. Testing with ping. Analysing packets with Wireshark. Switches and Wireshark Switches versus hubs, layer 2 forwarding table, flooding, broadcasts. Hands on Building a switched based network. Configuring network devices Configuration options, console port, putty, telnet. Hands on Configuring switches, telnet. IP IP packet format, protocol field, TTL, DiffServ, fragments, ICMP. Hands on IP packet analysis. IP addressing 32 bits, dotted decimal, rules, networks, role of subnet masks, simple subnetting, prefix notation. Broadcasts, special use addresses. Hands on Planning and implementing addressing. IP and the lower layers ARP, media not supporting ARP. Hands on ARP. Routing What are routers? What routers do, default gateways, routing and addressing, routing tables, ways to update routing tables. Hands on Building a routed network, traceroute. Routing protocols IGPs and EGPs, RIP, RIPv2, Why not to use RIP, OSPF, OSPF metrics, convergence, distance vector protocols, link state protocols. Hands on OSPF, analysing routing tables, loopbacks. Network simulators Network simulators, EVE-NG, GNS3, CML. Hands on Using EVE-NG. Subnetting Subnetting to the bit level, ranges, how prefixes are used. Hands on Subnetting. VLANS and IP addressing What are VLANs, tagging, 802.1Q, Inter VLAN routing. Hands on Inter VLAN routing. TCP and UDP Layer 4, port numbers, client ports, broadcasts multicasts and layer 4, UDP header, TCP header, connections, ACK, sliding windows, options, connection states. Sockets. Hands on Analysing TCP packets. IPv4 address configuration Private addresses, NAT, NAPT, dynamic addressing, DHCP, link local addresses. Hands on DHCP, NAT. IPv6 What is IPv6, 128 bit addresses, address formats, IPv6 address allocation, header format, migration, dual stack, tunnelling, NAT64, DNS64. Hands on IPv6 setup troubleshooting. IPv6 address configuration Static addressing, EUI-64 addresses, IPv6 address order, SLAAC, DHCPv6. Hands on SLAAC. Applications Clients, servers, HTTP, Email, resource sharing, VoIP, video, terminal emulation, remote desktop. Network management and SNMP. Hands on Servers, TFTP, VoIP packet analysis. DNS Names and addresses, hosts file, how DNS works. FQDNs, DNS client configuration. Hands on Troubleshooting DNS. Security Firewalls, firewall architectures, DMZ, how firewalls work, proxy servers, filtering, ACLs, IDS, VPNs, authentication, encryption, tunnels, secure protocols. Hands on Firewalls, SSH Troubleshooting Methods, tools. Using the 7 layer model. Troubleshooting toolkits. Hands on Fixing the network.

Network +
Delivered in Internationally or OnlineFlexible Dates
£2,797

Querying Microsoft SQL Server

5.0(3)

By Systems & Network Training

Querying Microsoft SQL Server course description This course covers the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server and provides the foundation for all SQL Server-related disciplines; namely, database administration, database development and business intelligence. This course helps prepare for exam 70-761. Note: This course is designed for SQL Server 2014or SQL Server 2016. What will you learn Write SELECT statements. Create and implement views and table-valued functions. Transform data by implementing pivot, unpivot, rollup and cube. Create and implement stored procedures. Add programming constructs such as variables, conditions, and loops to T-SQL code. Querying Microsoft SQL Server course details Who will benefit: Database administrators, database developers, and business intelligence professionals. SQL power users, namely, report writers, business analysts and client application developers. Prerequisites: Database fundamentals Duration 5 days Querying Microsoft SQL Server course contents Introduction to Microsoft SQL Server Management studio, creating and organizing T-SQL scripts, using books online. Hands on working with SQL Server tools. T-SQL querying Introducing T-SQL, sets, predicate logic, logical order of operations in SELECT statements, basic SELECT statements, queries that filter data using predicates, queries that sort data using ORDER BY. Hands on introduction to T-SQL querying. Writing SELECT queries Writing simple SELECT statements, eliminating duplicates with DISTINCT, column and table aliases, simple CASE expressions. Hands on writing basic SELECT statements. Querying multiple tables cross joins and self joins, write queries that use Inner joins, write queries that use multiple-table inner joins, write queries that use self-joins, write queries that use outer joins, write queries that use cross joins. Hands on querying multiple tables. Sorting and filtering data Sorting data, filtering data with predicates, filtering data with TOP and OFFSET-FETCH, working with unknown values, WHERE clause, ORDER BY clause, TOP option, OFFSET-FETCH clause. Hands on sorting and filtering data. SQL Server data types Introducing SQL Server data types, Character data, date and time data, queries that return date and time data, write queries that use date and time functions, write queries that return character data, write queries that return character functions. Hands on working with SQL Server data types. DML Adding data to tables, modifying and removing data, generating automatic column values, Inserting records with DML, updating and deleting records using DML. Hands on using DML to modify data. Built-in functions Queries with built-in functions, conversion functions, logical functions, functions with NULL, queries that use conversion functions, queries that use logical functions, queries that test for nullability. Hands on built-in functions Grouping and aggregating data Aggregate functions, the GROUP BY clause, filtering groups with HAVING, queries that use the GROUP BY clause, queries that use aggregate functions, queries that use distinct aggregate functions, queries that filter groups with the HAVING clause. Hands on grouping and aggregating data. Subqueries Self-contained subqueries, correlated subqueries, EXISTS predicate with subqueries, scalar and multi-result subqueries. Hands on subqueries. Table expressions Views, inline table-valued functions, derived tables, common table expressions. queries that use views, write queries that use derived tables, Common Table Expressions (CTEs), write queries that se inline Table valued expressions (TVFs). Hands on table expressions. Set operators The UNION operator, EXCEPT and INTERSECT, APPLY, queries that use UNION set operators and UNION ALL, CROSS APPLY and OUTER APPLY operators. Hands on set operators. Windows ranking, offset, and aggregate functions OVER, window functions, ranking functions, offset functions, window aggregate functions. Hands on; windows ranking, offset, and aggregate functions. Pivoting and grouping sets PIVOT and UNPIVOT, grouping sets, queries that use the PIVOT operator, queries that use the UNPIVOT operator, queries that use the GROUPING SETS CUBE and ROLLUP subclauses. Hands on pivoting and grouping sets Executing stored procedures Querying data with stored procedures, passing parameters to stored procedures, simple stored procedures, dynamic SQL, the EXECUTE statement to invoke stored procedures. Hands on executing stored procedures. Programming with T-SQL T-SQL programming elements, controlling program flow, declaring variables and delimiting batches, control-of-flow elements, variables in a dynamic SQL statement, synonyms. Hands on programming with T-SQL Error handling T-SQL error handling, structured exception handling, redirect errors with TRY/CATCH, THROW to pass an error message back to a client. Hands on implementing error handling. Implementing transactions Transactions and the database engines, controlling transactions, BEGIN, COMMIT, and ROLLBACK, adding error handling to a CATCH block. Hands on implementing transactions.

Querying Microsoft SQL Server
Delivered in Internationally or OnlineFlexible Dates
£2,797

Cognicert Root Cause Analysis Professional Course

5.0(1)

By Cognicert Limited

Root Cause Analysis (RCA) is used to analyse the root causes of focus events with both positive and negative outcomes, but it is most commonly used for the analysis of failures and incidents. Causes for such events can be varied in nature, including design processes and techniques, organizational characteristics, human aspects and external events. RCA can be used for investigating the causes of non-conformances in quality (and other) management systems as well as for failure analysis, for example in maintenance or equipment testing.

Cognicert Root Cause Analysis Professional Course
Delivered OnlineFlexible Dates
£250

Dazzling Bridal Hair Course

4.7(160)

By Janets

This Dazzling Bridal Hair Course will demonstrate the vital elements of creating the perfect bridal looks and inspire you to greatly grow this side of your business. Through the course, you'll gain basic understanding of up styling required. Learn how to create beautiful wedding day hairstyles: become a qualified Bridal Hair Stylist.  Effortless-looking styles can be difficult to master: learn how create soft, relaxed bridal hairstyles. You'll learn exactly how to approach an initial meeting with a bridal client and how to measure, shop and choose the best for the bride. Armed with your bridal stylist certification, you'll help shape wedding memories that will last a lifetime. 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? Dazzling Bridal Hair Course is suitable for anyone who want to gain extensive knowledge, potential experience, and professional skills in the related field. This course is designed by industry experts so you don't have to worry about the quality. Most importantly, this course does not require any experience or qualification to get enrolled. You will learn everything that is required from this course directly. This is a great opportunity for all student from any academic backgrounds to learn more on this subject.

Dazzling Bridal Hair Course
Delivered Online On Demand9 hours 40 minutes
£9.99

Mental Health First Aid, Mental Health Law & Counselling QLS Endorsed Diploma

By Compliance Central

According to recent statistics from the World Health Organization, mental health disorders affect around 450 million people worldwide, making it one of the leading causes of disability. With such a staggering impact, the need for comprehensive mental health support has never been more urgent. In response to this growing demand, our comprehensive bundle, "Mental Health First Aid, Mental Health Law & Counselling QLS Endorsed Diploma" offers a holistic approach to addressing mental health challenges through a blend of theoretical knowledge and practical strategies. This Mental Health First Aid, Mental Health Law & Counselling bundle combines a diverse range of QLS Endorsed and CPD QS Accredited courses to provide a thorough understanding of mental health law, counselling techniques, and first aid interventions. Participants will delve into the intricacies of mental health law at QLS Level 3, advance their counselling skills with a QLS Level 5 diploma, and gain proficiency in mental health first aid. Complementing these technical modules are CPD QS Accredited courses covering topics such as psychiatry, positive psychology, and the relationship between nutrition, fitness, and mental well-being. Additionally, personal development modules focusing on career advancement and public speaking enhance participants' professional skills. Bundle Include includes: QLS Endorsed Courses: Course 01: Certificate in Mental Health Law at QLS Level 3 Course 02: Diploma in Mental Health Counselling at QLS Level 5 Course 03: Diploma in Mental Health First Aid at QLS Level 5 CPD QS Accredited Courses: Course 04: Mental Health and Psychiatry Training - Online Course 05: Mental Health with Positive Psychology Course 06: Food, Fitness & Mental Health Course 07: Mental Freedom: Freedom From Pain Course 08: Food, Fitness & Mental Health Course 09: Child and Adolescent Mental Health Course 10: Biohacking Your Physical and Mental Health Course 11: Self-Help Psychology: Mental Freedom Take your career to the next level with our bundle that includes technical courses and five guided courses focused on personal development and career growth. Course 12: Career Development Plan Fundamentals Course 13: CV Writing and Job Searching Course 14: Networking Skills for Personal Success Course 15: Ace Your Presentations: Public Speaking Masterclass Course 16: Decision Making and Critical Thinking Seize this opportunity to elevate your career with our comprehensive bundle, endorsed by the prestigious QLS and accredited by CPD.Mental Health First Aid, Mental Health Law & Counselling QLS Endorsed Diploma. Learning Outcomes: Understand the legal framework surrounding mental health issues. Develop advanced counselling skills to support individuals with mental health concerns. Gain proficiency in providing mental health first aid interventions. Explore the intersection of mental health and psychiatry. Apply principles of positive psychology to promote mental well-being. Learn how nutrition, fitness, and lifestyle choices impact mental health. This comprehensive Mental Health First Aid, Mental Health Law & Counselling bundle delves into the intricate domains of mental health law, counselling, and first aid, providing participants with a multifaceted understanding of mental health challenges and interventions. Through QLS Endorsed courses, individuals will explore the legal framework surrounding mental health, including legislation, policies, and ethical considerations. They will develop insights into the rights of individuals with mental health disorders, the responsibilities of healthcare providers, and the processes involved in involuntary treatment and detention. Complementing the legal aspect, participants will embark on a journey of self-discovery and skill development in counselling and first aid. The QLS Level 5 diploma in mental health counselling equips individuals with advanced therapeutic techniques, communication skills, and ethical guidelines necessary for effective support and intervention. Furthermore, the diploma in mental health first aid empowers participants with the knowledge and skills to recognise, respond to, and assist individuals experiencing mental health crises or distress. Through a combination of theoretical learning and practical applications, participants will emerge equipped to make meaningful contributions to mental health advocacy, support, and care. CPD 160 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Mental Health First Aid, Mental Health Law & Counselling course is beneficial for: Mental health professionals seeking to enhance their knowledge and skills. Counsellors and therapists aiming to specialise in mental health. Individuals interested in a career in mental health law or advocacy. Healthcare professionals looking to expand their understanding of mental health. HR professionals or managers seeking to support mental health in the workplace. Students or graduates considering a career in mental health services. Requirements You are warmly invited to register for this bundle. Please be aware that there are no formal entry requirements or qualifications necessary. This curriculum has been crafted to be open to everyone, regardless of previous experience or educational attainment. Career path Upon completion of the Mental Health First Aid, Mental Health Law & Counselling courses, you will be able to: Mental Health Counsellor Mental Health Advocate Psychiatric Nurse Legal Advisor Specialising in Mental Health Human Resources Manager with a Focus on Employee Well-being Public Health Officer Community Support Worker Certificates 13 CPD Quality Standard Certificates Digital certificate - Included 3 QLS Endorsed Certificates Hard copy certificate - Included

Mental Health First Aid, Mental Health Law & Counselling QLS Endorsed Diploma
Delivered Online On Demand4 days
£310

ECS Card Health & Safety Course Bromley

By MJ Electrical Training

ECS Health & Safety Course with MJ Electrical Training. Available every week, use this course to complete the application process when applying for an ECS Labourers Card.

ECS Card Health & Safety Course Bromley
Delivered OnlineFlexible Dates
£174

ECS Card Health & Safety Course Dover

By MJ Electrical Training

ECS Health & Safety Course with MJ Electrical Training. Available every week, use this course to complete the application process when applying for an ECS Labourers Card.

ECS Card Health & Safety Course Dover
Delivered OnlineFlexible Dates
£174

ECS Card Health & Safety Course Liverpool

By MJ Electrical Training

ECS Health & Safety Course with MJ Electrical Training. Available every week, use this course to complete the application process when applying for an ECS Labourers Card.

ECS Card Health & Safety Course Liverpool
Delivered OnlineFlexible Dates
£174

ECS Card Health & Safety Course Newcastle

By MJ Electrical Training

ECS Health & Safety Course with MJ Electrical Training. Available every week, use this course to complete the application process when applying for an ECS Labourers Card.

ECS Card Health & Safety Course Newcastle
Delivered OnlineFlexible Dates
£174