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

2648 Courses in Beaconsfield

OpenStack for NFV and SDN

5.0(3)

By Systems & Network Training

OpenStack for NFV and SDN course description OpenStack is predominately a cloud management technology. This course looks at how OpenStack can be used in a NFV and SDN environment. What will you learn Describe the architecture of NFV. Explain the relationship between NFV and SDN. Implement NFV VIM using OpenStack. Explain how OpenStack as VNFM and orchestrator works. OpenStack for NFV and SDN course details Who will benefit: Anyone wishing to implement NFV using OpenStack. Prerequisites: Introduction to Virtualization Duration 3 day OpenStack for NFV and SDN course content What is NFV? What is NFV? What are network Functions? NFV benefits, NFV market drivers. ETSI NFV framework. ETSI documents, Architecture overview, compute domain, hypervisor domain, infrastructure network domain. What is OpenStack? Virtual machines, clouds, management. OpenStack architecture, OpenStack modules. Why OpenStack for NFV? Hands on OpenStack installation. OpenStack Virtualization and NFV Server, storage and network virtualization and NFV. Where OpenStack fits in the ETSI framework. Virtual machines, containers and docker. Data centres, clouds, SaaS, IaaS, PaaS. Hands on OpenStack Iaas, OpenStack Nova. The virtualization layer VM centric model, containers versus hypervisors, FD.io. Hands on OpenStack as the VIM. OpenStack Neutron VXLAN, Networks, subnets, ports. Security groups. Routers. Service and component hierarchy. Hands on Implementing a virtual network with OpenStack Neutron. Virtualization of Network Functions Network virtualization versus Network Function virtualization. NFV MANO Management and Orchestration. Where OpenStack fits. MANO descriptors, Open orchestration. OpenStack Tacker, Open MANO, OpenBaton, other orchestrators. OpenStack Tacker Installation, getting started, configuration. SFC and OpenStack. Hands on Deploying a VNF. OPNFV What is OPNFV, Where OpenStack fits into OPNFV. SDN What is SDN? Control and data planes. SDN controllers. Classic SDN versus real SDN. Hybrid SDN, network automation, SDN with overlays. Northbound, southbound, SDN protocols, OpenFlow, OpenDaylight, ONOS, SDN with NFV. SDN and OpenStack. Summary Deploying NFV, performance, testing. Futures

OpenStack for NFV and SDN
Delivered in Internationally or OnlineFlexible Dates
£3,497

Ansible for engineers

5.0(3)

By Systems & Network Training

Ansible for engineers training course description An introduction to automation using ansible. Ansible is a general purpose IT automation platform that can be use for a number of purposes. The course covers configuration management, cloud provisioning and application deployment with ansible. Hands on sessions follow all major sections. What will you learn Install ansible. Automate tasks with ansible. Write ansible playbooks. Ansible for engineers training course details Who will benefit: Administrators and developers automating tasks. Prerequisites: Linux administration skills Duration 3 days Ansible for engineers training course contents What is ansible? The language, the engine, the framework. Uses of ansible, orchestration. Hands on Installing ansible. Ansible architecture ible architecture Controlling machines, nodes, Agentless, SSH, modules, JSON protocol. Configuration management, inventories, playbooks, modules, roles. Hands on Getting started, running ad hoc commands. Ansible and Vagrant Prototyping and testing. Hands on Using ansible with Vagrant. Ad hoc commands Parallelism, shell commands, managing files and directories, file transfer, package management, manage user and groups, deploying applications, service management, background jobs, checking log files, managing cron jobs. Hands on Using ansible with Vagrant. Playbooks ansible-playbook, users, sudo, YAML, plays, tasks, handlers, modules. Hands on Running playbooks. More playbooks Handlers, variables, environmental variables, playbook variables, inventory variables, variable scope and precedence, accessing variables, facts, ansible vault. Conditionals, wait_for. Hands on Using variables and conditions in playbooks. Roles and includes Dynamic includes, Handler includes, playbook includes. Roles, role parts: handlers, files, templates, cross platform roles, ansible galaxy. Hands on includes example, building roles. Inventories /etc/ansible/hosts, inventory variables, static inventories, dynamic inventories. Hands on Inventories and variables. Miscellanea Individual server cookbooks, Main playbook for configuring all servers. Hands onPlaybooks.

