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

591 Courses in London

Areola Micropigmentation Training Course

By Cosmetic College

You will also learn how to visually improve scarring and areola asymmetries resulting from breast reduction and uplift surgical procedures. The specialist knowledge and techniques are gained through theory and step-by-step practice, which progresses from drawing on paper, to breast mound exercises and finally working on models. Course Prerequisites This course is suitable for those with no prior experience and is designed to provide the student with the ability to seek employment or start their own business upon qualification. Course Pre Study Before beginning practical training, students are required to complete: 30 hours of easy to access e-learning A series of online assessments Course Structure This is a 1 day course with intensive theory and practical sessions. All courses are kept intimate with a maximum of 4 students per course. Areas of study: The fundamental theory of cosmetic tattooing Anatomy and Physiology Health and Safety Colour Theory Client Assessment and Suitability Legal requirements, obtaining consent with consultation techniques and documentation Clinical setup procedures Pre-treatment drawing techniques Practical technique sessions on practice materials and model clients. Professional live demonstrations Industry leading pre and post treatment care for your clients Practical areas included in depth within the course are: Correct areola design planning Blending techniques Sanitation and sterilisation Correct station set up Skin colour matching analysis Needle specification

Areola Micropigmentation Training Course
Delivered In-PersonFlexible Dates
£750

SCULPTING GEL COURSE

By Majestic Academy

Hard gel nail extension course is the most comprehensive UV gel extension course available in London. Our unique course structure and great teaching skills will help you to learn everything quickly and efficiently, all techniques are learnt in "hands-on" practical way. This course is a perfect balance of theory, demonstrations, and practice. Generation X - Sculpting Gels are specially formulated gels that complement a uniquely developed training Gel is one of the basic techniques in the world of professional nail enhancements, it is easier to apply than Acrylic and odour free. The product hardens in LED lamp and for that reason it gives you more time for creating a beautiful design, making it the ideal system for beginners.  THE REQUIREMENTS Salon attire must be worn during the course. Student must have clean nail without enhancements and long hair tied back. To ensure maximum practice, students will be required to work on each other throughout the day or on own hands. To attend this course must you have diploma for manicure or Gel polish course. Model for the day 3 THE CONTENT Safety & hygiene Client consultation Record keeping Importance of sanitising and sterilising Aftercare advice How to organise a workspace Technical structure of a nail’s enhancement Troubleshooting gel Correct shape of extended nail Correct White & Pink application Troubleshooting gel Rules on nail design In-fills and removal Advice on products & suppliers Portfolio building process Getting models for practice Charges and loyalty schemes for clients Marketing advice, website, and brand building Organising advertising events Tool and Product introduction Clear overlay – practice on tip & hand Pink & White – practice on tip & hand Application of UV gel set of nails using sculpting technique Form& tips on real hands. Day 3 The 3rd day is a practice and exam day which you will book at the end of day 2.  Price Include N2- David Collection Generation X - Sculpting Gels . Upon successful completion an course certificate will be awarded

SCULPTING GEL COURSE
Delivered In-Person in LondonFlexible Dates
£360

Linux fundamentals LPI 010

5.0(3)

By Systems & Network Training

Linux fundamentals training course description An introduction to using the Linux operating system with a focus on the command line. Appropriate for all versions of Linux. The starting point for all Linux work, we concentrate on the technical aspects rather than issues such as using browsers. The course is heavily practical in nature. The course can be run on any Linux distribution you wish. What will you learn Describe Linux. Log in and use Linux commands to perform a variety of tasks from manipulating and printing files to looking at and killing processes. Create and edit files with vi. Recognise the role of the administrator. Write simple shell scripts. Customise the user environment. Linux fundamentals training course details Who will benefit: Anybody who needs to use a Linux system. Prerequisites: None. Duration 3 days Linux fundamentals training course contents What is Linux? Operating systems, Linux flavours, Linux distributions, open source software. Getting started Logging in, changing passwords, logging out. Linux basics Command structure. The Linux manuals, basic commands (who, date, tty, uname, echo, banner...) Filesystem commands Home directories, manipulating files and directories, Filesystem layout, Pathnames, hard and symbolic links. Viewing files. The Linux editors ed, vi, shell escapes, .exrc Extracting data from files grep, find, cut, sort and paste... Permissions Theory, chmod, chown, newgrp.. Processes ps, kill, background processes, at, exec, priorities. Managing Linux log files. The Shell Metacharacters, piping and redirection. Basic shell scripting What are shell scripts? Simple scripts, control structures. Variables. Arguments. Customising your environment Environmental variables, stty, .profile and other startup files More shell features Bash and other shells, the history facility, command line editing, aliases, job control, miscellaneous features. Introduction to administration The root user, su. Managing users and groups Archiving files Backups, tar, cpio, dd, gzip. Linux and hardware Main hardware components, Linux device drivers. Connecting to a network IP configuration, ifconfig, ping, netstat, traceroute, dig.

