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

616 Courses in London

Islamic Financial Management

5.0(10)

By GBA Corporate

Overview Objectives Analysis of current market practices and what products and structures are utilized, and why Developing new products for your clients and markets Entering the crypto and fintech space to serve the Islamic market Structuring products from the building block of theory (Islamic law) through to the final end product Impact on each group of stakeholders (Scholars, structurers, legal, marketing, operations, risk, execution etc)

Islamic Financial Management
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Level 3 NVQ Diploma in Trowel Occupations

By BAB Business Group

The NVQ Level 3 Diploma in Trowel Occupations provides a nationally recognised qualification for those working in the construction and the built environment and specialise in the erection of masonry structures. Upon completion of the qualification, you will be awarded the NVQ Level 3 Diploma in Trowel Occupations which allows the holder to obtain the Gold Advanced Craft CSCS Card. The qualification modules will be discussed and agreed upon with each individual candidate to ensure that the qualification will be suited to your job role. Each candidate will be allocated a qualified assessor to provide support throughout the qualification and provide information, advice and guidance to candidates in order that they can achieve the qualification. If you require further information or are looking to undertake this qualification, please contact us. CSCS Cards Candidates can undertake the CSCS test and obtain the red (Provisional) CSCS card on signing up for various Train 4 Growth qualifications. The red card can usually be obtained within 7 to 14 days and can be used to access the construction sites for a period of 12 months. Upon completion the card is upgraded to the full 5 year CSCS Card.

Level 3 NVQ Diploma in Trowel Occupations
Delivered In-Person in Heywood or UK WideFlexible Dates
£2,050

DATABASE DESIGN AND DATA NORMALIZATION COURSE

4.6(12)

By PCWorkshops

Database Design and Data Normalization Course Summary Relational Databases & Data Normalisation Overview Training Courses London. Learn how to decide which tables and columns are required for a database, plan relationships, how to decide on data types and how to relate tables. Database Design and Data Normalization Course Description Session 1: Introduction to Relational Databases The Database Approach Database Management Systems The function of a Database Management System The Processing Architecture The Schema Architecture The Storage Architecture An overview of Database System Development An overview of general database principles Session 2: Conceptual Data Models Overview of Entity Models Entities and how to identify them Attributes and how to identify them Relationships and their qualities Building an Entity Relationship Diagram Resolving many-to-many relationships Sub-type and Super-type Relationships Arc Relationships Recursive Relationships Constraints and Assumptions Normalization to the First Normal Form (1NF) Normalization to the Second Normal Form (2NF) Normalization to the Third Normal Form (3NF) Exercises: Analyzing a specification Creating an Entity Relationship Diagram from it Session 3: The Relational Model Relational Structure Relational Terminology Domains A Relational schema Candidate keys and Primary Keys Foreign Keys Key Constraints Attribute Constraints Implementing Sub-type/Super-type Relationships Views Denormalization using Pre-joined Tables Denormalization using Derived Data An Introduction to Structured Query Language (SQL) Simple Queries Simple Updates of the Data Included in the Database Design and Data Normalization Courses: Database Design and Data Normalization Course Certificate on completion Database Design and Data Normalization Course Manual Practical Database Design and Data Normalization Course exercises, Database Course Homework / Database Course Revision work After the course, 1 free session for questions online Database Course via Gotomeeting.com. Max group size, online and in classroom, on this Database Course is 4.

DATABASE DESIGN AND DATA NORMALIZATION COURSE
Delivered In-PersonFlexible Dates
FREE

Introduction to Java programming

5.0(3)

By Systems & Network Training

