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

184 Courses in London

CPCS A40A Slinger/Signaller Course - All Duties

4.7(177)

By Hands on Skills Training (CPCS & NPORS Site)

Training is on Days 1-3. Testing will be on either day 4 or day 5. Course structure: Establish the weight and dimensions of loads and communicate this information to the crane operator. Select appropriate lifting tackle and attach and detach it correctly and safely. Use clear and unambiguous signals to direct the actions of a crane moving loads of various weights and dimensions. Determine the serviceability of lifting accessories, and maintain and store them. Includes ‘Pick & Carry’ Duties training and testing. The course runs for 4 days (3 days of training and 1 days for technical tests). Instructions You must also bring your own PPE (boots, hi vis vest or jacket, hard hat and gloves). NB VERY IMPORTANT: All candidates must provide identification in the form of a current Photo ID Driver Licence or Passport. If you do not have one of these please call or email us to ask what suitable alternatives might be. If you are undertaking a CPCS course you MUST have passed an approved CITB or NOCN Health, Safety and Environment Test within the last 2 years. If you are unsure about this requirement, please contact us at cpcs@handsonskills.co.uk. If there are any queries regarding this booking, or if you would like to talk to us about further training requirements, please do not hesitate to contact us. You can contact us from Monday to Friday between 09.00 to 16.00 on: Tel: 020 7511 7881 and by email to cpcs@handsonskills.co.uk Before you attend the course, please read the joining instructions and training terms and conditions. It is very important that the course delegate understands the course objectives and complies with the centre rules before attending the course in order to gain maximum value from training. Details of the course are as follows: Registration and course timings: Courses will start at 08:00. You should aim to be at the centre a minimum of 15 minutes prior to the course start time for signing in. There is a half hour break at lunch time (approximately at 12:00) and courses generally finish between 15.30 and 16.00. Depending upon the course content, the instructor may require the course to start and finish at different times on subsequent course days (if any). 📎 SLINGER_manual_PDF_v1.pdf

CPCS A40A Slinger/Signaller Course - All Duties
Delivered In-PersonFlexible Dates
£900

Practical Approach to Auditing Systems and Processes

By Research Quality Association

Course Information Our extensively proven course delves into the essential stages of process and system auditing. Gain invaluable insights and direction in auditing systems and processes, spanning across global and local organisational levels. This course will assist delegates with: A practical approach for the development and conduct of process and system audits An enhanced understanding of key system audit principles, preparation, design and conduct Increased expertise, efficiency and confidence. This course is structured to encourage delegates to: Discuss and develop ideas Solve specific problems Share knowledge and experiences. By the end of the course delegates will be better able to: Design and plan more effectively to achieve their process and systems audit objectives and add value to their organisation Improve the effectiveness, focus and credibility of the audit programme Understand the key system audit principles, preparation, design and conduct Develop system audit tools to ensure more effective audit conduct and outcome Create audit strategies utilising risk management principles Prepare for inspections. Tutors Tutors will be comprised of (click the photos for biographies): Allison Jack Executive Director, Bristol Myers Squibb Rocio Castellanos Director, Pfizer Ltd Guy Houben G(C)LP Auditor, Janssen Pharmaceutical Companies of Johnson & Johnson Programme Please note timings may be subject to alteration. Day 1 08:50 Registration 09:00 Welcome and Introductions, Expectations/Challenges/Experiences A discussion to explore the range of approaches to the conduct of systems audit. 09:30 Introducing Systems Audit What is a system? Why conduct system audits? Advantages, disadvantages and challenges. 10:20 Break 10:35 Systems Audit Design and Planning Identifying the customer, setting objectives, development of the audit plan and audit tools, plans for the audit report. 12:00 Designing System Audit Tools 12:45 Lunch 13:30 System Audit Plan - Exercise 14:00 Introduction to Case Studies The objectives of the case studies are defined and process and outputs described. 14:15 Case Studies - Session 1 A first opportunity for work on case studies. Defining objectives and scope and understanding the requirements of the audit client. 15:00 Break 15:20 Case Studies - Session 1 continued 16:30 Case Studies - Feedback 17:00 Close of Day 1 Day 2 09:00 Simple System Audit Example - Introduction The objectives of the case studies are defined and process and outputs described. 09:10 Case Studies - Session 2 - A Simple System Audit Example An example of system audit applied to a simple system. 10:30 Break 10:45 A Simple System Audit Example - Case Study Feedback 11:30 Strategy Audit programme planning. 12:15 Lunch 13:00 Case Studies - Session 3 Work on delegate's case studies. 14:30 Break 14:45 Case Studies - Session 3 - Feedback 15:15 Closing remarks 15:30 Close of course Extra Information Face-to-face course Course Material Course material will be available in PDF format for delegates attending this course. The advantages of this include: Ability for delegates to keep material on a mobile device Ability to review material at any time pre and post course Environmental benefits – less paper being used per course. The material will be emailed in advance of the course and RQA will not be providing any printed copies of the course notes during the training itself. Delegates wishing to have a hard copy of the notes should print these in advance to bring with them. Alternatively delegates are welcome to bring along their own portable devices to view the material during the training sessions. Remote course Course Material This course will be run completely online. You will receive an email with a link to our online system, which will house your licensed course materials and access to the remote event. Please note this course will run in UK timezone. The advantages of this include: Ability for delegates to keep material on a mobile device Ability to review material at any time pre and post course Environmental benefits – less paper being used per course Access to an online course group to enhance networking. You will need a stable internet connection, a microphone and a webcam. CPD Points 14 Points Development Level Develop

