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

26034 Courses

SAFe Agile Software Engineering: Virtual In-House Training

By IIL Europe Ltd

SAFe® Agile Software Engineering: Virtual 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: Virtual In-House Training
Delivered OnlineFlexible Dates
£2,350

Introduction to Mindfulness | Getting Started | Single sessions

5.0(13)

By Mark Sidney

Getting Started – A Practical Introduction to Mindfulness. – delivered online via zoom A 10-week rolling program introducing mindfulness. There are 10 sessions with distinct content and it’s fine to join at any point. Getting Started operates on a drop-in basis, so if you miss a session you can cover the content next time it comes around. The sessions are interactive to support learning from each other's experiences. We, therefore, request that participants turn their cameras and microphone on for the sessions. Participants will be muted during meditations to reduce distractions. Getting Started is just that- an accessible introduction to mindfulness, providing a practical guide to building it into everyday life. Each session will cover a different aspect of Mindfulness and will include: Discussion about one of the foundational attitudes of mindfulness Each week focuses on a different foundation of building a mindfulness practice starting with Intention and then the nine foundational attitudes of mindfulness: Beginners Mind; Non-Judgement; Gratitude; Acceptance; Non-Striving; Letting Go; Generosity; Patience and Trust. The science which backs it up and how it applies to our lives. and Guided mindfulness practices These form the backbone of each session because practice promotes presence and Suggestions and tips for practicing in the context of our daily life and The opportunity to ask questions and An info sheet emailed to participants after each Getting Started session Session Topics: 1 | Intention – 20th October 2022 2 | Beginners Mind – 27th October 2022 3 | Non-judgement – 3rd November 2022 4 | Gratitude – 10th November 2022 5 | Acceptance – 17th November 2022 6 | Non-striving – 24th November 2022 7 | Letting Go – 1st December 2022 8 | Generosity – 8th December 2022 9 | Patience – 15th December 2022 10 | Trust – 22nd December 2022

 Introduction to Mindfulness | Getting Started | Single sessions
Delivered OnlineJoin Waitlist
£10

An Introduction to Airway Suctioning (e-Learning)

By Guardian Angels Training

Gain essential knowledge and skills related to airway suctioning with our comprehensive e-learning course. Designed for healthcare professionals, students, caregivers, and individuals interested in medical care.

An Introduction to Airway Suctioning (e-Learning)
Delivered Online On Demand
£45

An Introduction to Nasogastric Tube Feeding (e-Learning)

By Guardian Angels Training

Gain essential knowledge and practical skills related to nasogastric tube feeding with our comprehensive e-learning course. Designed for healthcare professionals, students, caregivers, and individuals interested in medical care.

An Introduction to Nasogastric Tube Feeding (e-Learning)
Delivered Online On Demand
£45

Complete C programming

5.0(3)

By Systems & Network Training

Complete C programming training course description A hands-on introduction to programming in the ANSI C programming language. The course initially moves at a fast pace in order to spend as much time as possible on the subject of pointers - the area which cause the most bugs in C programs. What will you learn Write ANSI C programs Use the C libraries Debug C programs Examine existing code and determine its function. Complete C programming training course details Who will benefit: Programmers wishing to learn C. Programmers wishing to learn C++ or Java. Prerequisites: None, although experience in another high level language would be useful. Duration 5 days Complete C programming training course contents Getting started The compilation process, comments, main(), statement blocks, printf(). C data types and operators char, int, float and double, qualifiers, arithmetic and assignment operators, precedence, Associativity. Basic I/O C libraries, stdin and stdout, getchar(), putchar(), printf() formatting. Flow control if else, dangling elses, else if, while and for loops. switch statements, the null statement, break, continue and gotos. Functions Function calls, arguments and return types, function declarations (prototypes), function definitions, scope of variables. The preprocessor Preprocessor actions, macros, #include. Libraries and their relationship with header files. Conditional compilation. More data types and operators Logical, bitwise and other operators, type conversion, casting, typedefs and access modifiers. Arrays Declaring and handling arrays, common gotchas, multidimensional arrays. Pointers What are pointers? Why they are so important, declaring and using pointers,The three uses of the *,pointer example - scanf, pointers as arguments. More pointers Golden rules of pointers and arrays, pointers to arrays, pointer arithmetic, arrays of pointers, multiple indirection. Character/string manipulation Arrays of characters, string definition, working with strings, String library. Program arguments argc and argv, example uses,char *argv[] versus char ** argv. Program structure and storage classes Globals (externals), multi source programs, the look of a C program. Structures Declaration, the . and - operators, unions and bitfields. Library functions File handling, fopen and fclose, reading from and writing to files, fseek().calloc() and malloc()

Complete C programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

OpenStack for NFV and SDN

5.0(3)

By Systems & Network Training