Ansible for engineers
Delivered in Internationally or OnlineFlexible Dates
£3,497

Complete REXX programming

5.0(3)

By Systems & Network Training

REXX training course description A hands on training course covering the Restructured EXtended eXecutor (REXX) language. A large number of exercises are used to reinforce and emphasise lecture sessions. What will you learn Write REXX programs. Debug REXX programs. Examine existing code and determine its function. REXX training course details Who will benefit: Anyone wishing to learn REXX. Prerequisites: None although experience in another high level language would be useful. Duration 3 days REXX training course contents Introduction to REXX What is REXX? REXX environments, invoking a REXX exec, a sample REXX exec, REXX clause types. REXX variables and data Literal data, variable data, assignment, simple variables, compound variables, stem variables, constant data, numeric data, arithmetic operations, character manipulation, hexadecimal data. The parse instruction Parse format, Parse examples, Parse arg, Parse pull, Parse value, special templates, place holders, literal templates, numeric templates, variable templates. Control structures Relational conditions, logical operators, simple selection, looping: uncontrolled and controlled loops, infinite loops, conditional loops, controlling loops, leave, iterate, multiple selection, instructions for subroutines, exit. Sub routines and functions Internal and external subroutines, call, ARG(), ARG(n)return, exit, scope of variables, procedure, functions, built in functions, overriding built in functions. Performing I/O Command conventions, preparing to read a file, execio, limitations, execio for reading, DISKR, DISKRU, DISKW, return codes. External functions listdsi, msg, outtrap, prompt, sysdsn, sysvar, storage Tracing Immediate commands, the trace facility, signal and call statements. Built in functions Text handling functions, string handling, word handling, arithmetic, data conversion, bit manipulation, environment. The data stack Data stack structure, REXX instructions for the data stack, REXX functions for the data stack, TSO/E commands for the data stack. REXX in batch TSO/E foreground. TSO/E background.

Complete REXX programming
Delivered in Internationally or OnlineFlexible Dates
£3,497

XML primer

5.0(3)

By Systems & Network Training

XML primer training course description This course has been designed for web and intranet developers who want to accelerate their learning of XML and its applications without the grind of book learning. Although a basic knowledge of HTML and JavaScript is assumed, it is also assumed you know very little about XML and how to use it. On completion of this course you should understand the benefits of using XML and be able to design XML solutions where applicable to your company's Internet/intranet requirements. The course will be particularly beneficial if you want to know how to communicate data to diverse applications over the Internet or company intranet. What will you learn Write XML. Debug XML. Examine existing code and determine its function. XML primer training course details Who will benefit: Anyone working with XML. Prerequisites: HTML5 development fundamentals Duration 3 days XML primer training course contents The origins of XML Markup languages, SGML, document type definitions and validity, introducing XML, IE and XML, accessing content and adding style. Basic XML XML document structure, elements and attributes, grammar, well formed documents, other XML elements and references. Document Type Definition (DTDs) Creating a DTD, basic declaration, declaring elements, content definitions, entities, entity declarations, notations, defining attributes, attribute types, forcing inclusion or exclusion of DTD sections, validation. Namespaces Declaring namespaces, scoping, removing and changing namespaces, qualified names, attribute namespaces. An introduction to schemas Constructing schemas, defining the root element and its contents,<ELEMENTTYPE>, defining root element contents, adding attributes definitions, <ATTRIBUTETYPE>, <ELEMENT>, <ATTRIBUTE>. XML & the Document Object Model (DOM) What the DOM offers, DOM and W3C. Basic DOM concepts XML documents as trees, terminology of tree elements. Key DOM Objects: The document object and its creation, base objects, IE specifics, the XML node hierarchy. Programming DOM Viewing a DOM model as XML, getting the root element of a document, iterating nodes of a DOM, basic node properties, collection objects, searching for specific values, filtering a nodelist by tagname, more filtering methods, selecting nodes from their attributes. Amending Content and Structure Creating/saving a DOM as XML, changing content/structure, dynamically building a DOM. Using ASP and other techniques ASP techniques, HTTPREQUEST object, XSL, transforming and formatting XML. Formatting Using CSS. CSS And XML. XSL Transformations - XSLT Introduction, the XSL root element, applying XSL stylesheets to XML, XSL elements and operations, instructions - creating text nodes and applying templates, a 'drill-down' approach, simple output formatting, pattern filters - patterns based on position, the Match and Select attributes and their patterns, formatting output, creating new XML in output.

