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

8140 Insights courses delivered Online

Video Editing Tips & Tricks

5.0(1)

By Course Gate

Master essential and advanced video editing techniques with our comprehensive Video Editing Tips & Tricks course. Learn to cut, sequence, and polish raw footage, apply creative effects, and enhance your editing skills. Ideal for beginners and experienced editors alike, this course prepares you for diverse career paths in video editing and multimedia production. Enroll today to start creating professional-quality videos!

Video Editing Tips & Tricks
Delivered Online On Demand31 minutes
£11.99

Criminal Intelligence & Counterterrorism Analysis Course

By One Education

Understanding criminal intelligence and counterterrorism isn't just for agents in films—it’s a critical field with growing global relevance. This course offers a deep dive into the mechanisms that underpin intelligence gathering, threat analysis, and terrorism prevention strategies. From the psychology behind radicalisation to the structure of international crime networks, you’ll gain valuable insight into the complexities of modern threats and how professionals assess and respond to them. The curriculum guides learners through analytical techniques used by professionals to evaluate data, assess risk, and monitor criminal behaviour. It explores the interplay between intelligence services, law enforcement, and policy-making, highlighting how information is transformed into actionable insight. Whether you're pursuing a career in intelligence analysis or simply keen to understand the frameworks that shape global security, this course delivers the knowledge you need—presented with clarity, structure, and just the right dose of intellectual intrigue. What you will discover are the following: Analysis of criminal intelligence. Skills and Competencies for a Criminal Intelligence Analyst. Understanding the psychology of crime. Research techniques for analysing crimes. Making Decisions in the Analysis of Criminal Intelligence. Policing With Intelligence. Analysis of criminal intelligence and counterterrorism. Criminal Intelligence Analysis Technology. English and Welsh criminal justice systems. Our Criminal Intelligence & Counterterrorism Analysis course is endorsed by the Quality Licence Scheme, ensuring your newly-acquired skills will enhance your professional development. This course is also accredited by CPD to you as proof of your achievement. Why People Enrol this Course From One Education: Eligibility for an Endorsed certificate upon successful completion of the course Learning materials of our course contains engaging voiceover and visual elements for your comfort Get 24/7 access to all course content for a full year Complete the course at your own pace Each of our students gets full tutor support on weekdays (Monday to Friday) Efficient assessments and instant results upon completion of our course Course Curriculum: Module 01: Introduction Module 02: Criminal Intelligence Analysis Module 03: Criminal Intelligence Analyst - Skills and Competencies Module 04: Understanding Criminal Psychology Module 05: Research Methods in Crime Analysis Module 06: Decision Making in Criminal Intelligence Analysis Module 07: Intelligence-Led Policing Module 08: Counterterrorism and Criminal Intelligence Analysis Module 09: Technology in Criminal Intelligence Analysis Module 10: The Criminal Justice System in England and Wales How is the Course assessed? To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Certificate of Achievement Endorsed Certificate of Achievement from the Quality Licence Scheme After successfully completing the course, learners will be able to order an endorsed certificate as proof of their achievement. Hardcopy of this certificate of achievement endorsed by the Quality Licence Scheme can be ordered and received straight to your home by post, by paying - Within the UK: £109 International: £109 + £10 (postal charge) = £119 CPD Accredited Certification from One Education After successfully completing this course, you will qualify for the CPD accredited certificate from One Education, as proof of your continued professional development. Certification is available in both PDF & hardcopy format, which can be received by paying - PDF Certificate: £9 Hardcopy Certificate (within the UK): £15 Hardcopy Certificate (international): £15 + £10 (postal charge) = £25 CPD 150 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This training is ideal for the following: You are interested in criminal behaviour and criminology. You are an expert in either crime or psychology. Your career is progressing at a job that involves psychology or criminal justice. Threat analysts in the industry, such as experts in physical threats or cyber threat intelligence Those who are interested in intelligence, the intelligence community, or intelligence analysis. Requirements There are no specific prerequisites to enrol in this course. Anyone and everyone can take this course. The course is fully accessible from any internet-enabled smart device. So, you can study from the comfort of your home! All you need is a passion for learning, literacy, and to be over the age of 16. Career path You can explore popular and in-demand careers associated with this course after completing it. Some job fields you can look into are: Criminal Intelligence Analyst Criminal Reporting Analyst Intelligence Development Officer Analysis and Research Officer The national average salary for a Criminal Intelligence & Counterterrorism Analysis job ranges from £37,000 to £47,000 in the United Kingdom.

Criminal Intelligence & Counterterrorism Analysis Course
Delivered Online On Demand3 weeks
£12

