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

2 Courses in London

Java Boot Camp

4.6(12)

By PCWorkshops

This Java Bootcamp ensures beginner programmers of gaining thorough skills to venture into a new Java Programming career. It is a complete course, starting from beginners to fully functional, and complete with practical exercises and live Java Projects.

Java Boot Camp
Delivered Online & In-Person in LondonFri, Nov 1511:00 + more
£1200

Java Bootcamp, 12-weeks

4.6(12)

By PCWorkshops

Java Bootcamp Course Summary. Learn all about Java Programming program thoroughly. From scratch to job-ready. 1 lesson per week for 12 weeks. Many Practical exercises. Practical project. Personalised, Max 4 people per course. PCWorkshops Certificate, Oracle Certification is assessment based Course Details How does it work Java bootcamp Structure: 1 weekly lesson for 12 weeks Plus practical: +-15 hours per week. Plus 1-1 Mentoring: additional between sessions Plus Practical Project: Upload and showcase your project Plus Practical Java Exercises: Java practical exercises per session Duration: 12 Weeks, one session per week Where: Online or Classroom Study level: From beginner to job-ready. Java Bootcamp Certification: PCWorkshops Java certificate Java Oracle certificate: OCP Where is the Java Bootcamp? Online: Instructor-led. Classroom: Request per email Materials Video Tutorials: Short and easy Java Coding Examples: All lessons are illustrated with code examples Java Manuals and Notes: In-depth reference materials Exercises: Weekly practical exercises Personalised 1-1 Mentoring 1-1 Mentoring: Arranged additionally Personalised: Dedicated expert Java mentor per student Success Guarantee: Ask your Java questions and work at your pace Practical Exercises Learn by doing: Excellent way to learn Java and re-inforce weekly lesson content Gain practical expertees: You will become fluent at coding Java with practice Practical Project Weekly exercises amalgamate into a great practical project Show case your project on Github Projects: Student may choose from a few given options, prioritise frontend, backend or full stack for their projects. Project requirements for Certification: To receive the PCWorkshops Programmer Java Certificate students need to work on a project and complete practicals. Uploading any one project of you choice, is necessary for the certificate. We evaluate practicals during the course of the bootcamp. Exclusion from projects: If you would like to be excluded from the project, then you mention that on the registration form. You may be excluded from the project, but this will not qualify you for any discount. In-work professionals: Some students attend because their employers want them to attend to upgrade their skills and they sometime apply to be excused from the projects, because they have limited time and they work already where they are involved in their professional projects. Previous project topics include: Movie theatre ticket sales Student Management System Hotel Booking System Bank Management Project E-commerce Product Sales Services quotation system Quiz app Food Ordering System Media Player Application Tic-Tac-Toe Game Part Time One full day per week: Fridays or Saturdays Learn and earn: Keep your job, earn your salary, get qualified in Java, then change Learn Java in your own time: Practice in your own time 1-1 Mentoring: Schedule this according to your own diary Payment Options Follow the booking link Arrange for installments Weekly Java bootcamp topics and other details Weekly Java lesson topic descriptions Overview of Java Fundamentals: Java Data Types, Variables: Primitive types; Characters; Boolean; Working with variables and its scope; Type conversion and casting; The String Class: Using the String class and String methods. Scanner Class: Getting user input. Java Operators and Expressions: Introduction of operators; Arithmetic operators; Relational operators; Assignment operator; Logical operators; Increment and decrement operators. Decision Making: If statement; If - else statement; If- else if - else statement; Nested if - else; Switch Statements Using Loops: The while, do-while and the for loop; Enhanced for loop; Jump statements : break, continue; The return statement; Nesting loops. Using Methods Introduction of methods; Calling a Method. Introduction to Classes and Objects: Creating a Class; Declaring Member Variables; Creating an Object; Using an Object; Adding Instance variables; Encapsulation, getters and setters; Controlling accessibility; private, public and protected; Class Constructors; Parameterized Constructors; Inheritance. Override. Polymorphism. Abstraction. Interfaces and implementing interfaces. The dot operator, this keyword, the static keywords, the super keyword. Access modifiers: Learn Java Nested Classes, Inner Class Classes, Local Classes, Anonymous Classes, Lambda Expressions, Method References, When to Use: Nested Classes, Local Classes, Anonymous Classes, and Lambda Expressions, Enum Types Nested and inner classes; A stack class. Handling Exceptions Differentiate among checked exceptions, unchecked exceptions, and Errors Create a try-catch block and determine how exceptions alter normal program flow Describe the advantages of Exception handling Create and invoke a method that throws an exception Recognize common exception classes (such as NullPointerException, , ArithmeticException, ArrayIndexOutOfBoundsException, ClassCastException) Use try-catch and throw statements Use catch, multi-catch, and finally clauses Create custom exceptions and Auto-closeable resources Use Autoclose resources with a try-with-resources statement Test invariants by using assertions Java I/O Fundamentals Read and write data from the console Use BufferedReader, BufferedWriter, File, FileReader, FileWriter, FileInputStream, FileOutputStream, ObjectOutputStream, ObjectInputStream, and PrintWriter in the java.io package. Json Files Learn Java Arrays: Working with arrays, 2-d arrays, iterating arrays.Using the for-each loop with Java Arrays The Collection Interface This enables you to work with groups of objects; it is at the top of the collections hierarchy. The List Interface This extends Collection and an instance of List stores an ordered collection of elements. The Set This extends Collection to handle sets, which must contain unique elements. The SortedSet This extends Set to handle sorted sets. The Map This maps unique keys to values. Collections Streams and Filters Use java.util.Comparator and java.lang.Comparable interfaces Collections Streams and Filters Iterate using forEach methods of Streams and List Describe Stream interface and Stream pipeline Filter a collection by using lambda expressions Use method references with Streams Lambda Built-in Functional Interfaces Use the built-in interfaces included in the java.util.function package such as Predicate, Consumer, Function, and Supplier Develop code that uses primitive versions of functional interfaces Develop code that uses binary versions of functional interfaces Develop code that uses the UnaryOperator interface Java Stream API Develop code to extract data from an object using peek() and map() methods including primitive versions of the map() method Search for data by using search methods of the Stream classes including findFirst, findAny, anyMatch, allMatch, noneMatch Develop code that uses the Optional class Develop code that uses Stream data methods and calculation methods Sort a collection using Stream API Save results to a collection using the collect method and group/partition data using the Collectors class Use flatMap() methods in the Stream API Application Programming Interface (API) An Application Programming Interface (API) contains software building tools that facilitate interaction between systems. An API may be for a database system, operating system, computer hardware or a web-based system. Java File I/O (NIO.2) Use Path interface to operate on file and directory paths Use Files class to check, read, delete, copy, move, manage metadata of a file or directory Use Stream API with NIO.2 Working with Selected classes from the Java API Manipulate data using the StringBuilder class String methods Create and manipulate Strings Random Functions Math Class Use Date/Time API Create and manage date-based and time-based events including a combination of date and time into a single object using LocalDate, LocalTime, LocalDateTime, Instant, Period, and Duration Work with dates and times across timezones and manage changes resulting from daylight savings including Format date and times values Define and create and manage date-based and time-based events using Instant, Period, Duration, and TemporalUnit Localization Read and set the locale by using the Locale object Create and read a Properties file Build a resource bundle for each locale and load a resource bundle in an application Refer to the SQL 1-Day Course Relational Database Concepts: SQL Language Essentials: The SQL Select Statement SQL Conditions and the Where Clause: Greater and Less than, =, Not, Between, AND, OR, Like, Wildcards The SQL Order By Clause SQL Arithmetic Operations, Expression Queries SQL Column Aliases Limit/Top, Distinct Working with Null Values SQL Summarizing and Grouping Data: Aggregate Functions (Sum, Avg, Count, Max, Min) The Group By Clause The Having Clause Querying Multiple Tables: Joining Tables, Inner Joins, Outer Joins, Self Joins, Full Joins, Cross Joins Alternative Join Syntax Additional SQL Features: Combining Queries The Union, Intersect and Minus Operators Basic Subqueries SQL Queries, DML, DDL commands, stored procedures. Introduction to Big Data, NoSQL databases and Hadoop. JDBC JDBC stands for Java Database Connectivity. JDBC is a Java API to connect and execute the query with the database. It is a part of JavaSE (Java Standard Edition). JDBC API uses JDBC drivers to connect with the database Connecting to databases and embedding SQL Queries to interact with database while coding, Defining the layout of the Java JDBC API, Connecting to a database by using a JDBC driver, Submitting queries and get results from the database, Specifying JDBC driver information externally, Create database, drop database using JDBC Create Table, Drop Table using JDBC Insert Records, Udate Records, Delete Records using JDBC Select records using JDBC : Multithreading Life Cycle of a Thread Thread Priorities Create a Thread by Implementing a Runnable Interface Create a Thread by Extending a Thread Class Thread Methods Major Java Multithreading Concepts While doing Multithreading programming in Java, you would need to have the following concepts very handy − What is thread synchronization? Handling interthread communication Handling thread deadlock Major thread operations Processes and Threads, Thread Objects Defining and Starting a Thread, Pausing Execution with Sleep Interrupts, Joins The SimpleThreads Example Synchronization, Thread Interference, Memory Consistency Errors, Synchronized Methods Intrinsic Locks and Synchronization, Atomic Access, Liveness, Deadlock, Starvation and Livelock Executors, Executor Interfaces, Thread Pools, Fork/Join, Concurrent Collections Guarded Blocks, Immutable Objects A Synchronized Class Example A Strategy for Defining Immutable Objects, High Level Concurrency Objects, Lock Objects Overview: Different types of testing Principles of unit testing using JUnit JUnit Environment Setup JUnit Test Framework JUnit Basic Usage JUnit API Writing a Tests Using Assertion Execution Procedure Executing Tests Suite Test Ignore Test Time Test Exceptions Test Parameterized Test Plug with Ant JUnit Plug with Eclipse JUnit Extensions Why Choose Spring as Your Java Framework? Inversion of Control and Dependency Injection with Spring Constructor Dependency Injection in Spring What is a Spring Bean? Spring Bean Scopes Spring Bean Annotations Spring @Autowired Annotation Wiring in Spring: @Autowired, @Resource and @Inject Spring @Qualifier Annotation @Component vs @Repository and @Service in Spring Properties with Spring Create a small JAVA Sprin Boot web app Introduction to JPA with Spring Transactions with Spring and JPA Spring JDBC Spring Persistence Tutorial Create a Login System using CRUD operations Getting Started with JavaFX What Is JavaFX What is JavaFX? JavaFX is a software platform for creating and delivering desktop applications, as well as rich Internet applications (RIAs). JavaFX is intended to replace Swing as the standard GUI library for Java SE. Get Acquainted with JavaFX Architecture Deployment JavaFX Guide Graphics Getting Started with JavaFX 3D Graphics Use the Image Ops API Work with Canvas JavaFx User Interface Components Work with JavaFx UI Controls Create Charts Add Text in JavaFx Add HTML Content Work with Layouts Skin Applications with CSS within JavaFx Build UI with FXML Handle Events JavaFX Scene Builder 2 JavaFX Scene Builder Overview. JavaFX Scene Builder is a visual layout tool that lets users quickly design JavaFX application user interfaces, without coding. Users can drag and drop UI components with Scene Builder. Get Started with JavaFx Scene Builder Working with Scene Builder Design UI with Scene Builder Use JavaFx Scene Builder with Java IDEs Install Scene Builder Book the Java Coding Bootcamp Book the Java Boot Camp Powered by Eventbrite About us Our experienced trainers are award winners. More about us FAQ's Client Comments

