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

3593 Operations courses in Jarrow delivered On Demand

Start Your Career as Web Developer - Complete Training

4.5(3)

By Studyhub UK

Embarking on a journey into the digital realm? Dive deep into the vast ocean of web development with our course: 'Start Your Career as Web Developer - Complete Training'. This comprehensive programme unfolds the mysteries of HTML, revealing its foundational to advanced layers. As you delve further, JavaScript beckons, introducing you to its core elements, from basic operations to error handling. But that's not all. PHP emerges on the horizon, offering an exploration from rudimentary concepts to intricate object-oriented programming and real-world applications. Equip yourself with the essence of web development and illuminate the pathways of the digital world. Learning Outcomes Grasp the foundational to advanced principles of HTML. Understand and apply JavaScript concepts from introductory to advanced error handling techniques. Master PHP from its fundamental aspects to advanced object-oriented programming and database integration. Develop and implement web applications integrating PHP with MySQL. Implement client-side and server-side validations using JavaScript and PHP. Why choose this Start Your Career as Web Developer - Complete Training? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments are designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Start Your Career as Web Developer - Complete Training Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Who is this Start Your Career as Web Developer - Complete Training for? Aspiring web developers seeking a structured pathway into the field. Current web designers looking to expand their skills into development. IT students aiming to bolster their academic understanding with applied knowledge. Entrepreneurs aiming to manage or understand their website's backend. Tech enthusiasts with a curiosity about the workings of web development. Career path Web Developer: £28,000 - £50,000 Front-End Developer: £30,000 - £50,000 Back-End Developer: £35,000 - £55,000 Full Stack Developer: £40,000 - £60,000 PHP Developer: £30,000 - £52,000 JavaScript Developer: £35,000 - £57,000 Prerequisites This Start Your Career as Web Developer - Complete Training does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Start Your Career as Web Developer - Complete Training was made by professionals and it is compatible with all PC's, Mac's, 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. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Introduction Introduction 00:03:00 How to Get Course requirements 00:02:00 Getting Started on Windows, Linux or Mac 00:02:00 How to ask Great Questions 00:01:00 FAQ's 00:01:00 HTML Introduction HTML 00:05:00 Choosing Code Editor 00:06:00 Installing Code Editor (Sublime Text) 00:04:00 Overview of a Webpage 00:05:00 Structure of a Full HTML Webpage 00:07:00 First Hello World! Webpage 00:09:00 HTML Basic Heading tags 00:09:00 Paragraph 00:08:00 Formatting Text 00:12:00 List Items Unordered 00:05:00 List Items Ordered 00:04:00 Classes 00:09:00 IDs 00:06:00 Comments 00:04:00 HTML Intermediate Images 00:12:00 Forms 00:05:00 Marquee 00:06:00 Text area 00:06:00 Tables 00:06:00 Links 00:07:00 Navbar - Menu 00:04:00 HTML Entities 00:05:00 Div tag 00:06:00 Google Maps 00:07:00 HTML Advanced HTML Audio 00:07:00 HTML Video 00:05:00 Canvas 00:06:00 Iframes 00:05:00 Input Types 00:04:00 Input Attributes 00:06:00 Registration Form 00:04:00 Contact Us Form 00:10:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:02:00 JavaScript Introduction What is JavaScript 00:09:00 Hello World Program 00:14:00 Getting Output 00:11:00 Internal JavaScript 00:13:00 External JavaScript 00:09:00 Inline JavaScript 00:04:00 Async and defer 00:06:00 JavaScript Basics Variables 00:13:00 Data Types 00:10:00 Numbers 00:06:00 Strings 00:07:00 String Formatting 00:05:00 JavaScript Operators Arithmetic operators 00:07:00 Assignment operators 00:03:00 Comparison operators 00:06:00 Logical operators 00:08:00 JavaScript Conditional Statements If-else statement 00:05:00 If-else-if statemen 00:04:00 JavaScript Control Flow Statements While loop 00:09:00 Do-while loop 00:03:00 For loop 00:08:00 Coding Exercise 00:02:00 Solution for Coding Exercise 00:02:00 JavaScript Functions Creating a Function 00:07:00 Function Call() 00:07:00 Function with parameters 00:05:00 JavaScript Error Handling Try-catch 00:05:00 Try-catch-finally 00:17:00 JavaScript Client-Side Validations On Submit Validation 00:09:00 Input Numeric Validation 00:12:00 PHP Introduction What is PHP 00:08:00 Installing XAMPP for PHP, MySQL and Apache 00:12:00 Installing Code Editor(Visual Studio Code) 00:07:00 Creating PHP Project on XAMPP 00:03:00 Hello World Program 00:06:00 PHP Basic Variables 00:16:00 Echo and Print 00:08:00 Data Types 00:11:00 Numbers 00:06:00 Boolean 00:04:00 Arrays 00:06:00 Multi-Dimensional Array 00:07:00 Sorting Arrays 00:04:00 Constants 00:05:00 PHP Strings Strings 00:04:00 String Formatting 00:05:00 String Methods 00:08:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:01:00 PHP Operators Arithmetic operators 00:03:00 Assignment operators 00:02:00 Comparison operators 00:05:00 Increment - decrement operators 00:03:00 Logical operators 00:06:00 Ternary operator 00:03:00 PHP Decision-making System If statement 00:05:00 If-else statement 00:02:00 If-else-if-else statement 00:03:00 Switch-case statement 00:05:00 PHP Control flow statements Flow Chart 00:06:00 While loop 00:09:00 Do-while loop 00:04:00 For loop 00:15:00 Foreach loop 00:04:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:01:00 PHP Functions Creating a Function 00:08:00 Function with Arguments 00:08:00 Default Argument 00:03:00 Function return values 00:06:00 Call-by-value 00:02:00 Call-by-reference 00:03:00 PHP Super globals $_POST Method 00:06:00 $_GET Method 00:02:00 PHP Advanced Form Handling 00:08:00 Date and Time 00:08:00 Include 00:06:00 Require 00:02:00 Sessions 00:08:00 File Reading 00:02:00 File Upload 00:06:00 PHP Object-oriented programming[OOPs] What is OOP 00:03:00 Class and Objects 00:11:00 Constructor 00:04:00 Destructor 00:03:00 Access Modifiers 00:10:00 Inheritance 00:12:00 Method overriding 00:06:00 Abstract Class 00:03:00 Interface 00:08:00 PHP - MySQL Application [CRUD] MySQL Basic PhpMyAdmin 00:04:00 Creating Database and Table 00:07:00 Database Connection 00:05:00 PHP Form Create records 00:16:00 PHP Form Reading records 00:11:00 PHP Form Update Data 00:15:00 PHP Form Delete record 00:04:00 PHP Real-world code forms Registration Form 00:04:00 MD5 Algorithm for Encrypting 00:03:00 Sha Algorithm 00:02:00 Login Form 00:12:00 PHP Validations On Submit Validation 00:09:00 Input Numeric Validation 00:12:00 Login Form Validation 00:05:00 Form Server-side all Data Validation 00:06:00 Form Server-side Validation 00:06:00 PHP Error handling Try-throw-catch 00:06:00 Try-throw-catch-finally 00:02:00

