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

1696 Architecture courses delivered Online

Cisco NSO Administration and DevOps v4.0 (NSO303)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for DevOps engineers Integration engineers Network and software architects Network engineers Software engineers System administrators Overview After completing this course, you should be able to: Describe network and IT convergence Describe Cisco NSO architecture Describe Linux Configure Cisco NSO Set up access control to Cisco NSO system Describe Cisco NSO Integration Options Explain version control systems and basic git concepts Describe the purpose of continuous integration and continuous delivery Implement Cisco NSO high availability Describe scalable system management Describe software development methodologies Describe service maintenance Perform NED upgrades Use Cisco NSO for managing services and their associated device configurations Describe Cisco NSO change management Explain service problem management Use Cisco NSO for service monitoring and compliance reporting Describe Cisco NSO inventory management Describe Cisco NSO use cases The Cisco Network Services Orchestrator (NSO) Administration and DevOps (NSO303) v4.0 course continues the learning journey of the NSO Essentials for Programmers and Network Architects (NSO201) v4.0 and NSO Advanced for Python Programmers (NSO300) v4.0 courses by introducing you to the system administration and DevOps focusing on NSO; the robust bridge linking network automation and orchestration tools, examining the development, operation, and administration task functions. You will learn how to set up, configure, deploy, and maintain a Cisco Network Services Orchestrator solution, and learn best practices for using DevOps. The examples shown in this course demonstrate real-world scenarios to prepare you for deployment and management of new or existing NSO instances. The course guides you through the setup of a production ready NSO instances using system installation with access control settings, the deployment of NSO in Docker containers, and introduces modern DevOps concepts and tools such as Git and Continuous Delivery/Continuous Deployment (CI/CD). You will learn how to migrate CDM devices, how to build NETCONF NEDs from the NSO CLI, how to handle NSO Alarms, and many more features that benefit you in your journey with Cisco NSO. Course Outline Introducing Network and IT Convergence Introducing Cisco NSO Architecture Introducing Linux Explaining Cisco NSO Setup Exploring Access Control Describing Integration Options Explaining Version Control System Describing Continuous Integration and Continuous Delivery Introducing Scalability and High Availability Describing Scalable System Management Describing Software Development Methodologies Introducing Service Maintenance Performing Network Element Driver (NED) Upgrades Introducing Configuration Management Describing Change Management Explaining Service Problem Management Explaining Service Monitoring and Compliance Reporting Introducing Inventory Management Describing Cisco NSO Use Cases

Cisco NSO Administration and DevOps v4.0 (NSO303)
Delivered OnlineFlexible Dates
Price on Enquiry

Cloudera Training for Apache HBase

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is appropriate for developers and administrators who intend to use HBase. Overview Skills learned on the course include:The use cases and usage occasions for HBase, Hadoop, and RDBMSUsing the HBase shell to directly manipulate HBase tablesDesigning optimal HBase schemas for efficient data storage and recoveryHow to connect to HBase using the Java API, configure the HBase cluster, and administer an HBase clusterBest practices for identifying and resolving performance bottlenecks Cloudera University?s four-day training course for Apache HBase enables participants to store and access massive quantities of multi-structured data and perform hundreds of thousands of operations per second. Introduction to Hadoop & HBase What Is Big Data? Introducing Hadoop Hadoop Components What Is HBase? Why Use HBase? Strengths of HBase HBase in Production Weaknesses of HBase HBase Tables HBase Concepts HBase Table Fundamentals Thinking About Table Design The HBase Shell Creating Tables with the HBase Shell Working with Tables Working with Table Data HBase Architecture Fundamentals HBase Regions HBase Cluster Architecture HBase and HDFS Data Locality HBase Schema Design General Design Considerations Application-Centric Design Designing HBase Row Keys Other HBase Table Features Basic Data Access with the HBase API Options to Access HBase Data Creating and Deleting HBase Tables Retrieving Data with Get Retrieving Data with Scan Inserting and Updating Data Deleting Data More Advanced HBase API Features Filtering Scans Best Practices HBase Coprocessors HBase on the Cluster How HBase Uses HDFS Compactions and Splits HBase Reads & Writes How HBase Writes Data How HBase Reads Data Block Caches for Reading HBase Performance Tuning Column Family Considerations Schema Design Considerations Configuring for Caching Dealing with Time Series and Sequential Data Pre-Splitting Regions HBase Administration and Cluster Management HBase Daemons ZooKeeper Considerations HBase High Availability Using the HBase Balancer Fixing Tables with hbck HBase Security HBase Replication & Backup HBase Replication HBase Backup MapReduce and HBase Clusters Using Hive & Impala with HBase Using Hive and Impala with HBase Appendix A: Accessing Data with Python and Thrift Thrift Usage Working with Tables Getting and Putting Data Scanning Data Deleting Data Counters Filters Appendix B: OpenTSDB