XML primer
Delivered in Internationally or OnlineFlexible Dates
£3,497

Definitive Ethernet LANS for engineers

5.0(3)

By Systems & Network Training

Ethernet LANS training course description This course has been replaced as part of our continuous curriculum development. Please see our Definitive Ethernet switching course What will you learn Describe what Ethernet is and how it works. Install Ethernet networks Troubleshoot Ethernet networks Analyse Ethernet packets Design Ethernet networks Recognise the uses of Hubs, Bridges, switches and routers. Ethernet LANS training course details Who will benefit: Those wishing to find out more about how their LAN works. Prerequisites: Intro to Data comms & networking. Duration 3 days Ethernet LANS training course contents What is Ethernet? LANS, What is Ethernet?, history, standards, the OSI reference model, how Ethernet works, CSMA/CD. Ethernet Cabling UTP, cat 3,4,5, Cat 5e, Cat 6, Cat 7, fibre optic cable, MMF, SMF. Hands on Making a cable. 802.3 physical specifications Distance limitations, hubs and repeaters, 5-4-3-2-1 rule, 10BaseT, 10BaseF, 100BaseTX, 100BaseFX, 1000BaseSX, 1000BaseT, 10gbe. Hands on Working with hubs. Ethernet layer 2 Overview, NICS, device drivers, MAC addresses, broadcasts, multicasts, frame formats, Ether II, 802.3, 802.2, SNAP, compatibility, Ethernet type numbers, Ethernet multicast addresses, Ethernet vendor codes. Hands on Installing Ethernet components, analysing MAC headers. IP and Ethernet ARP Hands on Analysing ARP packets. Ethernet extensions Full/half duplex, auto negotiation, flow control methods, 802.3ad, 802.3af, 802.3ah. Hands on Configuration of full/half duplex. Ethernet speed enhancements Encoding, Carrier extension, packet bursting, jumbo frames. Prioritisation 802.1P, 802.1Q, TOS, WRR, QOS, VLANs. Hands on 802.1p testing Interconnecting LANS Broadcast domains, Collision domains, What are bridges, transparent bridging, What are switches? STP, VLANS, What are routers? Layer 3 switches, Connecting Ethernet to the WAN. Hands on STP, Analysing Ethernet frames in a routed architecture. Troubleshooting and maintaining Ethernet Utilisation, performance, TDR and other testers, bottlenecks, statistics, RMON. Hands on Monitoring performance, troubleshooting tools.

Definitive Ethernet LANS for engineers
Delivered in Internationally or OnlineFlexible Dates
£3,497

M.D.D I WANT TO ATTRACT MY DREAM WOMAN PACKAGE(V.I.P) (MEN DATING SERVICES)

4.9(27)

By Miss Date Doctor Dating Coach London, Couples Therapy

Arrange dates Dating training Daily coaching 30 mins Confidence training Needs analysed Matchmaking Your own personal coach to support you daily 10 weeks service Support on all dates Dating relationships assessed Problem areas resolved https://relationshipsmdd.com/product/i-want-to-attract-my-dream-woman-packagev-i-p/

