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

18398 Step courses in Leeds delivered Online

A Strategy Challenge (workshop to develop strategic thinking)

By Strategy Insights

This Strategy Challenge workshop is designed to provide an opportunity for senior management teams to practice and develop their strategic thinking skills - individually and collectively. It gives a 'safe space' and uses examples designed to 'stretch the strategic thinking muscles'

A Strategy Challenge (workshop to develop strategic thinking)
Delivered in Internationally or OnlineFlexible Dates
Price on Enquiry

Tripod Beta Practitioner - Bronze Level

By EnergyEdge - Training for a Sustainable Energy Future

About this VILT Tripod can be used in any area of business where the organisation has a management system in place to prevent unwanted events e.g., health, safety, environment, quality, security, productivity, project management, and many more Tripod Beta is one of several tools based on Tripod's fundamental principles. Tripod Beta is based on proven theories, man years of academic research, and testing in the workplace. The Swiss Cheese Model originated from this work. Features of the methodology are: 1) the Tripod Beta diagram; it provides an easy-to-read summary of the entire investigation on a single page, 2) it accommodates deficiencies in leadership and worker participation, 3) it accommodates deficiencies in human behaviour, and 4) it highlights missing controls (not just controls that failed). Quality throughout all aspects of Tripod is assured by the Stichting Tripod Foundation (STF) and the Energy Institute. The participants will gain a theoretical understanding of the Tripod Beta methodology and terminology. They will be able to read Tripod diagrams and reports, and be able to assist incident investigation/analysis as a team member. This is the first step to becoming an accredited silver or gold practitioner. Tripod Beta Practitioner Accreditation is meant to build these skills, through a blend of support, coaching and assessments. Feedback is provided on Tripod incident investigation reports, giving the Practitioner the opportunity to hone their skills and become confident in their ability to use Tripod effectively. Training Objectives Upon completion of this course, participants will be able to: Pass the Tripod Beta Practitioner (Bronze Level) exam Act as a team member or Tripod facilitator on an incident investigation Plan and schedule activities for an incident investigation Focus line of enquiry during an investigation Engage with the most relevant people at each stage of the investigation Describe the incident causation paths in terms that align with their management system Consider issues relating to leadership, worker participation and human behaviour Assess the quality of an incident report Apply the process to any type of unwanted event that should have been prevented by a management system e.g., health, safety, environment, financial, security, productivity, quality, project management etc. Combine the findings from many incidents with data from other initiatives e.g., audits and inspections, to spot trends to prioritise actions and product a single improvement plan Target Audience The course is recommended for anyone who is expected to play a role in designing, reviewing, auditing, and following your organizations OH&S management system. Successful participants will be awarded the Stitching Tripod Foundation Tripod Beta Bronze certificate. The following oil & gas company personnel will benefit from the knowledge shared in this course: CEO Team Leaders Legal, insurance and finance departments Managers (Line and Function) Maintenance Engineers Quality Assurance Engineers Process Engineers Incident Investigators (Team member & Tripod facilitator) Project Managers System Custodians Technical Authorities Key Contractor's Management Contract Managers/Holders Safety Representatives Risk Management Engineers HSE Advisors Supervisors Auditors Regulators Course Level Basic or Foundation Trainer Your expert course leader has over 30 years of experience in construction, operations and maintenance with the upstream exploration and production sector. He joined Shell International E&P in 1971 and for 28 years worked in several locations around the world. Following the Piper Alpha incident he led Shell's two year, £10M major overhaul of their permit to work system. He first made use of the Tripod Beta principles during this period and since then he has delivered over 100 Tripod Beta courses in more than 25 locations around the world. He is a Chartered Engineer, a member of the Institution of Engineering and Technology and holds a postgraduate diploma from the University of Birmingham (UK). POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations

Tripod Beta Practitioner - Bronze Level
Delivered in Internationally or OnlineFlexible Dates
£900 to £1,699

Watercolour for All 4 week Online Course Monday Morning Via Zoom

By Art By Purnima

Watercolour for All 4 week Online Course Monday Morning Via Zoom

Watercolour for All 4 week Online Course Monday Morning Via Zoom
Delivered OnlineFlexible Dates
£95

The VTCT Level 3 Certificate in Assessing Vocational Achievement (Hairdressing)

4.8(16)

By Kleek Academy

Obtain The Assessor's Qualification through our comprehensive teaching and assessing courses at Kleek Training. Develop the skills and knowledge needed to effectively assess learners. Enquire today!