Java training course description A comprehensive introduction of the Java language and environment. It is important to note that the course will assume that the delegates are already familiar with the C language as this enables more advanced features of the Java language to be covered in the course. The course will also give an overview of areas related to programming in Java. What will you learn Describe the Java architecture. Write Java applets and applications. Debug Java programs. Examine existing code and determine its function. Use multimedia extensions, the awt, multithreading, exceptions within Java Java training course details Who will benefit: Those wishing to program in Java. Prerequisites: Complete C programming Duration 5 days Java training course contents Review of UNIX fundamentals What is Java? What Java is, history of Java, reasons for success. The Java Virtual Machine, Bytecodes, getting up and running with Java, Java resources. Simple Java applications. C features in Java Java data structures, Java flow control, differences from C, arrays, strings and packages. OO features in Java Java classes and objects, inheritance, overloading, packages. Differences from C++. Java applets Applications vs. applets, HTML, the applet tag, applet methods, life cycle, testing and debugging. Multimedia applets Images, sounds, fonts, colours and animation. Java products The JDK in detail, other development environments. Javabeans and JDBC overviews. Abstract Window Toolkit JFC and Swing versus AWT. Event handling (JDK 1.1), GUIs, panels, buttons, lists, scrollbars, text areas, frames… Exception handling and multithreading Handling exceptions. Starting, pausing, stopping threads, producers, consumers, monitoring. More standard classes Java file I/O, Streams, The system class. The networking model, java.net classes. Security and Java Types of attack, the security manager, craplets, securing the network. Integrating legacy code with Java

Introduction to Java programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Risk Management, Corporate Governance and Compliance

5.0(10)

By GBA Corporate

Overview This training course is structured around the ISO 31000:2009 framework, principles and processes. It will also demonstrate how to develop internal control mechanisms and explain how to measure risk in terms of probability and potential impact, at the same time as ensuring that the organisation complies with increasingly strict international standards of corporate governance.

Risk Management, Corporate Governance and Compliance
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Risk In Trade Finance

5.0(10)

By GBA Corporate

Overview Objective Understand why trade finance is generally low risk for credit losses - IF done properly Appreciate the range of risks involved in trade finance Understand the controls and mitigants available Be able to categorise risk according to client size and strength Appreciate the mechanisms of the working capital cycle Recognise that structured lending facilitates easier and closer control

Risk In Trade Finance
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Financial Analysis for Decision Makers

5.0(10)

By GBA Corporate

Overview Financial Analysis and Decision Making specifies a financial outline to support the life cycle approach of managing tedious projects over a long time scale. This course includes the advanced level of accounting structures which are required to insert knowledgable information in order to make decisions or to support the decision-making process where accounting and financial information overlaps other decision-making processes. In order to manage the growth of the organisation and measure the profitability it is very important to do a financial analysis. This course will take you through different models of accounting and finance which is helpful for the decision-making process thereby helping ensure sustainable growth and success.

Financial Analysis for Decision Makers
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Advanced C++ programming

5.0(3)

By Systems & Network Training

Advanced C++ training course description The course will give a broad overview of the C++ Programming language, focusing on modern C++, up to C++17. This course will cover the use of the Standard Library, including containers, iterator, function objects and algorithms. From the perspective of application development, a number of design patterns will be considered. What will you learn Write C++ programs using the more esoteric language features. Utilise OO techniques to design C++ programs. Use the standard C++ library. Exploit advanced C++ techniques Advanced C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C++ programming foundation. Duration 5 days Advanced C++ training course contents Study of a string class Create a string class as a means to investigate many issues, involving the use of operator overloading and including overloading new and delete. Creation of the class will also require consideration of 'const correctness'. Exception handling Consider the issues involved in exception handling including the concept of exception safety. Templates Review definition of template functions, including template parameter type deduction. Introduction to template metaprogramming. Newer features including template template parameters and variadic templates. Creation of template classes. Design patterns Introduction to Design Patterns and consideration of a number of patterns, such as, factory method, builder, singleton and adapter. The standard C++ library (STL) Standard Library features, such as, Containers, Iterator, Function Objects and Algorithms. Introduction to Lambda expressions. C++ and performance The writing of code throughout the course will be oriented towards performant code, including use of R Value references and 'move' semantics. Pointers The use of pointers will be considered throughout the course. Smart pointers will be considered to improve program safety and help avoid the use of 'raw' pointers. Threading This section will consider the creation of threads and synchronisation issues. A number of synchronisation primitives will be considered. Async and the use of Atomic will also be considered. New ANSI C++ features Summarising some of the newer features to be considered are: Auto, Lambdas expression, smart pointers, variadic templates and folds, R Value references and tuple together with structured binding.

Advanced C++ programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

German lessons (in-person)

5.0(39)

By German Language Coach