Java Bootcamp, 12-weeks
Delivered In-PersonFlexible Dates
FREE

Online Options

Show all 8

How to Embed the Cademy Booking System on Your Website

4.8(6)

By Cademy

Join our webinar and learn how to seamlessly integrate the powerful Cademy booking system into your website. Don't miss this opportunity to unlock the potential of seamless course booking and registration on your website. Join us for this informative webinar and discover how to effectively embed the Cademy booking system for a hassle-free experience for your learners.

How to Embed the Cademy Booking System on Your Website
Delivered OnlineJoin Waitlist
FREE

Level 5 Award in Leading Innovation within the Water and Environmental Industries

By Learning & Development Associates Ltd

Sessions Note that this will be a two-day course run on consecutive days and the date of day one is shown in the booking system schedule. Online event This online course will be delivered using CISCO Webex. You will need to have a good internet connection, a suitable device with a camera and microphone such as a laptop, and headphones. Level of study This Level 5 programme is the equivalent standard of a unit of a foundation degree or a unit of a first year of an honours degree. Details We will address the following key themes and their impact on the Water Industry as it prepares for PR19 and beyond. Innovation and business performance and using innovation to improve operational processes throughout the business. Financial and social benefits; efficiency, SIM, customer service, safety. resilience Radical and incremental innovation Innovation to gain competitive advantage Creativity and innovation – what conditions and processes are required to encourage them? Instructions This online course will be delivered using CISCO Webex. You will need to have a suitable device with a camera and microphone such as a laptop. If you have any questions about what is required please contact us on enquiries@learninganddevelopment.associates. Qualification All learners taking the qualification will need to produce identification to enable ProQual registration. This can take the form of a: Passport Driving Licence Construction Skills Certification Scheme Card (CSCS Card) Construction Plant Competence Scheme Card (CPCS Card) If none of the above are available to the learner, a photograph with a statement confirming their identity, dated and signed, along with a utility bill, would be acceptable.

