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

58094 Courses

Mushroom Growing Course

4.5(3)

By Studyhub UK

Imagine the earthy aroma of fresh fungi as you embark on the 'Mushroom Growing Course,' an immersive program designed for those with a passion for horticulture and sustainable living. From the basic botany of fungi to the intricate steps of cultivation, this course delivers comprehensive knowledge about mushroom cultivation. Module one introduces the fundamentals of mushroom growing, planting the seed for a bountiful harvest of understanding. Progress through identifying edible species, understanding the lifecycle, and advancing to more sophisticated techniques in spawning and compost preparation. Learning Outcomes Develop a foundational understanding of the mushroom cultivation process. Identify various edible mushrooms and understand their unique growth conditions. Master the techniques for creating and managing mushroom compost. Acquire skills in preparing and maintaining mushroom beds for optimal growth. Understand the business aspects of mushroom cultivation and how to harvest and store produce effectively. Why choose this Mushroom Growing Course? 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 Mushroom Growing Course 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 Mushroom Growing Course for? Hobbyists interested in starting their own mushroom cultivation at home. Agricultural enthusiasts aiming to diversify their farming practices. Entrepreneurs seeking opportunities in the niche market of mushroom production. Culinary professionals and food producers wishing to source their own gourmet mushrooms. Individuals focused on sustainability and organic farming practices. Career path Mycologist - £25,000 to £55,000 Horticulturist - £18,000 to £28,000 Agricultural Manager - £25,000 to £50,000 Sustainable Farmer - Variable, often self-employed Food Scientist - £25,000 to £45,000 Agricultural Consultant - £30,000 to £60,000 Prerequisites This Mushroom Growing Course does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Mushroom Growing Course 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 Module-01: Introduction to Mushroom Cultivation Introduction to Mushroom Cultivation 00:28:00 Module-02: Identifying Edible Mushrooms Identifying Edible Mushrooms 00:36:00 Module-03: Mushroom Culture Part One Mushroom Culture Part One 00:30:00 Module-04: Mushroom Culture Part Two Mushroom Culture Part Two 00:17:00 Module-05: Mushroom Spawning Mushroom Spawning 00:20:00 Module-06: Mushroom Compost Part One Mushroom Compost Part One 00:23:00 Module-07: Mushroom Compost Part Two Mushroom Compost Part Two 00:16:00 Module-08: Making and Casing Mushroom Beds Making and Casing Mushroom Beds 00:26:00 Module-09: Mushrooms Growing Conditions Mushroom Growing Conditions 00:23:00 Module-10: Growing Mushrooms Outside Growing Mushrooms Outside 00:26:00 Module-11: Harvesting and Storing Mushrooms Harvesting and Storing Mushrooms 00:26:00 Module-12: Mushroom Business Mushroom Business 00:22:00 Assignment Assignment - Mushroom Growing Course 00:00:00

Mushroom Growing Course
Delivered Online On Demand4 hours 53 minutes
£10.99

MySQL for developers

5.0(3)

By Systems & Network Training

