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

4593 Operations courses in Stranraer delivered Online

Lean Process and Six Sigma Masterclass

4.3(43)

By John Academy

Course Overview Develop the skills and expertise of Lean process and Six Sigma to set up a plier for a promising career. The Lean Process and Six Sigma Masterclass course will equip you with valuable lean and Six Sigma skills and provide you with a valuable certificate to elevate your resume. The Lean Process and Six Sigma Masterclass will provide you with an overall description of Lean and Six Sigma. You will get a peek inside the Lean culture and familiarize yourself with the five key principles of lean. From the engaging lessons, you will understand the fundamentals of value stream mapping. Within no time, you will attain the expertise required for Six Sigma. This step by step learning process will teach you the details of the define phase, measure phase, control phase and more. This Lean Process and Six Sigma Masterclass course is perfect for building a solid Lean and Six Sigma foundation. Join the course and increase your employability in the relevant sector. Learning Outcomes Understand the fundamentals of Lean and Lean culture Familiarize yourself with the five principles of Lean Enrich your knowledge and understanding of value stream mapping Learn the essential skills for Six Sigma Build an understanding of the define phase, control phase and measure phase in six Sigma Who is this course for? The Lean Process and Six Sigma Masterclass is for those who want to acquire Lean process and Six Sigma skills. Entry Requirement This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Certification After you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry-leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path The Lean Process and Six Sigma Masterclass is a useful qualification to possess and would be beneficial for any related profession or industry such as: Lean Six Sigma Consultant Business Process Analyst Operating System Specialist Lean Process and Six Sigma Masterclass Module 1: Understanding Lean 00:24:00 Module 2: The Lean Culture 00:21:00 Module 3: The Five Principles of Lean 00:12:00 Module 4: Value and Waste 00:21:00 Module 5: Value Stream Mapping (VSM) 00:21:00 Module 6: The Principles of Flow and Pull 00:16:00 Module 7: Overview of Six Sigma 00:13:00 Module 8: The Define Phase 00:20:00 Module 9: The Measure Phase 00:23:00 Module 10: The Analyse Phase 00:24:00 Module 11: The Improve Phase 00:23:00 Module 12: The Control Phase 00:16:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Lean Process and Six Sigma Masterclass
Delivered Online On Demand3 hours 54 minutes
£11.99

