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

35233 Design courses in Rawmarsh delivered Online

Supply Chain Management

By SkillWise

Overview Uplift Your Career & Skill Up to Your Dream Job - Learning Simplified From Home! Kickstart your career & boost your employability by helping you discover your skills, talents, and interests with our special Supply Chain Management Course. You'll create a pathway to your ideal job as this course is designed to uplift your career in the relevant industry. It provides the professional training that employers are looking for in today's workplaces. The Supply Chain Management Course is one of the most prestigious training offered at Skillwise and is highly valued by employers for good reason. This Supply Chain Management Course has been designed by industry experts to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Supply Chain Management Course, like every one of Skillwise's courses, is meticulously developed and well-researched. Every one of the topics is divided into elementary modules, allowing our students to grasp each lesson quickly. At Skillwise, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from Skillwise, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this Supply Chain Management? Unlimited access to the course forever Digital Certificate, Transcript, and student ID are all included in the price Absolutely no hidden fees Directly receive CPD Quality Standard-accredited qualifications after course completion Receive one-to-one assistance every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Supply Chain Management there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for free. Original Hard Copy certificates need to be ordered at an additional cost of £8. Who is this course for? This Supply Chain Management course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skills. Prerequisites This Supply Chain Management does not require you to have any prior qualifications or experience. You can just enroll and start learning. This Supply Chain Management was made by professionals and it is compatible with all PCs, Macs, tablets, and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as a bonus, you will be able to pursue multiple occupations. This Supply Chain Management is a great way for you to gain multiple skills from the comfort of your home.   Module 01: An overview of Supply Chain Management An Overview of Supply Chain Management 00:17:00 Module 02: Role of logistics of Supply Chain Role of logistics of Supply Chain 00:19:00 Module 03: Customer Response Principles and Systems Customer Response Principles and Systems 00:15:00 Module 04: Supply Chain System and Principles Supply Chain System and Principles 00:15:00 Module 05: Global Supply Chain Operations Global Supply Chain Operations 00:17:00 Module 06:Inventory Strategies for Supply Chain Inventory Strategies for Supply Chain 00:15:00 Module 07: Warehouse Management and Operations Warehouse Management and Operations 00:13:00 Module 08: Supply Chain Design and Monitoring Supply Chain Design and Monitoring 00:15:00 Module 09: Supply Chain Network and Evaluating Supply Chain Network and Evaluating 00:18:00 Module 10: Supply Chain Planning and New Business Concepts Supply Chain Planning and New Business Concepts 00:17:00 Module 11: Aligning your supply chain process with your business Aligning Supply Chain Process with Your Business 00:18:00 Mock Exam Final Exam Assignment Assignment - Supply Chain Management 08:01:00 Feedback Learner Feedback

Supply Chain Management
Delivered Online On Demand
£139

Supply Chain and Logistics Management - QLS Level 5 Certificate

By Imperial Academy

2 QLS Endorsed Course | FREE 2 CPD Courses | CPD Certified | Free PDF & Hardcopy Certificates | Lifetime Access

Supply Chain and Logistics Management - QLS Level 5 Certificate
Delivered Online On Demand
£129

Build Web Applications with Django and PostgreSQL

By Xpert Learning