MySQL for developers training course description This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands. The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling. What will you learn Provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database. Use advanced features of the MySQL Client. Use advanced data types. Manage the structure of databases and tables. Manage and using indexes. Write complex SQL query statements. Use advanced SQL expressions. Use advanced SQL functions. Perform advanced Insert, Update, Delete, Replace and Truncate Operations. Use user variable syntax and properties. Import and export data from within MySQL. Import and export data from the command line. Perform complex joins to access multiple tables. Perform complex subqueries. Create, manage and us views. Use prepared statements. Create and use stored routines. Create and use triggers. Obtain database metadata. Optimize queries. Work with the main storage engines. Debug MySQL applications. MySQL for developers training course details Who will benefit: MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course. Prerequisites: MySQL foundation Duration 5 days MySQL for developers training course contents Introduction Administration and Course Materials, Course Structure and Agenda, Delegate and Trainer Introductions. Client/server concepts MySQL client/server architecture, Server modes, Using client programs, Logging in options, Configuration files, Precedence of logging in options Hands on Using client/server The MySQL client program Using MySQL interactively, The MySQL prompts, Client commands and SQL statements, Editing, Selecting a database, Help, Safe updates, Using script files, Using a source file, Redirecting output into a file, Command line execution, Mysql output formats, Overriding the defaults, Html and xml output, MySQL Utilities. Hands on Using the MySQL client program Data types Bit data type, Numeric data types, Auto_increment, Character string data types, Character sets and collation, Binary string data types, Enum and Set data types, Temporal data types, Timezone support, Handling Missing Or Invalid Data Values, SQL_MODE options. Hands on Using data types Identifiers Using Quotes with identifier naming, Case sensitivity in Identifier naming, Qualifying columns with table and database names, Using reserved words as identifiers, Function names Hands on Using identifiers Databases Database properties, Creating a database, Selecting a database, Altering databases, Dropping databases, Obtaining database metadata, The SHOW command, The INFORMATION_SCHEMA database, The SHOW CREATE command Hands on Using databases Tables and indexes Table properties, Creating tables, Create table using Select or Like, Temporary tables and memory tables, Altering tables, Adding columns, Changing column widths and types, Renaming columns, Dropping columns, Adding constraints, Dropping constraints, Renaming tables, Change the table storage engine, Multiple alterations, Dropping tables, Emptying tables, Obtaining table metadata, Show create table, The information_schema, Index introduction, Structure of a mysql index, Creating and dropping indexes, Creating an index, Altering a table to add an index, Specifying index type, Dropping indexes, Obtaining Index Metadata. Hands on Creating, altering and dropping tables/indexes Querying for data The SQL select statement and MySQL differences, Advanced order by, Order by and collation, Order by with enum datatype, Order by with Set datatype, Ordering with distinct and group by Special features of union, Limit and order by clauses, Group By clause, Group_concat, Using Rollup in a Group By clause. Hands on Querying for data SQL Expressions and functions Components of expressions, Nulls, Numeric expressions, String expressions, Temporal expressions, Comparison functions, Flow control functions, Numeric functions, String functions, Temporal functions. Hands on Using expressions and functions Updating data Update operations and privileges, Inserting rows, Insert using a set clause, Inserting duplicate values, Replacing rows, Updating rows, Update using the order by and limit clauses, Deleting rows, The delete and truncate statements. Exercise: Inserting, updating, replacing and deleting data Connectors MySQL client interfaces, MySQL connectors, Oracle and community conectors, Connecting to MySQL server using Java and PHP connectors, MySQL and NoSQL, Innodb integration with memcached. Obtaining database metadata What is metadata?, The mysqlshow utility, The show and describe commands, Describing tables, The information_schema, Listing tables, Listing columns, Listing views, Listing key_columns_usage. Hands on Obtaining database metadata Debugging Mysql error messages, The show statement, Show errors, Show count(*) errors, Show warnings, Show count(*) warnings, Note messages, The perror utility. Hands on Debugging Joins Overview of inner joins, Cartesian product, Inner joins with original syntax, Non equi-join, Using table aliases to avoid name clashes, Inner Joins With ISO/ANSI Syntax, Outer Joins, Left outer joins, Right outer joins, Full outer joins, Updating multiple tables simultaneously, Updating rows in one table based on a condition in another, Updating rows in one table reading data from another, Deleting from multiple tables simultaneously, Deleting rows in one table based on a condition in another. Hands on Coding joins Subqueries Types of subquery, Multiple-column subqueries, Correlated subqueries, Using the ANY, ALL and SOME operators, Using the EXISTS operator, Subqueries as scalar expressions, Inline views, Converting subqueries to joins, Using subqueries in updates and deletes. Hands on Coding subqueries Views Why views are used, Creating views, View creation restrictions, View algorithms, Updateable views, Altering and dropping views, Displaying information about views, Privileges for views. Hands on Using views Import and Export Exporting using SQL, Privileges required to export data, Importing using SQL, Messages when loading data, Privileges required to load data, Exporting from the command line, Mysqldump main options, Importing from the command line, Mysqlimport main options. Hands on Importing and exporting User variables and prepared statements Creating User variables, User variables in a select, Prepared statements, The prepare statement, The execute statement, The deallocate statement, Using prepared statements in code, with connectors. Hands on Using variables and prepared statements Introduction to stored routines Types of stored routines, Benefits of stored routines, Stored routine features, Differences between procedures and functions, Introduction to the Block, Declaring variables and constants, Assigning values to variables, Definer rights and invoker rights, Using SELECT in stored routines, Altering and dropping stored routines, Obtaining stored routine metadata, Stored routine privileges and execution security. Hands on Writing simple stored routines Stored routines - program logic The IF .. THEN .. ELSEIF construct, The CASE statement, The basic loop, The while loop, The repeat loop, The iterate statement, Nested loops. Hands on Writing stored routines with program logic Stored routines - exception handlers and cursors Dealing with errors using Exception handlers, Cursors, What is a cursor?, Cursor operations, Declaring cursors, Opening and closing cursors, Fetching rows, Status checking. Hands on Writing stored routines with program logic Procedures with parameters Creating procedures with parameters, Calling Procedures With Parameters. Hands on Writing stored routines with parameters Functions What is a function?, The create function statement, Executing functions, Executing functions from code, Executing functions from SQL statements, The deterministic and SQL clauses. Hands on Writing functions Triggers Trigger creation, Restrictions on triggers, The create trigger statement, Using the old and new qualifiers, Managing triggers, Destroying triggers, Required privileges. Hands on Writing triggers Basic optimizations Normalisation of data to third normal form, Using indexes for optimization, General query enhancement, Using Explain to analyze queries, Choosing an INNODB or MYISAM storage engine, Using MySQL Enterprise Monitor in query optimization. Hands on Making use of basic optimizations More about indexes Indexes and joins Hands on Investigating indexes and joins