OpenStack for NFV and SDN course description OpenStack is predominately a cloud management technology. This course looks at how OpenStack can be used in a NFV and SDN environment. What will you learn Describe the architecture of NFV. Explain the relationship between NFV and SDN. Implement NFV VIM using OpenStack. Explain how OpenStack as VNFM and orchestrator works. OpenStack for NFV and SDN course details Who will benefit: Anyone wishing to implement NFV using OpenStack. Prerequisites: Introduction to Virtualization Duration 3 day OpenStack for NFV and SDN course content What is NFV? What is NFV? What are network Functions? NFV benefits, NFV market drivers. ETSI NFV framework. ETSI documents, Architecture overview, compute domain, hypervisor domain, infrastructure network domain. What is OpenStack? Virtual machines, clouds, management. OpenStack architecture, OpenStack modules. Why OpenStack for NFV? Hands on OpenStack installation. OpenStack Virtualization and NFV Server, storage and network virtualization and NFV. Where OpenStack fits in the ETSI framework. Virtual machines, containers and docker. Data centres, clouds, SaaS, IaaS, PaaS. Hands on OpenStack Iaas, OpenStack Nova. The virtualization layer VM centric model, containers versus hypervisors, FD.io. Hands on OpenStack as the VIM. OpenStack Neutron VXLAN, Networks, subnets, ports. Security groups. Routers. Service and component hierarchy. Hands on Implementing a virtual network with OpenStack Neutron. Virtualization of Network Functions Network virtualization versus Network Function virtualization. NFV MANO Management and Orchestration. Where OpenStack fits. MANO descriptors, Open orchestration. OpenStack Tacker, Open MANO, OpenBaton, other orchestrators. OpenStack Tacker Installation, getting started, configuration. SFC and OpenStack. Hands on Deploying a VNF. OPNFV What is OPNFV, Where OpenStack fits into OPNFV. SDN What is SDN? Control and data planes. SDN controllers. Classic SDN versus real SDN. Hybrid SDN, network automation, SDN with overlays. Northbound, southbound, SDN protocols, OpenFlow, OpenDaylight, ONOS, SDN with NFV. SDN and OpenStack. Summary Deploying NFV, performance, testing. Futures

OpenStack for NFV and SDN
Delivered in Internationally or OnlineFlexible Dates
£3,497

Introduction to Witchcraft

By F&P Witchcraft

This is a 4 week course, that covers all the basics you need to know about witchcraft! Debunking the silly myths that surround us, and giving you the information and confidence to start your witchcraft path!

Introduction to Witchcraft
Delivered in Horncastle or OnlineFlexible Dates
£75

Introduction to Adobe Dreamweaver Online

By Platform Training

Live online course with study materials and certificate of completion included Adobe Dreamweaver is an industry leading web design and HTML editor software. First-time Dreamweaver users may feel overwhelmed by the amount of options, panels and menus across the interface, but our Dreamweaver course will quickly familiarise you with the layout giving you access to advanced controls over CSS elements, and the ability to view how a webpage will look when displayed on different size device screens. Our one day Adobe Dreamweaver course will enable you to build and manage professional, well designed and standards compliant websites using the software. HTML and CSS concepts are covered. Description Completing this course will enable you to do the following and more: Become familiar with the Adobe Dreamweaver Interface Understand Site management Create a website Work with multiple pages Use and understand Cascading Style Sheets Work with graphics Create hyperlinks Learn how to best organise pages for logical site structure Use best practice and SEO considerations UCreate and use templates Understanding accessibility For the full course content please download the course information pdf listed above. Who is this course for? This workshop is suitable for anyone with basic PC or Mac skills who wishes to learn how to use Adobe Dreamweaver. No previous knowledge or experience of Dreamweaver is necessary. Requirements Attendees should have basic PC or Mac skills. You will need a broadband internet connection to participate in this live online course. Certificates Certificate of completion Digital certificate - Included

Introduction to Adobe Dreamweaver Online
Delivered OnlineFlexible Dates
£192

Definitive Microsoft Lync for engineers

5.0(3)

By Systems & Network Training