About Course Building Web Applications with Django and PostgreSQL: Master the Complete Stack Learn to build modern and robust web applications with one of the most popular and powerful tech stacks: Django and PostgreSQL. In this comprehensive course, you will learn: The fundamentals of Django, including setting up a development environment, creating models, views, and templates, and handling user authentication and authorization. How to work with Django's built-in admin interface and form files. Advanced topics, such as working with Django's ORM (Object-Relational Mapping) to interact with the PostgreSQL database, handling form submissions, and integrating third-party libraries. Best practices for structuring Django projects, handling user sessions, and securing your web applications against common web vulnerabilities. You will also gain hands-on experience in using PostgreSQL as your database backend, including: Designing database schemas Performing CRUD (Create, Read, Update, Delete) operations Optimizing database performance Throughout the course, you will work on practical projects that will allow you to apply the concepts you've learned and build real-world web applications. By the end of this course, you will be able to: Create dynamic and interactive web applications with Django and PostgreSQL. Build secure, scalable, and maintainable web applications. Become a skilled and proficient web developer. This course is perfect for: Beginners who want to learn how to build web applications from scratch. Experienced web developers who want to learn how to use Django and PostgreSQL. Anyone who wants to learn how to build modern and robust web applications. Enroll today and start your journey to becoming a Django and PostgreSQL expert! Bonus: Get access to the instructor's personal collection of Django and PostgreSQL resources. Why learn Django and PostgreSQL? Django and PostgreSQL are two of the most popular and powerful technologies for building web applications. Django is a popular web framework written in Python that allows developers to build robust and scalable web applications quickly and efficiently. PostgreSQL is a powerful open-source relational database management system known for its reliability and performance. Learning Django and PostgreSQL will give you a significant advantage in the job market and allow you to build more complex and sophisticated web applications. Here are some of the benefits of learning Django and PostgreSQL: Django is a popular web framework with a large and active community. This means that there is a wealth of resources available to help you learn Django and get help when you need it. Django is a powerful and versatile web framework that can be used to build a wide variety of web applications, from simple websites to complex e-commerce platforms. PostgreSQL is a powerful and reliable database management system that is known for its performance and scalability. PostgreSQL is also an open-source database, which means that it is free to use and distribute. So what are you waiting for? Enroll in this course today and start your journey to becoming a Django and PostgreSQL expert! What Will You Learn? Comprehensive coverage of Django web framework and PostgreSQL database Practical projects to apply concepts learned Hands-on experience with PostgreSQL as a database backend Best practices for structuring Django projects and securing web applications In-depth understanding of Django's ORM for database interactions Integration of third-party libraries and Import Real-world examples and use cases Course Content Getting Started Introduction Getting started on Windows, MacOS, and Linux How to Ask Great Questions FAQs Setting Up a Python Development Installing Python Installing PyCharm IDE for Development Creating the first Python Project Write and Run Hello World Program Command Line Basics Installation and Access Pip Command Django Setting Up the Project Introduction to Web Framework and Django Installing Django and Setting Up a Project Understanding Django Architecture and Structured Creating a Simple Django App Building a Django App with PostgreSQL Introduction to PostgreSQL and its Advantages for Web Applications Installing PostgreSQL and Setting Up a Database pgAdmin Secure Login and Create Database Connection Django to PostgreSQL Creating a Basic HTTP View Method Request URL Pattern on App Include Apps to Project URLs Installing the Psycopg2 Module for DB Connection Django Models and ORM (Object Relational Mapping) Defining Models and Creating Database Tables Using Djangos Built-in ORM to Interact with the Database Migration to Create DB Tables Assessment Test Solution for an Assessment Test Working with Admin Module Creating Superuser as Admin Authentication and Authorization User Access Permissions Registering User Models to the Admin Dashboard Creating Data Using CRUD Functionality View Data on the PostgreSQL Database Table Django Views and Templates Understanding the MVC - MVT Creating Views and Handling HTTP Requests and Rendering Templates Creating a Template with HTML Page Building Dynamic Form and Handling Django Form Design Creating Bootstrap Template Applying Bootstrap to Django Form Creating Stunning Product Card items Django Project: Registration form - Real world Creating Model Creating Forms Creating Views Applying ORM - Migrations Creating My Form Template Adding URLs Creating Success_View Template Project URLs Update and Adding Installed Apps Run Project and Submit Data to Database Django Reports Creating Report_View Method Creating Report_Template Update URLs Pattern Run Project and Test Reports Course Resources Course Resources A course by Sekhar Metla IT Industry Expert Material Includes Download Resources and Reference Project Source Code Django to PostgreSQL database connection Project Settings file RequirementsBasic knowledge of Python programmingUnderstanding of relational databases and SQL - optionalFamiliarity with web development concepts (HTML, CSS, and JavaScript) - optional Audience Beginners Python Django developers curious about web application development Web developers who want to learn how to build web applications using Django and PostgreSQL Python developers who want to expand their skillset to web development Students or professionals looking to enhance their web development skills with Django and PostgreSQL. Requirements Basic knowledge of Python programming Understanding of relational databases and SQL - optional Familiarity with web development concepts (HTML, CSS, and JavaScript) - optional

Build Web Applications with Django and PostgreSQL
Delivered Online On Demand5 hours
£9.99