Linux fundamentals LPI 010
Delivered in Internationally or OnlineFlexible Dates
£1,697

Mesotherapy Training

By Cosmetic College

If you're looking to expand your advanced aesthetic skills, mesotherapy training courses with the Cosmetic College could be the ideal addition to your training calendar. ​Mesotherapy is a safe, natural alternative to invasive cosmetic procedures and is ideal for dry, dehydrated and dull skin or simply as a skin boost. Treatment can be applied to the whole face, neck, chest and hands. The technique uses very fine needles to deliver a series of injections into the middle layer (mesoderm) of skin. The idea behind mesotherapy is that it corrects underlying issues like poor circulation and inflammation that cause skin damage. We welcome, beauty therapists, doctors, nurses, dentists and prescribing pharmacists onto the course. We are also one of the only providers of this course to be able to offer the training to non-medical students.  Course prerequisites Minimum 18 years of age Good command of English Be able to learn independently A strong desire to build a career in aesthetics Course structure The online study, virtual lecture and in-person practical training All courses are intimate with four learners in class 2-1 ratio. 1 day of onsite training

Mesotherapy Training
Delivered In-PersonFlexible Dates
£550

Complete C# programming

5.0(3)

By Systems & Network Training

Complete C# programming training course description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. Students review the basics of C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework. What will you learn Use the syntax and features of C#. Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-scale applications. Implement a typical desktop application. Create class, define and implement interfaces, and create and generic collections. Read and write data to/from files. Build a GUI using XAML. Complete C# programming training course details Who will benefit: Programmers wishing to learn C#. Prerequisites: Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks. Duration 5 days Complete C# programming training course contents Review of C# Syntax Overview of Writing Applications using C#, Datatypes, Operators, and Expressions. C# Programming Language Constructs. Hands on Developing the Class Enrolment Application. Methods, exceptions and monitoring apps Creating and Invoking Methods. Creating Overloaded Methods and Using Optional and Output Parameters. Handling Exceptions. Monitoring Applications. Hands on Extending the Class Enrolment Application Functionality. Developing a graphical application Implementing Structs and Enums. Organizing Data into Collections. Handling Events. Hands on Writing the Grades Prototype Application. Classes and Type-safe collections Creating Classes. Defining and Implementing Interfaces. Implementing Type-safe Collections. Hands on Adding Data Validation and Type-safety to the Grades Application. Class hierarchy using Inheritance Class hierarchies. Extending .NET framework classes. Creating generic types. Hands on Refactoring common functionality into the User Class. Reading and writing local data Reading and Writing Files. Serializing and Deserializing Data. Performing I/O Using Streams. Hands on Generating the Grades Report. Accessing a Database Creating and using entity data models. Querying and updating data by using LINQ. Hands on Retrieving and modifying grade data. Accessing remote data Accessing data across the web and in the cloud. Hands on Modifying grade data in the Cloud. Designing the UI for a graphical applicatione Using XAML to design a User Interface. Binding controls to data. Styling a UI. Hands on Customizing Student Photographs and Styling the Application. Improving performance and responsiveness Implementing Multitasking by using tasks and Lambda Expressions. Performing operations asynchronously. Synchronizing concurrent data access. Hands on Improving the responsiveness and performance of the application. Integrating with unmanaged code Creating and using dynamic objects. Managing the Lifetime of objects and controlling unmanaged resources. Hands on Upgrading the grades report. Creating reusable types and assemblies Examining Object Metadata. Creating and Using Custom Attributes. Generating Managed Code. Versioning, Signing and Deploying Assemblies. Hands on Specifying the Data to Include in the Grades Report. Encrypting and Decrypting Data Implementing Symmetric Encryption. Implementing Asymmetric Encryption. Hands on Encrypting and Decrypting Grades Reports.

Complete C# programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Change Management Practitioner

By IIL Europe Ltd