Understanding Microservices | A Technical Overview (TT7050)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This overview-level course is ideally suited for professionals seeking an introduction to microservices architecture and its application within a business context. Ideal attendee roles include software developers, system architects, technical managers, and IT professionals who are part of teams transitioning to a microservices approach. It's also an excellent starting point for non-technical roles such as product owners or business analysts who work closely with technical teams and want to better understand and become conversant in the language and principles of microservices. Overview This course combines engaging instructor-led presentations and useful demonstrations with engaging group activities. Throughout the course you'll explore: Understand the Basics of Microservices: Get to know the fundamental principles and characteristics of microservices and how they revolutionize traditional software development approaches. Explore the Design of Microservices: Gain an overview of how microservices are designed based on business requirements and what makes them unique in the software architecture world. Overview of Managing and Scaling Microservices: Get an introduction to how microservices are managed and scaled independently, and understand the significance of these features in your business operations. Familiarize with the Microservices Ecosystem: Learn about the typical patterns, best practices, and common pitfalls in the microservices world, setting a foundation for future learning and implementation. Introduction to Microservices in a Business Context: Acquire a basic understanding of how microservices can be aligned with specific business capabilities, and get a glimpse into how they can coexist with legacy systems in a business setting. Microservices have rapidly emerged as a popular architectural style, breaking down applications into small, independent services that can be developed, deployed, and scaled individually. Microservices offer a robust method to address a variety of projects, such as e-commerce platforms and content management systems, enhancing scalability and boosting productivity. This technology, when employed correctly, can greatly increase software delivery speed and system resilience, making it a crucial skill set for modern technology professionals.Understanding Microservices - A Technical Overview is a one-day course ideally suited for technical professionals seeking an introduction to microservices architecture and its application within a business context. Under the guidance of an industry expert, this engaging class combines lecture-style learning with lively demonstrations, case study review and group discussions.Throughout the course you?ll explore the principles and characteristics that define microservices, how to identify suitable projects for a microservices approach, the factors to consider when designing them, and the strategies to effectively manage and scale them within complex systems. You?ll also learn about the best practices, patterns, and anti-patterns, arming you with the knowledge to make the right architectural choices. This course also explores the real-world implementation of microservices in a business enterprise. We'll discuss how to align the application of microservices with your organization's specific business capabilities, and offer strategies for smoothly integrating this technology within existing legacy systems. Introduction to Microservices Understand what microservices are and their role in modern software development. Introduction to Microservices: what they are and why they matter. Monolithic vs Microservices: highlighting the shift and benefits. Key principles and characteristics of microservices. Identifying suitable applications for microservices transformation. Demo: Analyzing a sample application and identifying potential microservices Architecting and Managing Microservices Learn the basic strategies for scaling and managing microservices. Scaling Microservices: from a single service to hundreds. Key components of a microservices architecture. Introduction to resilience patterns: Circuit-Breakers and Bulkheads. Load management and provisioning in a microservices setup. Understanding the role of cloud services in microservices. Optional Demo: Illustrating how a microservice-based application scales in real-time Designing Microservices Learn the key aspects to consider when designing microservices. Defining microservice boundaries: Deciding the scope of a microservice. Communication patterns in microservices. Understanding Microservice endpoints. Exploring data stores and transaction boundaries in microservices. Overcoming challenges in Microservices design. Demo: Designing microservices for a hypothetical business requirement Implementing Microservices in a Business Enterprise Understand the process and considerations for implementing microservices in an enterprise context. Assessing enterprise readiness for microservices. Building the business case for microservices: strategic advantages and potential challenges. Aligning microservices with business capabilities. Organizational changes: Team structures and processes for microservices. Dealing with Legacy Systems: Strategies for microservices integration. Demo: Exploring a case study of successful microservices implementation in a business enterprise The Microservices Ecosystem Understand the key tools and best practices in the Microservices ecosystem. Understanding the typical Microservices Stack. Monitoring and Logging in Microservices. Introduction to Docker: Containerization of Microservices. Deployment strategies in a Microservices setup. Introduction to Orchestration in Microservices Demo: Containerizing and deploying a simple microservice Microservices Deployment Strategies Understand various ways to safely introduce changes in a microservices environment. The concept of Blue-Green Deployment: changing services without downtime. Canary Releases and Feature Toggles: slowly rolling out changes to users. Database changes in a microservices environment: keeping data consistent. Demo: Examining various deployment strategies Microservices Best Practices and DevOps Learn key strategies to ensure a smooth operation of your microservices setup. The DevOps culture in Microservices: collaboration for efficiency. Defining a Minimum Viable Product in a Microservices setup: building small, delivering fast. Dealing with data in a distributed setup: managing Data Islands. The importance of Continuous Integration/Continuous Delivery in a microservices setup. Governance: Keeping track of your services and their consumers. Demo: Visualizing a simple continuous delivery pipeline Microservices Patterns and Anti-Patterns Learn about common do's and don'ts when working with microservices. Understanding patterns that help with efficient microservices operation. Recognizing and avoiding anti-patterns that can hinder performance. Dealing with common challenges: dependencies between services, managing service boundaries. Demo: Examples of real-world patterns and anti-patterns Simple Overview of OAuth and OpenID for Microservices Introduction to OAuth and OpenID: What they are and why they matter in Microservices. The role of tokens in OAuth 2.0: How they help in securing communications. A simplified look at OpenID Connect: Linking identities across services. Demo

Understanding Microservices | A Technical Overview  (TT7050)
Delivered OnlineFlexible Dates
Price on Enquiry

Microbiology Lab Technician Diploma

5.0(1)

By Course Gate

Unlock your career potential with the Microbiology Lab Technician Diploma. This comprehensive online course covers essential topics, including microbial diversity, laboratory safety, and clinical practices. Gain practical skills and theoretical knowledge to thrive in medical laboratory services. Enrol now to become a qualified microbiology lab technician!

Microbiology Lab Technician Diploma
Delivered Online On Demand5 hours 20 minutes
£11.99

Lab Technician

5.0(1)

By Course Gate

Become a skilled Lab Technician with our Lab Technician Online Course. Master essential skills, laboratory techniques, and equipment operation to excel in medical lab services. Enrol now for hands-on training and earn a globally recognised CPD certificate!

Lab Technician
Delivered Online On Demand7 hours 6 minutes
£11.99

Virtual Assistant Training

By Compete High

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

Virtual Assistant Training
Delivered Online On Demand1 hour
£4.99

UK Insurance Complete Package (General, Commercial, Liability, Life) Mini Bundle

By Compete High