ICAgile's Agility in HR (ICP-AHR) Training & Certification Program by ValueX2 | 2 days - 8 hrs/day | 9 am - 5 pm UK Time

By ValueX2

https://www.valuex2.com/agile-hr-certification/ https://www.linkedin.com/company/80563537/

ICAgile's Agility in HR (ICP-AHR) Training & Certification Program by ValueX2 | 2 days - 8 hrs/day | 9 am - 5 pm UK Time
Delivered OnlineFlexible Dates
£550

Certificate in Anti Money Laundering (AML)

5.0(4)

By LGCA | London Governance and Compliance Academy

Become a financial crime prevention superhero with LGCA’s help! Pick up everything you need to know to join a company’s AML function and start fighting crime with your newfound knowledge and skills. The Certificate in AML provides participants with a thorough understanding of what constitutes Money Laundering (ML) and how financial institutions should respond to increasingly complex attempts by criminal individuals and entities to process proceedings from illegal activities in a manner that enables them to enjoy such illegal proceedings. Study method Online, self-paced Duration 25 hours Access to content 360 days Certification Certificate in Anti Money Laundering (AML) Additional info Exam(s) / assessment(s) is included in price Description About the Certificate Participants will investigate what is ML, what constitutes a risk-based approach in dealing with ML and the relevant policies and procedures that may be adopted by a financial institution as part of a coherent AML Strategy. In addition, participants will be provided with an overall assessment of international economic sanctions and how these are valuable tools in combating ML. The Certificate also offers participants, a practical perspective of how AML attempts have been formally incorporated and have led to the creation of legal frameworks that aim to prevent ML practices. The knowledge obtained by undertaking this Certificate is an invaluable asset for professionals that seek to enhance their career prospects in AML which is becoming an increasingly significant issue for financial institutions. Topics covered • Money laundering methods, techniques, red flags, key risk areas and compliance best practices & checklists • KYC and CDD: Beneficial ownership, money laundering risks in gatekeeper roles, politically exposed persons, and much more • Economic Sanctions and relevant frameworks • Vulnerabilities of Financial Institutions • Legal Framework for AML – A practical perspective • Case Studies and analysis Expected Learning Outcomes • Identify ML-related risks and dangers that need to be dealt with through a rigid AML strategy • Understand ML risk assessment and management and learn how to design a comprehensive AML risk-based approach • Review the relevant processes and procedures that need to be adopted as part of an AML strategy • Gain a practical perspective through a review of the relevant legal framework that covers AML • Understand the importance of sanctions and how these can be utilised as a tool to combat ML Format • Register at any time • Study in your own time and at your own pace (you have up to 3 months to complete the Certificate) • Assessed by an online multiple-choice exam What is included • 25 hours of self-paced online interactive learning including analysis of 5 practical case studies • 1-year free AGRC membership • Online Exam and AGRC Certificate Completion Requirements • Success in all the unit tests. Each unit is allocated two, three or four Multiple Choice questions (MCQs). In total 33 MCQs with a pass mark of 70% and an unlimited number of attempts. Each unit test is 10 minutes. • Success in the final test of 40 MCQs for the completion and award of the Certificate in Anti Money Laundering, issued by the Association of Governance, Risk and Compliance (AGRC). The pass mark is 70% and two attempts are permitted. The final test is 60 minutes. Who is this course for? Individuals who aspire to a career in AML, staff with specific anti-money laundering duties and staff working in financial services who want a comprehensive training in AML. No previous knowledge or experience is required although it is assumed that participants have good knowledge of English and a sound education background. Requirements No previous knowledge or experience is required though it is assumed that participants have good knowledge of English and sound educational background. Career path AML Officer, MLRO, Head of Back Office, Compliance Officer, Risk Manager, Manager, Director

Certificate in Anti Money Laundering (AML)
Delivered Online On Demand
£650

Lean Leadership and Change Management Diploma

4.3(43)

By John Academy

