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

38 Builder courses

Java Bootcamp | 8 weeks | 8 lessons

4.6(12)

By PCWorkshops

Full stack, in-depth, comprehensive in classroom 2 month training on Java programming. 1 lesson a week; the other days you work on your own on structured homework and are supported with a 1-1 mentor.

Java Bootcamp | 8 weeks | 8 lessons
Delivered In-Person in London + more
£880

Structured Manicure (Builder Gel)

4.5(2)

By Hb Training Wales Ltd

This course is the next level from Gel polish. During this course you will learn how to apply and perfect Builder Gel to natural nails and create the perfect finish. Builder Gel is a product used to provide structure and help clients grow their natural nails. This course also includes a kit to take away with you. Pre Course Requirements: Nail technology with hard gel and recommended 6 month industry experience.

Structured Manicure (Builder Gel)
Delivered In-PersonFlexible Dates
£245

The Refresher/Confidence Builder

By Alan d Hairdressing Education

Choose what you want to learn in this fast-track hairdressing course. Aimed at those who’ve left college with a hairdressing qualification but don’t feel confident enough on the salon floor or those needing to brush up on a specific skill. Our training concentrates on cutting, colouring, styling and barbering.

The Refresher/Confidence Builder
Delivered In-Person in London or UK WideFlexible Dates
£990

SSRS Report Builder Course, 2 Days

4.6(12)

By PCWorkshops

SSRS Report Builder Course Summary. Practical SSRS Report Builder course, to leavy you full conversant with queries, DML and DDL statements. Hands-on, Practical SSRS course. PCWorkshops SSRS Course Certificate. Max 4 people per course, we keep it personalised. Where is the SSRS Report Builder Course? Online: Instructor-led. Classroom: Request per email. SSRS Course Materials SSRS Coding Examples Manuals and Notes: In-depth reference materials Exercises: Practical exercises Payment Options → £600, Follow the booking link Arrange for installments Included with SSRS Report Builder Course: SSRS Course Certificate on completion. SSRS Course Manual. Practical SSRS Course exercises. SSRS Code Samples. After the course, 1 free session for questions. Max group size, online and in classroom, on this SSRS Course is 4. Course Topics SSRS Report Builder Course Topics SSRS Course topics: This course focus on producing reports using MS SQL SSRS Report Builder, to use the product features and tools related to data retrieval, visualisations and deployment. The Target Audience: end-users who will produce reports for their department or group using datasets. SSRS Course Topics Report Models: Data source views Creating a model Entities, attributes and roles Tables: Creating tables Interactive sorting Floating headers Grouping: Inserting groups Group headers/footers Displaying group totals Expanding and collapsing Expressions: The expression builder The Report Items collection Built-in fields Conditional formatting expressions Page headers and footers Page names and numbers Exporting reports: The various report formats Using RenderFormat. Parameters: Creating parameters Filtering using parameters Drop list parameters Coping with empty tables Matrices: Row and column groups Sorting and filtering matrices Creating subtotals Charts: Creating charts The parts of a chart Formatting charts Basic reports: Text boxes and images Selecting report items Formatting parts of a report Miniature charts Creating sparklines Creating data bars Graphical indicators Creating and customising indicators Linear and radial gauges Lists: Page-per-record lists Dashboard lists Other list ideas Subreports: Creating a child report Creating the main report Linking the two reports Report parts: Publishing report parts The report part gallery Updating report parts Book the SSRS Course About us Our experienced trainers are award winners. More about us FAQ's Client Comments

SSRS Report Builder Course, 2 Days
Delivered In-PersonFlexible Dates
FREE

SSRS Report Builder Course, 2 Days

4.6(12)

By PCWorkshops