MySQL for developers
Delivered in Internationally or OnlineFlexible Dates
£2,797

HOT LAY (Part of the 5 Day course)

4.9(182)

By You Can Do It .Training

Only Purchase as part of a 5 Day course

HOT LAY (Part of the 5 Day course)
Delivered In-Person in Stoke on TrentFlexible Dates
£180

Portuguese Course for Beginners

4.7(160)

By Janets

The Portuguese Course for Beginners is a wonderful learning opportunity for anyone who has a passion for this topic and is interested in enjoying a long career in the relevant industry. It's also for anyone who is already working in this field and looking to brush up their knowledge and boost their career with a recognised certification. This Portuguese Course for Beginners consists of several modules that take around 1 hour to complete. The course is accompanied by instructional videos, helpful illustrations, how to instructions and advice. The course is offered online at a very affordable price. That gives you the ability to study at your own pace in the comfort of your home. You can access the modules from anywhere and from any device. Why choose this course Earn a e-certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Mock exams Multiple-choice assessment Certification Upon successful completion of the course, you will be able to obtain your course completion PDF Certificate at £9.99. Print copy by post is also available at an additional cost of £15.99 and the same for PDF and printed transcripts. Course Content Lesson 1 Lesson 1a 00:03:00 Lesson 1b 00:03:00 Lesson 1c 00:04:00 Lesson 2 Lesson 2a 00:04:00 Lesson 2b 00:03:00 Lesson 2c 00:05:00 Lesson 2d 00:05:00 Lesson 2e 00:01:00 Lesson 3 Lesson 3a 00:04:00 Lesson 3b 00:03:00 Lesson 3c 00:04:00 Lesson 3d 00:04:00 Lesson 3e 00:03:00 Lesson 3f 00:03:00 Lesson 4 Lesson 4a 00:03:00 Lesson 4b 00:03:00 Lesson 4c 00:03:00 Lesson 4d 00:03:00 Lesson 4e 00:03:00 Order your Certificates & Transcripts Order your Certificates & Transcripts 00:00:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Portuguese Course for Beginners
Delivered Online On Demand1 hour 4 minutes
£25