Start Your Career as Web Developer - Complete Training
Delivered Online On Demand15 hours 8 minutes
£10.99

Hotel & Hospitality Management Diploma with Holiday Representative Training

5.0(1)

By Course Gate

This Hotel & Hospitality Management Diploma with Holiday Representative Training will provide you with an understanding of the interrelationships between departments that drive performance in the hotel and resort industry. The course will introduce to the central philosophies of facilities and resource management, operating procedures and compliance requirements. You will focus on developing and maintaining effective teamwork and the management of staff relationships within a hospitality team. You will become proficient in developing food and beverage menus that meet cost requirements and the management of staff training processes. You'll learn about food service operations alongside a variety of academic disciplines, including foreign languages. This course covers a range of topics such as hotels, resorts, cruise ships, private / corporate owned restaurants and special catering events. You'll also be provided with cash handling, function, restaurant service, and barista skills. Who is this course for? Retail Customer Service and Visual Merchandising Training is suitable for anyone who wants to gain extensive knowledge, potential experience, and professional skills in the related field. This course is CPD accredited so you don't have to worry about the quality. Requirements Our Retail Customer Service and Visual Merchandising Training is open to all from all academic backgrounds and there is no specific requirements to attend this course. It is compatible and accessible from any device including Windows, Mac, Android, iOS, Tablets etc. CPD Certificate from Course Gate  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Starting a Restaurant Are you ready for the challenge? 00:15:00 How to decide on a concept 00:30:00 Designing your restaurant 00:15:00 Friends and family 00:15:00 Writing a Business Plan 00:30:00 Insurance 00:15:00 Restaurant Organizations that you need to check out. 00:15:00 What are the best Catering Industry Trade Shows? 00:15:00 Managing a Restaurant Managing Yourself 00:30:00 Managing Others 00:30:00 Managing Your Money 00:15:00 Managing Your Food and Supplies 00:30:00 Managing Everything Else 00:30:00 Starting Food Catering Where You Work 00:15:00 Health and safety 00:15:00 Staff, Suppliers and Transport 00:00:00 Food Hygiene 01:00:00 Rules about Menus 00:15:00 Paperwork and Finances 00:15:00 Law 00:15:00 Food Business Food Business Basics 00:45:00 Put Together Your Business Concept 00:10:00 Identify Your Target Market 00:10:00 Identify Your Competition 00:10:00 Write A Mission Statement 00:10:00 Downline Basics 00:15:00 Equipment And Supplies 00:10:00 Marketing And Quality Control 00:10:00 Wrapping Up 00:05:00 Hospitality Introduction to Hospitality 00:15:00 Characteristics of the Hospitality Industry 00:15:00 Relationship Between the Hospitality Industry and Tourism 00:15:00 Types of Accommodation 00:15:00 Types of Room 00:30:00 Types of Hotel Guests 00:15:00 Hospitality Management Introduction to Hospitality Management 01:00:00 Influences Which Affect the Industry 00:05:00 The Development of the Hospitality Industry 00:05:00 Hospitality Brands 00:15:00 Accommodation 00:05:00 Food Service 00:05:00 Successful Quality Management 00:05:00 Holiday Representative Your Introduction to Becoming a Holiday Rep 00:15:00 Defining the Career of a Holiday Rep 00:30:00 Exploring the Various Types of Holiday Reps 00:30:00 Exploring the Origins and Growth of British Tourism 00:30:00 The Components of the Travel and Tourism Industry 00:15:00 Factors that Affect Your Career 00:30:00 Nailing the Teamwork Element Required to Surpass Expectations 01:00:00 The Standard Duties of Holiday Reps 00:15:00 The Legalities Holiday Reps Need to Know About 01:00:00 The Holiday Reps Role in Keeping their Guests Safe 00:30:00 Effective Handling of Customer Complaints 00:30:00 Administration Duties 00:15:00 Crushing It With Customer Services 00:30:00 Creating the Perfect Welcome Meeting 00:15:00 Guide to Selling Excursions 00:15:00 Preparing and Conducting Transfers Successfully 00:05:00 Tallying Floats and Converting Currencies 00:30:00 Mock Exam Mock Exam - Hotel & Hospitality Management Diploma with Holiday Representative Training 00:20:00 Final Exam Final Exam - Hotel & Hospitality Management Diploma with Holiday Representative Training 00:20:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Hotel & Hospitality Management Diploma with Holiday Representative Training
Delivered Online On Demand20 hours 45 minutes
£11.99