M.D.D I WANT TO ATTRACT MY DREAM WOMAN PACKAGE(V.I.P) (MEN DATING SERVICES)
Delivered in London or UK Wide or OnlineFlexible Dates
£3,500

PMVA - RRN and BILD Act Certificate

By Guardian Angels Training

Book our accredited Prevention and Management of Violence and Aggression (PMVA) in Healthcare course, meeting Restraint Reduction Network (RRN) training standards and BILD Act Certification. Equip yourself with essential skills to prevent and manage violence in healthcare settings effectively.

PMVA - RRN and BILD Act Certificate
Delivered In-Person in InternationallyFlexible Dates
£1,025 to £4,025

Certified Wireless Analysis Professional

5.0(3)

By Systems & Network Training

CWAP training course description This WiFi analysis course consists of hands-on learning using the latest enterprise wireless LAN analysis and troubleshooting tools. The course takes an in-depth look at the functionality of WLANs, intended operation of the 802.11 protocol and Wi-Fi Alliance specifications, WLAN frame formatting and structure, troubleshooting methodology, and protocol analysis. It also includes extensive training in modern spectrum analysis with a focus on advanced RF behaviour analysis, data collection methods, interpreting spectrum plots and charts, and understanding advanced features of WLAN spectrum analysers. What will you learn Analyse WiFi frames using Wireshark. Explain 802.11 protocol operation. Troubleshoot WiFi networks using Wireshark. Troubleshoot WiFi networks using spectrum analysers. CWAP training course details Who will benefit: Technical Network Staff Anyone looking to become a CWAP Prerequisites: Certified Wireless Network Administrator Duration 4 days CWAP training course contents Principles of WLAN Communication 802.11 Working Group, OSI reference model and the 802.11 PHY and MAC, Communication sublayers and data units, WLAN architecture components, Organization of station forwarding Addressing and internetworking operation, Modern WLAN product architectures. Physical (PHY) and MAC Layer Formats and Technologies Physical layer functions, Preamble function and format, Header purpose and structure, Analysis of PHY problems, Physical PPDU formats, 802.11b, 802.11a, 802.11g, 802.11n, MAC frame components, MAC encapsulation, Fields and subfields of the MAC header, Frame Control, Frame types and subtypes and their uses, Addressing, Frame body, Data frame format, Control frame format, Management frame format, Information elements and fields. Beaconing and synchronization Scanning, Client state machine, 802.11 contention, QoS, Admission control, Band steering and airtime fairness mechanisms Fragmentation, Acknowledgments and Block acknowledgments, Protection mechanisms and backward compatibility, Power management, Dynamic Frequency Selection (DFS) and Transmit Power Control (TPC), Security components, methods, and exchanges, Roaming procedures exchanges, Future protocol enhancements. 802.11n Transmit beamforming, Spatial multiplexing, Maximal Ratio Combining (MRC), Space-Time Block Coding, 40 MHz channels, Frame aggregation, HT-OFDM format, Modulation and Coding Schemes (MCS), HT frame formatting and more. Protocol Analysis Tools and Methodology Troubleshooting methodology, Protocol analyser types, Analysis NIC/adapter selection and constraints, Interpreting results based on location, Analyzer settings and features, Filtering and channel scanning, Interpreting decodes, Using advanced analysis features, Assessing WLAN health and behaviour factors, Evaluating network statistics, Troubleshooting common problems, Wired analysis to support wireless network issues. Spectrum Analysis Tools and Methodology Radio frequency behaviour review, Visualizing RF domains using spectrum measurement tools, Spectrum analyser types and operation, Analyser specifications and characteristics, Understanding spectrum data presentation, Interpreting plots and charts, Common WLAN spectrum analyser features, Identifying transmit patterns, Device classification and network impact, Recognizing transmit signatures. Hands on lab exercises Wireshark Setup, Use, and In-Depth Analysis Wireshark is fundamental to troubleshooting. Labs include: - Capabilities, configuration, and data display - Opening, collecting, saving, and modifying capture files. - Filtering traffic, and using colouring rules as analysis aides. - Live captures based on a set of desired collection criteria. - Identify and isolate network problems. - Conversation analysis. - Remote packet capture with an AP. Understanding Frame Components Familiarity with the frame structure and contents is essential in real -world troubleshooting efforts. Labs include: - Understanding the MAC header - Comparing the three major frame types and their subtypes - Analysing frame formats of individual frame types - Analysing 802.11n frame components - Additional information is reported by protocol analysers - Information not visible in protocol analysers Frame Exchanges Understanding frame exchange rules and behaviors is critical to identifying expected and unexpected. It is also necessary to understand what is normal so that aberrations can be properly troubleshot. Labs include: - Connectivity exchanges and sequences - Legacy and modern security exchanges - ERP and HT protection mechanisms - Power save behaviour - Acknowledgments, block acknowledgments, and supporting action frames - Dynamic rate switching - Band steering Troubleshooting Common Problems This lab exposes students to hands-on troubleshooting skills by setting up common problems in WLANs and allowing students to attempt to solve them. - Trouleshooting connectivity exchanges - Troubleshooting 802.1X and EAP exchanges - Troubleshooting roaming Spectrum Analyzer Setup, Use, and In-Depth Analysis Specifically, it will explore the plots and charts used to display spectrum data and how to interpret this data to define a transmitter's impact on the network. The following are covered: - Installing the analyser and using display and navigation - The 'RF perspective' provided by each plot and chart - Using built-in features and automated device identification - Characterizing the behaviours of an interference source - Assessing the impact of an interference source - Determining the impact of transmitter proximity on interference. - Identifying signatures of common transmitters - Remote spectrum analysis with an AP