Solar PV Systems, Modelling and Analysis – Master the Technology of Solar PV from Cells to Systems

By EnergyEdge - Training for a Sustainable Energy Future

Dive into the realm of Solar PV Systems Modelling and Analysis through EnergyEdge's course. Stay ahead in the field of renewable energy with expert training.

Solar PV Systems, Modelling and Analysis – Master the Technology of Solar PV from Cells to Systems
Delivered In-PersonFlexible Dates
£2,399 to £2,499

Autism Awareness Course: Part 2

By iStudy UK

Course Description Get instant knowledge from this bite-sized Autism Awareness Course: Part 2 course. This course is very short and you can complete it within a very short time. In this Autism Awareness Course: Part 2 course you will get fundamental ideas of autism, the key understanding of dealing with autistic individuals, engagement in autism awareness and so on. Enrol in this course today and start your instant first step towards learning about the cognitive approaches in autism. Learn faster for instant implementation. Learning outcome  Familiarise with the cognitive approaches in autism Understand how to deal with autistic individuals Gain in-depth knowledge of other considerations for dealing with autistic individuals Deepen your understanding of engagement in autism awareness Requirement Our Autism Awareness Course: Part 2 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. Autism Awareness Course: Part 2 Cognitive Approaches in Autism 00:14:00 Dealing with Autistic Individuals 00:21:00 Other Considerations for Dealing with Autistic Individuals 00:16:00 Engagement in Autism Awareness 00:10:00 Assignment Assignment - Autism Awareness Course: Part 2 00:00:00

Autism Awareness Course: Part 2
Delivered Online On Demand1 hour 1 minutes
£25

Exploring Modernist Literature Course

5.0(2)

By Training Express

Modernist literature stands as a fascinating and revolutionary movement, changing the landscape of written expression. Through experimentation with narrative structures, language, and themes, it marked a departure from traditional forms. Writers such as James Joyce, Virginia Woolf, and T.S. Eliot broke away from the conventions of their time to delve into the complexities of human consciousness, disillusionment, and the rapidly changing world. In this course, you'll explore how these authors used literary innovation to reflect the fractured nature of modern life and the profound shifts in culture, politics, and society. As you journey through the texts, you'll uncover the ways in which Modernist writers sought to portray the inner workings of the human mind, often blurring the line between reality and perception. By analysing key works, you'll gain an appreciation for the subtle ways Modernist writers challenged societal norms and experimented with form. From stream-of-consciousness techniques to fragmented storytelling, this course offers a deep dive into how these literary giants reshaped storytelling for future generations. Whether you’re a fan of classic literature or new to the genre, this course will offer a fresh perspective on Modernism’s lasting impact. 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 Modernism Module 02: Stream of Consciousness Narrative Module 03: Fragmentation and Multiple Perspectives Module 04: The Wasteland and the Post-War World Module 05: The Harlem Renaissance Module 06: Modernist Women Writers Module 07: Existentialism and Modernist Poetry Module 08: Postcolonial Perspectives Learning Outcomes: Introduction to Modernism: Analyze key features of modernist literature. Stream of Consciousness Narrative: Identify and interpret stream of consciousness in literary works. Fragmentation and Multiple Perspectives: Examine the impact of fragmentation on narrative structure. The Wasteland and the Post-War World: Analyze T.S. Eliot's "The Waste Land" and its post-war context. The Harlem Renaissance: Evaluate the cultural significance of the Harlem Renaissance. Modernist Women Writers: Explore contributions of women writers during the modernist era. 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. Certificate After completing this course, you will get a FREE Digital Certificate from Training Express. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Literature enthusiasts seeking in-depth modernist literary understanding. Students with an interest in 20th-century literary movements. Scholars and researchers exploring modernist literature. Individuals pursuing a broader understanding of cultural shifts. Anyone fascinated by diverse perspectives in literature. Career path Academic Researcher in Modernist Literature Museum Curator with Focus on 20th Century Literature Literary Critic and Reviewer Cultural Heritage Consultant Editorial Positions in Publishing Industry Archivist Specializing in 20th Century Literary Manuscripts 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.