Mastering Management: Navigating the UK's Top Courses for Success

By Assignment help Online

Get the best management assignment help and management course guide online by Uk management experts.

Mastering Management: Navigating the UK's Top Courses for Success
Delivered Online On Demand
FREE

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly.

By Packt

Master the art of architectural drawing with this compact course. From floor plans to furniture placement, hatching to text insertion, learn essential skills for creating professional architectural drawings. Suitable for aspiring architects, designers, and drafters, this course empowers you to create stunning architectural designs with confidence and precision.

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly.
Delivered Online On Demand4 hours 34 minutes
£48.99

Close Protection - CPD Accredited Course

5.0(2)

By Training Express

Step into the discreet, high-stakes world of close protection with this CPD Accredited course designed for those serious about understanding personal security operations. Whether you're navigating the roles within a protection team or decoding threat assessments, this course delivers a focused, professional insight into the structured processes behind effective close protection. Each module is methodically arranged to shed light on team dynamics, planning, route strategy, and legal considerations — without any unnecessary drama or vague promises. From vehicle drills to legislative frameworks, this course stays firmly on target. It's tailored for learners who prefer clear, intelligent content over inflated jargon. You'll explore how protection services are planned, what threat analysis involves, and why reconnaissance isn't just for spy films. And yes, all of this without needing to leap into a black SUV. This is online learning designed with a sharp suit and an even sharper sense of purpose. If you appreciate structure, precision, and a bit of dry wit along the way — you're in the right place. Still not convinced? Take a glimpse of the key benefits you'll get with - Lessons prepared in collaboration with Professionals User-friendly Learner Management System (LMS) Syllabus designed in line with the standards of the UK Education System Updated Study Materials focusing both on Knowledge and Skill based training Guidance to expand in 'a' territory and move forward with Skills and Capability Mentor profession Free Assessment to test learners' knowledge and skills Course Curriculum: Module 01: Introduction to Close Protection Module 02: The Close Protection Team Module 03: The Planning Module 04: Threat Assessment Module 05: Vehicle Drills: Embus and Debus Module 06: Route Selection and Reconnaissance Module 07: Legislation Regarding Close Protection Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing the Close Protection - CPD Accredited course. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Close Protection - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Close Protection - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Close Protection - CPD Accredited training.