Cloudera Training for Apache HBase
Delivered OnlineFlexible Dates
Price on Enquiry

Blockchain - An Overview for Business Professionals

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Technical leaders Overview This course provides general overview of Blockchain technology and is specifically designed to answer the following questions:What is Blockchain? (What exactly is it?)Non-Technical Technology Overview (How does it work?)Benefits of Blockchain (Why should anyone consider this?)Use Cases (Where and for what apps is it appropriate?)Adoption (Who is using it and for what?)Implementation (How do I get started?)Future of Blockchain (What is its future?) This instructor-led 1 day Blockchain Architecture training is for technical leaders who need to make decisions about architecture, environment, and development platforms. What is Blockchain? A record keeping system Trust Decentralization Trustless environment How does Blockchain work? Announcements Blocks Nodes Chaining Verification Consensus Scalability Privacy Crypto Hashing Digital Fingerprinting PoW vs PoS Types of Blockchains Public vs Private Open vs closed Smart Contracts Blockchain as History Tokens / Coins Gas How is Blockchain different from what we have today? Decentralized Peer-to-peer architecture Software vs Firmware Database vs Blockchain Distributed database or other technology? Data Sovereignty Group Consensus What are Use Cases for Blockchain? Use Case Examples Currency Banking Services Voting Medical Records Supply Chain / Value Chain Content Distribution Verification of Software Updates (cars, planes, trains, etc) Law Enforcement Title and Ownership Records Social Media and Online Credibility Fractional asset ownership Cable Television billing High fault tolerance DDoS-proof Public or Private Blockchain? Who are the participants? What does a Blockchain app look like? DApp Resembles typical full stack web application Any internal state changes and all transactions are written to the blockchain Node.js IDE Public Blockchain visibility Private Blockchain solutions Oracles How do I design a Blockchain app? What does this solution need to let users do? Will the proposed solution reduce or remove the problems and pain points currently felt by users? What should this solution prevent users from doing? Do you need a solution ready for heavy use on day 1? Is your solution idea enhanced by the use of Blockchain? Does the use of Blockchain create a better end-user experience? If so, how? Has your business developed custom software solutions before? What level of support are you going to need? How big is the developer community? Does your vision of the future align with the project or platform's vision of the future? Does the platform aim to make new and significant contributions to the development space, or is it an efficiency / cost play? Should the solution be a public or private Blockchain? Should the solution be an open or closed Blockchain? Create a plan for contract updates and changes! Hybrid solutions Monetary exchanges? How do I develop a Blockchain app? AGILE approach pre-release Define guiding principles up front Software vs Firmware Announcements, not transactions! Classes, not contracts Link contracts to share functions Use calling contracts to keep contract address the same Hyperledger vs Ethereum CONSIDER No of Users * Avg No of Transactions (state changes) per User Should a Blockless solution be applied? Performance Security Anonymity Security Monolithic vs Modular Sandwich complexity model How do I test a Blockchain app? Recommend 5x to 10x traditional application testing time Security Networks Additional course details: Nexus Humans Blockchain - An Overview for Business Professionals 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 Blockchain - An Overview for Business Professionals 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.

Blockchain - An Overview for Business Professionals
Delivered OnlineFlexible Dates
Price on Enquiry

AWS Building Data Lakes on AWS

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for: Data platform engineers Solutions architects IT professionals Overview In this course, you will learn to: Apply data lake methodologies in planning and designing a data lake Articulate the components and services required for building an AWS data lake Secure a data lake with appropriate permission Ingest, store, and transform data in a data lake Query, analyze, and visualize data within a data lake In this course, you will learn how to build an operational data lake that supports analysis of both structured and unstructured data. You will learn the components and functionality of the services involved in creating a data lake. You will use AWS Lake Formation to build a data lake, AWS Glue to build a data catalog, and Amazon Athena to analyze data. The course lectures and labs further your learning with the exploration of several common data lake Introduction to data lakes Describe the value of data lakes Compare data lakes and data warehouses Describe the components of a data lake Recognize common architectures built on data lakes Data ingestion, cataloging, and preparation Describe the relationship between data lake storage and data ingestion Describe AWS Glue crawlers and how they are used to create a data catalog Identify data formatting, partitioning, and compression for efficient storage and query Lab 1: Set up a simple data lake Data processing and analytics Recognize how data processing applies to a data lake Use AWS Glue to process data within a data lake Describe how to use Amazon Athena to analyze data in a data lake Building a data lake with AWS Lake Formation Describe the features and benefits of AWS Lake Formation Use AWS Lake Formation to create a data lake Understand the AWS Lake Formation security model Lab 2: Build a data lake using AWS Lake Formation Additional Lake Formation configurations Automate AWS Lake Formation using blueprints and workflows Apply security and access controls to AWS Lake Formation Match records with AWS Lake Formation FindMatches Visualize data with Amazon QuickSight Lab 3: Automate data lake creation using AWS Lake Formation blueprints Lab 4: Data visualization using Amazon QuickSight Architecture and course review Post course knowledge check Architecture review Course review