Learn how to use culture for enhancing the employee performance with the Lean Leadership and Change Management Diploma course. The course is designed to teach you Lean leadership and change management. A lean leader will change the way your thinking and the way you lead your organisation. Lean leadership is the approach that teaches you how to improve the overall performance of your organisation by bringing change in its culture. You will learn about the lean culture and lean leadership. The course illustrates the history of lean, the essential principles and practices, and the fundamental functions of the lean leader. There are two ways of lean implementation. You can change and redesign the whole process, or you may acquire the habits of problem-solving and continuous improvement. The course covers these two processes and helps you to choose the right methods for you. The purpose of the course is to prepare you for applying the lean leadership approach of lean culture in your organisation. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Diploma in Management Skills is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Diploma in Management Skills is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Introduction Why 00:04:00 What 00:04:00 Curriculum 00:05:00 How 00:04:00 What is Culture 00:06:00 Culture Drivers 00:08:00 Resources 00:05:00 Activity 1 00:03:00 The House of Lean House of Lean 00:03:00 Evolution 00:04:00 Shingo 00:09:00 Honda 00:09:00 Activity 2 00:02:00 Lean Culture Principles & Practices JIT 00:07:00 Kanban 00:08:00 Continuous Improvement and Leadership 00:04:00 Waste Intro 00:10:00 Forms of Waste 1 00:06:00 Management Waste 00:07:00 Activity3 00:02:00 Scientific Method 00:07:00 Gemba Walk 00:06:00 Heijunka 00:05:00 Visual Display 00:07:00 Activity 4 00:02:00 Kaizen 00:06:00 The Job of the Lean Leader - To Challenge and To Serve Lean Leadership Intro 00:07:00 The Mind of the Lean Leader 00:04:00 The Mind of the Lean Leader - Transitions 00:07:00 Lean Leadership1. External Challenge 00:05:00 Lean Leadership 2. Internal Challenge 00:06:00 Activity 5 00:02:00 Lead WSA 00:02:00 Be the Model 00:03:00 Coach Others 00:07:00 Motivation 00:04:00 Reinforce Your Strategy 00:04:00 Activity 6 00:01:00 Intrinsic Reinforcement 00:08:00 Getting to Lean - Designing the System for a New Culture Paths to Lean 00:05:00 How You Change 00:03:00 Design Thinking 00:08:00 Design Process 00:08:00 Capability Analysis 00:05:00 Charter 00:05:00 Activity 7 00:02:00 Design Team 00:06:00 Discovery 00:06:00 Discover the Process 00:07:00 Dream 00:07:00 Design technical 00:07:00 Design Structure 00:08:00 Social Design 00:06:00 Activity 8 00:03:00 VON Case Study 00:10:00 WSA Summary 00:04:00 Activity 9 00:02:00 The Habits of Continuous Improvement - The Team Kata Why Teams 00:06:00 Types of Teams 00:06:00 Team Charter 00:05:00 Team Maturity 00:05:00 Team Roles and Responsibilities 00:05:00 Team Agenda 00:05:00 Activity 10 00:02:00 Facilitation 1 00:06:00 Facilitation 2 00:04:00 Team Scoreboard 00:07:00 Activity 11 00:01:00 Map Team's Work 00:03:00 Attitudes 00:05:00 Five Whys 00:03:00 PDSA 1 00:04:00 PDSA 2 00:04:00 PDCA example 00:01:00 Activity 12 00:01:00 A3 00:05:00 Standard Work 00:05:00 Leader Standard Work 00:04:00 Activity 13 00:02:00 Summary 00:03:00 Resources Resources - Lean Leadership and Change Management Diploma 00:00:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Lean Leadership and Change Management Diploma
Delivered Online On Demand6 hours 37 minutes
£25

DipIFR - Diploma in Financial Reporting (valid from today until 1 Jul 2022)

4.4(141)

By ExP

DipIFR, 100% Pass Guarantee, Full Learning and Revision Components, Tests, Mock Exam, Tutor Support and ACCA Approved Materials Included, Exceptional Pass Rates

DipIFR - Diploma in Financial Reporting (valid from today until 1 Jul 2022)
Delivered Online On Demand
£500

DipIFR - Diploma in Financial Reporting (valid from 1 Jul 2022 until 1 Jul 2023)

4.4(141)

By ExP

DipIFR, 100% Pass Guarantee, Full Learning and Revision Components, Tests, Mock Exam, Tutor Support and ACCA Approved Materials Included, Exceptional Pass Rates

DipIFR - Diploma in Financial Reporting (valid from 1 Jul 2022 until 1 Jul 2023)
Delivered Online On Demand
£500

Level 3 Gym Instructor and Personal Trainer Diploma - CPD Certified

4.7(47)

