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

24646 Development courses in Glasgow delivered On Demand

Logistics & Operations Management - Level 5

4.8(9)

By Skill Up

Enhance your skills in Logistics & Operations Management with Level 5 course. Gain expertise in supply chain, process optimization, and strategic planning.

Logistics & Operations Management - Level 5
Delivered Online On Demand13 hours 2 minutes
£25

Create Dynamic and Interactive Web Content Using AJAX and JSON in JavaScript

By Packt

The course will help you create amazing interactive dynamic applications that can synchronize data between your database and front-end HTML codes. You need to have basic coding knowledge and a basic understanding of HTML, JavaScript (DOM), and jQuery to take up this course.

Create Dynamic and Interactive Web Content Using AJAX and JSON in JavaScript
Delivered Online On Demand5 hours 22 minutes
£41.99

Business Management Level 3, 5 & 7

By Imperial Academy

Level 7 QLS Endorsed Course | Endorsed Certificate Included | Plus 5 Career Guided Courses | CPD Accredited

Business Management Level 3, 5 & 7
Delivered Online On Demand
£149

Conflict Management at QLS Level 3

4.7(47)

By Academy for Health and Fitness

48-Hour Knowledge Knockdown! Prices Reduced Like Never Before! This Certificate in Conflict Management at QLS Level 3 course is endorsed by The Quality Licence Scheme and accredited by CPDQS (with 120 CPD points) to make your skill development & career progression more accessible than ever! Are you looking to improve your current abilities or make a career move? If yes, our unique Conflict Management at QLS Level 3 course might help you get there! It is an expertly designed course which ensures you learn everything about the topic thoroughly. Expand your expertise with high-quality training from the Conflict Management at QLS Level 3 course. Due to Conflict Management at QLS Level 3's massive demand in the competitive market, you can use our comprehensive course as a weapon to strengthen your knowledge and boost your career development. Learn Conflict Management at QLS Level 3 from industry professionals and quickly equip yourself with the specific knowledge and skills you need to excel in your chosen career. The Conflict Management at QLS Level 3 course is broken down into several in-depth modules to provide you with the most convenient and rich learning experience possible. Upon successful completion of the Conflict Management at QLS Level 3 course, an instant e-certificate will be exhibited in your profile that you can order as proof of your skills and knowledge. Add these amazing new skills to your resume and boost your employability by simply enrolling in this Conflict Management at QLS Level 3 course. This Conflict Management at QLS Level 3 training can help you to accomplish your ambitions and prepare you for a meaningful career. So, join us today and gear up for excellence! Why Prefer This Conflict Management at QLS Level 3 Course? Opportunity to earn a certificate endorsed by the Quality Licence Scheme & another accredited by CPDQS which is completely free. Get a free student ID card! (£10 postal charge will be applicable for international delivery) Innovative and engaging content. Free assessments 24/7 tutor support. Take a step toward a brighter future! *** Course Curriculum *** Introduction Understand the Keys to Conflict How Misunderstandings Arise... and the Solution Personality Types in Conflict Escalation of Conflict De-escalating Conflict Closing Section Order Your Certificate Assessment Process After completing an online module, you will be given immediate access to a specially designed MCQ test. The results will be immediately analysed, and the score will be shown for your review. The passing score for each test will be set at 60%. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you have completed all of the Certificate in Conflict Management at QLS Level 3 exams. CPD 120 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This course is perfect for highly motivated people who want to improve their technical skills and prepare for the career they want! Requirements Conflict Management at QLS Level 3 No prior background or expertise is required. Career path The course will boost your CV and aims to help you get the job or even the long-awaited promotion of your dreams. Certificates Certificate in Conflict Management at QLS Level 3 Hard copy certificate - Included Show off Your New Skills with a Certificate of Completion After successfully completing the Certificate in Conflict Management at QLS Level 3 , you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme andalso you can order CPDQSAccredited Certificate that is recognised all over the UK and also internationally. The certificates will be home-delivered, completely free of cost. CPDQS Accredited Certificate Digital certificate - Included

Conflict Management at QLS Level 3
Delivered Online On Demand7 days
£100

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

Administrative Management at QLS Level 5

4.7(47)

By Academy for Health and Fitness