Level 5 Award in Leading Innovation within the Water and Environmental Industries
Delivered OnlineFlexible Dates
£250

Get Help Embedding Cademy

4.8(6)

By Cademy

To streamline your website integration with Cademy, we invite you to schedule a Zoom consultation with one of our friendly developers. Prior to your appointment, please ensure your courses are published on Cademy. Additionally, confirm that you have the necessary permissions to modify your website. This includes accessing the admin panel of your content management system or website builder (such as Wordpress, Wix, Squarespace, etc.), or possessing the relevant credentials or instructions for site editing. If you are unsure about how to proceed, our developer will provide guidance during the call. During your consultation, a Cademy developer will assist you in embedding the free Cademy booking system into your website. You will be asked to share your screen, and our developer will guide you through the setup process step by step. Should you have any questions throughout the process, we are here to provide support and assistance.

Get Help Embedding Cademy
Delivered OnlineFlexible Dates
FREE

Level 5 Award in Management of Risk & Resilience in the Water & Environmental Industries

By Learning & Development Associates Ltd

Sessions Note that this will be a three-day course run on consecutive days and the date of day one is shown in the booking system schedule. Online event This online course will be delivered using CISCO Webex. You will need to have a good internet connection, a suitable device with a camera and microphone such as a laptop, and headphones. Level of study This Level 5 programme is the equivalent standard of a unit of a foundation degree or a unit of a first year of an honours degree. Details Students will gain a comprehensive knowledge and understanding of: The principles and objectives of Risk & Resilience management The legal and regulatory requirements and the role of the regulators in respect of Risk & Resilience, including the emergence of Cyber threat The interconnected impacts that changes in Risk & Resilience make The effect of climate change on Risk & Resilience strategy The objective and purposes of a Company’s risk and resilience strategy and management structure Where Risk & Resilience management sits in the company organisational structure The decision-making process in terms of Risk & Resilience management The role and nature of risk financing and the variables that influence the process The importance of building resilience in the context of Cyber threat The principles of Risk & Resilience and its relationship to contingency planning The use and merits of quantitative and qualitative techniques in risk and resilience management How to reduce risks to personnel and the business via the emergency and business continuity planning process How to understand individuals’ risk perception behaviours The factors that influence group attitudes to risk-taking The practical meaning of business resilience and its role in disaster recovery The range of technologies and the techniques for gathering data available to assist the management of Risk & Resilience The use of probability theory and the use of normal and binomial distribution numerical methods in Risk & Resilience management The principles of scenario planning in relation to Risk & Resilience The principles of Risk, Resilience and contingency planning in commissioning assets The principles of supply chain management in relation to risk and resilience The role of logistics in relation to Risk & Resilience How to prepare the business for pre and post-emergency situations Instructions This online course will be delivered using CISCO Webex. You will need to have a suitable device with a camera and microphone such as a laptop. If you have any questions about what is required please contact us on enquiries@learninganddevelopment.associates. Qualification All learners taking the qualification will need to produce identification to enable ProQual registration. This can take the form of a: Passport Driving Licence Construction Skills Certification Scheme Card (CSCS Card) Construction Plant Competence Scheme Card (CPCS Card) If none of the above are available to the learner, a photograph with a statement confirming their identity, dated and signed, along with a utility bill, would be acceptable.