Change Management Practitioner A successful Practitioner candidate should, with suitable direction, be able to start applying the Change Management™ approaches and techniques to a real change initiative; however, s/he may not be sufficiently skilled to do this appropriately for all situations. His/her individual Change Management expertise, complexity of the change initiative, and the support provided for the use of Change Management approaches in their work environment will all be factors that impact what the Practitioner can achieve. This course will further develop some of the knowledge of Change Management learned during the Foundation certification. You will consider what learning is required and how best to design and deliver it. Then the course will provide an understanding of how Change Management fits into the project management environment. A major challenge with change is making it stick. The course will show how to sustain change by understanding the levers for change, models of adoption, and reinforcing systems. This course also prepares you for the APMG Change Management Practitioner exam. Given that a primary course goal is to achieve the Practitioner Certification, daily homework assignments and practice exams will be provided. The Practitioner-level exam is taken at the end of the second day of the Traditional Classroom course. What You Will Learn You'll learn how to: Understand the key principles in defining what is to be learned by all involved in a change initiative Describe the project environment in which change is governed and delivered Understand the organizational 'levers', adoption approaches, and reinforcing systems typically used to sustain change Improve your ability to pass the APMG Change Management Practitioner Certification exam Getting Started Introductions Course structure Course goals and objectives Learning and Change Defining and managing the required learning to enable change The Project Management Environment Understanding the project environment Identifying key roles Developing a change delivery plan Sustaining Change How levers enable the adoption of change Types of levers (Environmental levers, Leadership levers, and Organizational Development levers) Models of adoption and reinforcing systems APMG Change Management Practitioner Exam Preparation Review of and practice with APMG sample questions and test papers APMG Change Management Practitioner Exam Traditional Classroom: The exam is taken and submitted to APMG for marking. Virtual Classroom: The exam is scheduled by the Participant and taken subsequent to the course.

Change Management Practitioner
Delivered In-Person in LondonFlexible Dates
£1,995

CWISA Wireless IoT Solutions Administrator

5.0(3)

By Systems & Network Training

CWISA training course description This CWISA course covers wireless technologies with reference to IoT. It examines from an IoT perspective how wireless works, and is an excellent introduction to IoT for the wireless engineer. Topics range from wireless technologies, RF, to mobile networks, IoT, and security. What will you learn Describe wireless networking and IoT technologies. Explain basic RF communications. Plan wireless solutions. Describe how to implement wireless solutions. Use best practices in implementing wireless solutions. CWISA training course details Who will benefit: Anyone working with IoT technologies. Prerequisites: RF fundamentals. Duration 4 days CWISA training course contents Introduction to wireless technologies History of wireless, radio waves and frequencies, wireless technologies and related components, common components of wireless solutions, LAN networking requirements, Network security, Implementing wireless solutions, staging, documentation, security updates, Industry organizations, IEEE, compatibility and certification groups. Wireless network use cases Wireless BANs, Wireless PANs, Wireless LANs, Wireless MANs, Wireless WANs, Wireless sensor networks, New network driver-Internet of Things, IoT for industry (IIoT), IoT for connected vehicles, Residential environments, Retail, Education (K12), Higher education, Agriculture, Smart cities / Public access, Health care, Office buildings, Hospitality, Industry, Stadiums, arenas, and large public venues. Planning wireless solutions Identifying use cases and applications, common wireless requirements and constraints, performing a wireless system design, selecting and evaluating design parameters. RF communications RF wave characteristics, RF propagation behaviours, RF signal metrics, fundamentals of wireless modulation. other wireless carriers, common frequency bands. Radio frequency hardware Hardware levels, basic RF hardware components (circuit board level), RF link types (use category). RF device types. Mobile communications networks Mobile networks, LTE, 5G, Use cases. Short-range, low-rate, and low-power networks RF and speed, RF and range, RF and power, 802.11, 802.15.4, Bluetooth, LoRa (Long range) / LoRaWAN, ZigBee, 6LoWPAN, NB-IoT and LTE-M. Wireless sensor networks What is a Wireless Sensor Network (WSN)? WSN applications, Sensors and actuators, WSN architectures, Planning a WSN. Internet of Things (IoT) Internet of Things (IoT) defined, IoT history and its definition revisited, one more comment on the definition of IoT, IoT verticals, Oil & Gas, IoT structure/ architecture basics, IoT connected objects. Securing wireless networks Confidentiality, integrity and availability, Privacy, non-repudiation, authenticity & safety, Importance of authentication in wireless networks, Key cryptographic technologies & concepts, Authentication methods, Authorisation, OAuth 2.0 authorisation framework, monitoring. Troubleshooting wireless solutions Proper solutions design, designing and implementing wireless solutions, basic installation procedures, general configuration considerations, troubleshooting and remediation, troubleshoot common problems in wireless solutions. Programming, scripting and automation What is an API? categories of APIs, common API communication methods, choosing a language, why are we integrating systems? Application & integration architectures. Data structures & types, XML, YAML, API types.

