Managing Agile and Waterfall Projects: On-Demand The concept of Agile project management refers to an iterative, incremental approach to managing the design and development of a product, service or result. The goal of this approach is to use it to manage the project in a way that is very flexible and interactive with the customer and/or end user, resulting in added value to the business. The concept of Waterfall project management refers to the use of a number of tools and techniques. A Guide to the Project Management Body of Knowledge (PMBOK® Guide) details 5 process groups: Initiating, Planning, Executing, Monitoring and Controlling, and Closing. As per the PMBOK® Guide - Sixth Edition, there are 49 processes entailed in these 5 process groups, which are focused on enabling project teams to deliver products to a pre-determined and agreed requirements/ specification. The selection of the most appropriate project management approach has, historically, been a choice of 'either/or' when it comes to these two approaches. It is now becoming clear that for many projects, the selection of a single project management approach does not satisfy the efficiency of the project team nor does it optimize the return on investment for the sponsoring organization. A different strategy is needed. "Managing Agile and Waterfall Projects" presents an approach to project management which capitalizes on the most appropriate elements of each approach, tailored to the specific project being undertaken. In this course, the Waterfall approach will be based on the PMBOK® Guide (predictive life-cycle). Each approach will be presented to highlight its particular strategy and strengths. The course will also propose project scenarios that require the project team to use a hybrid method which brings together aspects of both approaches. What You Will Learn You'll learn how to: Identify the strengths that the Waterfall approach brings to project work Identify the strengths that the Agile approach brings to project work Exploit the strengths of each method by combining their practices and protocols to maximize the potential for return on investment The Waterfall Approach to Competing Demands Optimization Foundation Concepts Getting Started The Agile Approach to Competing Demands Optimization Key Facets between Waterfall and Agile Examples for Implementing a Hybrid Approach The Challenges for the 'Combination' Project Management Team Practicing the Hybrid Approach Summary and Next Steps
Project Leadership Skills (On-Demand) To be effective within an organization, project managers need to have a wide variety of skills and abilities. Included among these are: creating and executing on a vision; motivating others; influencing without authority; networking; communicating up, down and laterally; negotiating; managing stakeholders; and managing conflict. This highly interactive workshop focuses on building the soft skills that are critical to leading a team and creating sustainable business change. Participants will gain insight into the social science as well as the brain science behind motivating and empowering others. They will learn and experiment with a variety of influencing strategies and tactics. Working in pairs as well as small groups, they will collaborate with others to brainstorm, share experiences, and apply concepts to everyday challenges. Participants will also discover their personal communication preferences, strengths, and blind spots and will gain insight into how best to communicate with others they find 'difficult.' They will gain insight into managing the people side of change, learning strategies for dealing with each step in the process. Hands-on negotiation and conflict management activities enhance the theoretical learning, grounding it in real life and making it actionable. Interweaving role play with experiential learning and group activities, this course will help participants refine a skill set that is invaluable to their organization, and one that transfers easily across their professional and personal lives. What You Will Learn At the end of this course, you will be able to: Explain the importance of vision in driving motivation and engagement Apply science-based research to better motivate those around you Strategically leverage both personal and positional power to achieve positive project results Determine influencing and networking strategies needed for personal growth Identify ways to problem solve communication challenges when others have different personality styles Connect stakeholder expectations to project success criteria Assess key stakeholders across various dimensions of complexity Apply the four rules of principled negotiation to a real-life conflict situation Recognize key aspects of a physiological response to conflict Utilize selected tools and techniques to 'defuse' an emotional situation Leverage various strategies and tactics to successfully deal with ambiguity at work Getting Started / Foundation Concepts Introductions Course structure, goals, and objectives Beginning a personal action plan Managing Vision and Purpose / Motivating Others Communicating and aligning around vision Tying the present to the future The importance of purpose The art and science of motivation Networking and Influencing Positive politics and project success Types of power within organizations Power and influence Networking best practices Communication The medium and the message Personality and communication styles Communication challenges Stakeholder Management and Negotiation Identifying stakeholders Analyzing stakeholders Negotiation basics Principled negotiation Conflict Management Dynamics of conflict The anatomy of conflict Conflict management approaches and tools Dealing with ambiguity Summary and Next Steps Key concepts review Creating your personal action plan
Duration 4 Days 24 CPD hours This course is intended for This course is geared for experienced skilled Java developers, software developers, data scientists, machine learning experts or others who wish to transtion their coding skills to Scala, learning how to code in Scala and apply it in a practical way. This is not a basic class. Overview Working in a hands-on learning environment led by our expert instructor you'll: Get comfortable with Scala's core principles and unique features, helping you navigate the language confidently and boosting your programming skills. Discover the power of functional programming and learn techniques that will make your code more efficient, maintainable, and enjoyable to write. Become proficient in creating dynamic web applications using the Play Framework, and easily connect to databases with the user-friendly Slick library. Master concurrency programming with Akka, empowering you to build scalable and fault-tolerant applications that excel in performance. Enhance your testing skills using ScalaTest and ScalaCheck, ensuring the reliability and quality of your Scala applications, while having fun in the process. Explore the fascinating world of generative AI and GPT technologies, and learn how to integrate them into your projects, adding a touch of innovation and intelligence to your Scala solutions. If your team requires different topics, additional skills or a custom approach, our team will collaborate with you to adjust the course to focus on your specific learning objectives and goals. Discover the power of Scala programming in our comprehensive, hands-on technical training course designed specifically for experienced object-oriented (OO) developers. Scala is a versatile programming language that combines the best of both OO and functional programming paradigms, making it ideal for a wide range of projects, from web applications to big data processing and machine learning. By mastering Scala, you'll be able to develop more efficient, scalable, and maintainable applications. Fast Track to Scala Programming for OO / Java Developers is a four day hands-on course covers the core principles of Scala, functional programming, web application development, database connectivity, concurrency programming, testing, and interoperability between Scala and Java. Additionally, you'll explore cutting-edge generative AI and GPT technologies, learning how to integrate them into your Scala applications for intelligent suggestions or automation. Throughout the course you?ll explore the latest tools and best practices in the Scala ecosystem, gaining valuable knowledge and experience that can be directly applied to your day-to-day work. With 50% of the course content dedicated to hands-on labs, you'll gain practical experience applying the concepts you've learned across various projects, such as building functional web applications, connecting to databases, designing modular components, and implementing concurrency. Upon completing the course, you'll have a solid understanding of the language and its features, empowering you to confidently apply your new skills in data science and machine learning projects. You'll exit well-prepared to create efficient, scalable, and maintainable Scala applications, regardless of the complexity of your projects. Introduction to Scala Scala features and benefits Comparing Scala with Java and other OO languages Installing Scala and setting up the development environment Object-Oriented Programming in Scala Classes and objects Traits, mixins, and inheritance Companion objects and factories Encapsulation and polymorphism Functional Programming Basics Pure functions and referential transparency Higher-order functions and currying Immutability and persistent data structures Pattern matching and recursion Having Fun with Functional Data Structures Lists, sets, and maps in Scala Folding and reducing operations Stream processing and lazy evaluation For-comprehensions Building Web Applications in Functional Style Introduction to Play Framework Functional web routing and request handling JSON handling with Play-JSON Middleware and functional composition Connecting to a Database Introduction to Slick library Database configuration and setup Querying and updating with Slick Transactions and error handling Building Scalable and Extensible Components Modular architecture and design patterns Dependency injection with MacWire Type classes and type-level programming Implicit parameters and conversions Concurrency Programming & Akka Introduction to Akka framework and Actor model Actor systems and message passing Futures and Promises Supervision and fault tolerance Building Confidence with Testing Introduction to ScalaTest and ScalaCheck Unit testing and property-based testing Test-driven development in Scala Mocking and integration testing Interoperability between Scala and Java Calling Java code from Scala Using Java libraries in Scala projects Converting Java collections to Scala collections Writing Scala code that can be called from Java Using Generative AI and GPT Technologies in Scala Programming Overview of GPT and generative AI Integrating GPT with Scala applications Use cases and practical examples Additional course details: Nexus Humans Fast Track to Scala Programming Essentials for OO / Java Developers (TTSCL2104) 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 Fast Track to Scala Programming Essentials for OO / Java Developers (TTSCL2104) 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.
10 QLS Endorsed Courses for Support Assistant | 10 Endorsed Certificates Included | Life Time Access
10 QLS Endorsed Courses for Teacher | 10 Endorsed Certificates Included | Life Time Access
Why choose 3ds max and After Effects Training Course (Live Online Only)? Join our personalized "3ds Max and After Effects Training Course (Live Online Only)" for a focused learning experience. Develop expertise in production environments, 3D modeling, texturing, lighting, animations, VFX and cinematography. Check Our Website Duration: 10 hrs Method: 1-on-1, Personalized attention. Schedule: Tailor your own hours of your choice, available from Mon to Sat between 9 am and 7 pm. 3ds Max and After Effects Motion Graphics Course Duration: 10 hours Course Outline: Introduction to 3ds Max Familiarize yourself with the 3ds Max interface Create 3D objects and scenes Learn about cameras, lighting, materials, and textures Basic Animation Principles in 3ds Max Understand keyframes and interpolation Create animation cycles for 3D objects Apply animation principles using the graph editor Advanced Animation Techniques in 3ds Max Master custom controllers and expressions Animate with inverse kinematics Create dynamic particle systems and simulations Exporting 3D Scenes to After Effects Prepare 3D scenes for export Import 3D scenes into After Effects Explore 3D layer properties Basic Compositing in After Effects Navigate the After Effects interface Use keyframes and animation curves Compositing 2D and 3D elements Apply effects and filters Advanced Compositing Techniques in After Effects Harness masks and mattes for precision Utilize 3D camera tracking Work with green screen footage Create stunning special effects Integrating 3D and Live-Action Footage in After Effects Match camera angles and movement Incorporate 3D camera data into After Effects Add shadows and reflections for realism Rendering and Outputting Animations Render 3D scenes from 3ds Max Utilize the After Effects render queue Output animations for different formats Motion Graphics Projects Create a basic motion graphics sequence Design an animated logo Craft an engaging animated title sequence Course Requirements: Computer with 3ds Max and After Effects installed Basic knowledge of computer operations Passion for motion graphics
IASSC lean six sigma green belt course. Online, 24/7 access to content and exam. Fee includes learning content, live webinars, tutor support, and official IASSC exam.
IASSC lean six sigma black belt course. Online, 24/7 access to content and exam. Fee includes learning content, live webinars, tutor support, and official IASSC exam.
This comprehensive two-day sleep workshop provides healthcare professionals with an understanding of a wide range of common childhood sleep difficulties and sleep disorders . We explore up-to-date evidence and science based strategies to enable participants to support families struggling with their with pre-school children and for children with SEND. Throughout the two days we use real-life case studies enabling delegates to assess and plan gentle and responsive interventions for a range of child sleep problems and sleep disorders. We have developed the workshop content and delivery to be highly engaging, interactive and relevant to all community staff working with families with young children experiencing sleep problems. Child focused and firmly grounded in research and evidence-based practice our training follows the Baby Friendly Initiative. This two-day workshop is accredited for 12 CPD Hours by The CPD Certification Service; “This is a good course delivering clear learning value. It has a well-written and engaging presentation and a variety of activities and tasks to aid interactivity and learner engagement.” Workshop Aims To provide community staff with up-to-date evidence based knowledge to develop their theoretical and practical understanding of sleep needs; sleep patterns; sleep cycles and common difficulties. To support community staff to enhance their confidence, skills and knowledge base in providing guidance to parents regarding sleep difficulties in infants and children. To provide an overview of evidence based interventions used to help behavioural sleep difficulties in infants and children. Learning Outcomes By the end of this two-day course participants will be able to: Understand the science of sleep, sleep hygiene and sleep needs Understand common sleep difficulties Gain an understanding of a range of common sleep interventions used to help behavioural sleep difficulties in children Understand how to undertake a sleep assessment, incorporating a sleep history and the use of a sleep diary Understand common paediatric disorders that may impact sleep Provide anticipatory sleep advice and interventions to parents Modify a sleep programme to suit an individual family’s needs and support the family’s capacity to change
Who is this coure for? Lumion Training Course. Whether you're an architect, designer, 3D artist, or simply someone passionate about crafting captivating architectural visualizations, this course equips you with the essential skills to harness Lumion as a potent tool within your creative process. Click here for more info: Website Duration: 10 Hours Customize your training. Choose any hour from Mon to Sat, 9 a.m. to 7 p.m. Call 02077202581 or WhatsApp at 07970325184 to book. Lumion 3D Course Outline Module 1: Introduction to Lumion 3D Explore Lumion 3D's Features and Navigate the Interface. Master Efficient Workflow with Shortcut Keys. Customize Settings for Optimal Performance. Module 2: 3D Models and Materials Import 3D Models in Various Formats. Apply and Fine-Tune Materials. Create Procedural Materials and Achieve Glass Effects. Troubleshoot Common Issues. Module 3: Building Projects in Lumion Craft Scenes and Sculpt Terrain. Enhance Realism with Alpha and Height Maps. Module 4: The 3D World Manage Multiple 3D Objects and Their Properties. Implement Grass and Scattering Elements. Module 5: Lighting in Lumion 3D Utilize Weather Settings for Dynamic Scenes. Master Lumion Lights, Interior and Exterior Illumination. Create 3D Reflections and Spotlight Effects. Module 6: Realistic Visualizations Integrate Special Effects like Fire, Smoke, and Fog. Achieve Realism with Camera Effects and Shadow Manipulation. Render Still Images and Dynamic Animations. Module 7: NPR Visualizations Create Non-Photorealistic Visualizations with Artistic Effects. Implement Unique Styles for Enhanced Visual Impact. Module 8: Artistic Effects in Lumion 3D Explore Conceptual Visualizations with Painting and Sketch Effects. Craft Cartoon Effects and Understand Perspective Concepts. Module 9: Animation in Lumion 3D Master Timing and Camera Techniques for Dynamic Shots. Compose Animation Clips and Incorporate Effects. Utilize Layers and Control Objects for Precise Animation. Module 10: Advanced Features Understand Import and Output Formats in Lumion. Expand Your Asset Library with the 3D Model Library. Integrate Animated Characters and Sound Effects. Maximize the Advanced Material Library's Potential. Control Environments and Weather for Dynamic Scenes. Efficient Scene Management and Movie Editing in Lumion 3D. For students, download Lumion at: Lumion for Students Download Lumion for Students https://lumion.com⺠Upon completing the Lumion 3D course, participants will: Master Lumion Tools: Navigate the interface, optimize settings, and use shortcuts efficiently. 3D Modeling and Materials: Import models, refine materials, troubleshoot, and enhance realism. Scene Crafting: Create detailed scenes, manage objects, and implement elements for lifelike environments. Lighting Mastery: Utilize weather settings, create reflections, and manage dynamic lighting. Visual Effects Integration: Add special effects, manipulate shadows, and create still images and animations. Artistic Visualization: Explore artistic effects, conceptual visualizations, and cartoon techniques. Advanced Animation: Master timing, camera techniques, and precise animation control. Advanced Features: Understand formats, expand asset libraries, and manage scenes efficiently. Effective Communication: Communicate design concepts effectively to clients and stakeholders. Independence in 3D Rendering: Gain expertise to create complex visualizations independently. Course Overview: What is Lumion? Lumion is specialized 3D rendering software designed for architects and designers. It enables the swift transformation of 3D design models, allowing application of materials, interior and exterior furnishing, and showcasing lighting and shadows without specialized training. Course Objectives: This course focuses on initiating Lumion projects, integrating environments, cameras, lighting, populating scenes, creating terrains, and producing animations. Expectations from the Course: By enrolling, you'll master high-quality render creation, enhance your portfolio, impress clients with top-tier visuals, and gain confidence to elevate your service rates. This course equips you with tools and skills to craft exquisite architectural renders, elevating your work significantly. Intended Audience: Architects, landscape architects, interior architects, civil engineers interested in 3D visualization, and students exploring the realm of 3D visualization. Course Benefits: Delve into Lumion's world-class rendering with speed and precision. This course emphasizes achieving superior quality and realism in the shortest rendering time. Whether you're an architect, interior designer, 3D visualization artist, or Lumion enthusiast, this course empowers you to create exceptional 3D render images. Essential assets, including 3D models and textures, are provided, allowing you to follow the step-by-step process at your own pace. Advantages of Personalized Training: Expertise in Real-Time Rendering: Gain in-depth mastery of Lumion, mastering its features for creating stunning real-time visualizations. Navigate the interface seamlessly and leverage powerful tools for immersive architectural experiences. Enhanced Design Presentations: Elevate design presentations with dynamic visualizations that effectively communicate concepts, lighting nuances, material details, and spatial relationships. Rich Asset Repository: Access a wide variety of high-quality assets, from vegetation to weather effects, enhancing realism and creating captivating scenes that engage viewers. Authentic Landscapes and Effects: Develop skills to create lifelike landscapes, atmospheric weather effects, and unique visual elements that add depth and intrigue to your projects. Flexible Learning Options: Choose between in-person or live online sessions, ensuring convenient and accessible learning tailored to your preferences. Additionally, access recorded lessons for self-paced review and revision. Continuous Support: Benefit from lifelong email support, allowing you to stay connected with instructors for ongoing learning and guidance, even after completing the course.