The VTCT Level 3 Certificate in Assessing Vocational Achievement (Hairdressing)
Delivered in Colchester + 1 more or OnlineFlexible Dates
£1,000

Meditation for Beginners

By Boundless Meditation

Meditation for beginners with simple and easy techniques and guidance

Meditation for Beginners
Delivered OnlineFlexible Dates
£90

Introduction to DAX for Power BI

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is intended for business users who have been using Power BI to build analytic solutions and are ready to take advantage of the power and flexibility that DAX provides. Learning DAX is a very common 'next step' for experienced Power BI users. Overview At course completion, you should be able to describe DAX syntax, data types, and errors use DAX to create calculated columns, measures, and tables explain how DAX calculations are evaluated, along with the differences between row context and filter context configure and use Time Intelligence to perform common time-based calculations, for example to-date calculations, year-over-year analysis, moving averages, etc. create calculated columns and measures that use data from multiple tables in the data model write measures that handle error conditions gracefully use DAX to enhance the Power BI user experience use DAX Studio to connect to a Power BI data model and execute simple queries Welcome to Introduction to DAX for Power BI. This two-day instructor-led course is intended for business users who have been using Power BI and want to use DAX to create custom calculations in their data models. In this class, you will be introduced to using Data Analysis Expressions (DAX), which is the expression language that is used to create custom calculations in the Power BI Data model. The course covers some of the theoretical underpinnings of the data model and the DAX language, but the emphasis is on using DAX to solve common business problems. You will learn how to write your own calculated columns, measures, and tables, how to visualize the way Power BI computes DAX calculations, and how to troubleshoot custom code. MODULE 1: GETTING STARTED WITH DAX INTRODUCTION TODAX CREATING OBJECTS WITHDAX CONTEXT AND RULES OF EVALUATION VARIABLES,COMMENTS,AND TESTING MODULE 2: PERFORMING BASIC CALCULATIONS GETTING STARTED IMPLICIT MEASURES ADDING QUICK MEASURES WORKING WITH DAX DATA TYPES . DOING BASIC MATH USING LOGIC IN YOUR CALCULATIONS USING THE IF() FUNCTION NESTED IF() USING THE SWITCH() FUNCTION ADVANCED SWITCH() LOGICAL OPERATORS & FUNCTIONS: ||, OR(), &&, AND(), NOT() AGGREGATING AND SUMMARIZING DATA THE SUM() FUNCTION MODULE 3: WORKING WITH CONTEXT IN THE DATA MODEL CONTEXT DEFINED DATA MODELING BASICS INTRODUCTION TO DIMENSIONAL MODELING RELATIONSHIPS AND THEIR EFFECT ON THE EVALUATION CONTEXT GETTING DATA FROM OTHER TABLES USING RELATED() AND RELATEDTABLE LOOKING UP DATA WITHOUT USING RELATIONSHIPS MODIFYING THE CONTEXT USING CALCULATE() MODULE 4: PERFORMING MORE ADVANCED CALCULATIONS THE DAX ITERATOR FUNCTIONS USING TABLE MANIPULATION FUNCTIONS MODULE 5: WORKING WITH TIME PERFORMING DATE CALCULATIONS WORKING WITH DATE TABLES GENERATING A DATE TABLE WITH THE CALENDAR() FUNCTION DEFINING CUSTOM OPERATING PERIODS YTD, QTD, AND MTD CALCULATIONS CUSTOM TO-DATE CALCULATIONS FINDING YEAR-OVER-YEAR CHANGE FINDING MOVING AVERAGES MODULE 6: ENHANCING THE USER EXPERIENCE CONTROLLING VISIBILITYOF YOUR MEASURES USING WHAT-IF PARAMETERS ADDING BANDING USING DAX TO PROVIDE ROW-LEVEL SECURITY

Introduction to DAX for Power BI
Delivered OnlineFlexible Dates
£900

Dermatology, Gel Manicure & Beauty Skincare

By Imperial Academy

Level 5 - Three QLS Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 10 CPD Courses | Lifetime Access

Dermatology, Gel Manicure & Beauty Skincare
Delivered Online On Demand
£399

Leadership, Supervisor and Line Management - QLS Endorsed Certificate

By Imperial Academy

Level 4, 5 & 7 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 10 CPD Courses | Lifetime Access

Leadership, Supervisor and Line Management - QLS Endorsed Certificate
Delivered Online On Demand
£399

Become a WordPress Developer: Unlocking Power With Code

4.5(3)

By Studyhub UK