CWISA Wireless IoT Solutions Administrator
Delivered in Internationally or OnlineFlexible Dates
£2,797

LTE Architecture and Protocols

5.0(3)

By Systems & Network Training

LTE Architecture and Protocols course description This course provides a comprehensive tour of the LTE architecture along with services provided and the protocols used. What will you learn Describe the overall architecture of LTE. Explain the information flows through LTE. Describe the LTE security. Describe LTE mobility management. Recognise the next steps for LTE. LTE Architecture and Protocols course details Who will benefit: Anyone working with LTE. Prerequisites: Mobile communications demystified Duration 3 days LTE Architecture and Protocols course contents Introduction History, LTE key features. The 4G ITU process. The LTE 3GPP specifications. Specifications. System Architecture LTE hardware architecture. UE architecture and capabilities. E-UTRAN and eNB. EPC, MME functions, SGW, PGW and PCRF. System interfaces and protocol stacks. Example information flows. Dedicated and default bearers. EMM, ECM, RRC state diagrams. Radio transmission and reception OFDMA, SC-FDMA, MIMO antennas. Air interface protocol stack. Logical, transport and physical channels. Frame and slot structure, the resource grid. Resource element mapping of the physical channels and signals. Cell acquisition, data transmission and random access. MAC, RLC, PDCP protocols. LTE spectrum allocation. Power-on procedures Network and cell selection. RRC connection establishment. Attach procedure, including IP address allocation and default bearer activation. LTE detach procedure. Security in LTE networks LTE security features, identity confidentiality, ciphering and integrity protection. Architecture of network access security in LTE. Secure key hierarchy. Authentication and key agreement procedure. Security mode command procedure. Network domain security architecture. Security associations using IKE and IPSec. Mobility management RRC_IDLE, RRC_CONNECTED. Cell reselection, tracking area updates. Measurement reporting. X2 and S1 based handovers. Interoperation with UMTS, GSM and non-3GPP technologies such as cdma2000. QoS, policy control and charging QoS in LTE, EPS bearers, service data flows and packet flows. The architecture and signalling procedures for policy and charging control. Data transport using GPRS, differentiated services and MPLS. Offline and online charging in LTE. Delivery of voice and text messages over LTE Difficulties and solutions for Voice over LTE. Architecture and call setup procedures for circuit switched fallback. Architecture, protocols and call setup procedures in IP multimedia subsystem. Enhancements in release 9 LTE location services. Multimedia broadcast / multicast service and MBSFN. Cell selection, commercial mobile alert service. LTE Advanced and release 10 Impact of carrier aggregation on LTE air interface. Enhanced MIMO processing on uplink and downlink. Relaying. Release 11 and beyond. OAM and self organising networks Operation, administration, maintenance and provisioning for LTE. Self-configuration of base station parameters. Fractional frequency re-use, inter-cell interference co-ordination. Self-optimisation of base station procedures. Self-healing to detect and recover from faults.

LTE Architecture and Protocols
Delivered in Internationally or OnlineFlexible Dates
£2,367

Certified Scrum Product Owner

By IIL Europe Ltd

Certified ScrumMaster® This course is an introduction to Scrum and the principles and tools required to be an effective Scrum Product Owner. You will come away with a good understanding of the Scrum framework and the underlying principles required to make effective decisions regarding the application of the Scrum framework to different situations. Participants successfully completing this course earn a Certified Scrum Product Owner® (CSPO®) designation. The Scrum Alliance certification includes a one-year membership with Scrum Alliance. What You Will Learn You'll learn how to: Use the principles, practices, and tools required to be an effective Scrum Product Owner Make effective decisions regarding the application of the Scrum framework to different situations, including: Setting product vision and goals Chartering the project Writing user stories and structuring your product backlog Scaling the Product Owner Estimating for forward planning Applying prioritization techniques Planning and tracking release progress Getting Started Introduction Course structure Course goals and objectives Agile Principles and Scrum Overview Process control models Incremental and iterative development Shifting the focus on product management Overview of the Scrum process Agile principles Lean principles Scrum Roles and Responsibilities Scrum roles Cross-functional teams Product Owner Responsibilities The Scrum Project Community What happens to my traditional role in Scrum? Chartering the Project Establishing a shared vision Elevator Statement Data sheets Product Vision Box Magazine Review / Press Release Product Backlog and User Stories Product uncertainty and progressive refinement User role modeling User Stories Product backlog characteristics Getting backlog items ready Slicing User Stories Using the product backlog to manage expectations Sprints Done and Scaling Done The Scrum process in detail Sustainable pace The Product Owner's role in each of the Scrum meetings Scaling the Product Owner Scaling Scrum Approaches to scaling the Product Owner Estimation for Forward Planning Why comparative estimation works Planning Poker Affinity Estimation Prioritization Techniques Additional Product Backlog Prioritization Techniques Kano Analysis Theme Screening Release Planning and Tracking Progress Velocity Release Planning Tracking release progress