24 Hours Left! Don't Let Year-End Deals Slip Away - Enrol Now! This Diploma in Administrative Management at QLS Level 5 course is endorsed by The Quality Licence Scheme and accredited by CPDQS (with 150 CPD points) to make your skill development & career progression more accessible than ever! Are you looking to improve your current abilities or make a career move? If yes, our unique Administrative Management at QLS Level 5 course might help you get there! It is an expertly designed course which ensures you learn everything about the topic thoroughly. Expand your expertise with high-quality training from the Administrative Management at QLS Level 5 course. Due to Administrative Management at QLS Level 5's massive demand in the competitive market, you can use our comprehensive course as a weapon to strengthen your knowledge and boost your career development. Learn Administrative Management at QLS Level 5 from industry professionals and quickly equip yourself with the specific knowledge and skills you need to excel in your chosen career. The Administrative Management at QLS Level 5 course is broken down into several in-depth modules to provide you with the most convenient and rich learning experience possible. Upon successful completion of the Administrative Management at QLS Level 5 course, an instant e-certificate will be exhibited in your profile that you can order as proof of your skills and knowledge. Add these amazing new skills to your resume and boost your employability by simply enrolling in this Administrative Management at QLS Level 5 course. This Administrative Management at QLS Level 5 training can help you to accomplish your ambitions and prepare you for a meaningful career. So, join us today and gear up for excellence! Why Prefer This Administrative Management at QLS Level 5 Course? Opportunity to earn a certificate endorsed by the Quality Licence Scheme & another accredited by CPDQS which is completely free. Get a free student ID card! (£10 postal charge will be applicable for international delivery) Innovative and engaging content. Free assessments 24/7 tutor support. Take a step toward a brighter future! *** Course Curriculum *** Here is the curriculum breakdown of the Administrative Management at QLS Level 5 course: Module 01: Introduction to Office Administration Module 02: Skills of an Effective Administrator Module 03: Business Etiquette Module 04: Business Telephone Skills Module 05: Representing Your Boss and Company Module 06: Mail Services and Shipping Module 07: Travel Arrangements Module 08: Organising Meeting and Conferences Module 09: Time Management Module 10: Record Keeping and Filing Systems Module 11: Business Writing Skills Module 12: Organisational Skills Module 13: Communication Skills Module 14: Customer Service Module 15: Effective Planning and Scheduling Module 16: Invoicing/Petty Cash 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. Our expert trainers will assess your assignment and give you feedback after you submit the assignment. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you have completed all of the Diploma in Administrative Management at QLS Level 5 exams. CPD 150 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Administrative Management at QLS Level 5 course is perfect for highly motivated people who want to improve their technical skills and prepare for the career they want! Requirements No prior background or expertise is required. Career path The Administrative Management at QLS Level 5 course will boost your CV and aims to help you get the job or even the long-awaited promotion of your dreams. Certificates CPDQS Accredited Certificate Digital certificate - Included Diploma in Administrative Management at QLS Level 5 Hard copy certificate - Included Show off Your New Skills with a Certificate of Completion After successfully completing the Diploma in Administrative Management at QLS Level 5, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme andalso you can order CPDQSAccredited Certificate that is recognised all over the UK and also internationally. The certificates will be home-delivered, completely free of cost.

Administrative Management at QLS Level 5
Delivered Online On Demand3 weeks
£105

Computer System Validation Training Course (ONLINE). Extend Your Role to CSV Projects. Get Certified and Become a CSV Professional

By Getreskilled (UK)

Has the Computer System Validation Engineer left and you’ve been handed their responsibilities? Do the thoughts of your next audit fill you with dread? CSV can be frustrating but this program will show you how to manage electronic data in a regulated manufacturing/laboratory/clinical environment using the GAMP framework and ensure compliance with FDA’s 21 CFR Part 11, EU Annex 11 or other regulatory guidelines.

Computer System Validation Training Course (ONLINE). Extend Your Role to CSV Projects. Get Certified and Become a CSV Professional
Delivered Online On Demand
£699 to £9,996

Level 3 Diploma in Meditation & Mindfulness - QLS Endorsed

4.7(47)

By Academy for Health and Fitness