Level 5 Award in Management of Risk & Resilience in the Water & Environmental Industries
Delivered OnlineFlexible Dates
£350

How to Become a Tour Guide

4.7(160)

By Janets

Register on the How to Become a Tour Guide today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The How to Become a Tour Guide is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The How to Become a Tour Guide Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) 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 Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the How to Become a Tour Guide, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16.  Course Content Section 01: Introduction Welcome to the Course 00:02:00 Who am I? 00:02:00 What are You Going to Learn? 00:11:00 Section 02: The Tourism Industry Trends 00:04:00 Different Kinds of Jobs 00:11:00 Definition 00:01:00 Different Tour 00:01:00 Pay 00:04:00 Section 03: Engaging with Customer Who are Your Customers? 00:05:00 Creating Great Experiences 00:12:00 How I Got Hundreds of Five Star Review 00:07:00 Tips & Tricks 00:03:00 How to Get People Like You 00:07:00 Section 04: Public Speaking Easier than You Think 00:02:00 Charisma 00:10:00 Practical Exercise 00:05:00 Tips & Tricks 00:04:00 Voice Exercise 00:04:00 Section 05: What to Talk about on Tour What to Talk about 00:15:00 How to Prepare Quickly for New Destination 00:08:00 Use Your Own Interest 00:01:00 Where to Find Fun Information 00:02:00 Section 06: Finding a Job Different Kinds of Jobs 00:02:00 Different Kinds of Organisation 00:04:00 Different Kinds of Tourist 00:03:00 What Do You Want? 00:02:00 How to Improve Your Chances of Finding a Job 00:08:00 How to Create Experience 00:02:00 Example Cover Letter 00:03:00 Job Interviews 00:09:00 Section 07: Problems on the Roads Hospital and Injury 00:05:00 Change of Plants 00:03:00 How to Handle Customer Complains 00:01:00 Bad News 00:04:00 Difficult People 00:05:00 Finding Your Way 00:02:00 Section 08: Different Destination Dealing with Languages 00:05:00 Dealing with Tourism Professional 00:05:00 Different Cultures 00:04:00 Tips and Money 00:02:00 Commissions 00:04:00 Section 09: Starting You Own Tourism Business Pros and Cons 00:05:00 Roadmap to Success 00:07:00 How I Did It 00:03:00 How My Boss Did It 00:03:00 Section 10: Becoming a Local Guide What is the Job? 00:02:00 Local Laws 00:02:00 Learn Your History 00:03:00 Learn by Doing 00:01:00 Make Connection 00:02:00 Section 11: Your First Trip Checklist What to Take 00:02:00 Meeting the Group 00:02:00 Introducing Yourself 00:02:00 First Info 00:02:00 Tour Busses 00:02:00 Checking into a Hotel 00:02:00 Dinner 00:01:00 Normal Days 00:06:00 Last Day 00:02:00 Section 12: Crash Course in Art History Classical Culture 00:06:00 Middle Ages 00:06:00 Symbolism 00:05:00 Renaissance 00:05:00 Baroque 00:09:00 Neoclassicism 00:02:00 Romanticism 00:03:00 From Impressionism to Now 00:06:00 Section 13: Creating Websites and Advertising Easy Way to Start a Website 00:04:00 Search Engine Optimisation 00:04:00 Booking System 00:02:00 Advertising 00:02:00 Review Sites 00:02: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.