The UK Insurance Complete Package Mini Bundle is tailored for job-seekers aiming to break into or advance within the UK’s insurance sector—across general, commercial, liability, and life categories. With a specialised focus on payroll, accounting, tax, data entry, and MS Excel, this bundle equips you to stand out in a compliance-driven, detail-obsessed industry. If you're aiming for hireability in one of the UK’s most regulated industries, this is the bundle to beat the competition. Description Insurance firms, brokerages, and back-office financial services are increasingly demanding candidates with strong foundations in payroll, accounting, tax, data entry, and MS Excel. Whether you’re handling policy data, preparing financial documentation, or supporting underwriters and claims teams, mastery in payroll processes, accounting principles, tax knowledge, efficient data entry, and MS Excel operations is non-negotiable. The UK Insurance Complete Package Mini Bundle makes your CV relevant across general, commercial, liability, and life insurance roles. If you’ve been applying without traction, this bundle could be the difference between shortlisting and silence. Be the applicant who checks all the right boxes—before someone else does. FAQ Which industries is this bundle suited for? It’s ideal for general insurance, commercial insurance, liability insurance, life insurance, and finance support roles. Will this help me get a job in insurance back-office support? Absolutely. Roles involving payroll, accounting, tax, data entry, and MS Excel are in constant demand. Is this bundle suitable for career changers? Yes—especially those transitioning from finance, admin, or data roles into the insurance sector. What job roles can I aim for after completion? Claims support, finance assistant, payroll officer, insurance admin, tax compliance support, and data entry clerk. How do these courses boost my CV? They demonstrate your capability in payroll, accounting, tax, data entry, and MS Excel—crucial areas in any insurance operation. Why enrol now? Hiring cycles are moving fast. Show recruiters that you’re ready for general, commercial, liability, and life insurance roles—before positions are filled.

UK Insurance Complete Package (General, Commercial, Liability, Life) Mini Bundle
Delivered Online On Demand11 hours
£19.99

Transportation Engineering Mini Bundle

By Compete High

Step into the driver’s seat of an infrastructure-forward career with the Transportation Engineering Mini Bundle—a hiring manager's dream combination of practical know-how and technical readiness. Engineered to increase job appeal in logistics, transit infrastructure, and fleet operations, this bundle merges the essentials of logistics and transportation, car maintenance, quantity surveying, PUWER, and electrical safety management. Don’t get left behind in the hiring race—this is one of the most industry-relevant bundles available, and it's designed to make your CV look like a priority application. Description The Transportation Engineering Mini Bundle is tailored for ambitious individuals ready to break into technical roles across road systems, logistics, and compliance-heavy industries. Whether you’re aiming for careers in transport planning, fleet oversight, or site engineering, this combo—featuring logistics and transportation, car maintenance, quantity surveying, PUWER, and electrical safety management—is stacked with job-relevant language and expectations. Employers are increasingly looking for professionals with demonstrated exposure to PUWER compliance, proficiency in electrical safety management, and comfort with car maintenance systems. Pair that with a command of logistics and transportation planning and quantity surveying precision, and your application will stay top-of-mind. Use this opportunity to future-proof your job hunt. FAQ Q: Who should take this bundle? A: Anyone targeting careers in transportation infrastructure, road safety, and logistics compliance. Q: Does it require prior technical knowledge? A: Not at all. The bundle is designed to increase your hireability from day one. Q: What roles does this align with? A: Transport planner, fleet manager, compliance officer, and logistics assistant, among others. Q: Why is PUWER in demand? A: Because workplace safety law requires deep understanding—employers love when it’s already on your CV. Q: Can this bundle help with promotion or job switching? A: Yes—it covers logistics and transportation, car maintenance, quantity surveying, and more, giving you wide application range. Q: Is it a good investment? A: In terms of job-readiness and cost-efficiency, it’s unbeatable in its category.

Transportation Engineering Mini Bundle
Delivered Online On Demand11 hours
£19.99

Close protection & Security Management Course

5.0(2)

By Training Express