Introduction to Reactive Spring (TT3355 )

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This in an intermediate-level Java development course geared for students experienced with Java and Spring programming essentials. This course does not cover Java or Spring development basics. Overview Working within in an engaging, hands-on learning environment, guided by our expert team, attendees will: Understand the ReactiveX specification Understand the basics of Reactive Programming Discuss the advantages and limitations of Observables Write a client application capable of handling Reactive events Apply operators to event streams to filter, modify and combine the objects emitted by event publishers Select the appropriate type of Event Source Use both Cold and Hot Observables Deal with backpressure problems in reactive programming Develop a reactive web application using Spring WebFlux Define application flows of a WebFlux application Use the WebClient API to work with both synchronous and streaming APIs Develop Unit and Integration tests to test WebFlux endpoints Creating a reactive REST endpoint Become familiar with the basics of WebSockets Create a WebSocket endpoint using Spring Create a WebSocket client Understand the basics of NoSQL Become familiar with the basics of MongoDB Understand how the data in MongoDB can be retrieved using a Reactive API Define Spring Data MongoDB repositories Query the MongoDB using Spring Data Define a reactive repository using MongoDB Explore the Spring Data R2DBC API to perform reactive CRUD operations against a relational database Spring Data reative allow us to implement database operations relying on Reative Programming APIs. While the Spring R2DBC initiative aims to bring reactive programming to relational databaes, several NoSQL databases already provide this possibility. After an introduction to NoSQL and the MongoDB, this courses covers the APIs available to communicate with this NoSQL database using both blocking and reactive APIs.Introdcution to Reactive Spring is a comprehensive Java training workshop geared for experienced developers who wish to explore concurrent, asynchronous and reactive programming APIs and techniques using Spring. After an introduction to reactive programming, Reactive Streams and the Project Reactor APIs, this course will show how this APIs are integrated into Spring. Spring 5 includes Spring WebFlux, providing a reactive programming model for web applications, including support for Reactive REST APIs. Spring WebSocket assists in the creation of web applications which provide a full-duplex, two-way communication between client and server. Introduction to Reactive Programming Reactive Manifesto Introduce ReactiveX ReactiveX implementations The Observer, Iterator pattern and functional programming Discuss hot and cold publishers Reactive Streams API Introduce the Reactive Streams specification Publisher and Subscribers java.util.concurrent.Flow Transformation of Messages (Processor) Controlling messages Tutorial: Setup Eclipse for Using Maven Introduction Introduce the Reactor Building blocks Flux and Mono Creating observables Subscribing to a stream Testing Event Sources (introduction) Testing reactive implementations StepVerifier : test sequence of emitted items Defining expectations TestPublisher: produce test data to test downstream operators Reactive Operators Introduce Operators Show the use of marble diagrams Explain some commonly used operators Callback operators Schedulers (Multithreading) Thread usage of subscriber and consumer Using the subscribeOn method Introduce the Scheduler interface Using the observeOn method Backpressure Strategies for dealing with Backpressure ?reactive pull? backpressure Exception Handling Handling errors in onError Exception handling strategies Using onErrorReturn or onErrorNext operators Using the retry operators The Global Error Handler Spring Data Review Quick review of Spring Data repositories Query return types Defining Query methods Pagination and sorting R2DBC Reactive Relational Database Connectivity DatabaseClient Performing CRUD operations Reactive Query annotated methods Spring WebFlux: Introduction Annotated Controllers Functional Endpoints WebFlux configuration Creating a reactive REST endpoint Defining flows Defining the application flow Actions Defining decision Navigating flows RouterFunction View Technologies View technologies Using Thymeleaf to create the view View Configuration Spring WebClient: Introduction to WebClient Working with asynchronous and streaming APIs Making requests Handling the response Lab: WebClient WebTestClient Testing WebFlux server endpoints Testing controllers or functions Define integration tests Introduction to Spring Reactive WebSockets Be familiar with the basics of WebSockets Understand the HTTP handshake and upgrade Name some of the advantages of WebSockets Defining the WebSocket WebSocket Message Handling WebSocketSession Implementing the WebSockethandler Creating a Browser WebSocket Client WebSocket STOMP Streaming (or Simple) text-orientated messaging protocol Introduce SockJS Connecting to the STOMP endpoint Configuring the message broker STOMP destinations Reactive WebSocket Reactive WebSocket support Implement the reactive WebSocketHandler BigData Introduce Big Data Explain the need for enhanced data storage Introduction to MongoDB JavaScript Object Notation Overview Introduce Binary JSON (BSON) Starting the database Creating Collections and Documents Executing ?simple? database commands Introduce the ObjectID Searching for documents using query operators Updating and deleting documents MongoDB Compass Spring and MongoDB MongoDB Support in Spring Data MongoClient and MongoTemplate Spring Data MongoDB configuration @EnableMongoRepositories Adding documents to the database The @Document and @Field annotations Polymorphism and the _class property The Criteria object Spring Data MongoDB MongoRepository Field naming strategy Using JSON queries to find documents The @PersistenceConstructor annotation Reactive Repositories with MongoDB Using reactive repositories ReactiveMongoTemplate RxJava or Reactor Additional course details: Nexus Humans Introduction to Reactive Spring (TT3355 ) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Introduction to Reactive Spring (TT3355 ) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Introduction to Reactive Spring (TT3355 )
Delivered OnlineFlexible Dates
Price on Enquiry