Certified Wireless Analysis Professional
Delivered in Internationally or OnlineFlexible Dates
£3,297

ASIAN BRIDAL HAIRSTYLING and MAKEUP COURSE (8 DAYS) – Accredited, Certified, & Insurable

5.0(48)

By Asian Bridal Looks

In this Advanced Bridal Hair and Makeup Course you are taught 20+ Bridal Makeup Looks and 37+ Bridal Hairstyles with scope to creating more than 50 makeup looks and more than 50 hairstyles. This course is suitable for beginners (no experience required) and professionals wishing to update their existing knowledge and skills and add new ones. The course is accredited by the Guild of Beauty Therapists, one of the largest trade bodies in the beauty industry. Accredited certificates help to obtain liability insurance, discounts (upto 35%) from makeup brands, and access to specialised hairstyling products through trade only companies. Whereas, non-accredited courses run by many academies are unable to provide such benefits. Students Work After Course All makeup, hairstyling, jewellery and outfit setting is done solely by the student. Practice Sessions All makeup, false eyelashes, hair pieces, padding, hair products tools and equipment will be provided for students to use during the course in their practice sessions. During this Advanced Bridal Hair and Makeup Course you will be given full details of all products and tools used, both high end and cheaper alternatives. A lot of information is covered therefore students should take suitable notes and photographs to assist in further practice after the course. For the first 4 days you will be practising makeup techniques learnt on the course on a model which you can bring, or one can be provided for you for an extra fee of £60 per day. Training heads / mannequins will be provided for students to use during the hairstyling part of the course. It is not practical to use live models as multiple hairstyles are demonstrated each day and it is necessary to use different hair products and backcombing. Continuous backcombing and application of strong hair products on a live model would cause severe damage to the hair. View Content for Advanced Bridal Course: Day 1, Makeup : Health and Safety including safety practices for covid-19. Importance of using correct PPE. Keeping Products and equipment clean – brush cleaners and makeup sanitisers. Different types of lighting, makeup chairs, additional equipment for speed and efficiency. How to make your business cost effective. Different types of primers for eye makeup and face makeup, and which ones to use according to skin type and skin tone. Different types of foundations. How to assess different skin types and skin tones. How to select the correct eye primer, face primer and foundation. Different makeup removers. Different moisturisers for different skin types. Recommendations for eyeshadow palettes especially for beginners. How to blend eyeshadows seamlessly. How to do eyebrows, ombre, natural, and 3D. Different types of eyebrow products. Different types of eyelashes. How to correctly apply false lashes. Different types of colour correctors, and how to use them. How to highlight and contour. Highlights and contouring products. How to apply blusher. Recommendations for blusher colours for different looks. How to identify different skin undertones to help select correct face and eye products. How to set makeup for lasting results. How to avoid creasing under eyes and around mouth. How to stop lipstick bleeding. Covering dark circles and blemishes. How to apply lipstick including over-lining lips. Different types of lipsticks.x How to do eyeliner including winged eyeliner. How to do smokey eyes. Which brushes to use. Different types of eyeliner and how to preserve gel eyeliner. Traditional Asian Bridal Makeup. How to change soft bridal makeup to bold bridal makeup. Foundation colours required for different ethnicities. How to do Glitter makeup How to apply mascara. Day 2, Makeup : Smokey eye makeup Registry makeup Mehndi makeup Engagement makeup How to transform one makeup look into a completely different makeup look to save time where clients have booked for more than one event on the same day, and time constraints apply. Bold Makeup – how to Smokey Eye Makeup. Spotlight or halo makeup Subtle makeup. Ombre Makeup. Ombre glitter makeup How to apply pigments. How to use or apply liquid foundation. Different tools for different applications. Where to purchase makeup tools and makeup products. How to apply for pro makeup artist discount schemes. Soft cut crease makeup Different types of setting sprays. How to use different highlighting products. How to prevent creasing under the eye and mouth. How to makeup last longer. How to conduct client trials. How to manage bookings. How to avoid scams. How to conduct phone consultations. How to deal with difficult / fussy clients. Must have products for beginners and how to build up your kit. Reverse highlighting and contouring. Colour correction theory. How to use an artist colour wheel to coordinate eyeshadow colours. Customer care. How to use glitter. Day 3, Makeup : How to highlight and contour for different face shapes i.e. corrective highlighting and contouring. How to identify different eye shapes. How to apply makeup for different eye shapes. Advanced foundation makeup technique for flawless bridal makeup. Monolid eye makeup Protruding eye makeup Hooded eye makeup. Downturned eye makeup. How to select the correct style of lashes for different eye shapes. How to make small eyes look bigger. Different lip shapes and how to correct them. Ombre lips. How to make lips look bigger. Arabic makeup Cut crease makeup Double cut crease makeup Floating cut crease makeup Glitter cut crease makeup Day 4, Makeup : Photographic makeup technique. How to make your client look more than 2 tones lighter than their natural skin tone without skin looking grey or ashy. Dos and Don’ts of baking. Sweatproof / waterproof makeup. How to set makeup for hot weather and destination weddings in hot countries such as Dubai, etc. Glass skin technique and products. Nude lipstick for different skin tones. 3D eye makeup How to customise / change foundation colour for different skin tones. Makeup products for dark skin tones Mature ladies makeup techniques and products. Marketing and social media. How to organise your own photoshoots. Advice and tips on photography to showcase your work. European bridal makeup Day 5, Hairstyling : Health and Safety including safety practices for covid-19. Importance of using correct PPE. Advice on purchasing mannequins for further practice after the course. How to wash the mannequins hair and which products to use. How to apply for trade cards for specialist hair products. Must have hair products, high end and cheaper alternatives. Must have tools for hairstyling, high end and cheaper alternatives. What advice to give clients for prepping hair. How to conduct trials. How to prepare and conduct bookings. Customer care. How to avoid customer scams. Phone consultations. Which hair pieces required for different hairstyles and where to purchase. Different types of padding required for different hairstyles. How to make your own padding. Traditional bridal bun. How to create different designs on a bridal bun. How to section hair. How to create a vintage fringe with side parting. How to backcomb correctly. Half up half down. Layered vintage fringe with middle parting. Messy Plait. Low messy / curly bun. How to change one hairstyle into another to save time for clients with multiple bookings. How to pop synthetic hair. Different types of pins. How to secure jewellery where padding has been used in the hairstyle. How to secure the dupatta where padding has been used in the hairstyle. Day 6, Hairstyling : Side bun 1. Side bun 2. Greek braid 1. Greek braid 2. Structured bun. Simple curls (barrel or ringlet). Hollywood waves. How to prep hair. Products required to create different textures for different hairstyles. Textured updo. Messy updo. Textured updo. Messy updo. Textured fringe. How to curl synthetic hair. Mermaid hair. How to make curls last longer. Sleek bun. Sleek low bun. How to secure jewellery when no padding has been used for the hairstyle. How to secure the dupatta when no padding has been used for the hairstyle. Day 7, Hairstyling : French braid. Fishtail braid. Boho pull through braid. Textured plait. How to create extra long plaits for asian brides. Solutions for thinning hair. How to create volume for fine hair and medium thickness hair. Backcombing to create volume. How to apply clip-in hair extensions. Boho frech braid updo. French braid bridal updo. French twist. Textured hairstyle for the and / or short hair. Plaited fringe. Dutch twist braid. Dutch braid. Day 8, Hairstyling : Textured High Bun / Top Knot Low Textured Bun Textured Low Bun with Pulled Lines 3D Curls Half Up Half Down Textured Low Curly Bun Introduction to Russian / textured hairstyling. How to prep Hair for Russian Hairstyles. Products and tools required for Russian Hairstyling. How to create Texture for Russian Hairstyles. How to create lines for Russian Hairstyles. Different types of padding for Russian Hairstyling. Correct way to crimp hair. Correct way to backcomb hair. Optional Day 9, Photoshoot You will receive professionally edited images for your portfolio to kick start your new career. The model, photographer, jewellery and outfit are all provided. The tutor is present to provide guidance with the hairstyle and makeup thus reinforcing all that has been learnt on the course. Photoshoots take place on Tuesdays, Wednesdays, and Thursdays following the end of the hair and makeup course. The Photoshoot is Evidence of the Students Achievement The students portfolio work is strictly the students work only i.e. the student has done all the makeup, all the hairstyle, and all the jewellery and outfit setting by themselves at the end of the course without any physical help from the tutor or anyone from her team. Many other teaching establishments pass off pictures as students work whereas the tutor or helper usually do all the hairstyling, and dupatta and jewellery setting themselves, and the student only does the makeup, and in some instances makeup by the student is done on only half the face, whereas the tutor has done makeup on the other half. The whole point of doing a hair and makeup course should be so that the student can complete total hair and makeup looks by themselves by the end of the course without any further help. Course Benefits The Advanced Bridal Hair and Makeup Course teaches students to confidently style hair and apply makeup on asian, middle eastern and European brides and party guests for different functions. You will learn about hair and makeup products and tools. You will be able to offer your clients different styles of makeup both bold and subtle. You will be taught how to deal with clients with different features and skin tones (including dark skin tones). You are taught advanced bridal makeup techniques on the fourth day of the course. We teach you how to create several hairstyles from one basic foundation. We also show you how to transform one hairstyle into another within minutes. You will learn how to prep different hair textures. Students are taught a huge range of hairstyles including advanced bridal hairstyles. On the eighth day of the course students are taught how to create some Russian hairstyles and the latest textured hairstyles.You will gain a detailed knowledge of techniques and products both high end and cheaper brands. You will be able to start your business as a professional hair and makeup artist without wasting money on unnecessary products and equipment. Successful completion of the course rewards students with 3 accredited certificates: Asian Bridal Makeup, Asian Bridal Hairstyling, and Professional Standards for Therapists. Thus enabling students to apply for makeup discount schemes, and gain access to specialised tools and products from trade only companies for professional hairstylists. This course is designed to maximise the success of your business and earning potential. We teach you not just the current makeup trends and hairstyles but also the types of looks and hairstyles expected to be in demand in the near future. We are probably the only training academy offering students advice and tips on how to create their own portfolio to suit their budget. Fees & Enrolment for Advanced Bridal Course Class Size: All courses are limited to a maximum of 3 students per class. Each student receives plenty of individual attention in all aspects of learning to fully benefit from the course. Course Location: Slough, near Heathrow, Hounslow and Southall. Easily accessible by road (Junction 5 of M4) and train (Slough Station – Elizabeth Line (London Underground) and National Rail (15 minutes from Paddington station, central London)). Course Timings: 10am – 5pm Course Fee: £1595 for 8 Days without photoshoot or £2400 for 9 Days with photoshoot Course Dates are below. If these dates are not suitable then we may be able to accommodate provided we have 1-2 months advance notice, please ask. (Refreshments and lunch is provided free of charge)