Exploring Modernist Literature Course
Delivered Online On Demand1 hour
£12

L 2: Professional Taxi and Private Hire Driver Course

5.0(6)

By Learn More Academy Ltd

Level 2: Professional Taxi and Private Hire Driver Course provides the basic knowledge needed to start a career as a Taxi/Private Hire Driver in the UK. This course is ideal for any driver new to the industry or for existing drivers wishing to renew their licence through industry recognised qualification. The course also meets the mandatory requirements for local councils and Taxi/Private hire licensing offices in in the United Kingdom. ABOUT THIS COURSE: Level 2: Professional Taxi and Private Hire Driver Course will suit you if you are 19 or over and currently work as a taxi driver, chauffeur or driver in community transport or private hire and you want a recognised qualification and a chance to develop your skills further. You might plan to run your own private hire business. COURSE CONTENT: Health and Safety Routes and Fares Customer Service Vehicle Maintenance Road Safety The Regulatory Framework Routes and Fares Transporting Children, Young People and Individuals who require assistance UNITS COVERED: Unit 1: Health and Safety in the taxi and private hire work environment Unit 2: Road safety when driving Passengers in a taxi or private hire vehicle Unit 3: Professional Customer Service in the Taxi and Private hire Industry Unit 5: The regulatory framework of the taxi and private hire Industry Unit 6: Taxi and private hire services for passengers who require assistance Unit 7: Routes and fares in the taxi and private hire vehicle industries Unit 8: Transporting parcels, luggage, and other items in the taxi and private hire industries Unit 4: Taxi and private hire vehicle maintenance and safety inspections Unit 9: Transporting children and young persons by taxi or private hire vehicle ENTRY REQUIREMENT: There are no formal requirements for this course. However, in order to operate a taxi or private hire vehicle, learners must be in possession of a local council-issued taxi or private hire vehicle (PHV) licence. The licence will specify the locations/areas in which the learner is allowed to operate a taxi/private hire vehicle. COURSE ASSESSMENT: This course be assessed through on-screen multiple choice question test at the end of each session and an observation test. HOW MUCH THIS COURSE COST? Level 2: Professional Taxi and Private Hire Driver Course will cost £299.99. There is no any hidden fess/cost.

L 2: Professional Taxi and Private Hire Driver Course
Delivered In-PersonFlexible Dates
£299.99

Maintenance Planning, Scheduling & Control

By EnergyEdge - Training for a Sustainable Energy Future