SSRS Report Builder Course Summary. Practical SSRS Report Builder course, to leavy you full conversant with queries, DML and DDL statements. Hands-on, Practical SSRS course. PCWorkshops SSRS Course Certificate. Max 4 people per course, we keep it personalised. Where is the SSRS Report Builder Course? Online: Instructor-led. Classroom: Request per email. SSRS Course Materials SSRS Coding Examples Manuals and Notes: In-depth reference materials Exercises: Practical exercises Payment Options → £600, Follow the booking link Arrange for installments Included with SSRS Report Builder Course: SSRS Course Certificate on completion. SSRS Course Manual. Practical SSRS Course exercises. SSRS Code Samples. After the course, 1 free session for questions. Max group size, online and in classroom, on this SSRS Course is 4. Course Topics SSRS Report Builder Course Topics SSRS Course topics: This course focus on producing reports using MS SQL SSRS Report Builder, to use the product features and tools related to data retrieval, visualisations and deployment. The Target Audience: end-users who will produce reports for their department or group using datasets. SSRS Course Topics Report Models: Data source views Creating a model Entities, attributes and roles Tables: Creating tables Interactive sorting Floating headers Grouping: Inserting groups Group headers/footers Displaying group totals Expanding and collapsing Expressions: The expression builder The Report Items collection Built-in fields Conditional formatting expressions Page headers and footers Page names and numbers Exporting reports: The various report formats Using RenderFormat. Parameters: Creating parameters Filtering using parameters Drop list parameters Coping with empty tables Matrices: Row and column groups Sorting and filtering matrices Creating subtotals Charts: Creating charts The parts of a chart Formatting charts Basic reports: Text boxes and images Selecting report items Formatting parts of a report Miniature charts Creating sparklines Creating data bars Graphical indicators Creating and customising indicators Linear and radial gauges Lists: Page-per-record lists Dashboard lists Other list ideas Subreports: Creating a child report Creating the main report Linking the two reports Report parts: Publishing report parts The report part gallery Updating report parts Book the SSRS Course About us Our experienced trainers are award winners. More about us FAQ's Client Comments

SSRS Report Builder Course, 2 Days
Delivered In-PersonFlexible Dates
FREE

3 Day Skill Builder Quilting Class

By Loopy's Place

A quilting class suitable for beginners or those wanting to build on the skills they already have. This is a skill building sampler quilt which will also give an opportunity to build on quilting skills

3 Day Skill Builder Quilting Class
Delivered In-PersonFlexible Dates
£240

3 Day Skill Builder Quilting Class (Request)

By Loopy's Place

A quilting class suitable for beginners or those wanting to build on the skills they already have. This is a skill building sampler quilt which will also give an opportunity to build on quilting skills.

3 Day Skill Builder Quilting Class (Request)
Delivered In-Person in SheffieldFlexible Dates
£240

Self-evaluation: Getting it Right

By Marell Consulting Limited

Self-evaluation - find out how you can get it right.

Self-evaluation: Getting it Right
Delivered in Birmingham or UK Wide or OnlineFlexible Dates
£297

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

Motorcycle Wheel Building Masterclass (Online + 4 days of Private 1 to 1 tuition)

4.7(20)

By Colwood Wheel Works

The Wheel Building Masterclass with Vince Warner Ready to Elevate Your Wheel Building Skills? Imagine Building Every Wheel with Confidence and Precision. That's What Mastery Feels Like. I started to learn to build wheels in 1967. My dad always said if you can count to 4 you can learn to build wheels, and as soon as I could count to 4 he had to prove to everybody that he was right. I was approaching my 4th birthday when he took me into his workshop and started to show me his trade secrets. I don't for one moment think you need to start at 3 years old to become an excellent wheel builder, but I do believe you need to be shown the techniques clearly by an experienced craftsman. Join Me in My Workshop for the Ultimate Learning Experience. What You'll Gain: Confidence in every wheel you build A high professional standard in all your projects The ability to charge for your expertise (if you wish to) The Masterclass Includes: Full access to all video training modules Personalised instruction from me, Vince Warner 4 full days of intensive training Exclusive private one-to-one attention A certificate showing you have completed the masterclass And Lunch is on Me, Every Day! Enjoy complimentary lunch, along with tea, coffee, cold drinks, and snacks throughout the day.

Motorcycle Wheel Building Masterclass (Online + 4 days of Private 1 to 1 tuition)
Delivered In-Person in HailshamFlexible Dates
£1,950

Educators matching "Builder"

Show all 210