BA04 - Eliciting and Writing Effective Requirements

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is intended for beginner to intermediate business and requirements analysts who are looking to improve their elicitation and requirements writing and documentation skills. This course is also a great fit for technical writers, product and software testers, project managers, product owners who work closely with business analysts or who perform some for of business analysis themselves. Overview Understand the role of the business analyst and core competencies for performing successfully Discuss the criticality of business analysis and requirements for successful project outcomes Understand the main professional associations and standards supporting business analysts in the industry Discuss the common problems with requirements and explore approaches to address these issues Obtain a clear understanding of the various requirements types and the significance for eliciting each type Demonstrate your ability to identify stakeholders Explore various methods for understanding and analyzing stakeholders Discuss and apply good planning practices to requirements elicitation efforts Obtain knowledge and understanding of over 15 current and commonly applied elicitation techniques Understand how to progress from elicitation to analysis to documentation Write well-formed and validated requirements Gain understanding of the best practices for writing quality requirements Learn the technical writing techniques that apply directly to writing requirements documents Discuss writing pitfalls, risks that impact requirements, and how to address them Learn best practices for communicating and collaborating with stakeholders, sharing the results of elicitation and the resulting documentation Learn approaches for validating requirements Understand the difference between validating requirements and validating the solution With elicitation serving as a major component of the requirements process, it is imperative that business analysts maintain high competency levels in elicitation practices and technique use to help organizations overcome the requirements related challenges faced on projects. Regardless whether you are a practitioner just starting off your career in business analysis or whether you have been performing the role for some years, this course will provide insight into the latest thoughts on elicitation and writing effective requirements and present a number of current techniques that are being applied on projects across industries today. Review of Foundational Concepts Definition of a business analysis Definition of business analyst BA role vs. PM role Business analysis competencies Benefits of business analysis Purpose for having a BA standard IIBA?s BABOK© Guide and PMI?s Practice Guide in Business Analysis Business analysis core concepts Discussion: Project challenges Understanding Requirements Common problems with requirements Understand the problem first Define the business need Situation statements and moving to requirements Understanding requirement types Business requirements Stakeholder/User Requirements Solution Requirements Functional Requirements Non-Functional Requirements Assumptions and Constraints Discussions: Requirement problems, business needs, and identifying non-functional requirements Discovering Stakeholders Definition of a stakeholder Stakeholder types Identifying stakeholders Performing stakeholder analysis Stakeholders and requirements Tips for identifying stakeholders Grouping stakeholders Creating a RACI model Tips for analyzing stakeholders Documenting results of stakeholder analysis Workshop: Discovering stakeholders Preparing for Requirements Elicitation Planning for elicitation Benefits of elicitation planning What do you plan? The elicitation plan Setting objectives for elicitation Determining the scope for elicitation Establishing pre-work Determining the outputs for the session The iterative nature of elicitation Elicitation roles Elicitation planning techniques Discussions: Who to involve in elicitation, planning impacts, and unplanned elicitation Workshop: Planning for elicitation Conduct Requirements Elicitation Elicitation skillset Types of elicitation techniques Using active listening in elicitation Techniques for performing elicitation Benchmarking/Market Analysis Brainstorming Business Rules Analysis Collaborative Games Concept Modeling Data Mining Data Modeling Document Analysis Focus Groups Interface Analysis Interviews Observation Process Modeling Prototyping Survey or Questionnaire Workshops Write Effective Requirements Elicitation and Analysis Requirements related issues Implications of bad requirements Elicitation and documentation Writing skillset Documenting requirements Modeling requirements Defining the project life cycle Impact of project life cycle on documentation Requirements specifications Characteristics of good requirements Guidelines for writing textual requirements Structuring a requirement Writing pitfalls Traceability Requirements attributes Risks associated to requirements Discussions: Project Life Cycle and Correcting Poorly Written Requirements Workshops: Documenting Requirements and Identify Characteristics of Good Requirements Confirm and Communicate Elicitation Requirements Business analysis communication Requirements communication Communication skills The 7 Cs Timing of communication Planning communication Importance of Collaboration Planning collaboration Documenting communication/collaboration needs Confirming elicitation results Verify requirements Characteristics of good requirements (revisited) Requirements checklist Requirements validation Signing off on requirements Discussions: Responsibility for Communication, Eliciting Communication Needs, Validation Signoff Workshops: Communicating Requirements and Obtaining Signoff Evaluate the Solution Business analyst role in solution evaluation Why solutions under perform What we are looking for in solution evaluation When does solution evaluation occur Performing solution evaluation Planning solution evaluation Metrics that might exist Evaluating long term performance Qualitative vs. quantitative measures Tools & techniques used in solution evaluation Comparing expected to actuals When solution evaluation discovers a variance Tools/techniques for analyzing variances Proposing a recommendation Communicating results of solution evaluation Discussion: Addressing Variance Wrap up and Next Steps Useful books and links on writing effective requirements BABOK© Guide Business Analysis for Practitioners: A Practice Guide Additional course details: Nexus Humans BA04 - Eliciting and Writing Effective Requirements training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the BA04 - Eliciting and Writing Effective Requirements course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

BA04 - Eliciting and Writing Effective Requirements
Delivered OnlineFlexible Dates
Price on Enquiry