How to Become a Tour Guide
Delivered Online On Demand4 hours 59 minutes
£25

How to Become a Tour Guide

By IOMH - Institute of Mental Health

mprove your career prospects with the "How to Become a Tour Guide" course, designed to kickstart your journey in the tourism industry. Whether you're looking to enhance your current job or start a new career, this course equips you with essential skills for success. In the UK, tourism contributes significantly to the economy, offering abundant opportunities for skilled guides like you. You'll develop practical skills in public speaking, customer interaction, and creating online presence for your tourism ventures. Each module covers vital aspects such as art history basics and navigating different destinations, preparing you for various challenges in the field. Whether your goal is to work with established tour companies or establish your own business, this course provides the foundation you need. Join us and discover how this course can transform your job life, turning your passion for storytelling and travel into a fulfilling career as a tour guide. Become proficient in How to Become a Tour Guide by grasping all the essential knowledge from our top-quality course step by step. Enrol now to ensure that your How to Become a Tour Guide mastery is not limited to only conceptual frameworks! This How to Become a Tour Guide will assist you in standing out from the crowd and being more efficient in your chosen area of expertise. Furthermore, if you require assistance with the How to Become a Tour Guide, we will provide experts who will support and guide you. So, add this How to Become a Tour Guide to your cart and boost your personal and career development. In this How to Become a Tour Guide, you will: Sharpen your skills to help you advance your career. Acquire a comprehensive understanding of various related topics and tips from industry experts. Learn in-demand knowledge and skills in high demand among UK employers, which will help to kickstart your How to Become a Tour Guide career. Enrolling in the How to Become a Tour Guide can assist you in getting into your desired career faster than you ever imagined. So, without further ado, start now! Details Perks of Learning with IOMH One-to-one support from a dedicated tutor throughout your course. Study online - whenever and wherever you want. Instant Digital/ PDF certificate 100% money back guarantee 12 months access Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement After completing the How to Become a Tour Guide course, you will receive your CPD-accredited Digital/PDF Certificate for £5.99. To get the hardcopy certificate for £12.99, you must also pay the shipping charge of just £3.99 (UK) and £10.99 (International). Who Is This Course for? This How to Become a Tour Guide is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand.  On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements There is no prerequisite to enrol in this course. You don't need any educational qualification or experience to enrol in the How to Become a Tour Guide course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this How to Become a Tour Guide Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Course Curriculum Section 01: Introduction Welcome to the Course 00:02:00 Who am I? 00:02:00 What are You Going to Learn? 00:11:00 Section 02: The Tourism Industry Trends 00:04:00 Different Kinds of Jobs 00:11:00 Definition 00:01:00 Different Tour 00:01:00 Pay 00:04:00 Section 03: Engaging with Customer Who are Your Customers? 00:05:00 Creating Great Experiences 00:12:00 How I Got Hundreds of Five Star Review 00:07:00 Tips & Tricks 00:03:00 How to Get People Like You 00:07:00 Section 04: Public Speaking Easier than You Think 00:02:00 Charisma 00:10:00 Practical Exercise 00:05:00 Tips & Tricks 00:04:00 Voice Exercise 00:04:00 Section 05: What to Talk about on Tour What to Talk about 00:15:00 How to Prepare Quickly for New Destination 00:08:00 Use Your Own Interest 00:01:00 Where to Find Fun Information 00:02:00 Section 06: Finding a Job Different Kinds of Jobs 00:02:00 Different Kinds of Organisation 00:04:00 Different Kinds of Tourist 00:03:00 What Do You Want? 00:02:00 How to Improve Your Chances of Finding a Job 00:08:00 How to Create Experience 00:02:00 Example Cover Letter 00:03:00 Job Interviews 00:09:00 Section 07: Problems on the Roads Hospital and Injury 00:05:00 Change of Plants 00:03:00 How to Handle Customer Complains 00:01:00 Bad News 00:04:00 Difficult People 00:05:00 Finding Your Way 00:02:00 Section 08: Different Destination Dealing with Languages 00:05:00 Dealing with Tourism Professional 00:05:00 Different Cultures 00:04:00 Tips and Money 00:02:00 Commissions 00:04:00 Section 09: Starting You Own Tourism Business Pros and Cons 00:05:00 Roadmap to Success 00:07:00 How I Did It 00:03:00 How My Boss Did It 00:03:00 Section 10: Becoming a Local Guide What is the Job? 00:02:00 Local Laws 00:02:00 Learn Your History 00:03:00 Learn by Doing 00:01:00 Make Connection 00:02:00 Section 11: Your First Trip Checklist What to Take 00:02:00 Meeting the Group 00:02:00 Introducing Yourself 00:02:00 First Info 00:02:00 Tour Busses 00:02:00 Checking into a Hotel 00:02:00 Dinner 00:01:00 Normal Days 00:06:00 Last Day 00:03:00 Section 12: Crash Course in Art History Classical Culture 00:06:00 Middle Ages 00:06:00 Symbolism 00:05:00 Renaissance 00:05:00 Baroque 00:09:00 Neoclassicism 00:02:00 Romanticism 00:02:00 From Impressionism to Now 00:06:00 Section 13: Creating Websites and Advertising Easy Way to Start a Website 00:04:00 Search Engine Optimisation 00:04:00 Booking System 00:02:00 Advertising 00:02:00 Review Sites 00:02:00

