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®
SAFe® DevOps: In-House Training This course provides a comprehensive overview for understanding the DevOps skills needed to accelerate time-to-market by improving the flow of value through the Continuous Delivery Pipeline. You will map the current value stream through the delivery pipeline from idea to cash and identify practices that will eliminate bottlenecks to flow. The course will build an understanding of the complete flow of value from Continuous Exploration to Continuous Integration, Continuous Deployment, and Release on Demand. What you will Learn After attending the class, attendees should be able to: Explain how DevOps enables strategic business objectives Apply a CALMR approach to DevOps to avoid automating broken processes Understand how successful DevOps requires continuous exploration, continuous integration, continuous deployment, and the ability to release to end users on demand Incorporate continuous testing and continuous security into the delivery pipeline Use value-stream mapping to measure flow and identify bottlenecks in the end-to-end delivery process Select DevOps skills and tools strategically for the fastest, most compelling results Prioritize DevOps solutions and investments for the greatest economic benefit Design and implement a multi-phased DevOps transformation plan tailored to their organization Work with all roles and levels in the organization to continually optimize the value stream Introducing DevOps Mapping your Continuous Delivery Pipeline Gaining alignment with Continuous Exploration Building quality with Continuous Integration Reducing time-to-market with Continuous Deployment Delivering Business Value with Release on Demand Taking action
SAFe® Agile Software Engineering: In-House Training The introduction of Lean-Agile and DevOps principles and practices into software engineering has sparked new skills and approaches that help organizations deliver higher-quality, software-centric solutions faster and more predictably. This workshop-oriented course explores foundational principles and practices and how continuous flow of value delivery and built-in quality are enabled by XP technical practices, Behavioral-Driven Development (BDD), and Test-Driven Development (TDD). Attendees will learn proven practices to detail, model, design, implement, verify, and validate stories in the SAFe® Continuous Delivery Pipeline, as well as the practices that build quality into code and designs. Attendees will also explore how software engineering fits into the larger solution context and understand their role in collaborating on intentional architecture and DevOps. What you will Learn To perform the role of a SAFe® Agile Software Engineer, you should be able to: Define Agile Software Engineering and the underlying values, principles, and practices Apply the Test-First principle to create alignment between tests and requirements Create shared understanding with Behavior-Driven Development (BDD) Communicate with Agile modeling Design from context for testability Build applications with code and design quality Utilize the test infrastructure for automated testing Collaborate on intentional architecture and emergent design Apply Lean-Agile principles to optimize the flow of value Create an Agile Software Engineering plan Introduction to Agile Software Engineering Connecting Principles and Practices to Built-in Quality Accelerating Flow Applying Intentional Architecture Thinking Test-First Discovering Story Details Creating a Shared Understanding with Behavior-Driven Development (BDD) Communicating with Models Building Systems with Code Quality Building Systems with Design Quality Implementing with Quality
The Art of Delegation and High-Impact Feedback: Virtual In-House Training Whether you are a project manager, an executive, or simply someone involved in leading or helping others, a critical part of your work must involve delegating and giving feedback. These two skills, however, are not as simple as they seem. How do you know what to Partcipant? What kinds of feedback should you give? Knowing this and practicing this are two different things. Ultimately, delegating and giving feedback are skills that must be done mindfully, strategically, and meaningfully. They must be done in ways that not only positively impact performance, but also inspire growth, engagement, and motivation. When done poorly, they can create significant problems. But when done well, they can generate value for everyone and benefit future endeavors. In this course, you will learn to think more deeply about the importance of delegating and discover how to give better feedback. You will have opportunities to apply best practices and methodologies that you can use in the real world, ultimately paying off for you and for others. What you Will Learn At the end of this program, you will be able to: Explain why common excuses for NOT delegating are short-sighted Identify what needs delegating by using a proven methodology Utilize best practices in real world scenarios, delegating in a way that benefits you and the individual to whom you Partcipant Summarize key lessons learned in brain science which enhance the feedback-giving process Recognize the critical connection between feedback and performance Apply a proven model to deliver feedback that inspires growth, engagement, and motivation Getting Started What is delegation? What makes delegation hard? What do I Partcipant and why? How to Partcipant effectively Feedback Exploring the feedback process Why feedback is hard to give...and receive Why giving feedback effectively is important Feedback models
Duration 4 Days 24 CPD hours This course is intended for While no prior programming or web development experience is required, target students should have good foundational computer skills. Overview Set up the tools and resources you need to perform Web Development. Create web pages in HTML, constructing valid, well-formed elements, including navigation links, sections, titles, and semantic markup. Enhance HTML content with tables, images, movies, and audio. Apply styles to HTML elements using CSS. Use CSS to format the edges, size, position, and layering of HTML elements. Apply complex style rules using advanced CSS selectors, including pseudo-class selectors, structural selectors, and pseudo-element selectors. Create complex layouts using CSS newspaper style columns, grid layouts, and flexible box layouts. Improve the quality of web content, including adaptability (different displays and devices), searchability, usability, and accessibility. Submit data through URL query strings and web forms for processing by a web application server. Write JavaScript code to make web pages more interactive, perform data processing tasks directly in the browser, and manipulate items in the current web page. Write JavaScript code to iterate through collections of elements in a page to get and set their attributes and add event listener code. Use third-party libraries and frameworks for web front-end development. Modern organizations depend heavily on the web to perform core business operations such as marketing, advertising, and selling products, providing services, and communicating with customers, partner organizations, and employees. Whatever you're creating on the web, HTML, CSS, and JavaScript? likely play an important role. These three languages provide the core toolkit for anyone looking to perform web development work. This course covers the fundamentals of web development using these three languages. Prerequisites This course assumes that students have strong experience working with computers. Previous experience programming in other languages is helpful, but not required for students to benefit from this course. Lesson 1: Setting Up Your Web Development Environment Topic A: Prepare Your Web Platform Topic B: Prepare Your Web Development Tools and Processes Topic C: Monitor the Web Request-Response Cycle Lesson 2: Creating Web Content in HTML Topic A: Create a Basic Web Page Topic B: Provide Navigation Links Between Web Pages Topic C: Improve Web Page Structure and Navigation Lesson 3: Adding Tables and Multimedia Content to a Web Page Topic A: Create a Table Topic B: Embed Images, Movies, and Audio in a Web Page Lesson 4: Applying Styles to Web Content Topic A: Apply Styles to HTML Topic B: Create a Style Sheet Topic C: Use Web Fonts Lesson 5: Controlling Edges, Size, and Position Topic A: Format Element Edges and Corners Topic B: Control an Element's Height and Width Topic C: Control an Element's Position and Layering Topic D: Normalize and Reset Browser CSS Defaults Lesson 6: Applying Complex Style Rules Topic A: Use Advanced Selectors Topic B: Manage User Interface States Topic C: Make Structure Apparent to Users Topic D: Use CSS Pseudo-Element Selectors Lesson 7: Creating Complex Layouts Topic A: Use CSS to Create Newspaper Style Columns Topic B: Use CSS to Create Grid Layouts Topic C: Use CSS to Create Flexible Box Layouts Lesson 8: Improving Web Content Topic A: Adjust the Layout for a Wide Variety of Devices Topic B: Perform Basic Search Engine Optimization Topic C: Test Your Website Lesson 9: Submitting Data to a Web Server for Processing Topic A: Submit Data Through a URL Topic B: Submit Data Through a Web Form Lesson 10: Writing JavaScript Code Topic A: Add JavaScript to a Web Page Topic B: Perform Operations on Data Topic C: Program Repetitive Tasks Topic D: Manipulate DOM Objects Lesson 11: Enumerating and Processing Collections of Elements Topic A: Enumerate Elements Topic B: Attach Events Through Code Lesson 12: Using Third-Party Libraries and Frameworks Topic A: Use a Third-Party JavaScript Library Topic B: Create a Web Page Based on a Third-Party Framework Additional course details: Nexus Humans Web Development with HTML5, CSS, and JavaScript (v1.0) 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 Web Development with HTML5, CSS, and JavaScript (v1.0) 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.
Take our part-time online “Conversion Course into Pharmaceutical Manufacturing“ NO Previous Industry Experience or Science Qualifications Required
Level 5 Diploma(FREE QLS Endorsed Certificate)| 11 CPD Courses+11 PDF Certificates| 140 CPD Points|CPD & CiQ Accredited
Learn three simple steps to improve your Emotional Intelligence and become a more empathetic and compassionate leader.
Do you want to learn more about Army Training or start a career in the field? This online training bundle is designed by industry experts to help you gain a deep understanding of Army Training. It includes the most relevant courses, allowing you to apply your knowledge in the real world. Upon completion, you will receive 11 free certificates, which can help you stand out to potential employers. You will also have free access to the training materials for life, so you can review them as needed. Courses: Course 01: Military History Course 02: History of the Industrial Revolution in Great Britain Course 03: Security Management & Risk Analysis Course 04: Security Guard Training Course 05: Security Analyst Course 06: Close Protection Course 07: Self Defense with Capoeira Martial Art Course 08: Lesson on Self - Development from a Martial Arts Teacher Course 09: Tai Chi Martial Art - Original Chen Style Old Form One Course 10: Managing Stress Course 11: Health and Safety Course 12: First Aid Training Benefits of this Army Training Online Training bundle: Learn from industry experts Gain a deep understanding of Army Training Apply your knowledge in the real world Receive 11 free certificates Have free access to the training materials for life Enrol now for a successful Army Training career! CPD 120 CPD hours / points Accredited by CPD Quality Standards Career path Army Training Instructor: £25,000 to £35,000 per year Infantry Soldier: £20K to £40K per year Military Officer: £25K to £70K per year Combat Engineer: £22K to £45K per year Logistics Coordinator: £22K to £45K per year Military Intelligence Analyst: £25K to £60K per year Certificates 11 CDP Accerdited PDF Certificates Digital certificate - Included CPD Accredited Hard Copy Certicicate Hard copy certificate - £10.79 CPD Accredited Hard Copy Certicicate are £10.79 each. Delivery Charge: Inside the UK: Free Outside the UK: £9.99
48-Hour Knowledge Knockdown! Prices Reduced Like Never Before! This Diploma in Waiter Training at QLS Level 4 course is endorsed by The Quality Licence Scheme and accredited by CPDQS (with 120 CPD points) to make your skill development & career progression more accessible than ever! Imagine a busy restaurant with customers waiting to be seated and served. The waiters are rushing around, taking orders, delivering food, and ensuring customer satisfaction. As a customer, you appreciate the efficient service and professionalism of the waiters. You wonder how they manage to handle everything so smoothly. The answer lies in proper training, which is precisely what our Waiter Training at QLS Level 4 offers. Our Waiter Training is designed to equip you with all the skills and knowledge necessary to excel in the food service business. In this comprehensive Waiter Training at QLS Level 4 course, you will learn about the essential elements of food service, such as personal hygiene, sanitary food handling, and product knowledge. You will also develop essential personal skills such as calmness, friendliness, and professionalism, which are crucial for providing exceptional customer service. This Waiter Training at QLS Level 4 course covers a range of topics, including service sequences, additional responsibilities apart from food serving, supervisory responsibilities, and safety considerations. With our waiter training, you will learn how to manage your time efficiently, handle customer complaints tactfully, and supervise a team of waiters. You will also understand the importance of safety in the food service industry and learn how to maintain a safe working environment for both employees and customers. Our Waiter Training at QLS Level 4 course is suitable for anyone looking to start a career in the food service industry or improve their existing skills. Whether you are a school leaver, a career changer, or an experienced waiter looking to upskill, our Waiter Training at QLS Level 4 course is perfect for you. Our waiter training is also ideal for employers who want to provide their staff with the necessary skills and knowledge to excel in their roles. After this waiter training course, you will be able to learn: Understand the essential elements of food service and the role of waiters Develop personal skills such as calmness, friendliness, and professionalism Learn about personal hygiene and sanitary food handling Gain product knowledge and understand service sequences Understand supervisory responsibilities and additional responsibilities apart from food serving Understand safety considerations in the food service industry Why Prefer This Waiter Training at QLS Level 4 Course? Opportunity to earn a certificate endorsed by the Quality Licence Scheme & another accredited by CPDQS which is completely free. Get a free student ID card! (£10 postal charge will be applicable for international delivery) Innovative and engaging content. Free assessments 24/7 tutor support. Take a step toward a brighter future! *** Course Curriculum *** Here is the curriculum breakdown of the Waiter Training at QLS Level 4 course: Module 01: Facts about Food Service Business and Waiters Module 02: The First Impression You Make Module 03: Calmness & Friendliness Module 04: Personal Health and Hygiene Module 05: Sanitary Food Handling Module 06: Personal Skills Module 07: Product Knowledge and Service Module 08: Service Sequences Module 09: Additional Responsibilities Apart from Food Serving Module 10: Supervisory Responsibilities Module 11: Safety Considerations Assessment Process You have to complete the assignment questions given at the end of the course and score a minimum of 60% to pass each exam. Our expert trainers will assess your assignment and give you feedback after you submit the assignment. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you have completed all of the Diploma in Waiter Training at QLS Level 4 exams. CPD 120 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Waiter Training course is suitable for: School leavers interested in the food service industry Career changers looking to start a new career in the food service industry Experienced waiters looking to upskill Employers who want to train their staff in food service Requirements No prior background or expertise is required. Career path Waiter/Waitress: £17,000 to £20,000 per annum Assistant Restaurant Manager: £19,000 to £24,000 per annum Restaurant Manager: £25,000 to £30,000 per annum Food and Beverage Manager: £26,000 to £40,000 per annum Hotel Manager: £28,000 to £50,000 per annum Hospitality Operations Manager: £30,000 to £60,000 per annum Certificates CPDQS Accredited Certificate Digital certificate - Included Diploma in Waiter Training at QLS Level 4 Hard copy certificate - Included Show off Your New Skills with a Certificate of Completion After successfully completing the Diploma in Waiter Training at QLS Level 4, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme and also you can order CPDQSAccredited Certificate that is recognised all over the UK and also internationally. The certificates will be home-delivered, completely free of cost.