Ever wondered who watches over VIPs or keeps high-risk zones secure behind the scenes? This Close Protection & Security Management Course dives into the techniques and strategies used to maintain order, manage threats, and coordinate safety in complex environments. It doesn’t involve movie-style action or dramatic chase scenes—but it does equip learners with knowledge in risk assessment, security planning, surveillance, and incident response, all delivered online with zero need to show up in a black suit and earpiece. Whether you're looking to sharpen your understanding of close protection operations or want to explore how modern security teams plan for emergencies, this course brings you a structured, easy-to-follow learning path. From handling threat intelligence to managing large-scale security operations, it blends straightforward theory with up-to-date insights into the industry. If the idea of structure, discretion, and safety appeals more than drama and stunts, then you’re in the right place—no sunglasses at night required. Key Features of this Course : Instant e-certificate and hard copy dispatch by next working day Fully online, interactive course with audio voiceover Developed by 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 of Close Protection The detailed curriculum outline of our course is as follows: Module 01: Introduction to Close Protection Module 02: The Close Protection Team Module 03: The Planning Module 04: Threat Assessment Module 05: Vehicle Drills: Embus and Debus Module 06: Route Selection and Reconnaissance Module 07: Legislation Regarding Close Protection Course Curriculum of Risk and Security Management The detailed curriculum outline of our course is as follows: Module 01: Introduction to Risk Management Module 02: Risk and Types of Risk Module 03: Risk Management Process Module 04: Organisational Security Management Module 05: Security Risk Analysis and Risk Reduction Module 06: Physical and Information Security Protection Module 07: Cyber Security and Fraud Prevention Module 08: Security Investigations and Threat Awareness Module 09: Laws and Regulations Life Coaching Module 01: Life Coaching: The Purpose and Fundamentals Module 02: Develop Your Self-Awareness Module 03: The Development of Core Beliefs and Managing Fears Module 04: Life Coaching Types and Key Attributes of a Life Coach Module 05: Understanding Emotional Intelligence Module 06: Body Language and Communication Techniques Module 07: A Structure for Client Work and Goal Setting Module 08: Basic Principles for Business Development and Growth Module 09: The Ethical Coach: Protect Yourself and Your Clients Learning Outcomes: Understand principles of close protection and risk management. Analyze threats and devise strategic security plans effectively. Demonstrate proficiency in physical and cyber security measures. Comprehend relevant legislation and regulatory frameworks. Apply organisational security management strategies adeptly. Conduct security investigations and maintain threat awareness. 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. CPD 20 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. Individuals aspiring to work in security management roles. Security professionals seeking to enhance their skills. Law enforcement personnel transitioning to private security. Graduates looking to enter the security industry. Career changers interested in high-stakes security roles. Career path Security Manager - £30K to 50K/year. Risk Analyst - £25K to 45K/year. Close Protection Officer - £25K to 40K/year. Cyber Security Specialist - £35K to 60K/year. Security Consultant - £35K to 70K/year. Certificates Certificate of completion Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Certificate of completion 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.

Close protection & Security Management Course
Delivered Online On Demand1 hour
£15

Toolbox Talk - Safe Loading & Unloading

5.0(27)

By PETM

Keep your drivers informed, compliant, and confident behind the wheel. Toolbox Talks are designed to improve driver knowledge, reduce risks, and support ongoing transport compliance. Each course tackles real-world challenges with clear, practical guidance drivers can apply immediately. 📲 24/7 online access for 3 months – start anytime, on any device!

Toolbox Talk - Safe Loading & Unloading
Delivered Online On Demand45 minutes
£19

VMware Tanzu Mission Control: Management and Operations 2022

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Operators and application owners who are responsible for deploying and managing policies for multiple Kubernetes clusters across on-premises and public cloud environments. Overview By the end of the course, you should be able to meet the following objectives: Describe the VMware Tanzu Mission Control architecture Configure user and group access Create access, image registry, network, security, quota, and custom policies Connect your on-premises vSphere with Tanzu Supervisor cluster to VMware Tanzu Mission Control Create, manage, and backup Tanzu Kubernetes clusters Perform cluster inspections Monitor and secure Kubernetes environments During this two-day course, you focus on using VMware Tanzu© Mission Control? to provision and manage Kubernetes clusters. The course covers how to apply access, image registry, network, security, quota, and custom policies to Kubernetes environments. For cluster provisioning and management, the course focuses on deploying, upgrading, backing up and monitoring Kubernetes clusters on VMware vSphere© with Tanzu. Given the abstractions of VMware Tanzu Mission Control, the learnings should be transferrable to public cloud. Introducing VMware Tanzu Mission Control VMware Tanzu Mission Control Accessing VMware Tanzu Mission Control VMware Cloud? services access control VMware Tanzu Mission Control architecture Cluster Management Attached clusters Management clusters Provisioned clusters Cluster inspections Data protection VMware Tanzu© Observability? by Wavefront VMware Tanzu© Service Mesh? Policy Management Policy management Access policies Image registry policies Network policies Security policies Quota policies Custom policies Policy insights

VMware Tanzu Mission Control: Management and Operations 2022
Delivered OnlineFlexible Dates
Price on Enquiry