Private German Lessons Private German lessons are ideal for busy professionals wanting to learn German. We teach German in-person at offices and homes and can start throughout the year. Flexible lesson timings from week to week allow our German lessons to fit into a busy schedule. Our beginner, intermediate and advanced German lessons cover comprehension, speaking, reading, writing, vocabulary build-up and grammar. We assess every student’s level and aptitude before starting. Lessons will then progress at their pace, and we structure our German courses towards industry and profession. One-to-One German Lessons Every student benefits from one designated private German tutor. Tutor-continuity ensures good rapport and enables the tutor to consider the student’s strengths and abilities. We recommend one-to-one German lessons twice a week with sufficient time between lessons for self-study and homework for rapid progress. Beginners should have a basic understanding of German after a few sittings. Returning learners will find their German fluency and confidence rapidly improving. German Language Lessons Being independent of the academic year means starting at any time. Students can adjust lesson timings on a week-to-week basis. This flexibility, combined with course delivery on-site, in-company and online, makes it possible to integrate our German language courses into a busy schedule.

German lessons (in-person)
Delivered In-Person in LondonFlexible Dates
Price on Enquiry

Photography For Parents - Editing In Lightroom

5.0(21)

By Photography For Parents

“You don't take a photograph. You make it" - Ansel Adams Photography For Parents - Editing In Lightroom Next course starts 11 March 2024 Editing is an essential skill for anyone with even just a passing interest in photography. Much as we try, we can't always get everything right in camera and editing tools help us bring our vision to life, help correct problems and allow our images to look beautifully polished.  We teach how to do all these things in Adobe Lightroom because it's a powerful, intuitive and affordable tool used by Pros around the world for that very reason. KEY COURSE INFO: Course type: Instructor-led Course duration: 4 weeks + prep module Course format: Online course with interactive edit-along live classes, feedback on your learning and support group WHAT YOU LEARN: From being able to correct issues such as over/under exposure, issues with colour or graininess to bringing your vision to life, creating mood and tone to your images, knowing how to use editing software is a must. But good and purposeful editing goes way beyond just slapping on a preset or a filter - in our course we teach you all about the tools - not just what all of them do but how, and we teach you how to know what to use and when to achieve certain effects.everything you need to allow you to style your photos, confidently use the software and fix common problems. editing to correct common photo problems creating good editing workflow using powerful precision tools editing to achieve beautiful skin tones using light and colour creatively editing to bring out a mood of a feel THIS IS THE COURSE FOR YOU IF : Love taking photos but want them to look more polished - with colours that pop and light that's perfectly balanced You want to be able to fix common issues such as under- or overexposure, white balance or colour casts so that you never need to bin an image just because it wasn't right straight out of camera You want to get more creative with light and colour to make the images look just like the moment felt. Bring on the moody edits or sun soaked edits or light kissed skin tones or creative black and white conversions You want to confidently use the editing techniques so you can bring your vision to life every time, without guesswork You want to be able to prepare your images for print so that your walls can beam with pride at the beauty that you captured Next Editing in Lightroom course starts 11 March 2024  4 core course modules plus prep module Support Facebook group Weekly edit-along live webinar Practice files to learn on Feedback on your images HERE IS WHAT YOU WILL LEARN in this course :  Our Photo Editing in Lightroom course guides you through the photo editing process in Adobe Lightroom from start to finish – from setting it up correctly, organising your collections and creating a workflow that works for you, through learning the capabilities of all the editing tools - such as adjusting exposure, colours, light or sharpening the images; all the way to printing and creating photo books. We’ll show you how to create specific artistic effects ( high impact Black and white, vintage, light and airy, dark and moody etc ), and how to fix common photography problems ( grainy images, underexposed images, wrong colours etc). At the end of the course you will be able to confidently manage your photo collection with Lightroom, achieve desired artistic effects and make your photos truly stand out. Getting around in Lightroom and Lightroom Classic - shooting in full manual - but with clarity and purpose Correcting common problems - whether your photo started too dark or too bright, your child's face was in a shade, the white balance and colours were off, the grain was heavy, the light looked dull - you can fix it all within a couple of clicks in Lightroom Using Lightroom's super powerful intelligent masking tools to quickly and efficiently edit specific parts of your image - from brightening up the eyes to rescuing overblown skies Enhancing and adding beautiful light - light makes images stand out, but it can be hard capturing the atmosphere it creates in camera at times. Lightroom is where you can bring light to life and make your images feel how what you saw in real life Knowing how to shoot in camera so you can get the most in editing - photographers will often purposefully under or overexpose images in camera so that they have more chance of balancing the image just they way they want in Lightroom. INSIDE THE MODULES - aka WHAT DO YOU LEARN? Module 0: Getting set up in Lightroom This module is released a week before the course starts to give you a chance to fully familiarise yourself with the layout, structure and the best way of working in Lightroom Classic, including guidance of creating a smooth selection and culling process that helps you see and keep the best of your images, without getting bogged down with 100s near duplicates. Module 1: Getting Started In Lightroom - Global Edits In this module we introduce you to Lightroom's most powerful tools - the global edits. We help you understand how to tweak your images to achieve the effects you're after quickly - from adjusting over and under exposure, to correcting white balance in a few different ways, to having a play with my favourite Lightroom tool - the tone curve. Major Takeaways: At the end of the module you will have gained full control of lightroom key global tools and will be able to use them to correct any global - as in affecting the whole image - issues with your images. This includes perfecting your exposure, balancing your colour and white balance, sharpening and creating clarity and more. Module 2: Targeted Edits - Masks!  Lightroom allows us to apply edits to selected parts of the image through a range of its very powerful, intelligent and manual masks. This means you can now effortlessly select your subject from the photo to adjust them separately with just one click, you can pick only the sky, the subject's eyes or only colour green or any other element and treat them differently to the rest.  Major Takeaways: You will be able to use the full range of masks in lightroom and apply your edits exactly where they are needed, and nowhere else. This includes working with with the new AI powered masks which can detect a person's individual features and allow you to selectively edit them in a few simple steps, as well as those more manual tools, that allow you to literally paint with light and colour on your photographs. Module 3: Creative Editing in Lightroom  This is a brand new module in our course where we take all the tools introduced in Modules 1 and 2 and actually use them to achieve different effects on our photos. Wer show you how to be guided by light when editing, how to achieve a light and airy or a moody edit on your images, how to add light and how to convert to black and white, as well as how to edit skin in Lightroom! This module is all play!  Major Takeaways: You will learn how to create yoru own editing process - from knowing where to start and to understanding what elements of your photograph may need or benefit from adjusting and knowing how you can do so to achieve different outcomes. You will also learn how to edit your skin tones so they look delightful - no matter what your subject's complexion.  Module 4: After the edits We close the course with a module centered around all the things you might want to do after the edits - from preparation for print, creating photo books, but also sharing your images online and syncing them between different machines and adobe workplaces. PLUS there is a little Photoshop intro so you get a glimpse at how it's different and what it can do.    Major Takeaways: You will learn how to connect all of your Adobe ecosystem and sync and share your images across multiple devices. You will learn how to prepare your images for print so they look their very best and how to create photobooks. Next course starts 11 March 2024 Absolutely, without a doubt book Editing. I was very unsure at first. My interest in photography is to capture those memories so it felt like it was 'cheating' to edit. I can honestly say it's like magic.To finish off the pictures you love and just give you complete control over the exposure, colours to make them perfect, to rescue the disasters etc. I learnt so much in those few weeks and it made the biggest difference to my photos.  Kerry White Editing in LIGHTROOM Book your space now: COURSE STARTS : 11 March 2024 ( 4 weeks + 1 prep week)COURSE COST : £179 ( payment plans available ) What’s included: 4 weekly modules with step by step illustrated tutorials and videos + prep module weekly edit along class online class ( also recorded) - on Wednesday evenings feedback and advice on your edits private support group PDF workbook and downloadable videos Practice images to learn on Join our next group to really bring life to your images and make them look sleep, polished and full of light COURSE PREREQUISITES: Lightroom or Lightroom Classic CC software installed on your computer or tablet. RECOMENDED : Lightroom Photography Plan 25GB – a monthly subscription at approx £9pm – including Lightroom CC, Lightroom Classic CC and Photoshop. This plan can also be occasionally purchased at a lower price via Amazon or Groupon if you purchase a year’s worth of subscription in one go ( average savings – around 2-4 months worth depending on the deal) Please note that Adobe also has a Lightroom Plan with 1TB of storage – we do not recommend this plan as it restricts you to one version of software only. The increased Cloud storage can always be purchased as an add on or your plan can be switched from Photographer plan to CC only at a later stage if you prefer.

Photography For Parents - Editing In Lightroom
Delivered OnlineFlexible Dates
£179