24 Hour Flash Deal **25-in-1 Become a WordPress Developer: Unlocking Power With Code Mega Bundle** Become a WordPress Developer: Unlocking Power With Code Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the Become a WordPress Developer: Unlocking Power With Code package online with Studyhub through our online learning platform. The Become a WordPress Developer: Unlocking Power With Code bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Become a WordPress Developer: Unlocking Power With Code course provides complete 360-degree training on Become a WordPress Developer: Unlocking Power With Code. You'll get not one, not two, not three, but twenty-five Become a WordPress Developer: Unlocking Power With Code courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these Become a WordPress Developer: Unlocking Power With Code courses are yours for as long as you want them once you enrol in this course This Become a WordPress Developer: Unlocking Power With Code Bundle consists the following career oriented courses: Course 01: Wordpress Course for Beginner Course 02: Web Design for Beginners: Build Websites in HTML & CSS Course 03: Advanced Diploma in User Experience UI/UX Design Course 04: JavaScript Foundations Course 05: Responsive Web Design Course 06: Info Graphics Web Design - Affinity Designer Training Course 07: Web Design with Adobe XD Course 08: Diploma in Adobe Illustrator Course 09: Digital Art - Sketching In Photoshop Course 10: Information Architecture (IA) Fundamentals for Website Design Course 11: Animation Designer (Drawings, Timing, Overlapping, Coloring) Course 12: Adobe After Effects CC: Learn To Create Gradient Animations Course 13: Shopify: A step by Step Guide to Creating an Online Store Course 14: Learn MySQL from Scratch Course 15: PHP Web Development with MySQL Course 16: SEO - Search Engine Optimisation Course 17: Advanced Training on SEO & SMM Strategies Course 18: Digital Marketing for Beginners to Advanced Course 19: Google Analytics Course 20: Basic HTML 5 Course 21: CSS Fundamentals Course 22: HTML and CSS Coding: Beginner to Advanced Course 23: JavaScript Functions Course 24: Refactor Javascript Course Course 25: jQuery Masterclass Course: JavaScript and AJAX Coding Bible The Become a WordPress Developer: Unlocking Power With Code course has been prepared by focusing largely on Become a WordPress Developer: Unlocking Power With Code career readiness. It has been designed by our Become a WordPress Developer: Unlocking Power With Code specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The Become a WordPress Developer: Unlocking Power With Code Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Become a WordPress Developer: Unlocking Power With Code bundle course has been created with twenty-five premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Become a WordPress Developer: Unlocking Power With Code Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Become a WordPress Developer: Unlocking Power With Code Elementary modules, allowing our students to grasp each lesson quickly. The Become a WordPress Developer: Unlocking Power With Code course is self-paced and can be taken from the comfort of your home, office, or on the go! With our Student ID card you will get discounts on things like music, food, travel and clothes etc. In this exclusive Become a WordPress Developer: Unlocking Power With Code bundle, you really hit the jackpot. Here's what you get: Step by step Become a WordPress Developer: Unlocking Power With Code lessons One to one assistance from Become a WordPress Developer: Unlocking Power With Code Professionals if you need it Innovative exams to test your knowledge after the Become a WordPress Developer: Unlocking Power With Code course 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all twenty-five Become a WordPress Developer: Unlocking Power With Code courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Become a WordPress Developer: Unlocking Power With Code certificate and transcript on the next working day Easily learn the Become a WordPress Developer: Unlocking Power With Code skills and knowledge you want from the comfort of your home CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Become a WordPress Developer: Unlocking Power With Code training is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in Become a WordPress Developer: Unlocking Power With Code Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Become a WordPress Developer: Unlocking Power With Code course, all you need is - A smart device A secure internet connection And a keen interest in Become a WordPress Developer: Unlocking Power With Code Career path You will be able to kickstart your Become a WordPress Developer: Unlocking Power With Code career because this course includes various courses as a bonus. This WordPress Developer: Unlocking Power With Code is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Become a WordPress Developer: Unlocking Power With Code career opportunities. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Become a WordPress Developer: Unlocking Power With Code
Delivered Online On Demand6 days
£279

Equipment Validation Training Course (ONLINE) – For Starter Validation, CQV and C&Q Roles

By Getreskilled (UK)

Take our part-time online “Conversion Course into Pharmaceutical Manufacturing“ NO Previous Industry Experience or Science Qualifications Required

Equipment Validation Training Course (ONLINE) – For Starter Validation, CQV and C&Q Roles
Delivered Online On Demand
£699 to £3,499