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

11258 Environment courses in Ludlow delivered Online

Client Relationship Management

5.0(10)

By GBA Corporate

Overview By the end of the course, delegates will have:   Identify and prioritise key accounts Increasing business revenue through effective CRM The importance of client care in the business environment Contribution of Customer care towards to quality service Understand the benefits of high-level CRM and the part it plays in client retention Understanding the service excellence and its strengths Necessary attitudes for inspiring customer service Develop the important skills necessary for an effective Customer Relationship Manager Building rapport and creating strong working relationships Effective Communication between the clients Understanding the importance of interpersonal contact and behaviour

Client Relationship Management
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

APM Project Management Qualification (PMQ): Virtual In-House Training

By IIL Europe Ltd

APM Project Management Qualification (PMQ): Virtual In-House Training The APM Project Management Qualification (PMQ) (IPMA Level D) is a knowledge-based qualification that allows candidates to demonstrate knowledge of all elements of project management. Candidates will be able to demonstrate an understanding of how these elements interact and how their project fits into their strategic and commercial environment. The course will cover the 67 assessment criteria defined by APM and prepare you to sit the examination on the fifth and final day. In addition to the instructor-led sessions, you should also expect to complete some self-directed study in the evenings. The APM Project Management Qualification (PMQ) examination is a three-hour paper where candidates must answer 10 out of 16 questions that can cover all 67 assessment criteria topics. What you will Learn You'll learn how to: Provide organizations with a proven project management methodology that will allow individuals to plan, organize, and control the successful implementation of projects Achieve the APM Project Management Qualification (PMQ), the UK's leading project management qualification Provide practical skills and techniques to help further your career in project management Getting Started Introductions Course structure Course goals and objectives Overview of the APM Project Management Qualification (PMQ) examination Structure of Organizations and Projects Organization structures Project sponsorship Organization roles Project Office Governance Legislation Project Lifecycle Project Lifecycles Handover and closure Project reviews Situational Context of Projects Project Management Programme Management Portfolio Management The Project Environment Communication Communication Conflict Management Negotiation Leadership and Teamwork Leadership Teamwork Planning for Success Business Case Investment Appraisal Success and Benefits Management Information Management and Reporting Project Management Plan Estimating Earned Value Management Stakeholder Management Scope Management Scope Management Requirements Management Change Control Configuration Management Schedule and Resource Management Schedule Management Resource Management Budgeting and Cost Management Procurement Procurement Contracts Provider Selection and Management Risk Management and Issue Management Risk Management Issue Management Quality Management and Examination Preparation Quality Management Preparation and Examination Preparation and examination briefing APM Project Management Qualification (PMQ) examination

APM Project Management Qualification (PMQ): Virtual In-House Training
Delivered OnlineFlexible Dates
£3,850

Display Screen Equipment DSE Training

4.3(43)

By John Academy

Overview Tennis elbow, back pain, knee pain and many other health issues can be caused by working with display screen equipment. Thus, people who work with DSE for long hours should know the right way to use DSE. Our Display Screen Equipment DSE Training is designed to help you understand how you can protect yourself from DSE-related health problems. In this course, you will understand the principles of the assessment process of DSE. The informative modules will educate you on using DSE in different working environment. In addition, you will acquire a clear understanding of the problems and how to avoid them.  The course will also cover lessons on DSE station setup and the proper manner of using portable DSE. So, enrol now and start learning! Course Preview Learning Outcomes Understand the assessment process of DSE Know how to safely use DSE in different working enrichment Enhance your understanding of the problems and the protective measures Learn about the ideal DSE station setups Build your expertise in using portable DSE Why Take This Course From John Academy? Affordable, well-structured and high-quality e-learning study materials Engaging tutorial videos, materials from the industry-leading experts Opportunity to study in a user-friendly, advanced online learning platform Efficient exam systems for the assessment and instant result Earn UK & internationally recognised accredited qualification Easily access the course content on mobile, tablet, or desktop from anywhere, anytime Excellent career advancement opportunities Get 24/7 student support via email. What Skills Will You Learn from This Course? DSE Assessment Prevention DSE Station Setup Who Should Take This Display Screen Equipment DSE Training? Whether you're an existing practitioner or an aspiring professional, this course is an ideal opportunity. It will elevate your expertise and boost your CV with key skills and a recognised qualification attesting to your knowledge. Are There Any Entry Requirements? This Display Screen Equipment DSE Training is available to all learners of all academic backgrounds. But learners should be aged 16 or over to undertake the qualification. And a good understanding of the English language, numeracy, and ICT will be helpful. Certificate of Achievement After completing this course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates & Transcripts can be obtained either in Hardcopy at £14.99 or in PDF format at £11.99. Career Path​ This exclusive Display Screen Equipment DSE Training course will equip you with effective skills and abilities and help you explore career paths such as  DSE Risk Assessor Workstation Furniture Designer Ergonomics Consultant HR Manager Office Workers Module 01:Potential Problems and Preventive Postures Potential Problems and Preventive Postures 00:11:00 Module 02:Recommended DSE Station Setups Recommended DSE Station Setups 00:10:00 Module 03: Understanding and Assessing DSE Understanding and Assessing DSE 00:09:00 Module 04: Using DSE Safely in all Environments Using DSE Safely in all Environments 00:09:00 Module 05: Using Portable DSE Using Portable DSE 00:10:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Display Screen Equipment DSE Training
Delivered Online On Demand49 minutes
£24.99