How to Become a Tour Guide
Delivered Online On Demand4 hours 59 minutes
£11

Tour Guide Training Course

By NextGen Learning

Overview By enroling in Tour Guide Training, you can kickstart your vibrant career and strengthen your profound knowledge. You can learn everything you need to know about the topic. The Tour Guide Training course includes all of the most recent information to keep you abreast of the employment market and prepare you for your future. The curriculum for this excellent Tour Guide Training course includes modules at all skill levels, from beginner to expert. You will have the productivity necessary to succeed in your organisation once you have completed our Tour Guide Training Program. So enrol in our Tour Guide Training course right away if you're keen to envision yourself in a rewarding career. Description Enroling in this Tour Guide Training course can improve your Tour Guide Training perspective, regardless of your skill levels in the Tour Guide Training topics you want to master. If you're already a Tour Guide Training expert, this peek under the hood will provide you with suggestions for accelerating your learning, including advanced Tour Guide Training insights that will help you make the most of your time. This Tour Guide Training course will act as a guide for you if you've ever wished to excel at Tour Guide Training. Why Choose Us? This course is accredited by the CPD Quality Standards. Lifetime access to the whole collection of the learning materials. Online test with immediate results. Enroling in the course has no additional cost. You can study and complete the course at your own pace. Study for the course using any internet-connected device, such as a computer, tablet, or mobile device. Will I Receive A Certificate Of Completion? Upon successful completion, you will qualify for the UK and internationally-recognised CPD certificate and you can choose to make your achievement formal by obtaining your PDF Certificate at a cost of £4.99 and Hardcopy Certificate for £9.99. Who Is This Course For? This Tour Guide Training course is a great place to start if you're looking to start a new career in Tour Guide Training field. This training is for anyone interested in gaining in-demand Tour Guide Training proficiency to help launch a career or their business aptitude.  Requirements The Tour Guide Training course requires no prior degree or experience. All you require is English proficiency, numeracy literacy and a gadget with stable internet connection. Learn and train for a prosperous career in the thriving and fast-growing industry of Tour Guide Training, without any fuss. Career Path This Tour Guide Training training will assist you develop your Tour Guide Training ability, establish a personal brand, and present a portfolio of relevant talents. It will help you articulate a Tour Guide Training professional story and personalise your path to a new career. Furthermore, developing this Tour Guide Training skillset can lead to numerous opportunities for high-paying jobs in a variety of fields. Order Your Certificate To order CPD Quality Standard Certificate, we kindly invite you to visit the following link: Course Curriculum Introduction Introduction 00:02:00 Who Am I? 00:02:00 What are you going to learn? 00:11:00 Tourism Industry Trends 00:04:00 Different kinds of jobs 00:11:00 Definitions 00:01:00 Different Tours 00:01:00 Pay 00:04:00 Engaging with customers Who are your customers? 00:05:00 Creating great experiences 00:12:00 How I got hundreds of 5-star reviews on TripAdvisor 00:07:00 Tips and tricks 00:03:00 How to get people to like you 00:07:00 Public speaking Easier than you think 00:02:00 Charisma 00:10:00 Practical exercises 00:05:00 Tips and tricks 00:04:00 Voice exercises 00:04:00 What to talk about on tour What to talk about 00:15:00 How to prepare quickly for new destinations 00:08:00 Use your own interests 00:01:00 Where to find fun information 00:02:00 Finding a Job Different kinds of jobs 00:02:00 Different kinds of organizations 00:04:00 Different kinds of tourists 00:03:00 What do you want? 00:02:00 How to improve your chances of finding a job 00:08:00 How to create experience 00:02:00 Example cover letters 00:03:00 Job interviews 00:09:00 Problems on the road Hospitals and injury 00:05:00 Change of plans 00:03:00 How to handle customer complaints 00:01:00 Bad news 00:05:00 Difficult people 00:05:00 Finding your way 00:02:00 Different destinations Dealing with languages 00:05:00 Dealing with tourism professionals from different cultures 00:05:00 Different cultures 00:04:00 Tips and money 00:02:00 Commissions 00:04:00 Starting your own tourism business Pros and cons 00:05:00 Roadmap to success 00:07:00 How I did it (a case study) 00:03:00 How my boss did it (a case study) 00:03:00 Becoming a local guide What is the job? 00:02:00 Check your local laws 00:02:00 Learn your history 00:03:00 Learn by doing 00:01:00 Make connections 00:02:00 Your first trip Checklist, what to take 00:02:00 Meeting the group 00:02:00 Introducing yourself 00:02:00 First info 00:02:00 Tour Busses 00:02:00 Checking into a hotel 00:02:00 Dinner 00:00:00 Normal days 00:06:00 Last day 00:02:00 EXTRA: Crash course in art history Why? 00:01:00 Classical culture 00:06:00 Middle Ages 00:06:00 Symbols 00:05:00 Renaissance 00:05:00 Baroque 00:09:00 Neoclassicism 00:02:00 Romanticism 00:03:00 From Impressionism to now 00:06:00 EXTRA 2: Creating websites and Advertising Easy ways to start a website 00:04:00 Search engine optimization 00:04:00 Booking systems 00:02:00 Advertising 00:02:00 Review sites 00:02:00 Assignment Assignment - Tour Guide Training 00:00:00 Order Your Certificate Order Your Certificate 00:00:00