AJER - Advanced Junos Enterprise Routing

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course benefits individuals responsible for configuring and monitoring devices running the Junos OS. Overview After successfully completing this course, you should be able to: Describe the various OSPF link-state advertisement (LSA) types. Explain the flooding of LSAs in an OSPF network. Describe the shortest-path-first (SPF) algorithm. Describe OSPF link metrics. Describe the various OSPF authentication methods. Explain the differences between OSPFv2 and OSPFv3. Describe OSPF area types and operations. Configure various OSPF area types. Summarize and restrict routes. Configure OSPF multi-area adjacencies. Configure OSPF virtual links. Explain OSPF external reachability. List useful commands that are used to troubleshoot and verify OSPF. Isolate different OSPF issues. Describe BGP operations. Configure various BGP options. Explain the route selection process for BGP. Describe how to alter the route selection process. Explain the use of routing policies in BGP. Explain how BGP routes are processed. Describe the various BGP attributes and their use. Manipulate common BGP attributes. Review common BGP troubleshooting procedures. List common BGP troubleshooting commands. Identify issues with BGP peering. Explain reasons to use BGP in the Enterprise. Explain how ISP policies can influence external connectivity. Describe three common routing policies for external connectivity in the enterprise. Identify common commands for troubleshooting routing policy. Describe basic multicast terminology. Describe the multicast address space. Describe how RPF is used in a multicast network. Describe the basic functionality of IGMP. Describe the multicast service models and modes. Describe PIM-SM operation and configuration when using the ASM model. Describe PIM-SM operation and configuration when using the SSM model. Verify and troubleshoot multicast. Identify environments that may require a modified CoS implementation. Describe the various CoS components and their respective functions. Explain the CoS processing along with CoS defaults on SRX Series devices. Describe situations in which some CoS features are used in the enterprise. Describe the use of the Real-Time Performance Monitoring tool. Verify and troubleshoot CoS. Describe a traditional Campus network design. Understand the need for a new architectural design. Describe the five key concepts of the Evolved Core. Describe the benefits of a Layer 3-based Campus Networks. Describe Layer 2 tunneling. Explain VXLAN functionality. Describe VXLAN gateways. Describe EVPN features. Describe EVPN operations. This five-day course is designed to provide students with the tools required for implementing, monitoring, and troubleshooting Layer 3 components in an enterprise network. Chapter 1: Course Introduction Course Introduction Chapter 2: OSPF OSPFv2 Review Link-State Advertisements Protocol Operations OSPF Authentication OSPFv3 Lab 1: Configuring and Monitoring OSPF Chapter 3: OSPF Areas Review of OSPF Areas Stub Area Operation Stub Area Configuration NSSA Operation NSSA Configuration Route Summarization Lab 2: Configuring and Monitoring OSPF Areas and Route Summarization Chapter 4: Advanced OSPF Options OSPF Multi-Area Adjacencies Virtual Links External Reachability Lab 3: Configuring and Monitoring Routing Policy and Advanced OSPF Options Chapter 5: Troubleshooting Troubleshooting LSDB Consistency Issues Case Study: Adjacency Issues Lab: Troubleshooting OSPF Chapter 6: BGP Review of BGP BGP Configuration Options BGP Operations BGP Path Selection and Options Lab: Implementing BGP Chapter 7: BGP Attributes and Policy Policy and BGP BGP Attributes Details and Manipulation of Common BGP Path Attributes Lab: BGP Attributes Chapter 8: Troubleshooting BGP BGP Troubleshooting BGP Case Study Lab: Troubleshooting BGP Chapter 9: Enterprise Routing Policies Enterprise BGP Core Network Design Enterprise External Network Deployment Lab: Implementing Enterprise Routing Policies Chapter 10: Troubleshooting Policies Routing Policy Structure Using RegEx Routing Policy Troubleshooting Case Study Lab: Troubleshooting Routing Policies Chapter 11: Introduction to Multicast Overview of Multicast Multicast Addressing RPF IGMP Lab: PIM-SM Chapter 12: Multicast Routing Protocols and SSM Overview of Multicast Routing Protocols PIM-SM Using the ASM Model PIM-SM Using the SSM Model Lab: Implementing PIM-SM Lab: Implementing SSM Chapter 13: Troubleshooting Multicast Multicast Troubleshooting Multicast Case Study Lab: Troubleshooting Multicast Chapter 14: Class of Service CoS Components Review and Case Study CoS Processing and CoS Defaults on the SRX Series Device Policing Virtual Channels Monitoring with Resource Performance Monitoring Lab 9: Implementing CoS Features in the Enterprise Chapter 15: Troubleshooting Class of Service CoS Troubleshooting CoS Case Study Lab: Troubleshooting Class of Service Chapter 16: Enterprise Architectures Traditional Enterprise Networks A New Architecture Key Concepts of the Evolved Core IP Fabric Campus Design Chapter 17: VXLAN Layer 2 Connectivity over a Layer 3 Network VXLAN Overview VXLAN Gateways Chapter 18: EVPN-VXLAN Overview of EVPN EVPN Operations EVPN and VXLAN Chapter 19: Configuring EVPN-VXLAN Configuring EVPN-VXLAN Spine Only network Add IP Fabric leaf nodes to a Spine Only design Configuring a new IP Fabric EVPN-VXLAN network Chapter 20: Migrating to an IP Fabric EVPN Routes Useful EVPN Commands Appendix A: BGP Route Reflection Route Reflection Operation Configuration and Routing Knowledge Lab: BGP Route Reflection (Optional) Appendix B: Troubleshooting IS-IS IS-IS Troubleshooting Lab: Troubleshooting IS-IS and Mixed Environments Additional course details: Nexus Humans AJER - Advanced Junos Enterprise Routing training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the AJER - Advanced Junos Enterprise Routing course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

AJER - Advanced Junos Enterprise Routing
Delivered OnlineFlexible Dates
Price on Enquiry

Midwifery - Mini Bundle Course

5.0(2)

By Training Express

