Overview The course begins by introducing credit risk, its components and its drivers. The course then dives into business risk assessment and group structure risks. After examining financial statements, including accounting concepts and principles, the course concludes with a review of financial analysis and its four main risk areas.
Revit face to face training customised and bespoke.
Overview This course provides participants with the chance to focus on relevant project management tools and skills required to run successful projects in research and beyond. The course has been designed to help researchers and project managers enhance their project management skills in the context of their research and develop their knowledge of broader project management principles. The training course is highly participative and includes a peer learning session where participants will get the chance to tackle specific issues and challenges related to their research projects, find innovative solutions and share best practices.
Vray face to face training customised and bespoke.
We deliver Workplace PAT Testing Courses across most of the UK to assist businesses with Compliance. We also work with Bridges into Work and ReACT in association with Careers Wales and the Welsh Government to offer work based skills which some Candidates could be eligible for Government funding.
Overview This course examines the major tools, techniques, and principles aimed at improving quality and productivity in the public sector. To provide students with practical methods for improving public organizations, this course will cover accountability systems, performance measurement, pay-for-performance reward systems, contracting out, and organizational assessment
When it comes to booking a resin course, either for a career in resin flooring, or for your own resin pouring projects, you are in absolutely the best place. Our courses not only provide you with the knowledge and skill you’ll need to work with resin surfaces, but the enthusiasm too. You will leave us full of ideas and a desire to get started pouring the flooring, immediately! Our resin installers are not just resin trainers, we work in the industry, completing regular resin installations for both residential and commercial clients and we pass all of our knowledge through experience onto you, our clients. Our courses will give you both practical and theoretical knowledge in order to understand all aspects of a resin business. Depending on the course you undertake, you will learn about: Health and Safety aspects to working with resin. The benefits of Epoxy Resin Flooring. How to calculate quantities of resin products according to the size of your project. How to prime your surfaces for resin pouring, and which surfaces are suitable. How to apply long lasting top coats. How to deal with potential issues and troubleshooting with resin products. How to use resin to create other stunning surfaces - not just floors! How to effectively cost your epoxy resin projects, whether it's for flooring or any other resin surface. Unique sales and marketing advice for your resin business. We have an expert team of graphic designers, copy writers and website designers, all experienced in the resin industry. Our experts are highly trained and experienced when it comes to resin pouring. We have completed a huge number of installations and trained many people to do the same. Our passion and enthusiasm is infectious and we do not leave you behind once you have finished your resin floor training course. We offer ongoing advice and support, discount on resin products and resin specific industry business advice. We are also on hand to help you with your own resin installations should you need an extra hand. A brilliant asset to have whilst establishing your own resin pouring company. Our resin training courses leave you INSPIRED, EDUCATED and RARING TO GET STARTED. We cannot wait to meet you! 1 Day Taster Course – £295 Everything you need to know to start working with resin and create stunning resin floors. You will leave this one day taster session knowing how to successfully install a range of resin products, the maintenance and aftercare. Lunch included. 3 Day Intensive Course – £995 The training programme spans over three days of immersive learning, with both theory and hands-on workshops. The resin course will be held in our training unit where you will have your own individual training bay, enabling you to get a true sense of installing on a real floor. You will work with our industry experts, learning all steps to working with resin products to create visually stunning, long lasting floors. Full resin floor installation process from preparation through to the finish. Detailed run through of all products used in the creation of resin flooring. Our course teaches you how to create special flooring effects using our resin products. Learn the secrets to creating similar floor designs as seen on our social media pages. Create your own sample board to take home. Lunch provided. Training manuals provided. Advice on costing installation. Full technical support and exclusivity to a range of our resin floor products. 5 Day 1-1 training – £3500 The most advanced course we offer. This 1 to 1 training is in-depth and is a complete journey into the world of resin. Learning 1 to 1 with industry professionals. Completing a full installation process, from preparation through to the finish. In-depth presentation and theory. Learn how to create special flooring effects using our products. Learn the secrets to creating similar floor designs as seen on our social media pages. Create your own sample board to take home. Lunch provided. Training manuals provided. Advice on costing installation. Marketing advice on how to create a successful business. Full technical support and exclusivity to a range of our products. On Site Masterclass – £POA Every so often we bring you the most unique experience by joining us for an on-site masterclass. If you’re keen to learn more, please let us know and we’ll add you to the list! What support do I get after a course? Rest assured we remain on hand to give you any advice you may need. From product choices to technical questions, we remain contactable. We also offer ongoing business support with a range of bespoke packages to get you set up. We have helped many people start their resin flooring businesses and know what works! We have ongoing support for marketing / graphic design / websites with bespoke packages. Please let us know and we’ll talk you through.
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.