Tour Guide Training Course
Delivered Online On Demand5 hours
£25

Training on Professional Massage or Bodywork Business Course

By One Education

The training in professional massage or bodywork business is an excellent opportunity for those who are interested in pursuing a career in the massage therapy industry. This course is designed to teach students the essential skills and knowledge required to start their own massage or bodywork business. Whether you want to work as a mobile therapist or have a home studio, this course will provide you with the tools and techniques to succeed in this industry. The course covers various topics, including scheduling appointments, achieving an online presence, client retention, free and affordable advertising, taking credit card payments, mobile massage, and couples massage. Upon completion of this course, students will have the skills to create a successful massage or bodywork business and take the first step towards a fulfilling career in this industry. Upon completion of the course, students will be able to: Understand the essential skills and knowledge required to start a massage or bodywork business. Schedule appointments efficiently and effectively. Develop strategies to achieve an online presence and increase visibility. Implement techniques to retain clients and develop a loyal customer base. Learn how to take credit card payments and implement mobile massage services. The course on training in professional massage or bodywork business is designed to provide students with the skills and knowledge required to start their own massage or bodywork business. The course covers several topics, starting with an introduction to the massage therapy industry and the essential skills required to succeed in this industry. In the section on before taking clients, students will learn about the legal requirements and regulations for massage therapists, including health and safety standards, client confidentiality, and insurance. In the section on scheduling appointments, students will learn how to schedule appointments efficiently and effectively, including using online booking systems and managing bookings. The section on home studio clients covers the essential equipment required for a home studio and the necessary considerations when setting up a home studio. In the section on achieving an online presence, students will learn how to develop strategies to increase their visibility online, including developing a website, using social media, and other online marketing techniques. In the section on client retention, students will learn how to implement techniques to retain clients and develop a loyal customer base. The section on free and affordable advertising covers the different advertising options available to massage therapists, including online and offline advertising, and how to create effective advertising campaigns. The section on taking credit card payments covers the different payment options available to clients and how to implement a system for taking credit card payments. In the section on mobile massage, students will learn how to offer mobile massage services to clients, including essential equipment and considerations when providing mobile massage services. Finally, the section on couples massage covers the techniques and considerations when providing massage therapy to couples. How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The course is ideal for highly motivated individuals or teams who want to enhance their professional skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path After completing the course on training in professional massage or bodywork business, students can pursue the following career paths: Massage Therapist - £15,000 to £45,000 per year Self-employed Massage Therapist - £20,000 to £60,000 per year Mobile Massage Therapist - £20,000 to £50,000 per year Spa Therapist - £16,000 to £30,000 per year Holistic Therapist - £18,000 to £45,000 per year Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.