Certified Scrum Product Owner
Delivered In-Person in LondonFlexible Dates
£1,595

AAT Level 3 Diploma in Accounting

By London School of Science and Technology

Students will learn and develop skills needed for a range of financial processes, including maintaining cost accounting records, advanced bookkeeping and the preparation of financial reports and returns.  Course Overview This qualification covers a range of essential and higher-level accounting techniques and disciplines. Students will learn and develop skills needed for a range of financial processes, including maintaining cost accounting records, advanced bookkeeping and the preparation of financial reports and returns. Study the Level 3 Diploma to learn higher accounting techniques and disciplines and qualify for AAT bookkeeping membership (AATQB). The jobs it can lead to: • Accounts assistant • Accounts payable clerk • Audit trainee • Credit controller • Payroll administrator/supervisor • Practice bookkeeper • Finance assistant • Tax assistant • Accounts payable and expenses supervisor Entry requirements: Students can start with any qualification depending on existing skills and experience. For the best chance of success we recommend that students begin their studies with a good standard of English and maths. Course Content: Business Awareness: This unit provides students with an understanding of the business, its environment and the influences that this has on an organisation’s structure, the role of its accounting function and its performance. Students will examine the purpose and types for businesses that exist and the rights and responsibilities of the key stakeholders, as well as gain an understanding of the importance of professional ethics and ethical management within the finance function. Learning outcomes: • Understand business types, structure and governance and the legal framework in which they operate. • Understand the impact of the external and internal environments on business, their performance and decisions. • Understand how businesses and accounts comply with principles of professional ethics. • Understand the impact of new technologies in accounting and the risks associated with data security. • Communicate information to stakeholders. Financial Accounting: Preparing Financial Statements: This unit provides students with the skills required to produce statements of profit or loss and statements for financial position for sole traders and partnerships, using a trial balance. Students will gain the double-entry bookkeeping skills needed to record financial transactions into an organisation’s accounts using a manual bookkeeping system. Learning outcomes: • Understand the accounting principles underlaying final accounts preparation. • Understand the principles of advanced double-entry bookkeeping. • Implement procedures for the acquisition and disposal of non-current assets. • Prepare and record depreciation calculations. • Record period end adjustments. • Produce and extend the trial balance. • Produce financial statements for sole traders and partnerships. • Interpret financial statements using profitability ratios. • Prepare accounting records from incomplete information. Management Accounting Techniques: This unit provides students with the knowledge and skills needed to understand the role of management accounting in an organisation, and how organisations use such information to aid decision making. Students will learn the principles that underpin management accounting methodology and techniques, how costs are handled in organisations and why organisations treat costs in different ways. Learning outcomes: • Understand the purpose and use of management accounting within organisations. • Use techniques required for dealing with costs. • Attribute costs according to organisational requirements. • Investigate deviations from budgets. • Use spreadsheet techniques to provide management accounting information. • Use management accounting techniques to support short-term decision making. • Understand principles of cash management. Tax Processes for Businesses: This unit explores tax processes that influence the daily operations of businesses and is designed to develop students’ skills in understanding, preparing and submitting Value Added Tax (VAT) returns to HM Revenue and Customs (HMRC). The unit provides students with the knowledge and skills that are needed to keep businesses, employers and clients compliant with laws and practices that apply to VAT and payroll. Learning outcomes: • Understand legislation requirements relating to VAT. • Calculate VAT. • Review and verify VAT returns. • Understand principles of payroll. • Report information within the organisation. DURATION 250-300 Hours WHATS INCLUDED Course Material Case Study Experienced Lecturer Refreshments Certificate

AAT Level 3 Diploma in Accounting
Delivered In-PersonFlexible Dates
£1,900