Occupational Health and Safety (Level 2) CIEH Foundation Certificate (In-House)

By The In House Training Company

The CIEH Foundation Certificate in Occupational Health and Safety supports businesses in their legal obligations to ensure employees are protected from harm. This course is ideal for those who want to develop their knowledge of health and safety issues in the workplace and of the regulations for maintaining a healthy and safe working environment. This course will focus on common hazards and how to control them. It will help you work more safely and be more aware of how your own actions can affect the health and safety of others.

Occupational Health and Safety (Level 2) CIEH Foundation Certificate (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry

Complete Ruby programming

5.0(3)

By Systems & Network Training

Complete Ruby programming training course description This course starts with a quick-start session and then explains the language in detail from the bottom up. Hands on sessions follow all the major sessions to reinforce the theory. What will you learn Read Ruby programs. Write Ruby programs. Debug Ruby programs. Complete Ruby programming training course details Who will benefit: Anyone wishing to program in Ruby. Prerequisites: Software development fundamentals Duration 3 days Complete Ruby programming training course contents Introduction A tour of Ruby, Try Ruby, A suduko solver in Ruby. The Structure and execution of Ruby Lexical structure, Syntactic structure, Files structure, Program encoding, Program execution. Datatypes and objects Numbers, text, Arrays, Hashes, Ranges, Symbols, True, false, and nil, Objects. Expressions and operators Literals and keyword literals, Variable references, Constant references, Method invocations, Assignments, Operators. Statements and control structures Conditionals, loops, Iterators and enumerable objects, Blocks, Altering flow control, Exceptions and exception handling, BEGIN and END, Threads, fibres and continuations. Methods, Procs, Lambdas and closures Defining simple methods, Method names, Methods and parentheses, Method arguments, Procs and lambdas, Closures, Method objects, Functional programming. Classes and modules Defining a simple class, Method visibility: public, protected, privates, Subclassing and inheritance, Object creation and initialization, Modules, Loading and requiring modules, Singleton methods and Eigenclass, Method lookup, Constant lookup. Reflection and metaprogramming Types, classes and modules, Evaluating strings and blocks, Variables and constants, Methods, Hooks, Tracing, ObjectSpace and GV, Custom control structures, Missing methods and missing constants, Dynamically creating methods, Alias chaining. The Ruby platform Strings, Regular expressions, Numbers and Math, Dates and times, Collections, Files and directories, Input/output, Networking, Threads and concurrency. The Ruby environment Invoking the Ruby interpreter, The Top-level environment, Practical extraction and reporting shortcuts, Calling the OS, Security.

Complete Ruby programming
Delivered in Internationally or OnlineFlexible Dates
£2,367

Leadership and Management Programmes

5.0(3)

By Lapd Solutions Ltd

Leadership and Management development, Leadership training, management training, Leadership development

Leadership and Management Programmes
Delivered in Birmingham + 1 more or UK Wide or OnlineFlexible Dates
£9,000 to £15,000

Architecting on AWS

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is intended for solutions architects, solution-design engineers, developers seeking an understanding of AWS architecting and individuals seeking the AWS Solutions Architect-Associate certification. Overview Identify AWS architecting basic practices. Explore using the AWS management tools: The AWS Console, Command Line Interface (CLI), and CloudFormation in a lab environment. Examine the enforcement of accounts security using policies. Identify the elements that build an elastic, secure, virtual network that includes private and public subnets. Practice building an AWS core networking infrastructure. Determine strategies for a layered security approach to Virtual Private Cloud (VPC) subnets. Identify strategies to select the appropriate compute resources based on business use-cases. Practice building a VPC and adding an Elastic Cloud Compute (EC2) instance in a lab environment. Practice installing an Amazon Relational Database Service (RDS) instance and an Application Load Balancer (ALB) in the VPC you created. Compare and contrast AWS storage products and services, based on business scenarios. Compare and contrast the different types of AWS database services based on business needs. Practice building a highly available, auto-scaling database layer in a lab. Explore the business value of AWS monitoring solutions. Identify the role of monitoring, event driven load balancing, and auto scaling responses, based on usage and needs. Identify and discuss AWS automation tools that will help you build, maintain and evolve your infrastructure. Discuss network peering, VPC endpoints, gateway and routing solutions based on use-cases. Discuss hybrid networking configurations to extend and secure your infrastructure. Discuss the benefits of microservices as an effective decoupling strategy to power highly available applications at scale. Explore AWS container services for the rapid implementation of an infrastructure-agnostic, portable application environment. Identify the business and security benefits of AWS serverless services based on business examples. Practice building a serverless infrastructure in a lab environment. Discuss the ways in which AWS edge services address latency and security. Practice building a CloudFront deployment with an S3 backend in a lab environment. Explore AWS backup, recovery solutions, and best practices to ensure resiliency and business continuity. Build a highly available and secure cloud architecture based on a business problem, in a project-based facilitator-guided lab. Architecting on AWS is for solutions architects, solution-design engineers, and developers seeking an understanding of AWS architecting. In this course, you will learn to identify services and features to build resilient, secure and highly available IT solutions on the AWS Cloud. Architectural solutions differ depending on industry, types of applications, and business size. AWS Authorized Instructors emphasize best practices using the AWS Well-Architected Framework, and guide you through the process of designing optimal IT solutions, based on real-life scenarios. The modules focus on account security, networking, compute, storage, databases, monitoring, automation, containers, serverless architecture, edge services, and backup and recovery. At the end of the course, you will practice building a solution and apply what you have learned with confidence. Prerequisites AWS Cloud Practitioner Essentials classroom or digital training, or Working knowledge of distributed systems Familiarity with general networking concepts Familiarity with IP addressing Working knowledge of multi-tier architectures Familiarity with cloud computing concepts 0 - Introductions & Course Map review Welcome and course outcomes 1 - Architecting Fundamentals Review AWS Services and Infrastructure Infrastructure Models AWS API Tools Securing your infrastructure The Well-Architected Framework Hands-on lab: Explore Using the AWS API Tools to Deploy an EC2 Instance 2 - Account Security Security Principals Identity and Resource-Based Policies Account Federation Introduction to Managing Multiple Accounts 3 - Networking, Part 1 IP Addressing Amazon Virtual Private Cloud (VPC), Patterns and Quotas Routing Internet Access Network Access Control Lists (NACLs) Security Groups 4 - Compute Amazon Elastic Cloud Compute (EC2) EC2 Instances and Instance Selection High Performance Computing on AWS Lambda and EC2, When to Use Which Hands-On Lab: Build Your Amazon VPC Infrastructure 5 - Storage Amazon S3, Security, Versioning and Storage Classes Shared File Systems Data Migration Tools 6 - Database Services AWS Database Solutions Amazon Relational Database Services (RDS) DynamoDB, Features and Use Cases Redshift, Features, Use Cases and Comparison with RDS Caching and Migrating Data Hands-on Lab: Create a Database Layer in Your Amazon VPC Infrastructure 7 - Monitoring and Scaling Monitoring: CloudWatch, CloudTrail, and VPC Flow Logs Invoking Events 8 - Automation CloudFormation AWS Systems Manager 9 - Containers Microservices Monitoring Microservices with X-Ray Containers 10 - Networking Part 2 VPC Peering & Endpoints Transit Gateway Hybrid Networking Route 53 11 - Serverless Architecture Amazon API Gateway Amazon SQS, Amazon SNS Amazon Kinesis Data Streams & Kinesis Firehose Step Functions Hands-on Lab: Build a Serverless Architecture 12 - Edge Services Edge Fundamentals Amazon CloudFront AWS Global Accelerator AWS Web Application Firewall (WAF), DDoS and Firewall Manager AWS Outposts Hands-On Lab: Configure an Amazon CloudFront Distribution with an Amazon S3 Origin 13 - Backup and Recovery Planning for Disaster Recovery AWS Backup Recovery Strategie Additional course details: Nexus Humans Architecting on AWS 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 Architecting on AWS 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.

Architecting on AWS
Delivered OnlineFlexible Dates
£2,025

Total IS-IS for engineers

5.0(3)

By Systems & Network Training

IS-IS training course description A hands on course on IS-IS link state routing protocol. The main focus of the course is the use of IS-IS in an IP only environment but can be tailored to concentrate on the use of IS-IS in CLNP networks. Hands on sessions use Cisco routers. What will you learn Configure and troubleshoot IS-IS. Explain how IS-IS works. Describe the use of Level 1 and Level 2. Design IS-IS networks. IS-IS training course details Who will benefit: Network administrators. Network operators. Prerequisites: TCP/IP Foundation for engineers Duration 2 days IS-IS training course contents Introduction The history of IS-IS, OSI background, terminology, addressing, how OSI networking works, ES-IS, ISIS, IS types, basic OSI configuration, other configuration parameters. Running IS-IS in an IP environment Integrated routing, Dual IS-IS, OSI only IS-IS, IP only IS-IS, packet formats and the use of CLNP, Basic configuration. How IS-IS works in detail Link state theory, tuneable parameters, IS-IS metrics, hellos, CSNP intervals, retransmissions, TLVs, Sub TLVs, Designated routers and pseudo nodes, authentication. Level 1 and level 2 in detail Router types, circuit types, Hot potato routing, route leaking, Area partitioning. Multiple addresses Redistribution and summarisation Tagging and filtering

Total IS-IS for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

EMAIL ETIQUETTE

5.0(4)

By Improving Communications Uk

Front-line communication plays a vital role in shaping the public perception of every organisation. This course is designed to help delegates organise their ideas and communicate clearly and effectively through email. By improving written communication skills, delegates will become more concise, communicate with conviction, and foster meaningful dialogue with their audience. These skills are essential for professionals who interact with the public, as improved communication leads to greater internal and external customer satisfaction. Delegates will learn how to: Write clearly and professionally, enhancing public perception of expertise Communicate more efficiently in writing, reducing wasted time and increasing profitability Craft concise, rapport-building messages for internal and external customers, fostering productivity and a positive workplace environment Topics Covered: Benefits of using email Determining the purpose of an email Steps to take before writing Inflection in written messages Effects of instant messaging and text messaging on communication Basic email structure and planning Writing effective subject lines Paragraph structure and organisation Including relevant details and summarising problems effectively Proper use of CC and BCC fields Why typing in all caps is considered shouting! Proofreading techniques This Email Etiquette course is a 90-minute interactive virtual session. Upon registration, delegates will receive online login instructions prior to the class date. This format allows delegates to enhance their skills conveniently from their home or office while improving their professional communication abilities.

EMAIL ETIQUETTE
Delivered Online + more
£216

Five Strategies for Creating an Inclusive Work Environment

5.0(1)

By Enspark

Inclusion in the workplace leads to more productivity, greater profits, and happier employees. It is also the law. But while it is easy to talk about what a great concept it is, the road to getting there can feel abstract to some. This video explains five strategies for keeping inclusion a priority in your organization that any business can implement. This micro-learning is great for managers, HR professionals, and anyone involved in your company's D&I initiatives. Length: 3:57 Learning Objectives Develop inclusive workplace goals and objectives by establishing dedicated internal teams, enabling participants to strategize, initiate inclusion initiatives, and monitor progress.;Develop comprehensive policy statements that reflect an organization's commitment to fostering an inclusive environment, ensuring clarity and alignment with core values.;Promote transparent and fearless communication channels within the organization, encouraging employees to identify barriers, and establishing confidential reporting procedures to gather invaluable feedback for continuous improvement.;Conduct impactful inclusion workshops for staff members, providing employees with essential knowledge, addressing barriers, and instilling a sense of excitement and purpose in embracing workplace inclusion.

Five Strategies for Creating an Inclusive Work Environment
Delivered Online On Demand5 minutes
£4.95