Microsoft Lync training course description This course teaches IT staff how to plan, design, deploy, configure, and administer a Microsoft Lync Server solution. The course emphasizes Lync Server Enterprise Unified Communications features focussing particularly on coexisting with and migrating from legacy communication services. The labs in this course create a solution that includes IM and Presence, Conferencing, and Persistent Chat. This course helps prepare for Exam 70-336. What will you learn Describe the Lync Server architecture. Install and deploy Lync Server. Use Lync Server management interfaces. Deploy and manage clients. Manage and administer dial-in conferencing. Design audio and video for web conferencing. Plan for instant message and presence Federation. Deploy and configure persistent chat in Lync. Configure archiving and monitoring services. Troubleshoot Lync Server. Describe the required daily, weekly, and monthly maintenance tasks. Use SIP commands and analyze SIP logs. Configure high availability features in Lync. Design load balancing in Lync Server. Backup and restore Lync Server data. Microsoft Lync training course details Who will benefit: Technical staff working with Microsoft Lync. Prerequisites: Supporting Windows 2008 or 2012. Duration 5 days Microsoft Lync training course contents Microsoft Lync Server architecture Lync Server architecture, Lync core capabilities, Lync design process, assessing infrastructure requirements and updating the design, planning for all Microsoft solutions framework phases. Designing a Lync Server topology Infrastructure requirements for Lync Server, using the planning tool, using topology builder, server infrastructure, documentation. Hands on Environment preparation and Lync Server pools. Users and rights in Microsoft Lync Server Managing Lync Server, role based access control. Hands on Using the management shell, configuring role-based access control. Client/device deployment and management Deploy and manage clients, prepare for device deployment, IP phones. Hands on Clients. Conferencing in Lync Server Introduction to conferencing in Lync Server, designing for audio\video and web conferencing, dial-in conferencing in Lync Server, managing and administering conferencing. Hands on Conferencing in Microsoft Lync. Designing and deploying external access Conferencing and external capabilities of Lync Server, planning for IM and presence federation, designing edge services. Hands on Deploying Edge Server and Configuring Remote Access, Validating the Edge Server. Deploying Lync Server persistent chat Overview of persistent chat architecture in Lync Server, designing persistent chat, deploying and persistent chat. Hands on persistent chat server. Monitoring and archiving The archiving service, the monitoring service, configuring archiving and monitoring. Hands on Archiving and monitoring in Lync Server. Administration and maintenance of Lync Lync Server troubleshooting tools, Lync Server operational tasks, Lync Server troubleshooting techniques. Hands on Lync administration tools, centralized logging service, analysing Lync Server logs and traces. High Availability in Lync Server High availability in Lync Server, configuring high availability in Lync Server, planning for load balancing, designing load balancing. Hands on Configuring database mirroring, experiencing a scheduled SQL Server outage, experiencing an unscheduled SQL Server outage. Disaster recovery in Lync Server Disaster recovery in Lync Server, tools for backing up and restoring Lync Server, critical Lync Server data to back up and restore, critical data to export and import, designing branch site resiliency. Hands on Configure pool pairing, experiencing a pool failure or outage. Planning a migration to Lync Server Coexistence and migration, migration steps, planning for clients and devices. Designing a client migration and device migration strategy. Hands on Creating a migration plan, documenting the migration phases.

Definitive Microsoft Lync for engineers
Delivered in Internationally or OnlineFlexible Dates
£4,997

Introduction to Know Your Customer (KYC)

By Online Training Academy

Dive into the essentials of KYC with this comprehensive course. Covering critical aspects such as AML (Anti-Money Laundering), Customer Due Diligence, and UK-specific regulations, this program equips you with the knowledge to navigate industry requirements. Explore methods for executing KYC and AML processes, ensuring compliance, and understanding future trends. Ideal for professionals aiming to enhance their regulatory expertise and safeguard their business operations. Key Features: CPD Certified Free Certificate from Reed CIQ Approved Developed by Specialist Lifetime Access In this course, learners will understand the basics of Know Your Customer (KYC) and why it's important for businesses. They will learn about Anti-Money Laundering (AML) practices to prevent illegal money activities. The course will teach how to check and verify customer identities through Customer Due Diligence. Learners will explore the specific rules and regulations for KYC, AML, and data privacy in the UK, and understand the requirements industries must follow to comply with these laws. Additionally, the course covers practical methods for conducting KYC and AML checks, and looks at future trends in KYC compliance. By the end of the course, learners will be equipped with the knowledge to help their businesses meet legal standards and protect against financial crimes. Course Curriculum: Module 01: Introduction to KYC. Module 02: AML (Anti-Money Laundering). Module 03: Customer Due Diligence. Module 04: UK Business Regulations: KYC, AML, Data Privacy. Module 05: Regulations to Be Compiled by Industries. Module 06: KYC and AML Methods: Future Compliance Insights. Learning Outcomes: Understand the principles of KYC and its importance in finance. Identify key components of AML regulations and their application. Conduct effective customer due diligence processes according to regulatory standards. Analyse UK-specific KYC, AML, and data privacy laws for compliance. Assess regulatory requirements across various industries for KYC implementation. Explore emerging methods in KYC and AML and their future implications. CPD 10 CPD hours / points Accredited by CPD Quality Standards Introduction to Know Your Customer (KYC) 1:21:41 1: Module 01: Introduction to KYC. 19:47 2: Module 02: AML (Anti-Money Laundering). 16:15 3: Module 03: Customer Due Diligence. 12:04 4: Module 04: UK Business Regulations: KYC, AML, Data Privacy. 11:29 5: Module 05: Regulations to Be Compiled by Industries. 11:50 6: Module 06: KYC and AML Methods: Future Compliance Insights. 09:16 7: CPD Certificate - Free 01:00 Who is this course for? Financial analysts seeking regulatory compliance knowledge. Compliance officers in banking and financial sectors. Business managers need understanding of KYC and AML practices. Legal professionals advising on financial regulations. Consultants working with financial institutions on regulatory issues. Career path Compliance Analyst Risk Manager Financial Investigator Regulatory Consultant Fraud Prevention Specialist Anti-Money Laundering Officer Certificates Digital certificate Digital certificate - Included Reed Courses Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.

Introduction to Know Your Customer (KYC)
Delivered Online On Demand1 hour 24 minutes
£12