AWS Building Data Lakes on AWS
Delivered OnlineFlexible Dates
Price on Enquiry

Interior design and decor onsite 5 week course

By FLOCK interiors

This is a one to one course running over five weeks, providing two hours a week of tuition on a flexible basis. The course is aimed at those keen to discover more about the practical aspect of interior design. Whether you are about to embark on a project of your own, are keen to learn more about your individual style, or are just looking to gain more confidence, this course will give you the knowledge and tools to confidently create stylish interiors.

Interior design and decor onsite 5 week course
Delivered OnlineFlexible Dates
£375

Secure Programming of Web Applications

By Course Cloud

The Secure Programming of Web Applications course is a complete masterclass in enhancing web application security. Through this practical training course, you will learn step-by-step how to design enhanced security architecture to protect against attacks. It will equip you with in-demand skills required for web and software development. Broken down into three key modules, you will deepen your understanding of the risks and common vulnerabilities related to web applications, gaining the expertise to identify weaknesses in web apps and remediate them. It will teach you best practices for implementing a web application security program, as well as authenticating a web app. This best selling Secure Programming of Web Applications has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Secure Programming of Web Applications is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Secure Programming of Web Applications is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Secure Programming of Web Applications is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Secure Programming of Web Applications, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Secure Programming of Web Applications will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Secure Programming of Web Applications to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Secure Programming of Web Applications
Delivered Online On Demand
£25

Ceramics Essentials Training - CPD Accredited

4.5(3)

By Studyhub UK

24 Hour Flash Deal **25-in-1 Ceramics Essentials Training Mega Bundle** Ceramics Essentials Training Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the Ceramics Essentials Training package online with Studyhub through our online learning platform. The Ceramics Essentials Training bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Ceramics Essentials Training course provides complete 360-degree training on Ceramics Essentials Training. You'll get not one, not two, not three, but twenty-five Ceramics Essentials Training courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these Ceramics Essentials Training courses are yours for as long as you want them once you enrol in this course This Ceramics Essentials Training Bundle consists the following career oriented courses: Course 01: Ceramics: Pottery & Sculpting Artistry Course 02: Unleash Your Creativity: Ceramic Arts and Pottery Course 03: Finish Your Paintings Faster with Better Results Course 04: Needle Felting Artistry: Creating Beautiful Textile Designs Course 05: Solidworks Drawing Tools Training: Test Preparation Course 06: Purchasing & Procurement Course 07: Product Testing Protocols for Quality Assurance Course 08: RIDDOR Training Course 09: PAT Training Course 10: 3D Modeling for 3D Printing Course 11: Fine Art Course 12: Art, Drawing and Painting Course 13: Mastering Colour-Architectural Design & Interior Decoration Course 14: Handyperson, Electrician, Plumbing, Welding, Painting, Decorating & More Course 15: Working in Confined Spaces Course 16: Ladder Safety Training Course 17: Manual Handling Training Course 18: Cleaning Course Course 19: First Aid at Work Course 20: Diploma in Carpentry Course Course 21: Designing Landscapes: The Art of Landscape Architecture Course 22: DIY Home Improvement Course 23: Home Decoration and Refurbishment Course 24: PUWER Course 25: Personal Hygiene The Ceramics Essentials Training course has been prepared by focusing largely on Ceramics Essentials Training career readiness. It has been designed by our Ceramics Essentials Training specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The Ceramics Essentials Training Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Ceramics Essentials Training bundle course has been created with twenty-five premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Ceramics Essentials Training Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Ceramics Essentials Training Elementary modules, allowing our students to grasp each lesson quickly. The Ceramics Essentials Training course is self-paced and can be taken from the comfort of your home, office, or on the go! With our Student ID card you will get discounts on things like music, food, travel and clothes etc. In this exclusive Ceramics Essentials Training bundle, you really hit the jackpot. Here's what you get: Step by step Ceramics Essentials Training lessons One to one assistance from Ceramics Essentials Training professionals if you need it Innovative exams to test your knowledge after the Ceramics Essentials Training Course 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all twenty-five Ceramics Essentials Training courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Ceramics Essentials Training certificate and transcript on the next working day Easily learn the Ceramics Essentials Training skills and knowledge you want from the comfort of your home CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Ceramics Essentials Training training is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in Ceramics Essentials Training Requirements To participate in this Ceramics Essentials Training course, all you need is - A smart device A secure internet connection And a keen interest in Ceramics Essentials Training Career path You will be able to kickstart your Ceramics Essentials Training career because this course includes various courses as a bonus. This Ceramics Essentials Training is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Ceramics Essentials Training career opportunities. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Ceramics Essentials Training - CPD Accredited
Delivered Online On Demand6 days
£279

