P405 Managing Asbestos in Buildings is the industry standard qualification for those whose work involves asbestos management, such as duty holders and building managers. In addition to holding the qualification, they are required to undertake and provide evidence of annual refresher training. RP405 Refresher is a new course, specifically designed to meet this requirement. RP405 Refresher enables candidates to revise and update their knowledge on good asbestos management practices, and to receive a certificate of course completion by passing a written examination, which covers both the theory and practice of managing asbestos in buildings.
SAFe® for Teams: In-House Training Build the skills needed to become a high-performing team member of an Agile Release Train (ART) and learn how to collaborate effectively with other teams by becoming a SAFe® 5 Practitioner (SP). During this course, you will gain an in-depth understanding of the ART, how it delivers value, and what you can do to effectively perform the role using Scrum, Kanban, and Extreme Programming (XP). You will also learn how to write stories and break down features, plan and execute iterations, and plan Program Increments. Finally, you'll learn about the continuous delivery pipeline and DevOps culture, how to effectively integrate with other teams in the program, and what it takes to continuously improve the train. What you will Learn To perform the role of a SAFe® Practitioner, you should be able to: Apply SAFe® to scale Lean and Agile development in their enterprise Know their team and its role on the Agile Release Train Know all other teams on the train, their roles, and the dependencies between the teams Plan Iterations Execute Iterations and demonstrate value Plan Program Increments Integrate and work with other teams on the train Introducing the Scaled Agile Framework® (SAFe®) Building an Agile Team Planning the Iteration Executing the Iteration Executing the Program Increment Practicing SAFe®
Learn the ‘Essentials’ of gift wrapping in just 90 minutes (with your friends!) What’s included (and how it will help): Step by step tuition covering all the Essential Techniques of gift wrapping so you never need to grab a gift/bottle bag again Practical guidance on tying different styles of Ribbon Bow so you can confidently use them on any gift (and when it’s best to use each one) Learn Pro tips so you feel less overwhelmed & can gift wrap quickly at busy times With many years experience teaching classes, both one to one and in groups, you will complete the class feeling confident that your gift wrapping will never be an embarrassment to you again. 90 Minute Group Class No Replay £97 How to measure exactly how much gift wrapping paper you need so you always know how much to cut (and why this is important) Wrap a box using the paper & only 3 pieces of tape so you can do this quickly & easily Learn to tie 2 differnt styles of bow (and when to use them) How to pleat gift wrapping paper so you can add extra detail to a gift How to wrap a bottle so you never need to grab a bottle bag again 90 Minute Group Class Includes replay ££117 How to measure exactly how much gift wrapping paper you need so you always know how much to cut (and why this is important) Wrap a box using the paper & only 3 pieces of tape so you can do this quickly & easily Learn to tie 2 differnt styles of bow (and when to use them) How to pleat gift wrapping paper so you can add extra detail to a gift How to wrap a bottle so you never need to grab a bottle bag again Plus a replay of the class FREQUENTLY ASKED QUESTIONS 1. What's included in a 90 minute virtual class? Step by step tuition covering all the Essential Techniques of gift wrapping so you never need to grab a gift/bottle bag again Practical guidance on tying different styles of Ribbon Bow so you can confidently use them on any gift (and when it’s best to use each one) Learn Pro tips so you feel less overwhelmed & can gift wrap quickly at busy times 2. How much is a 90 minute virtual gift wrapping class?There are 2 options to choose from starting from £97 per person3. How long does a virtual gift wrapping class last?A group virtual gift wrapping class lasts 90 minutes but I recommend allowing 2 hours in case there are any tech issue (unlikely but better to be prepared).4. Are materials provided?No, materials are not provided. I will send you a list of what you need at least 2 weeks ahead of the class (or once your booking is confirmed if less than 2 weeks until the class)5. What is the difference between an in person & a virtual workshop?At a 90 minute virtual class you will get tuition on essential gift wrapping techniques, practical guidance on tying different styles of bow & learn pro tips. An in-person class ususally last a full day, includes lunch/refreshments and all materials which are not included with any virtual classes. 6. What if I can't attend the class - do I get a refund?If you can bo longer attend the date of the class you have chosen, you may move your booking to another date, once, at no extra charge. I do limit the number of people at a group virtual class so if your chosen date to move to is full, you may need to wait until another class becomes available. If no class is available then you will be eligible for a refund. 7. Who is a virtual class suitable for?The classes are suitable for any skill level from beginner to anyone that has already tried the basics and wants to learn more. A group class is ideal if want to attend with a group of friends but you struggle to attend an in person class that fits in with your schedule/commitments. 8. Who is a virtual class not suitable for? There are no exclusions to suitability 9. What results can I expect if I attend a virtual class?That all depends on you and if you’re prepared to go away and practice/use the skills you have learned in the class. 10. Is there a replay? You do have the option to buy a class that includes a recording. If you decide after the class that you’d like to purchase a recording, email me louise@louiselewis.co.uk
SAFe® for Teams: Virtual In-House Training Build the skills needed to become a high-performing team member of an Agile Release Train (ART) and learn how to collaborate effectively with other teams by becoming a SAFe® 5 Practitioner (SP). During this course, you will gain an in-depth understanding of the ART, how it delivers value, and what you can do to effectively perform the role using Scrum, Kanban, and Extreme Programming (XP). You will also learn how to write stories and break down features, plan and execute iterations, and plan Program Increments. Finally, you'll learn about the continuous delivery pipeline and DevOps culture, how to effectively integrate with other teams in the program, and what it takes to continuously improve the train. What you will Learn To perform the role of a SAFe® Practitioner, you should be able to: Apply SAFe® to scale Lean and Agile development in their enterprise Know their team and its role on the Agile Release Train Know all other teams on the train, their roles, and the dependencies between the teams Plan Iterations Execute Iterations and demonstrate value Plan Program Increments Integrate and work with other teams on the train Introducing the Scaled Agile Framework® (SAFe®) Building an Agile Team Planning the Iteration Executing the Iteration Executing the Program Increment Practicing SAFe®
Duration 2 Days 12 CPD hours This course is intended for This course can be valuable for anyone who needs to write basic SQL or Transact-SQL queries. This includes anyone working with data as a data analyst, a data engineer, a data scientist, a database administrator or a database developer. It can also be useful for others peripherally involved with data, or wanting to learn more about working with data such as solution architects, students and technology managers. This course will teach the basics of Microsoft's dialect of the standard SQL language: Transact-SQL. Topics include both querying and modifying data in relational databases that are hosted in Microsoft SQL Server-based database systems, including: Microsoft SQL Server, Azure SQL Database and, Azure Synapse Analytics. 1 - Introduction to Transact-SQL Work with schemas Explore the structure of SQL statements Examine the SELECT statement Work with data types Handle NULLs 2 - Sort and filter results in T-SQL Sort your results Limit the sorted results Page results Remove duplicates Filter data with predicates 3 - Combine multiple tables with JOINs in T-SQL Understand joins concepts and syntax Use inner joins Use outer joins Use cross joins Use self joins 4 - Write Subqueries in T-SQL Understand subqueries Use scalar or multi-valued subqueries Use self-contained or correlated subqueries 5 - Use built-in functions and GROUP BY in Transact-SQL Categorize built-in functions Use scalar functions Use ranking and rowset functions Use aggregate functions Summarize data with GROUP BY Filter groups with HAVING 6 - Modify data with T-SQL Insert data Generate automatic values Update data Delete data Merge data based on multiple tables Additional course details: Nexus Humans DP-080T00 Querying Data with Microsoft Transact-SQL training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the DP-080T00 Querying Data with Microsoft Transact-SQL course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.
For those who are working towards GCSE maths exam confidence Save Your Child’s Spot in the GCSE Foundation maths Paper 1 Workshop Concerned about your child’s struggle with math concepts and word problems? Worried about them answering complex problems under time pressure? Want them to be exposed to the type of exam-style questions they'll need to master? Our engaging course doesn’t just teach numbers; Our Maths courses build confidence. Meet Shola, our GCSE Maths Expert! I specialise in tutoring students of all abilities in the following areas: foundation to higher GCSE maths, and general maths tuition for key stages 3 and 4. Lessons are tailored to my students by further developing their understanding of mathematical concepts as well as delivering lessons based on current needs and upcoming course materials. My role as Head of Year means that I oversee the pastoral support of students in my year group so that learning at every level of the individual is supported. I am a qualified Designating Safeguarding Lead Level 3 which means that I have practical knowledge and skills to protect the welfare of students and to take action when necessary. Course Objectives: - Revision techniques so there's less cramming + more confidence - Main concepts are reviewed for Number, Algebra, Geometry, and Data Handling - Review of past papers for Paper 1 to gain exposure to exam terminology + formating - Exam techniques to ensure no stress in a time pressure situation and top tips to avoid common errors that students fall into! We transform GCSE Maths exam prep from a challenge to an exciting adventure, helping your child become a resilient and prepared student. Mathematics can be a battleground for many students, especially when faced with word problems. We understand the fear of numbers, the confusion with algebra, and the frustration of not being able to solve real-world math challenges. Key Details: Duration: 3 hours Official Lesson Start Date:TBD during Feb Half term Maths Focus Areas: Paper 1 Foundation Group Size: Max 15 Recorded! For Just £97 Students who work with Bettering Youth tutors improve by a minimum of 2 grades; we have a 100% pass rate! What our families have to say: "Think it all went very well today. Shola seems very nice. Spoke with her briefly at the end of the lesson." "Sarahlynn has been nothing but a source of strength and encouragement for my daughter Ella. After struggling with confidence at school and feeling embarrassed to put her hand up in class, she was falling behind. Since Sarahlynn has been working with her, she has gone up a Math set and has become noticeably more relaxed in social settings. We couldn’t be more proud."
Our Team Leader Programme is designed specifically for new & existing Team Leads & Managers in Healthcare, such as General Practice, Primary & Secondary Care. This programme gives delegates the opportunity to spend time with peers, gain new tools & techniques that enable them to develop & support their team effectively. Building confidence to be able to have more proactive & challenging conversations with team members, supporting managers and reducing escalation.
Understand the needs of children who have a parent with a mental illness in this DfE-assured course for Senior Mental Health Leads.
Historical Association webinar series: Teaching ‘past and present’ in EYFS Presenter: Helen Crawford and Sue Temple This webinar will support you to ensure well-planned transition to Key Stage 1, and will give advice on planning for mixed-age YR/Y1 classes. It will reflect on developing a coherent history curriculum across all phases in your school. To use your corporate recording offer for this webinar please complete this form: https://forms.office.com/e/XTRwGaRudd