Training on Professional Massage or Bodywork Business Course
Delivered Online On Demand1 hour
£12

Educators matching "Booking System"

Show all 4
Role Group Ltd

role group ltd

3.9(11)

London

Established in 2016, Role Group was conceptualised by David McHugh, Managing Director, as an outcome of his extensive experience and ability to identify the requirement for skilled, reliable and experienced operatives in the construction, civils and rail industries. The Role Group team are diligent in sourcing skilled and reliable trades and labour. Our current database consists of highly skilled operatives who have been assessed via our stringent vetting processes. The skills held by our operatives are reviewed on a regular basis with training offered to those who require renewals or upskilling via our in-house training company, Role Training Ltd. As a result of our synergetic recruitment and compliance strategies, we have the ability to provide clients with multi-skilled and flexible operatives at relatively short notice. As a team of experienced recruiters, Role Group have a vast number of years’ experience under their belts. Our team are familiar with the regulations and compliance requirements that are a part of every construction project in the UK. On previous projects, we have built strong relationships with a variety of skilled tradespeople and are seen as a valued and reliable supplier within the sector. Our team has collectively transformed our expertise and knowledge into a respectable and dependable recruitment firm. We have collaborated with our clients on some of the most high-profile projects in the UK. We have provided trades and labour, as well as logistical staff, to projects such as the Southall Waterside, Imperial College London, Highbury Corner Tunnels, Waterloo Platform Extension and the AMP 6 Framework. We are currently preparing our workforce to participate in the new AMP 7 Framework which will see Role Group provide trades and labour, logistical staff, confined spaces operatives and specialised utilities teams. AIMS FOR THE FUTURE: We are working to expand our workforce whilst maintaining our current quality of skilled trades and labour as we have the ability to upskill our operatives, in house, at no extra cost to our clients. Our new training centre will be supported by an innovative booking system, that will allow our operatives to easily book the training or renewals that they require. We are currently implementing a plan to expand our order book significantly by 2022 and aim to open a Role Group and Training satellite office at a new location within the UK.

Kanga Studio Nairobi

kanga studio nairobi

London

Situated in the heart of Nairobi, Kanga Studio is a nurturing and safe space where you can connect with yourself through the practice of authentic yoga, meditation, yogic philosophy and other healing activities, amongst like-minded people and with high-end teachers and therapists. We have an holistic approach including: yoga practice, nature therapy, ayurveda, massage and sound healing. At Kanga studio, you can practice yoga with the guidance of experienced teachers, and join a community of people interested in conscious living. You can enjoy a cup of tea at the lush gardens, connect with nature as you grow in your yoga practice in a safe, warm and healing space. We look forward to having you join us, as the community continues to grow and we are happy to support your journey and see you achieve your wellness goals. Kanga Studio welcomes people of all abilities, ages, faiths and perspectives. Within the beautiful space at Kanga Studio, you will find Liforme mats, blocks, belts, bolsters, cushions and blankets, available for all members and participants. Kanga Studio Nairobi comprises of a large studio space, beautiful gardens and therapy rooms. There are two bathrooms on site, one shower and storage available for your valuables during workshops, classes and therapies if you wish. BOOKINGS To book classes and workshops, please see see the timetable page and book directly via our online booking system. If you are a current student at Kanga Studio, you may book via Whatsapp or text message (Sherline 0759956291). For treatments and therapies, please call us directly or email to make your booking via reception-nbo@kangastudio.co. All therapy descriptions can be found on the therapies page. All sessions at Kanga Studio must be pre-booked. ARRIVING AT KANGA STUDIO NAIROBI Please ensure you arrive at least 10 minutes before the scheduled session to allow time to settle down, and in case you have any questions beforehand for the teacher, you will get them answered. There is plenty of parking available at Kanga Studio within the compound and on the grass outside the gate. Kanga Studio provides yoga mats and props. You are also welcome to bring your own with you. There is a bathroom and toilet on site, and storage available for your belongings during your session. We welcome you to relax at the studio after your session with us. Complimentary herbal tea and water is provided, and a library of books to read.