By Academy for Health and Fitness

FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter

Level 3 Gym Instructor and Personal Trainer Diploma - CPD Certified
Delivered Online On Demand7 days
£200

Level 5 Diploma in Web Development - QLS Endorsed

4.7(47)

By Academy for Health and Fitness

48-Hour Knowledge Knockdown! Prices Reduced Like Never Before. Looking to become a master in web development? You're in luck! Introducing the Web Development - The Complete Bootcamp 2023 bundle - a comprehensive collection of courses that will turn you into a web development pro in no time. This bundle features 11 courses, including the Complete Web Development Course, HTML Web Development Crash Course, CSS Web Development, and more. Each course is CPD-QS accredited, ensuring that you're receiving the best possible education to further your career. This Web Development Package includes: Course 01: Diploma in Complete Web Development at QLS Level 5 10 Premium Additional CPD QS Accredited Courses - Course 01: HTML Web Development Crash Course Course 02: CSS Web Development Course 03: PHP Webforms for Everyone Course 04: Create Your First Responsive Website Course 05: Bootstrap - Responsive Web Design Course 06: Ultimate PHP & MySQL Web Development & OOP Coding Course 07: Basics of WordPress: Create Unlimited Websites Course 08: Fundamentals of CSS Course 09: MySql Masterclass Course 10: Ionic & Angular JS: Mobile and Web Development In addition, the first course is QLS-endorsed, meaning that you'll receive a QLS hardcopy certificate upon completion for free. This certificate holds significant weight in the industry and serves as a testament to your dedication and expertise in web development. After taking this Web Development bundle course, you will be able to learn: Learn how to build responsive websites using HTML, CSS and Bootstrap. Master PHP and MySQL for advanced web development. Develop skills in mobile and web development using Ionic and Angular JS. Understand the fundamentals of WordPress and create unlimited websites. Create user-friendly web forms using PHP. Don't miss out on this opportunity to expand your knowledge and take your career to the next level. Get your hands on the Web Development - The Complete Bootcamp 2023 bundle today and start your journey towards becoming a web development master. Enrol right now! Why Prefer This Email Marketing at QLS Level 3 Course? Web Development FREE QLS endorsed certificate Get instant access to this Web Development Training course. Learn Web Development from anywhere in the world Web Development Training is an entirely online, interactive lesson with voiceover audio Lifetime access 24/7 tutor support Free assessments available Get a free student ID card! (£10 postal charge will be applicable for international delivery) Level 5 Diploma in Web Development - QLS Endorsed ***Curriculum breakdown of Complete Web Development Course*** Welcome HTML 5 CSS 3 Bootstrap Project 1 - Design a Landing Page Project 2 - Business Website Project 3 - Portfolio How is the Web Development - The Complete Bootcamp 2023 Bundle Assessment Process? You have to complete the assignment questions given at the end of the course and score a minimum of 60% to pass each exam. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme : Diploma in Complete Web Development at QLS Level 5 after you successfully pass the exams. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring web developers looking to gain knowledge and skills in web development Professionals in web development looking to expand their knowledge and expertise Requirements There is no formal requirements for this Bundle, Career path Junior Web Developer Front-end Web Developer Full-stack Web Developer Senior Web Developer Certificates Diploma in Complete Web Development at QLS Level 5 Hard copy certificate - Included After successfully completing thecourse, you can order an original hardcopy Certificate of Achievement endorsed by the Quality Licence Scheme. This certificate will be delivered to your home, free of charge. To obtain the additional Quality Licence Scheme Endorsed Certificate, you will need to pay the corresponding fee based on the level of the courses: Level 1: £59 Level 2: £79 Level 3: £89 Level 4: £99 Level 5: £119 Level 6: £129 Level 7: £139 CPD QS Accredited Certificate Digital certificate - £10 Upon successfully completing the Bundle, you will need to place an order to receive a PDF Certificate for each course within the bundle. These certificates serve as proof of your newly acquired skills, accredited by CPD QS and will cost you £10 for each course. Also, the certificates are recognised throughout the UK and internationally. CPD QS Accredited Certificate Hard copy certificate - £29 International students are subject to a £10 delivery fee for their orders, based on their location.

Level 5 Diploma in Web Development - QLS Endorsed
Delivered Online On Demand3 weeks
£100