IT Procurement Specialist - CPD Accredited

4.5(3)

By Studyhub UK

24 Hour Flash Deal **25-in-1 IT Procurement Specialist Mega Bundle** IT Procurement Specialist Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the IT Procurement Specialist package online with Studyhub through our online learning platform. The IT Procurement Specialist bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This IT Procurement Specialist course provides complete 360-degree training on IT Procurement Specialist. You'll get not one, not two, not three, but twenty-five IT Procurement Specialist courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these IT Procurement Specialist courses are yours for as long as you want them once you enrol in this course This IT Procurement Specialist Bundle consists the following career oriented courses: Course 01: IT Skills for IT / Non - IT Professionals Course 02: Python Basic Programming for Absolute Beginners Course 03: Microsoft Excel Complete Course 2019 Course 04: SQL for Data Science, Data Analytics and Data Visualization Course 05: Microsoft PowerPoint for Beginners Course 06: AutoCAD VBA Programming Course 07: Cyber Security Awareness Training Course 08: Web Application Penetration Testing Course 09: Build Progressive Web Apps with Angular Course 10: Web Design Course Course 11: Basic HTML 5 Course 12: CSS Fundamentals Course 13: HTML and CSS Coding: Beginner to Advanced Course 14: JavaScript Functions Course 15: Refactor Javascript Course Course 16: JavaScript Foundations Course 17: jQuery Masterclass Course: JavaScript and AJAX Coding Bible Course 18: ASP.Net MVC and Entity Framework Course 19: Info Graphics Web Design - Affinity Designer Training Course 20: Diploma in Adobe Illustrator Course 21: Information Architecture (IA) Fundamentals for Website Design Course 22: Basics of WordPress Course 23: Learn MySQL from Scratch Course 24: PHP Web Development with MySQL Course 25: Learn Spring & Angular Material with a Full Web Application The IT Procurement Specialist course has been prepared by focusing largely on IT Procurement Specialist career readiness. It has been designed by our IT Procurement Specialist specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The IT Procurement Specialist Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This IT Procurement Specialist bundle course has been created with twenty-five premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This IT Procurement Specialist Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into IT Procurement Specialist Elementary modules, allowing our students to grasp each lesson quickly. The IT Procurement Specialist course is self-paced and can be taken from the comfort of your home, office, or on the go! With our Student ID card you will get discounts on things like music, food, travel and clothes etc. In this exclusive IT Procurement Specialist bundle, you really hit the jackpot. Here's what you get: Step by step IT Procurement Specialist lessons One to one assistance from IT Procurement specialists if you need it Innovative exams to test your knowledge after the IT Procurement Specialistcourse 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all twenty-five IT Procurement Specialist courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your IT Procurement Specialist certificate and transcript on the next working day Easily learn the IT Procurement Specialist skills and knowledge you want from the comfort of your home CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This IT Procurement Specialist training is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in IT Procurement Specialist Requirements To participate in this IT Procurement Specialist course, all you need is - A smart device A secure internet connection And a keen interest in IT Procurement Specialist Career path You will be able to kickstart your IT Procurement Specialist career because this course includes various courses as a bonus. This IT Procurement Specialist is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore IT Procurement Specialist career opportunities. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

IT Procurement Specialist - CPD Accredited
Delivered Online On Demand6 days
£279

Military History and Egyptology Training Diploma

By Imperial Academy

Level 4- Two Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 5 CPD Courses | Lifetime Access

Military History and Egyptology Training Diploma
Delivered Online On Demand
£300

Autodesk Maya Basics to Advanced Level

By London Design Training Courses

