Duration 5 Days 30 CPD hours This course is intended for Network design engineers Network engineers System administrators Overview After taking this course, you should be able to: Design Enhanced Interior Gateway Routing Protocol (EIGRP) internal routing for the enterprise network Design Open Shortest Path First (OSPF) internal routing for the enterprise network Design Intermediate System to Intermediate System (IS-IS) internal routing for the enterprise network Design a network based on customer requirements Design Border Gateway Protocol (BGP) routing for the enterprise network Describe the different types and uses of Multiprotocol BGP (MP-BGP) address families Describe BGP load sharing Design a BGP network based on customer requirements Decide where the L2/L3 boundary will be in your Campus network and make design decisions Describe Layer 2 design considerations for Enterprise Campus networks Design a LAN network based on customer requirements Describe Layer 3 design considerations in an Enterprise Campus network Examine Cisco SD-Access fundamental concepts Describe Cisco SD-Access Fabric Design Design a Software-Defined Access (SD-Access) Campus Fabric based on customer requirements Design service provider-managed VPNs Design enterprise-managed VPNs Design a resilient WAN Design a resilient WAN network based on customer requirements Examine the Cisco SD-WAN architecture Describe Cisco SD-WAN deployment options Design Cisco SD-WAN redundancy Explain the basic principles of QoS Design Quality of Service (QoS) for the WAN Design QoS for enterprise network based on customer requirements Explain the basic principles of multicast Designing rendezvous point distribution solutions Describe high-level considerations when doing IP addressing design Create an IPv6 addressing plan Plan an IPv6 deployment in an existing enterprise IPv4 network Describe the challenges that you might encounter when transitioning to IPv6 Design an IPv6 addressing plan based on customer requirements Describe Network APIs and protocols Describe Yet Another Next Generation (YANG), Network Configuration Protocol (NETCONF), and Representational State Transfer Configuration Protocol (RESTCONF) The Designing Cisco Enterprise Networks (ENSLD) v1.1 course gives you the knowledge and skills you need to design an enterprise network. This course serves as a deep dive into enterprise network design and expands on the topics covered in the Implementing and Operating Cisco© Enterprise Network Core Technologies (ENCOR) v1.0 course.This course also helps you prepare to take the 300-420 Designing Cisco Enterprise Networks (ENSLD) exam which is part of the CCNP© Enterprise and Cisco Certified Specialist - Enterprise Design certifications. Course Outline Designing EIGRP Routing Designing OSPF Routing Designing IS-IS Routing Design Case Study Activity: Designing Enterprise Connectivity Designing BGP Routing and Redundancy Understanding BGP Address Families and Attributes Design Case Study Activity: Designing an Enterprise Network with BGP Internet Connectivity Designing the Enterprise Campus LAN Designing Layer 2 Campus Design Case Study Activity: Designing an Enterprise Campus LAN Designing Layer 3 Campus Discovering the Cisco SD-Access Architecture Exploring Cisco SD-Access Fabric Design Exploring Cisco SD-Access Site Design Strategy and Considerations Design Case Study Activity: Designing Cisco SD-Access in the Enterprise Designing Service Provider-Managed VPNs Designing Enterprise-Managed VPNs Designing WAN Resiliency Design Case Study Activity: Designing Resilient Enterprise WAN Examining Cisco SD-WAN Architectures Examining Cisco SD-WAN Deployment Design Considerations Designing Cisco SD-WAN Routing and High Availability Design Case Study Activity: Designing Resilient Enterprise Cisco SD-WAN Understanding QoS Designing LAN and WAN QoS Design Case Study Activity: Designing QoS in an Enterprise Network Exploring Multicast with Protocol-Independent Multicast-Sparse Mode (PIM-SM) Designing Rendezvous Point Distribution Solutions Designing an IPv4 Address Plan Exploring IPv6 Deploying IPv6 Design Case Study Activity: Designing an Enterprise IPv6 Network Introducing Network APIs and Protocols Exploring YANG, NETCONF, RESTCONF, and Model-Driven Telemetry Additional course details: Nexus Humans Cisco Designing Cisco Enterprise Networks v1.1 (ENSLD) 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 Cisco Designing Cisco Enterprise Networks v1.1 (ENSLD) 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.
Course Objectives At the end of this course you will be able to: Record and edit a Macro Assign macros to keyboard shortcuts, Quick Access Toolbar, Buttons and Shape objects. Use the Visual Basic Editor; change the properties of an object; add a module to a project; write the code for a procedure and then run it; and use the Object Browser to search procedures Manipulate data by declaring variables of different data types; combine data by using expressions; use functions to accept input and display output; and declare variables and procedures with the appropriate scope Use decision structures to create procedures that make decisions; and use loop structures to perform repetitive tasks Create an error handling routine in case things go wrong with VBA code ' 1 year email support service Take a closer look at the consistent excellent feedback from our growing corporate clients visiting our site ms-officetraining co uk Customer Feedback Best Training Ever! Just finished a bespoke 1-1 training course in Excel Advanced, Macros & VBA. Pedro is an excellent trainer, imparting his skills and knowledge in the best way - appropriately to audience skills, knowledge and ability. Pedro is always approachable, encouraging and supportive, giving delegates the optimum learning environment. I would not hesitate to recommend Pedro as a trainer, whatever your level of ability. Amanda Morris - Treasury & Systems Accountant at Reall - Real Equity for All The trainer was very knowledgeable, kept everyone involved and was enthusiastic. A great experience.. Simon Harper - Lloyd's of London My learning experience was awesome. Perdinand Reagan - Subsea7 Very nice and relaxed approach to teaching. Was definitely a good learning experience. Jerome Pupe - S5 Agency World The Trainer – Very positive + patient + helpful + thorough Agnes Souza - Direct Wines ' With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering classroom, one to one, tailored and bespoke courses. Tailored In Company training: You can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. Introduction to Macros and VBA Introducing Visual Basic for Applications Recording a Macro Naming conventions for Macro Procedures Running a Macro Absolute or Relative Cell Referencing Saving and Opening Files with Macros Making macros always available Adding Macros to Keyboard Shortcuts, Quick Access Toolbar, Buttons and Shapes Editing a Macro in the Visual Basic Editor Understanding the Development Environment Customising the Editor Tips for General Typing in VBA Using Visual Basic Help Working with Procedures Program Design Understanding Modules Naming Rules Creating a Module Understanding Procedures Programming Macro Concepts Creating a Subroutine Creating a Function Understanding Arguments Exiting Procedures Calling Procedures Objects, Properties, Methods and Events Understanding Objects Properties, Methods, and Events Navigating the Object Hierarchy Understanding Collections Accessing a Member of a Collection Understanding Hierarchy Using the Object Browser Using the With Statement Working with Properties Working with Methods Creating an Event Procedure Reserved Macro Names Using Expressions, Variables and Intrinsic Functions Understanding Expressions and Statements Declaring Variables Understanding Data Types Determining the Value of Variables Working with Variable Scope Using Built-in VBA Functions Understanding Constants Using Message Boxes Controlling the Answer to a Message Box Using Input Boxes Declaring and Using Object Variables Controlling Program Execution Understanding Control-of-Flow Structures Using the If...End If Decision Structures Nested If Statements Using the Select Case ... End Select Structure Using the Do ... Loop Structure Using the For ... Next Structure Using the For Each ... Next Structure Guidelines for Use of Control-of-Flow Structures Debugging and Handling Errors Understanding Errors Using Debugging Tools Setting Breakpoints and Using Break Mode Stepping Through Code Trapping Errors with the On Error Statement Understanding the Err Object Working with Inline Error Handling Writing an Error-Handling Routine Working with Forms and Controls Understanding UserForms Creating a Form Displaying and Removing a Form Aligning and Sizing Controls Using the Toolbox Working with a Form's Properties, Methods, and Events Working with Form and Control Properties, Methods and Event Setting the Tab Order Populating a Control Who is this course for? Who is this course for? This course is designed to give proficiency in the Visual Basic Editor (VBE), predominantly making use of Excel objects, understanding Object's Properties, Events and Methods, basic VBA Object oriented programming, event handling, control structures, and debugging tools. Requirements Requirements Preferably, delegates should have attended the Excel Advanced course. Career path Career path Excel know-how can instantly increase your job prospects as well as your salary. 80 percent of job openings require spreadsheet and word-processing software skills Certificates Certificates Certificate of completion Digital certificate - Included
Master the art of social event planning with our comprehensive course, 'Social Events Planning: Elevate Every Occasion, Any Budget.' From designing captivating themes to strategic budgeting, vendor management, and effective marketing strategies, this course equips you with the skills to create memorable events, regardless of budget constraints. Join us for a transformative learning experience in the dynamic world of event management.
Description Solid Waste Management Diploma Solid Waste Management Diploma is a groundbreaking online course designed to equip learners with the comprehensive knowledge and skills required in the domain of waste management. This curriculum not only offers a thorough understanding of the principles and practices that underpin this crucial sector but also emphasises the modern challenges and solutions associated with managing waste efficiently. At the heart of the Solid Waste Management Diploma lies the module on the 'Introduction to Solid Waste Management'. This foundation unit demystifies the intricacies of waste management, laying a robust foundation for the upcoming sections. Delving into the varieties of refuse, the course outlines the 'Types and Composition of Solid Waste'. Learners gain insights into the different classifications of waste, understanding their unique characteristics and the implications of each type. This is further bolstered by the unit on 'Collection and Transportation of Solid Waste', which imparts knowledge on the best practices for gathering and moving waste in a safe, efficient, and environmentally-friendly manner. Recycling isn't just a buzzword - it's an imperative process in waste management. The segment on 'Recycling and Recovery of Solid Waste' educates students on the innovative techniques and methodologies employed in the retrieval and reuse of materials, underscoring the importance of a circular economy. Yet, not all waste can be recycled. The 'Landfill Design and Management' unit highlights the critical aspects of constructing and maintaining landfills, ensuring they function effectively and pose minimal threats to the environment. Given the severe consequences of improperly managed hazardous waste, the course dedicates a full module to 'Hazardous Waste Management'. This section equips learners with the best strategies to handle, store, and dispose of perilous materials responsibly. In an era that demands sustainability, 'Waste Reduction and Minimization' is a pivotal component of the Solid Waste Management Diploma. This module instills in its students the techniques and practices to diminish waste generation at its source, advocating for a more sustainable future. With environmental concerns on the rise, understanding the 'Environmental Impacts of Solid Waste Management' has never been more critical. This course segment delves deep into the consequences of waste on our ecosystem, drawing connections between management practices and environmental health. Moreover, waste management isn't just about environmental conservation. It's closely linked with societal and economic parameters. The 'Economic and Social Aspects of Solid Waste Management' unit offers learners a broad perspective, exploring the intricate relations between waste management, economic development, and societal well-being. To cap off this comprehensive diploma, the 'Future Trends in Solid Waste Management' section provides a forward-looking view. This final module acquaints learners with the emerging technologies, methodologies, and policies shaping the future of waste management. In essence, the Solid Waste Management Diploma is an unparalleled online learning experience, meticulously curated to provide learners with a holistic understanding of the domain. Whether one is a seasoned professional in the field or a novice looking to forge a career in waste management, this course is the beacon to illuminate their path. Join today and become a part of the solution for a cleaner, greener future. What you will learn 1:Introduction to Solid Waste Management 2:Types and Composition of Solid Waste 3:Collection and Transportation of Solid Waste 4:Recycling and Recovery of Solid Waste 5:Landfill Design and Management 6:Hazardous Waste Management 7:Waste Reduction and Minimization 8:Environmental Impacts of Solid Waste Management 9:Economic and Social Aspects of Solid Waste Management 10:Future Trends in Solid Waste Management Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.
For new users and the curious. Hello, For new users and the curious. IMPORTANT: Firstly, once you are signed up, send us your requests on what you would like to see within the demonstration and learn on the course. We will then cater for your needs and answer them during the session. This is designed to be an introduction into how to start a room by room survey using the Heat Engineer app, then sending this survey to the online dashboard. We will then go through the different steps to complete this heat loss report. Optional pages will also be worked through and shown. Examples of how to select the flow temperature and the heat source (heat pumps and boilers) will be presented once the heat loss result is completed.
Overview With the ever-increasing demand for Manufacturing in personal & professional settings, this online training aims at educating, nurturing, and upskilling individuals to stay ahead of the curve - whatever their level of expertise in Manufacturing may be. Learning about Manufacturing or keeping up to date on it can be confusing at times, and maybe even daunting! But that's not the case with this course from Compete High. We understand the different requirements coming with a wide variety of demographics looking to get skilled in Manufacturing. That's why we've developed this online training in a way that caters to learners with different goals in mind. The course materials are prepared with consultation from the experts of this field and all the information on Manufacturing is kept up to date on a regular basis so that learners don't get left behind on the current trends/updates. The self-paced online learning methodology by Compete High in this Manufacturing Training course helps you learn whenever or however you wish, keeping in mind the busy schedule or possible inconveniences that come with physical classes. The easy-to-grasp, bite-sized lessons are proven to be most effective in memorising and learning the lessons by heart. On top of that, you have the opportunity to receive a certificate after successfully completing the course! Instead of searching for hours, enrol right away on this Manufacturing Training course from Compete High and accelerate your career in the right path with expert-outlined lessons and a guarantee of success in the long run. Who is this course for? While we refrain from discouraging anyone wanting to do this Manufacturing Training course or impose any sort of restrictions on doing this online training, people meeting any of the following criteria will benefit the most from it: Anyone looking for the basics of Manufacturing, Jobseekers in the relevant domains, Anyone with a ground knowledge/intermediate expertise in Manufacturing, Anyone looking for a certificate of completion on doing an online training on this topic, Students of Manufacturing, or anyone with an academic knowledge gap to bridge, Anyone with a general interest/curiosity Career Path This Manufacturing Training course smoothens the way up your career ladder with all the relevant information, skills, and online certificate of achievements. After successfully completing the course, you can expect to move one significant step closer to achieving your professional goals - whether it's securing that job you desire, getting the promotion you deserve, or setting up that business of your dreams. Course Curriculum Module 1 - Basic of Manufacturing Basic of Manufacturing 00:00 Module 2 - Good and Poor Manufacturing Good and Poor Manufacturing 00:00 Module 3 - Industry Safety Industry Safety 00:00 Module 4 - Design and Facility Design and Facility 00:00 Module 5 - GMP for Pharmaceuticals GMP for Pharmaceuticals 00:00 Module 6 - GMP for The Food Industry GMP for The Food Industry 00:00 Module 7 - Environment-Friendly Machine Tools Environment-Friendly Machine Tools 00:00 Module 8 - Non-Traditional Machining Process Non-Traditional Machining Process 00:00 Module 9 - Design for Machining Design for Machining 00:00 Module 10 - Automated Manufacturing System Automated Manufacturing System 00:00
Unleash the power of WordPress with our comprehensive bundle, "Complete Wordpress Website Developer Course". This extensive selection of 18 courses offers an incredible foray into the world of WordPress, with a focus on providing you a profound theoretical understanding of how to leverage this powerful platform to its fullest. Embark on a journey from the basics of WordPress, learning to create unlimited websites, understanding the fundamentals, and even using WordPress for affiliate marketing. Master the intricacies of WordPress 5.0, unravel the synergy of WordPress and SEO, and acquire knowledge about easy drag-and-drop landing page creation. Learn to secure your WordPress sites and venture into creating online courses and membership sites using this versatile platform. We proudly offer 18 courses within the WordPress bundle, providing you with industry-recognised qualifications. These Courses are: Course 01: Basics of WordPress: Create Unlimited Websites Course 02: Learn Fundamentals of WordPress Course 03: Using WordPress for Affiliate Marketing Course 04: WordPress 5.0 for Beginners to Advanced Course 05: WordPress and SEO Online Course Course 06: The Ultimate WordPress for Beginners Step-by-Step Blueprint Course 07: Wordpress for Beginner Course 08: How To Build Easy Drag & Drop Landing Pages With Wordpress Course 09: Make a WordPress WooCommerce Amazon Affiliate Store Course 10: WordPress Security Mastery Course 11: Build a Self-Hosted Online Course With LifterLMS & WordPress Course 12: How To Build a WordPress Membership Site With Memberpress Course 13: WordPress Training for Everyone Course 14: Make Professional Websites with Wix: Beginners Guide Course 15: HTML and CSS Coding: Beginner to Advanced Course 16: Web Design with Adobe XD Course 17: Web Design for Beginners: Build Websites in HTML & CSS Course 18: C# Basics In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV Writing Course 02: Job Search Skills Course 03: Self-Esteem & Confidence Building Course 04: Professional Diploma in Stress Management Course 05: Complete Communication Skills Master Class Learning Outcomes of this Complete Wordpress Website Developer Course: Gain a thorough understanding of WordPress basics and fundamentals. Learn how to leverage WordPress for affiliate marketing. Understand the intricacies of WordPress 5.0 and the synergy between WordPress and SEO. Understand the basics of web designing with HTML, CSS, and Adobe XD. Learn the basics of the C# programming language. Why Prefer This Complete Wordpress Website Developer Course? Opportunity to earn certificates accredited by CPDQS which is completely free. Get a free student ID card! (£10 postal charge will be applicable for international delivery) Get instant access to this Wordpress course. Learn Wordpress from anywhere in the world Wordpress is affordable and simple to understand Wordpress is entirely online, interactive lesson with voiceover audio Lifetime access to the Wordpress course materials Wordpress comes with 24/7 tutor support Immerse yourself in a comprehensive exploration of WordPress with our "Complete WordPress Website Developer Course" bundle. Encompassing 18 meticulously designed courses, this bundle aims to provide a profound theoretical understanding of WordPress and how to best leverage this powerful platform. From the basics and fundamentals of WordPress to using it for affiliate marketing, mastering WordPress 5.0, understanding the interplay between WordPress and SEO, to landing page creation, this bundle covers it all. Moreover, the courses provide essential insights into web designing with HTML, CSS, Adobe XD, and even a basic understanding of C#. Equip yourself with a robust theoretical foundation in WordPress and web development with this comprehensive bundle. CPD 203 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring web developers interested in gaining theoretical knowledge in WordPress. Individuals working in digital marketing wishing to understand WordPress better. Entrepreneurs or business owners aiming to enhance their web development understanding. Lifelong learners intrigued by web development and the use of WordPress. Career path WordPress Developer - £20,000 to £40,000 per year. Affiliate Marketer - £20,000 to £50,000 per year (varies significantly with commissions). SEO Specialist - £20,000 to £40,000 per year. Web Designer - £18,000 to £35,000 per year. Front End Developer (HTML/CSS) - £20,000 to £45,000 per year. C# Developer - £25,000 to £55,000 per year. Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included
Duration 2 Days 12 CPD hours This course is intended for This course is most valuable for individuals who have been given responsibilities to create or maintain a website. It will also be valuable for new web designers, web developers, and graphic artists who want to extend their skills in creating complete websites. Learning how to use Dreamweaver CC will enable the practitioner to create web pages and sites in the most efficient manner. This course can also be used to help prepare students to take the Adobe Certified Associate (ACA) exam. Overview Upon successful completion of this course, you will be able to develop interactive and engaging websites that are compatible with multiple display devices. You will: ?Identify website requirements.?Create layouts.?Format web pages.?Create forms.?Integrate media files with Dreamweaver.?Manage website files. In this course, you will use Adobe Dreamweaver CC to create fluid CSS layouts, implement mobile integration techniques, and share files over a server to work in a collaborative manner. Identifying Website Requirements Examine Website Design Considerations Examine Website Performance Parameters Creating Layouts Create a Fluid Layout Manage a Layout by Using CSS Formatting Web Pages Format Content in Code View Apply Advanced CSS Tools Add Behaviors Manage Links and Files Creating Forms Add a Form Container and Elements Validate a Form Integrating Media Files with Dreamweaver Integrate Photoshop Files in Dreamweaver Insert Video, Audio, and Mobile Files Implement PhoneGap Integration Managing Website Files Preview and Test a Website Share Website Files with Other Users Synchronize Website Files Additional course details: Nexus Humans Adobe Dreamweaver CC - Part 2 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 Adobe Dreamweaver CC - Part 2 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.
Overview This comprehensive course on Diploma in Lean Leadership and Change Management will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Diploma in Lean Leadership and Change Management comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Diploma in Lean Leadership and Change Management. It is available to all students, of all academic backgrounds. Requirements Our Diploma in Lean Leadership and Change Management is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 7 sections • 81 lectures • 06:40:00 total length •Why 00:04:00 •What 00:04:00 •Curriculum 00:05:00 •How 00:04:00 •What is Culture: 00:06:00 •Culture Drivers: 00:08:00 •Resources: 00:05:00 •Activity 1: 00:03:00 •House of Lean: 00:03:00 •Evolution: 00:04:00 •Shingo: 00:09:00 •Honda: 00:09:00 •Activity 2: 00:02:00 •JIT: 00:07:00 •Kanban: 00:08:00 •Continuous Improvement and Leadership: 00:04:00 •Waste Intro: 00:10:00 •Forms of Waste 1: 00:06:00 •Management Waste: 00:07:00 •Activity3: 00:02:00 •Scientific Method: 00:07:00 •Gemba Walk: 00:06:00 •Heijunka: 00:05:00 •Visual Display: 00:07:00 •Activity 4: 00:02:00 •Kaizen: 00:06:00 •Lean Leadership Intro: 00:07:00 •The Mind of the Lean Leader: 00:04:00 •The Mind of the Lean Leader - Transitions: 00:07:00 •Lean Leadership1. External Challenge: 00:06:00 •Lean Leadership 2. Internal Challenge: 00:06:00 •Activity 5: 00:02:00 •Lead WSA: 00:02:00 •Be the Model: 00:03:00 •Coach Others: 00:07:00 •Motivation: 00:04:00 •Reinforce Your Strategy: 00:04:00 •Activity 6: 00:01:00 •Intrinsic Reinforcement: 00:08:00 •Paths to Lean: 00:05:00 •How You Change: 00:03:00 •Design Thinking: 00:08:00 •Design Process: 00:09:00 •Capability Analysis: 00:05:00 •Charter: 00:05:00 •Activity 7: 00:02:00 •Design Team: 00:06:00 •Discovery: 00:06:00 •Discover the Process: 00:07:00 •Dream: 00:07:00 •Design technical: 00:07:00 •Design Structure: 00:08:00 •Social Design: 00:06:00 •Activity 8: 00:03:00 •VON Case Study: 00:10:00 •WSA Summary: 00:04:00 •Activity 9: 00:02:00 •Why Teams: 00:06:00 •Types of Teams: 00:06:00 •Team Charter: 00:05:00 •Team Maturity: 00:05:00 •Team Roles and Responsibilities: 00:05:00 •Team Agenda: 00:05:00 •Activity 10: 00:02:00 •Facilitation 1: 00:06:00 •Facilitation 2: 00:04:00 •Team Scoreboard: 00:07:00 •Activity 11: 00:01:00 •Map Team's Work: 00:03:00 •Attitudes: 00:05:00 •Five Whys: 00:03:00 •PDSA 1: 00:04:00 •PDSA 2: 00:04:00 •PDCA example: 00:01:00 •Activity 12: 00:01:00 •A3: 00:06:00 •Standard Work: 00:05:00 •Leader Standard Work: 00:04:00 •Activity 13: 00:02:00 •Summary: 00:03:00 •Additional Study Materials: Diploma in Lean Leadership and Change Management: 00:00:00
Learn Python OOP language used diversely in applications like data science, game/web development, machine learning, and AI. This course provides all you need to master OOPs like classes, objects, data abstraction, methods, overloading, and inheritance. The course primarily aims to help you tackle complex programming and use OOP paradigms efficiently.