Are you ready to delve into the world of Midwifery and gain the knowledge needed to support mothers and their newborns? This course is designed to give you the essential understanding of childbirth, maternal health, and infant care, all from the comfort of your own home. With a focus on the key principles of Midwifery, it covers everything from pregnancy care to the early stages of a newborn's life. Whether you’re looking to enhance your knowledge or explore a new path, this course offers a flexible and accessible approach to learning. Throughout the course, you'll gain insights into the physiology of pregnancy, labour, and postpartum care, as well as the emotional and physical support needed by mothers. With structured modules that allow for self-paced learning, you’ll be able to dive into essential topics at your own speed. Each lesson is designed to help you understand the important role a midwife plays, from prenatal checkups to helping new families settle into their routines. This course ensures you have the knowledge to confidently work within a vital and rewarding field. Learning Outcomes By the end of the course, learners will be able to: Know the roles and responsibilities of midwifery and as a career option Get familiar with the social, cultural, and spiritual aspects of childbearing Learn in detail about Antenatal Care, Intrapartum Care, Postnatal Care, and Maternity Care Know about induction of labour and its risk and sides effects Discover newborn infection, signs and symptoms of infections and how to prevent it Learn about medical disorders of pregnancy like Anaemia, Diabetes Mellitus and many more Understand about help during the third stage of labour Familiarise themselves with the importance of breastfeeding and the factors involved in the initiation and duration of breastfeeding Develop a better understanding of the importance of mental health in a maternity context Grasp the basic nutritional requirements and herbs in pregnancy Learn ethics in midwifery and why ethics is important in midwifery Practice how to apply humour in communication and also how to communicate effectively Midwifery This course is not only designed for Midwives but also for Maternity Assistants, Neonatal Nurses, Maternity Support Workers, Nursing Associates, and Nursing Assistants. Maternity Care Assistant This teaches you everything on the topic thoroughly from scratch so you can claim a certificate of achievement for free to showcase your achievement in professional life. Personal Hygiene Course The Personal Hygiene Course is designed to provide learners with the essential information to ensure a high standard for the workplace and beyond. Paediatric First Aid Level 3 Paediatric First Aid Level 3 teaches you everything on the topic thoroughly from scratch so you can claim a certificate of achievement for free to showcase your achievement in professional life. Nursing Assistance This teaches you everything on the topic thoroughly from scratch so you can claim a certificate of achievement for free to showcase your achievement in professional life. Birth Doula Birth Doula Course teaches you everything on the topic thoroughly from scratch so you can claim a certificate of achievement for free to showcase your achievement in professional life. This Birth Doula Course is a comprehensive, instructor-guided course, designed to provide a detailed understanding of the nature of the related sector and your key roles within it. Key Features of the Course : Instant e-certificate and hard copy dispatch by next working day Fully online, interactive course with audio voiceover Developed by qualified professionals in the field Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases *** Additional Gifts *** Free Life coaching Course *** (Offer Ends Soon) *** Course Curriculum The detailed curriculum outline of our course is as follows: Module 01: Definition and Origin of Midwifery Module 02: Midwifery as a Career Option Module 03: Midwifery Management and Education Module 04: Midwives' Role in Health and Inequality Module 05: Social, Cultural and Spiritual Context of Childbearing Module 06: Antenatal Care and Screening Module 07: Midwifery Support in Labour: Intrapartum Care Module 08: Induction of labour Module 09: Postnatal Care as a Midwife Module 10: Nurture and Nature: The Healthy Newborn Module 11: Stillbirth, Neonatal Death and Bereavement Module 12: Infant feeding Module 13: Newborn Infection Module 14: Home Birth Module 15: Complementary and Alternative Medicines Applied to Maternity Care Module 16: Pharmacology and Medicines Management Module 17: Bleeding in Pregnancy Module 18: Medical Disorders of Pregnancy Module 19: Pre-term Labour Module 20: Twins and higher-order births Module 21: Care During the Third Stage of Labour Module 22: Terminology and Abbreviations for Midwifery Module 23: Perinatal mental health Module 24: Supporting a Healthy Pregnancy Module 25: Contraception and family planning Module 26: Effective Communication for Midwifery Module 27: Ethics in Midwifery Course Curriculum of Maternity Care Assistant The detailed curriculum outline of our course is as follows: Module 01: Introduction to Maternity Care Module 02: Terminology and Abbreviations for Maternity Care Assistant Module 03: Reproductive Anatomy & Physiology Module 04: Antenatal Care and Screening Module 05: Support in Labour: Intrapartum Care Module 06: Postnatal Care Module 07: Nurture and Nature: The Healthy Newborn Module 08: Infant feeding Module 09: Newborn Infection Module 10: Care During the Third Stage of Labour Module 11: Perinatal mental health Module 12: Supporting a Healthy Pregnancy Module 13: Effective Communication Module 14: Empathy and Comfort Skills Module 15: Team Working Module 16: Maternity Care Assistance as a Career Course Curriculum of Personal Hygiene Course The detailed curriculum outline of our Personal Hygiene Course is as follows: Module 01: Introduction to Personal Hygiene and a Brief History Module 02: Looking Clean, Smelling Clean Module 03: Improving and Maintaining Oral Health Module 04: Care of the Eyes Module 05: Ear Care Secrets Module 06: Foot & Nail Care in Personal Hygiene Module 07: Hair Care: Hygienic Ways Module 08: Hygienic Approach to Skin Care Module 09: Maintain Good Toilet Hygiene Module 10: Potential Hygiene Guidelines Module 11: Personal Hygiene During Coronavirus Pandemic Course Curriculum of Paediatric First Aid Level 3 The detailed curriculum outline of our Paediatric First Aid Level 3 course is as follows: Module 01: Introduction to Paediatric First Aid Module 02: Assessment and Assistance Module 03: Equipment and Techniques Module 04: Loss of Responsiveness and CPR Module 05: Paediatric First Aid for Common Illnesses Module 06: Paediatric First Aid for Common Injuries and Incidents Module 07: First Aid for Acute Medical Conditions Module 08: Environmental Injuries Module 09: Caring for Children Module 10: Psychological First Aid for Children Module 11: Things to Keep in Mind Module 12: Call for an Emergency Course Curriculum of Nursing Assistance The detailed curriculum outline of our course is as follows: Module 01: Introduction to Nursing Module 02: Working in Different Healthcare Settings Module 03: Legal, Standards and Professional Aspects of Ethical Practice: Part - 1 Module 04: Legal, Standards and Professional Aspects of Ethical Practice: Part - 2 Module 05: Effective Communication in Nursing Module 06: Health and Safety in Nursing Module 07: Hygiene in Nursing Module 08: Infection Control Module 09: Asepsis in Nursing Module 10: Medication Administration in Nursing Module 11: Understanding the Immune System in Nursing Module 12: Rest and Sleep Management in Nursing Module 13: Mobility and Immobility Issues of Patients in Nursing Module 14: Pain Management for Nurses Module 15: Nutrition in Nursing Module 16: Fluid and Electrolyte Balance Module 17: Assisting with Elimination Module 18: Oxygenation in Nursing Course Curriculum of Birth Doula The detailed curriculum outline of our Birth Doula course is as follows: Module 01: Introduction to Birth Doula Module 02: A Woman's Body in Pregnancy Module 03: Antenatal Care during Pregnancy Module 04: Management of Common Symptoms of Pregnancy Module 05: Clinical Examination of Pregnant Women Module 06: Care of a Woman during Labour Module 07: Postpartum Care Module 08: Screening Newborn Baby Module 09: Infant Care Module 10: Mental Health of the Mother Module 11: Grief and Bereavement Module 12: Contraception and Family Planning Module 13: Effective Communication Module 14: Empathy and Comfort Skills Module 15: Ethics in Doula Accreditation All of our courses, including this course, are fully accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certification Once you've successfully completed your course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). Our certifications have no expiry dates, although we do recommend that you renew them every 12 months. Assessment At the end of the course, there will be an online assessment, which you will need to pass to complete the course. Answers are marked instantly and automatically, allowing you to know straight away whether you have passed. If you haven't, there's no limit on the number of times you can take the final exam. All this is included in the one-time fee you paid for the course itself. Please be noted: This course does not qualify you to work as a professional in this specific sector. Instead, this course will assist you in understanding the fundamentals so that you can improve your knowledge in the relevant field. CPD 60 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone with a knack for learning new skills can take this course. While this comprehensive training is popular for preparing people for job opportunities in the relevant fields, it also helps to advance your career for promotions. Requirements Learners do not require any prior qualifications to enrol on this course. Career path This course will lead you to many different career opportunities, here are few prospects community health worker learning disability nurse psychologist family project worker nurse Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included You will get the hard copy certificates for Free! The delivery charge of the hard copy certificate inside the UK is £3.99 each.