Why Learn Autodesk Maya Basics to Advanced Level Course? Course info. Autodesk Maya is one of the best tools for 3D animation and visual effects. Learn Maya with our training courses covering sectors like Architecture, Games & Films, Animation, and Media. London Design Training Courses empower you to master Maya, transforming your 3d skills.  Duration: 40 hrs Method: 1-on-1. Schedule: Tailor your own schedule by pre-booking a convenient hour of your choice, available from Mon to Sat 9 am and 7 pm. Experience advanced-level Maya training covering essential aspects such as modeling, UV mapping, texturing, lighting, camera movement, and rigging. The course is tailored to your specific requirements and work preferences. You can discuss your learning goals with our trainer, and we will suggest a syllabus that meets your needs. Flexible Training Options: Choose in-class training at one of our UK center or attend live online sessions. Certified Tutors and Authoritative: London Design Training Course has all Autodesk Authorized Trainers. Hands-on Learning Approach: The training is practical and hands-on, combining theory and step-by-step demonstrations. You'll have ample time to practice techniques on your computer with Maya, and you can keep all the files you create. Compatible with Windows and Mac: Maya training is available for both Windows and Mac users, with options to suit any recent version of Maya. Maya Basic to Advanced Course Duration: 40 hours Course Description: In this course, you will learn the fundamental and advanced skills to create complex 3D models and animations using Autodesk Maya software. You will gain knowledge of the Maya interface, tools, and workflow. You will learn the essentials of modeling, texturing, rigging, animating, and rendering 3D models. You will also learn how to create advanced special effects and understand advanced modeling techniques. I. Introduction to Maya (3 hours) Overview of Maya and its Uses Maya interface and basic tools Navigation and viewport controls Creating and saving projects II. Basic Polygon Modeling (6 hours) Polygon modeling basics Creating basic shapes and objects Editing and modifying objects Creating complex objects with extrusions and bevels Creating organic shapes with NURBS III. Intermediate Modeling (6 hours) Advanced polygon modeling techniques Creating complex models with Booleans and deformers Creating and modifying curves and surfaces Creating organic shapes with sculpting tools Creating architectural models IV. Texturing and Materials (6 hours) Introduction to texturing Creating and applying materials Texture mapping and UV unwrapping Creating realistic materials with shaders Painting textures with the 3D paint tool V. Lighting and Rendering (6 hours) Basic lighting techniques Advanced lighting techniques Creating realistic lighting environments Setting up a camera and creating a composition Rendering still images and animations Output options and file formats VI. Animation (9 hours) Introduction to animation Keyframe animation and animation curves Creating and editing animation clips Rigging and animating a simple character Creating and editing motion paths and animation layers Creating complex character rigs Creating lip sync and facial animation Creating realistic animation with dynamics and simulations Cloth Animation Ncloth VII. Rigging (4 hours) Introduction to rigging Creating joints and skeletons Binding skin to joints and creating weight maps Creating simple rigging systems and rigging a character Creating complex rigging systems VIII. Special Effects (4 hours) Particle systems and dynamics Creating and manipulating fluids and fire effects Creating and editing special effects like explosions and smoke Creating advanced simulations with nCloth and nParticles Paint effects Mash Networks and Mash Animation IX. Advanced Rendering Techniques (2 hours) Render layers and passes Global illumination and ambient occlusion Mental Ray rendering and settings X. Conclusion and Next Steps (1 hour) Review of course content Tips for further learning and resources Q&A; and feedback Note: The above course outline is just a suggestion, and the course content and duration can be adjusted according to the needs and level of the learners. Proficiency in Advanced Maya Techniques: Participants will gain advanced skills in various aspects of Maya, including modeling, UV mapping, texturing, lighting, camera movement, and rigging. Tailored Training: The course is customized to meet the specific requirements of participants, focusing on their preferred techniques and work type. Hands-On and Practical Experience: The training is practical and hands-on, allowing participants to practice techniques on their own computers with Maya. Versatility in Operating Systems: Participants will be equipped to use Maya on both Windows and Mac systems. Accredited Certification: Upon successful completion, participants will receive an e-certificate, accredited by Autodesk Certified instructor, confirming their achievement in the Maya training course. Post-Course Support: After the training, participants are entitled to 30 days of email support from their Maya trainer, ensuring assistance with any post-course questions or issues. Up-to-Date and Relevant Learning: The training can be based on any recent version of Maya, providing participants with up-to-date knowledge and skills.

Autodesk Maya Basics to Advanced Level
Delivered in London or OnlineFlexible Dates
£1,400