ASIAN BRIDAL HAIRSTYLING and MAKEUP COURSE (8 DAYS) – Accredited, Certified, & Insurable
Delivered In-PersonFlexible Dates
£1,595 to £2,400

Fundamentals of Gas Well Deliquification

By EnergyEdge - Training for a Sustainable Energy Future

About this training course Gas well performance is dictated by the combination of inflow and outflow performance. The outflow performance of any gas well is at risk as soon as the gas rate becomes insufficient to lift the associated liquid water and condensate to surface. This condition is referred to as liquid loading and invariably causes intermittent production and significant loss of well capacity and reserves. Liquid loading can be mitigated by different types of gas well deliquification such as compression, velocity string, plunger lift, foam-assisted lift, gas lift and downhole pump. This 5 full-day course will first show how to predict and recognize liquid loading. Next, it will describe how to select, design, install and operate the best sequence of deliquification measures. It will also consider deliquification in the presence of other production threats such as water production and halite blockage. These topics will be illustrated by an abundance of field examples and case studies. The participants will be completing a case study during the training. This case study is preferably based on their own relevant data set. If no such data is available, an external data set will be provided instead. Prerequisites skills: It is necessary for the participants to have a basic knowledge of petroleum engineering and gas well performance. This course can also be offered through Virtual Instructor Led Training (VILT) format. Training Objectives On completion of this course, the participants will be able to: Develop skills and tools to understand and model gas well liquid loading and deliquification Understand the principles and practicalities of different deliquification methods Learn how to compare, select and apply deliquification measures by taking own field case as example Target Audience This course is intended for production engineer, surveillance engineer, completion engineer, production/process chemist, reservoir engineer, production programmer, production operator as well as professionals responsible for selecting, installing, operating, monitoring and optimizing deliquification. Course Level Basic or Foundation Training Methods This course utilizes Excel worksheets first introduced in the Optimising Gas Well Performance course. To derive maximum learning value, the participants are requested to bring their own relevant set of field data to complete their own case study during the training. The list of data required will be shared beforehand so data can be timely collected and cleared for external use. The participants should be prepared to complete any unfinished exercises and assignments before next day's session starts. The instructor will be available to discuss any remaining queries after the completion of the course. Trainer Your expert course leader brings with him 35 years of oil and gas field experience within Shell of which 25 years as gas well production engineer. He has covered the full spectrum of activities moving from R&D to green field development to brown field surveillance and optimisation, to become a leading gas well performance and deliquification specialist. He likes to capture the complex reality of gas well inflow, outflow and reservoir performance by means of practical data-driven rules and tools that cover a wide range of conditions i.e. shallow-to-deep, prolific-to-tight, dry-to-wet, green-to-brown, 1-1/2'-to-9-5/8' tubing, and depletion-to-aquifer drive. Before his retirement in end 2020, he worked for various Shell affiliated oil and gas companies including Shell Malaysia, Petroleum Development Oman, NAM Netherlands and Shell R&D in Netherlands and USA. 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

Fundamentals of Gas Well Deliquification
Delivered in Internationally or OnlineFlexible Dates
£3,955 to £4,599