48-Hour Knowledge Knockdown! Prices Reduced Like Never Before! This Certificate in Meditation & Mindfulness at QLS Level 3 course is endorsed by The Quality Licence Scheme and accredited by CPDQS (with 120 CPD points) to make your skill development & career progression more accessible than ever! Are you looking to improve your current abilities or make a career move? If yes, our unique Meditation & Mindfulness at QLS Level 3 course might help you get there! It is an expertly designed course which ensures you learn everything about the topic thoroughly. Expand your expertise with high-quality training from the Meditation & Mindfulness at QLS Level 3 course. Due to Meditation & Mindfulness at QLS Level 3's massive demand in the competitive market, you can use our comprehensive course as a weapon to strengthen your knowledge and boost your career development. Learn Meditation & Mindfulness at QLS Level 3 from industry professionals and quickly equip yourself with the specific knowledge and skills you need to excel in your chosen career. The Meditation & Mindfulness at QLS Level 3 course is broken down into several in-depth modules to provide you with the most convenient and rich learning experience possible. Upon successful completion of the Meditation & Mindfulness at QLS Level 3 course, an instant e-certificate will be exhibited in your profile that you can order as proof of your skills and knowledge. Add these amazing new skills to your resume and boost your employability by simply enrolling in this Meditation & Mindfulness at QLS Level 3 course. This Meditation & Mindfulness at QLS Level 3 training can help you to accomplish your ambitions and prepare you for a meaningful career. So, join us today and gear up for excellence! Why Prefer This Meditation & Mindfulness at QLS Level 3 Course? Opportunity to earn a certificate endorsed by the Quality Licence Scheme & another accredited by CPDQS which is completely free. Get a free student ID card! (£10 postal charge will be applicable for international delivery) Innovative and engaging content. Free assessments 24/7 tutor support. Take a step toward a brighter future! *** Course Curriculum *** Here is the curriculum breakdown of the Meditation & Mindfulness at QLS Level 3 course: Introduction & First Concepts Understanding & Beating Anxiety More Anti-Anxiety Skills & Concepts Conclusion 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. Our expert trainers will assess your assignment and give you feedback after you submit the assignment. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you have completed all of the Certificate in Meditation & Mindfulness at QLS Level 3 exams. CPD 120 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Meditation & Mindfulness at QLS Level 3 course is perfect for highly motivated people who want to improve their technical skills and prepare for the career they want! Requirements Meditation & Mindfulness at QLS Level 3 No prior background or expertise is required. Career path The Meditation & Mindfulness at QLS Level 3 course will boost your CV and aims to help you get the job or even the long-awaited promotion of your dreams. Certificates Certificate in Meditation & Mindfulness at QLS Level 3 Hard copy certificate - Included Show off Your New Skills with a Certificate of Completion After successfully completing the Certificate in Meditation & Mindfulness at QLS Level 3, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme and also you can order CPDQSAccredited Certificate that is recognised all over the UK and also internationally. The certificates will be home-delivered, completely free of cost. CPDQS Accredited Certificate Digital certificate - Included

Level 3 Diploma in Meditation & Mindfulness - QLS Endorsed
Delivered Online On Demand7 days
£100

Child Psychology and Child Care Diploma Part - 3

By iStudy UK

Course Description Get instant knowledge from this bite-sized Child Psychology and Child Care Diploma Part - 3 course. This course is very short and you can complete it within a very short time. In this Child Psychology and Child Care Diploma Part - 3 course you will get fundamental ideas of child psychology and child care, the key strategy of moral development and so on. Enrol in this course today and start your instant first step towards understanding moral development. Learn faster for instant implementation. Learning outcome  Understand moral development Gain in-depth knowledge of the problems of infancy Deepen your understanding of the problems of childhood Understand the problems of adolescence How Much Do Child Psychologists Earn? Senior - £44,000(Appx.) Average - £68,000(Appx.) Starting - £30,000(Appx.) Requirement Our Child Psychology and Child Care Diploma Part - 3 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. Child Psychology and Child Care Diploma Part - 3 Module 01: Understanding Moral Development 00:18:00 Module 02: Problems of Infancy 00:21:00 Module 03: Problems of Childhood 00:23:00 Module 04: Problems of Adolescence 00:28:00 Assignment Assignment - Child Psychology and Child Care Diploma Part - 3 00:00:00

Child Psychology and Child Care Diploma Part - 3
Delivered Online On Demand1 hour 30 minutes
£25

Level 4 Award Internal Verifier, IV, IQA

4.9(27)

By Apex Learning

The Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practice (RQF) qualification is an Ofqual regulated 12 credit qualification designed to provide you with accredited Internal Quality Assurance of Assessment Processes knowledge and expertise. The Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practice (RQF) qualification has been approved by Focus, the UK's fastest-growing awarding organisation. Focus is a well-established awarding organisation governed by Ofqual, ensuring professionalism and appreciation of the qualifications. This most engaging Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practice (RQF) qualification includes practical and theoretical knowledge that can be easily applied in a real-world context. All lessons have been designed so that anyone with no prior knowledge can easily dive into them. You will learn about the essential concept of internal quality assurance, the IQA records and cycle, the basic principles of IQA and many more. Enrol now and stand out brightly in the crowd!!! Why is this Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practices Course is Perfect for You? Choose Your Career: Join today and make a life-changing decision, get all the essential knowledge to transform your career. Advance Your Career: With our Regulated qualifications, you can move up to the next level in your organisation with expertise. Upgrade Your Skills: Add value to your current educational profile and gain the skill sets to compete in your job role. Enhance Your Credibility: The Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practices course is Ofqual, UK Govt. Regulated and Awarded by Focus which adds value to your educational profile. 20 Additional Courses: With a single payment, you will get access to the Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practices, along with 20 CPD courses 100% Money-Back Guarantee: We are confident about our course quality and want to provide the best service to our invaluable learners. That's why we provide 14 day Unconditional Full Money-Back Guarantee with this course to ensure a hassle-free purchase. So don't be late and pursue your dream career with Apex Learning. What other courses are included with this Level 4 Award Internal Verifier, IV, IQA Course?: With this Level 4 Award Internal Verifier, IV, IQA Course, learners will get the 5 Premium CPD courses completely FREE. With this Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practice (RQF) Course, learners will get the 20 Premium CPD courses completely FREE. Course 01: Education Management Course 02: Educational Psychology and Development Course 03: Advanced Teaching Assistant Diploma Course 04: Special Education Needs (SEN) Training - Level 2 Course 05: EYFS Teaching - Level 3 Course 06: Phonics Teaching Diploma Level 3 Course 07: Leadership in Teaching Course 08: Lesson Planning for Teaching Course 09: Remote Teaching Online Course 10: Classroom Behaviour Management Course 11: Performance Management Course 12: People Management Skills Level 3 Course 13: Report Writing Course 14: Domestic Violence and Abuse Awareness - Level 2 Course 15: Child Neglect Awareness Certificate Course Course 16: Level 3 Mental Health and Adolescent Course Course 17: Safeguarding Children Level 3 Course 18: Functional Skills English Practice Level 2 Course 19: Train the Trainer Course 20: Leadership & Management Diploma Qualification Summary Qualification type: Focus Level 4 Award Qualification title: Focus Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practice (RQF) Accreditation status: Accredited Level: 4 Guided Learning Hours (GLH): 90 Total Qualification Time (TQT): 120 ****Qualification Curriculum**** **Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practice (RQF)** Unit 1: Understanding The Principles And Practices Of Internally Assuring The Quality Of Assessment Unit 2: Internally Assure The Quality Of Assessment Course Duration Guided Learning Hours These hours are made up of all contact time, guidance or supervision of a learner by a lecturer, supervisor, tutor, trainer or another appropriate provider of education or training. Guided Learning Hours for this qualification is 90. Total Qualification Time This is an estimate of the total length of time it is expected that a learner will typically take to achieve and demonstrate the level of attainment necessary for the award of the qualification i.e. to achieve all learning outcomes. Total Qualification Time is GLH and an estimate of the number of hours a learner is likely to spend in preparation, study or any other learning including assessment, which takes place as directed by, but not under the supervision of a lecturer, supervisor or tutor. The credit value, where given, for a qualification is determined by TQT, as one credit corresponds to 10 hours of learning. Total Qualification Time for this qualification is 120 hours. Method of Assessment Assessment activities consist of a few short assignments that you have to complete to show evidence of general reading while adding references to your work. All assignments should be submitted via the online portal. Video Assessment You have to plan many things, such as observation, questioning/ professional discussion, and inspection of supporting work products evidence. Detailed assignment instructions will be made available to you in the 'Guidance for Achieving the Unit' section of your learning portal with a careful and clear explanation. You have to submit all your assignments via the online portal Certification Successful candidates will be awarded a Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practice (RQF) from Focus Awards Limited. Progression Level 4 Award in Externally Assuring the Quality of Assessment Processes and Practice Level 4 Diploma in Learning and Development. Who is this course for? Our extensive Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practice (RQF) course is suitable for ambitious learners who are already working or considering working in the Quality Assurance sector. The qualification is also suitable for individuals who: Wish to join in an assessor role Beginner this field and wish to acquire in-demand assessing skills wish to gain formal recognition of their skills want to study from home at their own convenience Requirements Level 4 Award in the Internal Quality Assurance of Assessment Processes and Practice (RQF) qualification does not have any specific entry requirements for students. However, you must be at least 19 years old or above to register and undergo an initial assessment. Career path You will have the ability to accomplish a lot of things with this certificate. Here are just a few examples: Internal quality assurer Market developer Marketing executive Quality monitoring officer

Level 4 Award Internal Verifier, IV, IQA
Delivered Online On Demand
£460