About this Training Course Whether you are maintaining an oil rig or processing plant, good quality maintenance is critical to delivering a safe reliable product to your customers. Whatever your level of maintenance experience, this course will equip you with the valuable skills and understanding that will enhance your maintenance career. Too often the maintenance department is seen as the cause of why assets are unavailable, in poor condition yet are costing too much to maintain. By comparison, pace setting companies see maintenance as adding value to their assets and employ an integrated, holistic approach to their maintenance activities. This course will help you move towards that pace setting performance. This course is based on an integrated maintenance model that has been used by leading companies and consultants with success and recognised as best practice. Participants will learn the total impact that maintenance can have on a business, identify key elements (and value) of effective maintenance for their own plants to not only reduce costs but also improve performance. The critical types of maintenance will be covered from day-to-day activities to shutdowns and reliability improvement. The course will break down traditional functional boundaries and encourage a holistic approach to maintenance. With an organisation's maintenance process only as good as its weakest link, this course will guide participants through all the key steps of a maintenance process and its supply chain. Participants will understand what is considered a good standard for each step in the maintenance process, how to identify the weakest links and subsequently how they can accelerate their performance improvement. Participants will have the option of gaining a Bronze Level qualification from the Academy of Turnarounds Operations of Maintenance. For those who obtain a pass, they will receive a Pass certificate and for those who achieve the top quartile score, they will receive a Distinction level pass. This course can also be offered through Virtual Instructor Led Training (VILT) format. Training Objectives By the end of the course, participants will be able to: Explain the challenges and objectives facing maintenance organisations today Demonstrate the importance of work order systems and use techniques for time estimations and priority assignments Prepare a preventive maintenance program Apply project management techniques to effectively manage major maintenance activities and shut downs Use capital budgeting techniques to evaluate maintenance capital expenditures Demonstrate understanding of how to maintain the optimal stock levels of spare parts to ensure operational continuity Prepare the right Key Performance Indicators (KPIs) to evaluate and improve performance in maintenance Target Audience This course is not just for maintenance professionals. Maintenance teams cannot perform without effective integration with operations and supply chain functions. Availability losses are often caused by operations or design issues and pace setting companies have generated significant benefits by integrating operation and maintenance strategies and working more collaboratively. This course will help all members of the operations and maintenance teams and their supply chain better understand their respective roles in ensuring that maintenance is benefitting and not inhibiting their business. Course Level Basic or Foundation Trainer Your expert course leader is a highly experienced facilitator in maintenance improvement, change management, continuous improvement and capability development as a management coach and trainer. He has a strong focus on people with an emphasis on developing people and the practicalities of improving maintenance performance rather than just the theory. He has worked internationally across Europe, America, the Middle East and Africa with extensive experience in Oil and Gas, the Chemicals sector and manufacturing as well as working with clients in Steel and Power Generation. As a result, he can bring best practice from a wide variety of sources. He spent the first fifteen years of his career as a specialist trainer working for companies such as Lloyds British Training Services and Rolls Royce. He then went on to work as a Principal consultant for ABB consulting for 15 years. During this time, he refined some of the established improvement tools including how and when to apply them for maximum impact whilst still continuing to develop and deliver training in support of this. Recent work has included improvements to the Work Order to Work Execution processes of Engineering departments and focused on Reliability, Planning and Scheduling. This ongoing field experience has helped him test and refine specialist training in a number of areas. He has been able to use his own experience to contribute with other maintenance specialists to the Carcharodon models of excellence. Its methodologies are recognised as 'Best of the Best' standards providing the inspiration for two books, projects that have won awards such as the prodigious UK Chemical Industries annual Excellence in Engineering award and form the basis of this training. He was recently awarded a national award as coach of the year. He uses the same skills to ensure that he does not just preach maintenance best practice, he discusses it, explains it and ensures that delegates have a much more personal and flexible experience. POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations

Maintenance Planning, Scheduling & Control
Delivered in Internationally or OnlineFlexible Dates
£3,009 to £3,499

A-Level Politics Online Course

By CloudLearn