Close Protection - CPD Accredited Course
Delivered Online On Demand1 hour
£23

ChatGPT and Prompt Engineering With Advanced Data Analysis

By Packt

Explore ChatGPT, a cutting-edge world of AI content creation, with our comprehensive course. This meticulously curated program unravels the technology behind ChatGPT to practical applications in machine learning, social media, data analysis, and image generation. This course unveils new facets of AI to navigate this evolving landscape with prowess.

ChatGPT and Prompt Engineering With Advanced Data Analysis
Delivered Online On Demand4 hours 29 minutes
£41.99

Management of Accounts Receivable Course

5.0(2)

By Training Express

Managing accounts receivable isn't just about chasing invoices—it’s about mastering the flow of cash with the finesse of a financial conductor. This course takes you through the art and strategy behind credit control, client invoicing, and debt recovery without ever sounding like a textbook. Whether you’re polishing up your knowledge or stepping into the finance game with a keen eye, we’ve built this for the sharp-minded professional who knows every penny delayed is more than just a minor inconvenience. Expect a clear, structured approach to understanding how receivables shape business health and how to keep them in check. Learn how to minimise overdue payments, improve cash flow forecasting, and create smoother client transactions—without feeling like you’re lost in spreadsheets. If you're after savvy financial control without the fluff, this course is your ledger-friendly companion. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum Module 01 : Introduction to Accounts Receivable Management Module 02 : Credit Policies and Procedures Module 03 : Billing and Invoicing Module 04 : Receivables Collection Strategies Module 05 : Cash Application and Reconciliation Module 06 : Accounts Receivable Technologies and Trends Learning Outcomes: Analyse and implement efficient credit policies. Streamline billing and invoicing procedures. Develop effective receivables collection strategies. Master the art of cash application and reconciliation. Stay updated with the latest Accounts Receivable technologies and trends. Enhance your financial management skills for a competitive edge. Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Finance professionals Business owners and managers Accountants Financial analysts Administrative professionals Anyone interested in financial management Graduates seeking to enhance their financial knowledge Those looking to advance their career in finance Career path Credit Manager Financial Analyst Accounts Receivable Specialist Finance Manager Business Owner Accounting Clerk Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Management of Accounts Receivable Course
Delivered Online On Demand1 hour
£12

Microbiology Lab Technician Diploma

5.0(1)

By Course Gate

Unlock your career potential with the Microbiology Lab Technician Diploma. This comprehensive online course covers essential topics, including microbial diversity, laboratory safety, and clinical practices. Gain practical skills and theoretical knowledge to thrive in medical laboratory services. Enrol now to become a qualified microbiology lab technician!

Microbiology Lab Technician Diploma
Delivered Online On Demand5 hours 20 minutes
£11.99