Midwifery - Mini Bundle Course
Delivered Online On Demand1 hour
£35

Linux Professional Institute Certification (LPIC) 101

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for System administrator Network administrator Technician DevOps Overview The Linux Professional Institute(LPI) is the go to certification body for vendor independent Linux certifications. This course covers fundamental Linuxskills such as file management and manipulation, text processing, command line use, package management,filesystems, hardware, and many more. Students will feel confident taking the LPI LPIC-1 101 exam with in classroomassessments and practice exams. This course prepares students to take the 101 exam of the LPI level 1 certification. Work on the Command Line LPI Objectives Covered Role of Command Shell Shells Gathering System Info Identifying the Shell Changing the Shell Shell Prompts Bash: Bourne-Again Shell Navigating the Filesystem Help from Commands and Documentation Getting Help Within the Graphical Desktop Getting Help with man & info Bash: Command Line History Bash: Command Editing Bash: Command Completion Shell and Environment Variables Key Environment Variables LAB TASKS Use Streams, Pipes, and Redirects LPI Objectives Covered File Redirection Piping Commands Together Filename Matching File Globbing and Wildcard Patterns Brace Expansion General Quoting Rules Nesting Commands Gotchas: Maximum Command Length LAB TASKS Manage File Permissions and Ownership LPI Objectives Covered Filesystem Hierarchy Standard Displaying Directory Contents Filesystem Structures Determining Disk Usage With df and du File Ownership Default Group Ownership File and Directory Permissions File Creation Permissions with umask Changing File Permissions SUID and SGID on files SGID and Sticky Bit on Directories User Private Group Scheme LAB TASKS Create, Delete, Find, and Display Files LPI Objectives Covered Directory Manipulation File Manipulation Deleting and Creating Files Physical Unix File Structure Filesystem Links File Extensions and Content Which and Type Where is Searching the Filesystem Alternate Search Method Manually Installed Shared Libraries LAB TASKS Work with Archives and Compression LPI Objectives Covered Archives with tar Archives with cpio The gzip Compression Utility The bzip2 Compression Utility The XZ Compression Utility The PKZIP Archiving/Compression format LAB TASKS Process Text Streams Using Filters LPI Objectives Covered Producing File Statistics The Streaming Editor Replacing Text Characters Text Sorting Duplicate Removal Utility Extracting Columns of Text Displaying Files Prepare Text for Display Previewing Files Displaying Binary Files Combining Files and Merging Text LAB TASKS Search Text Files Using Regular Expressions LPI Objectives Covered Searching Inside Files Regular Expression Overview Regular Expressions RE Character Classes Regex Quantifiers RE Parenthesis LAB TASKS Perform Basic File Editing Operations Using VI LPI Objectives Covered Text Editing vi and Vim Learning Vim Basic vi Intermediate vi LAB TASKS Create, Monitor, and Kill Processes LPI Objectives Covered What is a Process? Process Lifecycle Process States Viewing Processes Signals Tools to Send Signals Managing Processes Tuning Process Scheduling Job Control Overview Job Control Commands Nohup and Disown Uptime & w Persistent Shell Sessions with Screen Using screen Advanced Screen LAB TASKS Use RPM, YUM, and Debian Package Management LPI Objectives Covered Managing Software RPM Architecture Working With RPMs Querying and Verifying with RPM Installing Debian Packages Querying and Verifying with dpkg The alien Package Conversion Tool Managing Software Dependencies Using the Yum command yum downloader Configuring Yum The deselect & APT Frontends to dpkg Aptitude Configuring APT LAB TASKS Work with Partitions, Filesystem, and Disk Quotas LPI Objectives Covered Partition Considerations Logical Volume Management Filesystem Planning Partitioning Disks with fdisk & gdisk Resizing a GPT Partition with gdisk Partitioning Disks with parted Non-Interactive Disk Partitioning with sfdisk Filesystem Creation Filesystem Support Unix/Linux Filesystem Features Swap Selecting a Filesystem Filesystem Maintenance Mounting Filesystems Mounting Filesystems Managing an XFS Filesystem NFS SMB Filesystem Table (/etc/fstab) Configuring Disk Quotas Setting Quotas Viewing and Monitoring Quotas LAB TASKS Linux Boot Process LPI Objectives Covered Booting Linux on PCs GRUB 2 GRUB 2 Configuration GRUB Legacy Configuration Boot Parameters Uinit Linux Runlevels Aliases Systemd local-fs.target and sysinit.target Runlevel Implementation System Boot Method Overview Systemd System and Service Manager Modifying systemd services Systemd Targets Using systemd Shutdown and Reboot System Messaging Commands Controlling System Messaging LAB TASKS Determine and Configure Hardware Settings LPI Objectives Covered Managing Linux Device Files Hardware Discovery Tools Configuring New Hardware with hwinfo PC Architecture and Bus DMA & IRQ USB Devices USB Architecture Configuring Kernel Components and Modules Kernel Modules Handling Module Dependencies Configuring the Kernel via /proc/ LAB TASKS Linux Fundamentals Unix and its Design Principles FSF and GNU GPL ƒ?? General Public License The Linux Kernel Components of a Distribution Red Hat Linux Products SUSE Linux Products Debian Ubuntu Logging In got root? Switching User Contexts Gathering Login Session Info LAB TASKS Additional course details: Nexus Humans Linux Professional Institute Certification (LPIC) 101 training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Linux Professional Institute Certification (LPIC) 101 course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Linux Professional Institute Certification (LPIC) 101
Delivered OnlineFlexible Dates
Price on Enquiry