Our brand new Online A-Level Politics Course aims to develop a critical awareness of the nature of politics and the relationship between political ideas, institutions and processes. Through studying this course, you will gain knowledge and understanding of the political system of the United Kingdom and you will look at the differences between it and other political systems. You will also learn about the rights and responsibilities of the individual. The same A-Level qualification you'd get in school or college Unlimited 1:1 support from your Politics tutor Fast-track - get the qualification when you need it Study 24/7, 365 on your phone, tablet or laptop You don't need any previous qualifications to study this A-Level course. This course will teach you the Edexcel A-Level Politics syllabus (9PL0). You'll study the following: Component 1a: UK Politics Component 1b - Core Political Ideas Component 2a: UK Government and Non-core Political Ideas Component 2b - Non-core Political Ideas Component 3 - Comparative Politics; The Government & Politics of USA For a full breakdown of course content, download the A-Level Politics Brochure. All of your lessons and assessments are available on CloudPort - our Moodle-based learning environment (Moodle VLEs are used by most colleges and universities in the UK). Start with lesson 1 and work through the course in a linear pathway or choose to jump to the section that you need. Your learning is completely flexible and allows you to set your programme of learning around the skills you need. Submit assessments as you work through the course. Get instant results and feedback on activities to track your progress. Use these assessments as learning launchpads, allowing you to focus your time on the topics you need to brush up on. You will have access to all course materials, assessments and tutor support for 24 months from the day of enrolment. Extensions are available for students who wish to study over a longer period. You are not alone! You will be assigned a personal 1:1 tutor on your day of enrolment. Your tutor will remain by your side, throughout your learning journey until you get qualified. All tutors are qualified teachers and subject matter specialists who will ensure you have the correct guidance and support when you need it. As a CloudLearn student you will have unlimited access to tutor support. CloudLearn GCSEs and A-Levels are structured around formative assessments allowing you to test your knowledge as you work towards qualification. Before taking your exam you will submit a mock exam to give you the practise you need before the big day. When ready we arrange your exam. We have agreements with exam centres all over the UK. Our students also take advantage of preferential pricing due to the volume of students we channel to exam centres. As part of your enrolment service package we will make all the arrangements for your final exam. This includes locating a centre and booking the relevant exam/s. Exam fees are additional. Exam fees can be bundled using the Exam Bundles drop down when adding to basket. Have a look on our Exams Page for a detailed explanation of this service. The Edexcel A-Level Politics exam is available in May/June each year. It is assessed over 3 exam papers: Paper 1 9PL0 01 - 2 hour exam Paper 2 9PL0 02 - 2 hour exam Paper 3 9PL0 3A - 2 hour exam We generally ask that you book written exams at least 6 months in advance, however subjects that includes NEA (A-Level Eng Lit & A-Level History), Practicals (A-Level Sciences), or Fieldwork (A-Level Geography) you are recommended to note the following deadlines for booking and give us at least 8 months booking notice. Booking deadlines are 5-8 months prior to the exam date. Booking your exam after the booking deadline will incur late fees (available for one month after deadline) and high late fees (available up until exam entry closure). Some students will study for the exam over a period of months or years, as they dictate their own study schedule. We do however have students who will study intensively and prepare in a matter of weeks. You are only constrained by the exam diet. A-Level exams are available in May/June of each year.We are so confident in the CloudLearn model of study that we guarantee you will pass your exam. As long as you do what we recommend, we offer a full money-back guarantee. The UK's only GCSE and A-Level specialist Study at your pace, where and when you want Study interactively on any device We guarantee your exam pass We arrange your exams Our flexible study, unlimited support, and interest-free payment plans allow you to fit learning around your busy schedule That's why we support thousands of students every year, to get the GCSEs they need to prosper. Choose to pay in full or spread the cost over our 6 months interest-free payment plans. We offer longer payment plans of 12, 24, 36 or 48 months. These extended plans are subject to interest. For more details contact our student advisors on 0330 111 4006 or visit our payment plan page. By taking part in our brand new Online A-Level Politics Course, not only will you improve your knowledge and understanding of different areas of politics, but you will develop your cognitive, interpersonal and intrapersonal skills, which can be used in a wide-range of degrees and professions. You will develop your critical thinking skills to allow you to interpret and evaluate the nature of politics. You will improve your communication, organisational and argumentation skills as you will be tasked with constructing and presenting informed opinions clearly and logically, using appropriate political terms and ideas. Furthermore, as many of the examples that you will be studying focus on current political and social issues, you will be learning about social responsibility and reflection. Additionally, through discussions of political and social difference you will learn the importance of open-mindedness and debate in political discourses. We also hope to show you the benefits of continuous learning and intellectual curiosity by inspiring a sustained enjoyment of, and interest in the current political landscape. Therefore, the skills that you will acquire during the CloudLearn A-Level Politics Course can set you apart from your peers and put you on a path toward further learning or a successful career in a wide-range of occupations.

A-Level Politics Online Course
Delivered Online On Demand
£399