Lab Technician

5.0(1)

By Course Gate

Become a skilled Lab Technician with our Lab Technician Online Course. Master essential skills, laboratory techniques, and equipment operation to excel in medical lab services. Enrol now for hands-on training and earn a globally recognised CPD certificate!

Lab Technician
Delivered Online On Demand7 hours 6 minutes
£11.99

Close protection & Security Management Course

5.0(2)

By Training Express

Ever wondered who watches over VIPs or keeps high-risk zones secure behind the scenes? This Close Protection & Security Management Course dives into the techniques and strategies used to maintain order, manage threats, and coordinate safety in complex environments. It doesn’t involve movie-style action or dramatic chase scenes—but it does equip learners with knowledge in risk assessment, security planning, surveillance, and incident response, all delivered online with zero need to show up in a black suit and earpiece. Whether you're looking to sharpen your understanding of close protection operations or want to explore how modern security teams plan for emergencies, this course brings you a structured, easy-to-follow learning path. From handling threat intelligence to managing large-scale security operations, it blends straightforward theory with up-to-date insights into the industry. If the idea of structure, discretion, and safety appeals more than drama and stunts, then you’re in the right place—no sunglasses at night required. Key Features of this Course : Instant e-certificate and hard copy dispatch by next working day Fully online, interactive course with audio voiceover Developed by professionals in the field Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases *** Additional Gifts *** Free Life coaching Course *** (Offer Ends Soon) *** Course Curriculum of Close Protection The detailed curriculum outline of our course is as follows: Module 01: Introduction to Close Protection Module 02: The Close Protection Team Module 03: The Planning Module 04: Threat Assessment Module 05: Vehicle Drills: Embus and Debus Module 06: Route Selection and Reconnaissance Module 07: Legislation Regarding Close Protection Course Curriculum of Risk and Security Management The detailed curriculum outline of our course is as follows: Module 01: Introduction to Risk Management Module 02: Risk and Types of Risk Module 03: Risk Management Process Module 04: Organisational Security Management Module 05: Security Risk Analysis and Risk Reduction Module 06: Physical and Information Security Protection Module 07: Cyber Security and Fraud Prevention Module 08: Security Investigations and Threat Awareness Module 09: Laws and Regulations Life Coaching Module 01: Life Coaching: The Purpose and Fundamentals Module 02: Develop Your Self-Awareness Module 03: The Development of Core Beliefs and Managing Fears Module 04: Life Coaching Types and Key Attributes of a Life Coach Module 05: Understanding Emotional Intelligence Module 06: Body Language and Communication Techniques Module 07: A Structure for Client Work and Goal Setting Module 08: Basic Principles for Business Development and Growth Module 09: The Ethical Coach: Protect Yourself and Your Clients Learning Outcomes: Understand principles of close protection and risk management. Analyze threats and devise strategic security plans effectively. Demonstrate proficiency in physical and cyber security measures. Comprehend relevant legislation and regulatory frameworks. Apply organisational security management strategies adeptly. Conduct security investigations and maintain threat awareness. Accreditation All of our courses, including this course, are fully accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certification Once you've successfully completed your course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). Our certifications have no expiry dates, although we do recommend that you renew them every 12 months. Assessment At the end of the course, there will be an online assessment, which you will need to pass to complete the course. Answers are marked instantly and automatically, allowing you to know straight away whether you have passed. If you haven't, there's no limit on the number of times you can take the final exam. All this is included in the one-time fee you paid for the course itself. CPD 20 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone with a knack for learning new skills can take this course. While this comprehensive training is popular for preparing people for job opportunities in the relevant fields, it also helps to advance your career for promotions. Individuals aspiring to work in security management roles. Security professionals seeking to enhance their skills. Law enforcement personnel transitioning to private security. Graduates looking to enter the security industry. Career changers interested in high-stakes security roles. Career path Security Manager - £30K to 50K/year. Risk Analyst - £25K to 45K/year. Close Protection Officer - £25K to 40K/year. Cyber Security Specialist - £35K to 60K/year. Security Consultant - £35K to 70K/year. Certificates Certificate of completion Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Certificate of completion Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Close protection & Security Management Course
Delivered Online On Demand1 hour
£15