Parkinson's Disease: Diagnosis, Treatment, and Resources Course

5.0(2)

By Training Express

Parkinson’s Disease is a complex neurological condition that affects millions of people worldwide, often presenting subtle symptoms that can be easily overlooked. This course offers a clear, structured understanding of Parkinson’s—covering early signs, stages of progression, and the science behind its diagnosis. Whether you're supporting a loved one or working within healthcare, this course delivers focused, accessible knowledge, shaped to suit learners from all backgrounds. Explore the latest treatments, medication strategies, and support resources available today. We keep it jargon-light and insight-heavy, providing information you can trust without the usual fluff. With expert guidance woven throughout, you'll gain a well-rounded view of how Parkinson’s is managed and what support looks like at different stages. This isn’t about overwhelming detail—it’s about clarity, confidence, and credible learning, all from the comfort of wherever you choose to study. 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 Parkinson's Disease: Diagnosis, Treatment, and Resources Module 01 :Understanding Parkinson's Disease Module 02 :Diagnosis and Treatment Module 03 :Managing Non-Motor Symptoms Module 04 :Occupational Therapy for Parkinson's Disease Module 05 :Living with Parkinson's Disease Module 06 :Support and Resources for Parkinson's Patients Module 07 :The Role of Caregivers in Parkinson's Disease Management Learning Outcomes: Analyze Parkinson's Disease etiology and pathophysiology for accurate diagnosis. Implement evidence-based treatments and interventions for effective patient care. Evaluate and address non-motor symptoms to enhance overall quality of life. Apply occupational therapy techniques tailored for Parkinson's patients' unique needs. Develop a patient-centered approach to support individuals living with Parkinson's. Recognize and utilize available resources for optimal Parkinson's Disease management. 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? Healthcare professionals seeking specialized knowledge on Parkinson's Disease. Occupational therapists aiming to enhance their expertise in neurological conditions. Caregivers and family members wanting to provide better support for individuals with Parkinson's. Students in healthcare-related fields looking to expand their understanding of neurological disorders. Researchers interested in the latest advancements in Parkinson's Disease diagnosis and treatment. Advocates and support groups dedicated to improving the lives of Parkinson's patients. Career path Neurological Rehabilitation Specialist Parkinson's Disease Researcher Occupational Therapist in Neurology Geriatric Care Coordinator Clinical Nurse Specialist in Neurology Community Support Worker for Parkinson's Patients 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.