Practical Approach to Auditing Systems and Processes
Delivered In-PersonFlexible Dates
£851 to £1,105

Crisis Management 1 Day Training in London

By Mangates

Our classroom training provides you the opportunity to interact with instructors and benefit from face-to-face instruction. For more queries, reach out to us: info@mangates.com

Crisis Management 1 Day Training in London
Delivered In-PersonFlexible Dates
£595 to £795

Git and GitHub for engineers

5.0(3)

By Systems & Network Training

Git and GitHub course description This course covers version control using Git but also using GUI frontends such as GitHub. The course starts with a tour of using GitHub but then quickly moves onto using git from the command line. All elements of git version control are covered including creation of repositories, adding and editing files, branches and merging, rewriting history and handling merge conflicts. Hands on sessions are used throughout the course. What will you learn Install git. Add and edit files in a repository. Create branches and perform merges. Handle merge conflicts. Git and GitHub course details Who will benefit: Anyone requiring version control. Prerequisites: None. Duration 1 day Git and GitHub course contents Introduction Version control for software, configuration management. Other uses. Version control systems. What is git? What is GitHub? Distributed version control. Comparison of git to other systems. GitHub Getting started, creating an account, account types, repositories, access control, bug tracking, feature requests. Alternatives to GitHub. Hands on Using GitHub. Installing git Linux install, Windows install, git config, levels, user.name, user.email. Hands on Installing and configuring git. Creating repositories git clone, github, git remote, git init. Hands on Creating a repository. Adding and editing files Staging and adding, git add, git commit, git push, git pull, git status, git log. Two stage process. File states: Working, staging, history, untracked. git mv, git rm, .gitignore, git diff, git difftool. Undoing changes. Hands on Adding and editing files in git. Branching and merging What is a branch, HEAD label, master branch, git branch, git checkout. Feature branches, bux fix branches, integration branches, production branches, fast forward merges, 3 way merges, git merge, git status, git log, tags. Hands on Making branches, merging. Rewriting history git reset, git rebase, advantages. Hands on Reset commits, rebase a branch. Merge conflicts What is a conflict, conflict resolution process, resolving merges, rebasing, git log, merge tools, configuring merge tools, avoiding conflicts. Hands on Merge resolution.

Git and GitHub for engineers
Delivered in Internationally or OnlineFlexible Dates
£797

Crisis Management 1 Day Training in Bromley

By Mangates

Our classroom training provides you the opportunity to interact with instructors and benefit from face-to-face instruction. For more queries, reach out to us: info@mangates.com

Crisis Management 1 Day Training in Bromley
Delivered In-PersonFlexible Dates
£595 to £795

Autodesk Revit Basic to Advanced Training Course 1-2-1

By Real Animation Works

Virtual Revit face to face training customised and bespoke. One to One Online or Face to Face

Autodesk Revit Basic to Advanced Training Course 1-2-1
Delivered in London or OnlineFlexible Dates
£640

Crisis Management 1 Day Training in Heathrow

By Mangates

Our classroom training provides you the opportunity to interact with instructors and benefit from face-to-face instruction. For more queries, reach out to us: info@mangates.com

Crisis Management 1 Day Training in Heathrow
Delivered In-PersonFlexible Dates
£595 to £795

Pressure Area Care Training

5.0(22)

By Wren Healthcare Ltd

Empower your parkinson's disease care with comprehensive training from experienced healthcare professionals

Pressure Area Care Training
Delivered In-Person in Dublin + 1 moreFlexible Dates
£525

Record Keeping and Defensible Documentation Training

5.0(22)

By Wren Healthcare Ltd

Facilitated by Registered Clinicians with extensive experience

Record Keeping and Defensible Documentation Training
Delivered In-Person in Dublin + 1 moreFlexible Dates
£525

Vray Training for 3ds Max - 10 Hours, One-to-One Instruction

By Real Animation Works

face to face training customised and bespoke. Online or Face to Face

Vray Training for 3ds Max - 10 Hours, One-to-One Instruction
Delivered in London or OnlineFlexible Dates
£580