Parkinson's Disease: Diagnosis, Treatment, and Resources Course
Delivered Online On Demand1 hour
£12

Foundations of Clinical Psychology 101 Course

5.0(2)

By Training Express

Understanding human behaviour is no small feat—but that’s precisely what makes it fascinating. The Foundations of Clinical Psychology 101 Course opens the door to how thoughts, emotions and behavioural patterns are shaped and studied. This course is designed for curious minds eager to explore psychological theories, mental health conditions, and the approaches professionals use to make sense of it all. From Freud to Beck, and everything in between, learners will gain insight into the roots of psychological thought and the evolution of clinical practice over time. Delivered entirely online, the course is structured to give learners the clarity they need without the jargon they don’t. With engaging modules, clear explanations, and expertly written content, it offers a solid grounding for those looking to understand clinical psychology from a theoretical lens. Whether you're thinking about diving deeper into this field or simply expanding your knowledge for personal or academic reasons, this course is an excellent place to begin—no textbook overload or therapy couch 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 Foundations of Clinical Psychology Module 01 : Basics of Clinical Psychology Module 02 : Career Paths in Clinical Psychology Module 03 : Competencies in Clinical Psychology Module 04 : Therapeutic Models Module 05 : Medical Specialties and Settings Module 06 : Research in Clinical Psychology Learning Outcomes: Grasp foundational concepts in clinical psychology for a robust knowledge base. Identify diverse career opportunities within the realm of clinical psychology. Develop essential competencies required for effective practice in the field. Analyze and apply various therapeutic models in clinical settings for optimal outcomes. Gain insight into medical specialties and settings, broadening your professional horizons. Acquire research skills crucial for evidence-based practice in clinical psychology. 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? Psychology enthusiasts eager to explore clinical applications. Students seeking a solid foundation in clinical psychology. Professionals looking to transition into the field of clinical psychology. Individuals intrigued by the diverse career paths within clinical psychology. Those aiming to understand the competencies essential for effective practice. Aspiring therapists and counsellors seeking a comprehensive overview. Students preparing for further studies in clinical psychology. Anyone intrigued by the dynamic interplay of psychology and healthcare. Career path Clinical Psychologist Counselling Psychologist Health Psychologist Forensic Psychologist Neuropsychologist Researcher in Clinical Psychology 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.

Foundations of Clinical Psychology 101 Course
Delivered Online On Demand1 hour
£12

Environmental, Social, & Governance - ESG and Impact Investing Course

5.0(2)

By Training Express

Environmental, Social, & Governance (ESG) principles are now a central pillar in financial decision-making, influencing how investments are assessed, risk is evaluated, and long-term value is identified. This course offers a thorough introduction to the essential frameworks, global reporting standards, and stakeholder expectations that shape ESG today. From climate accountability and boardroom ethics to community impact and responsible asset allocation, learners will gain clarity on what truly drives sustainable investment approaches. Whether you're navigating investment strategy, supporting policy decisions, or managing portfolios with an eye on sustainability, this course delivers the insight needed to stay informed and aligned with current expectations. It’s designed to help learners interpret ESG criteria, decode impact measurement, and engage with the landscape of responsible investing in a smart and structured way. If you’re looking to understand where finance meets forward thinking—this is your starting point. 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 Environmental, Social, & Governance - ESG and Impact Investing Module 01 : Introduction to ESG and Impact Investing Module 02 : Environmental Considerations in ESG and Impact Investing Module 03 : Social Considerations in ESG and Impact Investing Module 04 : Governance Considerations in ESG and Impact Investing Module 05 : ESG Vs CSR Module 06 : ESG Integration and Portfolio Construction Module 07 : Impact Measurement and Evaluation Module 08 : Regulatory Landscape and Policy Frameworks Module 09 : Future Trends and Opportunities Learning Outcomes: Analyze ESG factors for effective investment decisions. Implement ESG integration strategies in portfolio construction. Evaluate environmental impact in investment choices. Assess social considerations for responsible investing. Navigate governance issues for sustainable portfolios. Interpret policy frameworks shaping the ESG landscape. 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? Finance professionals seeking ESG expertise. Sustainability enthusiasts keen on responsible investment. Students aspiring to excel in ethical finance. Policy makers aiming to understand ESG implications. Investment analysts and advisors looking to specialize. Entrepreneurs integrating ESG into business strategies. CSR managers aligning initiatives with investment goals. Anyone passionate about creating positive societal impact. Career path ESG Analyst at Investment Firms. Sustainability Consultant for Corporations. Policy Advisor in Environmental Regulation. ESG Integration Manager at Banks. Impact Investment Strategist. Responsible Investment Analyst at Pension Funds. 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.

Environmental, Social, & Governance - ESG and Impact Investing Course
Delivered Online On Demand1 hour
£12