Definitive Salt training course description Salt is a remote execution framework and configuration management system. This course covers Salt from the basics. After a quick first taste the course moves onto execution modules, salt states, minion and master data, jinja, Salt extensions and then topology and configuration options. Hands on sessions are used to reinforce the theory rather than teach specific manufacturer equipment. What will you learn Install and use Salt. Describe the architecture of Salt. Manage configurations with Salt. Extend Salt. Definitive Salt training course details Who will benefit: Anyone working with Salt. Prerequisites: Linux fundamentals. Duration 2 days Definitive Salt training course contents Introduction What is Salt? High- level architecture, Some quick examples, system management, configuration management, A brief history, Topology options, Extending Salt. Quick start: First taste of Salt Single-master setup, from packages, bootstrap scripts, Starting up, Basic commands, salt: the main workhorse, salt-key: key management, salt-call: execution on the minion, salt-run: co-ordination of jobs on the master, summary of commands, Key management, viewing keys, accepting keys, rejecting keys, key files, Minion targeting, minion ID, list (-L), glob, regular expressions (-E), grains (-G), compound (-C), targeting summary, Additional remote execution details, Conclusion. Execution modules: The functional foundation sys: information and documentation about modules, sys.doc basic documentation, sys.list_modules, sys.list_functions: simple listings, cmd: execute via shell, cmd.run: run any command, pkg: manage packages, virtual modules, pkg.lists_pkgs: list all installed packages, pkg.available version: see what version will be installed, pkg.install: install packages, user: manage users, user.add: add users, user.list_users, user info: get user info, saltutil: access various Salt utilities, Summary. Configuration management: Salt states Salt files overview, SLS example: adding a user, working with the multi-layered state system, Highstate and the top file, the top file, State ordering, require: depend on another state, watch: run based on other changes, odds and ends, Summary. Minion data / master data Grains are minion data, performing basic grain operations, setting grains, targeting with grains in the top file, Pillars are data from the master, querying pillar data, querying other sources with external pillars, Renderers give data options. Extending Salt: part I Introduction to Jinja, Jinja basics, Templating with Jinja, filtering by grains, Custom execution module, Custom state modules, Custom grains, External pillars, Summary. More on the matter Runners, manage minions, manage jobs, The orchestrate runner, The event system, The reactor system, Summary. Extending Salt: part II Python client API, reading configuration data on a master and minion, using the master client (localclient) API, Using the caller client API, Custom runners, writing a custom runner, using the runnerclient API, Summary. Topology and configuration options Master configuration, directories and files, logging, access control, files server options, Topology variations, masterless minions, peer systems, syndication masters, multiple masters. Brief introduction to salt-cloud Overview, Setup AWS and salt-cloud, installing salt-cloud, cloud providers, cloud profiles, cloud maps, Introspection via salt cloud, Creating infrastructure, More information. Using vagrant to run Salt examples YAML.
Unearth the hidden marvels of architecture, interior design, and site management with our Endorsed Training Bundle. Dive into a meticulously crafted world of design and construction, enriched with our premium collection of 8 specialised courses. Among these, you'll find three QLS-endorsed courses, featuring Architectural Studies, Interior Design Diploma, and Construction Site Management. With each of these QLS-endorsed courses, not only will you gain a robust understanding of theoretical concepts, but you will also receive a hardcopy certificate upon completion. Proudly display your accomplishments and establish your credibility in the field. In addition to this, five CPD QS accredited courses are at your disposal, covering Construction Management, Construction Cost Estimation, Construction Industry Scheme (CIS), LEED V4 - Building Design and Construction, and WELL Building Standard. Immerse yourself in a comprehensive exploration of site management, illuminating every corner of the Architecture, Interior Design, and Site Management spectrum. The theoretical depth and breadth of these courses are unparalleled, ensuring a rewarding learning experience. Key Features of the Architecture, Interior Design & Site Management - Endorsed Training Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our Architecture, Interior Design & Site Management - Endorsed Training bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: Architectural Studies - Architecture QLS Course 02: Interior Design Diploma QLS Course 03: Construction Site Management 5 CPD QS Accredited Courses: Additionally, our bundle includes 5 relevant CPD QS accredited courses, ensuring that you stay up-to-date with the latest industry standards and practices. Course 01: Construction Management Course 02: Construction Cost Estimation Course 03: Construction Industry Scheme (CIS) Course 04: LEED V4 - Building Design and Construction Course 05: WELL Building Standard 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 Convenient Online Learning: Our Architecture, Interior Design & Site Management - Endorsed Training courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. Learning Outcomes of the Architecture, Interior Design & Site Management - Endorsed Training Bundle: Master the foundational principles and techniques of Architecture, Interior Design & Site Management - Endorsed Training. Develop advanced proficiency in Architecture, Interior Design & Site Management - Endorsed Training methodologies and strategies. Acquire in-depth knowledge of the latest trends and advancements in Architecture, Interior Design & Site Management - Endorsed Training. Enhance your problem-solving and critical thinking abilities within the context of Architecture, Interior Design & Site Management - Endorsed Training. Cultivate strong communication and collaboration skills essential for success in Architecture, Interior Design & Site Management - Endorsed Training. This unique collection combines 8 courses, three of which are QLS-endorsed, designed to provide a comprehensive understanding of the theoretical aspects of these disciplines. From the basics of architectural studies and interior design to advanced construction site management, this bundle has you covered. Moreover, five additional CPD QS accredited courses expand your knowledge with specific aspects of the construction industry. By the end of these courses, you'll be well-versed in the intricate interconnections between architecture, interior design, and site management, positioning you to excel in your academic or professional pursuits. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring architects, interior designers, and construction site managers seeking theoretical foundations. Professionals in the construction industry aiming to expand their knowledge base. Individuals interested in understanding the nexus of architecture, interior design, and site management. Academics and students pursuing research or studies in related fields. Career path Architect: Average salary in the UK - £40,000 per annum. Interior Designer: Average salary in the UK - £35,000 per annum. Construction Site Manager: Average salary in the UK - £45,000 per annum. Cost Estimator: Average salary in the UK - £40,000 per annum. Building Surveyor: Average salary in the UK - £38,000 per annum. LEED/WELL Building Consultant: Average salary in the UK - £50,000 per annum. Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included
Jenkins training course description An introduction to Continuous Integration and development (CI/CD) in network automation using Jenkins. The course focusses specifically on the network Devops case of using Jenkins. What will you learn Explain how Jenkins can help with network automation. Configure Jenkins for network Devops. Use Jenkins for network automation. Jenkins training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 1 day Jenkins training course contents What is Jenkins? DevOps, CI/CD, version control systems, git, automating execution of tasks, Jenkins job, Jenkins pipeline, Jenkins plugins, CI server. Hands on Installing Jenkins. Example pipeline for network automation YAML, GitHub, Jenkins, ansible, network devices. Hands on Investigating a workflow: Auto deploying network configurations. Configuring Jenkins Code repository, build triggers, gerrit and reviews, build environment. A Jenkins job, build step, post build actions, running a Jenkins job, build log, home directory. Hands on Configuring Jenkins. CI using Jenkins Branches, pipeline, git, the git plugin. Hands on A Jenkins job to poll, build and unit test network configurations.
Are you having trouble training your dog? Do you want to be a better dog trainer? This Behavior & Training Problems (2017) course will teach you everything that you need to learn in order to train a dog professionally and will help you to master the art of raising a dog. This is a very interactive program designed to teach you about animal psychology from real-life experience. The video lectures provided by the instructor offers hands-on practical advice, not only for the owners of dogs but also for every pet owner. This intensive course will provide you with some valuable lessons for raising your puppies and how to train their behaviour for socialising with your friends and families. This course will particularly benefit dog breeders who want to understand dog behaviour and train them accordingly. The course will also help dog owners who want to understand the behaviour of their pets and teach them good habits. By taking this course, you will also be able to interpret the behaviour of most dogs and help them when they need assistance. What you'll learn Broaden your understanding of animal psychology and behaviour Learn the proper methods for training your dog Familiarise yourself with common types of dog behaviour Understand how to solve the problems of your dog Discover techniques to teach your puppy good habits at an early age Learn from interactive and engaging video lessons Who is this Course for? Behavior & Training Problems (2017) is CPD Qualification Standards. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Behavior & Training Problems (2017) is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD Qualification Standards so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Behavior & Training Problems (2017) Video 1 - Intro & Overview 00:24:00 Video 2 - Wow Moments 00:26:00 Video 3 - Putting Behaviors on Cue 00:24:00 Video 4 - Sit Solves (Almost) Everything 00:26:00 Video 5 - Quick & Easy 00:27:00 Video 6 - Setting Habits Early 00:27:00 Video 7 - Normal Natural Behaviors 00:30:00 Video 8 - Reward the Absence 00:28:00 Video 9 - The Good Stuff 00:28:00 Video 10 - Total Recall 00:29:00 Video 11 - Training for Life 00:26:00 Video 12 - The Jerk 00:18:00
Learn AutoCAD Evening Training Course. Clickhere for info This Autodesk AutoCAD 2D Introduction Evening Course is ideal for students who are completely new to the software and for those looking to produce advanced 2D plans, elevations and sections, as well as understanding all key tools in AutoCAD 2D. Call 02077202581 or WhatsApp 07970325184. Duration: 10 hrs. Method: 1-on-1, Personalized attention Schedule: Tailor your own slots, available from Mon to Sat between 9 am and 7 pm. Flexible Evening Sessions: Learn at your pace with evening classes. Comprehensive Skill Development: Master 2D Plans, Sections and Elevations. Industry-Standard Knowledge: Gain proficiency sought by employers. Practical Application: Apply skills to real-world design scenarios. Recorded Lessons for Review: Revisit course material anytime. Lifetime Email Support: Get ongoing assistance even after course completion. Course Duration: 10 hours Course Overview: AutoCAD 2D Training Course Designed for beginners, this course teaches the fundamentals of AutoCAD 2D software. Participants will learn essential tools and features to create, edit, and annotate 2D drawings. By course completion, students will confidently produce their own 2D drawings using AutoCAD. Introduction to AutoCAD 2D Overview of AutoCAD 2D software Understanding the user interface Navigating the drawing area Setting up drawing units and limits Creating basic shapes and lines Drawing Tools Utilizing Line, Circle, and Arc tools Implementing Polyline and Spline tools Adding dimensions and annotations Understanding layers and object properties Creating and inserting blocks into drawings Editing Tools Using Erase, Move, and Copy tools Implementing Rotate and Scale tools Understanding grips and grip editing Utilizing Trim and Extend tools Exploring fillets and chamfers Advanced Drawing Tools Utilizing Offset and Mirror tools Implementing Array and Divide tools Understanding hatching and gradient fills Adding text and multiline text Incorporating tables and fields into drawings Final Project Completing a final project using all learned tools and features Instructor-guided process to create a personal 2D drawing with AutoCAD Q&A and review of course material Assessment: Submission of the final project Active participation in class exercises and discussions Requirements: AutoCAD 2D software installed on the student's computer Basic computer skills and familiarity with the Windows operating system A laptop or desktop computer with a minimum of 4GB RAM and a 64-bit operating system.
24 Hour Flash Deal **25-in-1 Guide Dog Trainer Certification: Nurturing Canine Companions Mega Bundle** Guide Dog Trainer Certification: Nurturing Canine Companions 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 Guide Dog Trainer Certification: Nurturing Canine Companions package online with Studyhub through our online learning platform. The Guide Dog Trainer Certification: Nurturing Canine Companions bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Guide Dog Trainer Certification: Nurturing Canine Companions course provides complete 360-degree training on Guide Dog Trainer Certification: Nurturing Canine Companions. You'll get not one, not two, not three, but twenty-five Guide Dog Trainer Certification: Nurturing Canine Companions courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these Guide Dog Trainer Certification: Nurturing Canine Companions courses are yours for as long as you want them once you enrol in this course This Guide Dog Trainer Certification: Nurturing Canine Companions Bundle consists the following career oriented courses: Course 01: Dog Training Course 02: Canine Communication Dog Training Course 03: Dog Behaviour Course 04: Canine Emergency Care Diploma Course 05: Dog Health Care Course 06: Dog Nutrition Course 07: Dog Parasite Care Course 08: Dog Cleaning Course 09: Basics of Dog Grooming Course 10: Dog Feeding and Raw Diet Management Course 11: Dog Breeds and Basic Anatomy Course 12: Animal Care: Dog Whispering & Pet Nutrition Course 13: Animal Care, Psychology and First Aid Course 14: Livestock Management Essentials: Caring for Your Animals Course 15: Animal Welfare and Ethics: Promoting Compassionate Care Course Course 16: Animal Carer & Behaviourist Certificate Course 17: Exotic Animal Care Course 18: Animal Science Course 19: Feline Behaviour and Psychology Diploma Course 20: Veterinary Assistant Course 21: Veterinary Physiotherapy and Rehabilitation Programs Course 22: Veterinary Medicine Diploma Course 23: Equine Psychology Diploma Course 24: Wildlife Rescue and Rehabilitation Course 25: Pet Training Masterclass The Guide Dog Trainer Certification: Nurturing Canine Companions course has been prepared by focusing largely on Guide Dog Trainer Certification: Nurturing Canine Companions career readiness. It has been designed by our Guide Dog Trainer Certification: Nurturing Canine Companions 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 Guide Dog Trainer Certification: Nurturing Canine Companions Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Guide Dog Trainer Certification: Nurturing Canine Companions 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 Guide Dog Trainer Certification: Nurturing Canine Companions Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Guide Dog Trainer Certification: Nurturing Canine Companions Elementary modules, allowing our students to grasp each lesson quickly. The Guide Dog Trainer Certification: Nurturing Canine Companions 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 Guide Dog Trainer Certification: Nurturing Canine Companions bundle, you really hit the jackpot. Here's what you get: Step by step Guide Dog Trainer Certification: Nurturing Canine Companions lessons One to one assistance from Guide Dog Trainer Certification: Nurturing Canine Companionsprofessionals if you need it Innovative exams to test your knowledge after the Guide Dog Trainer Certification: Nurturing Canine Companionscourse 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all twenty-five Guide Dog Trainer Certification: Nurturing Canine Companions courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Guide Dog Trainer Certification: Nurturing Canine Companions certificate and transcript on the next working day Easily learn the Guide Dog Trainer Certification: Nurturing Canine Companions 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 Guide Dog Trainer Certification: Nurturing Canine Companions 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 Guide Dog Trainer Certification: Nurturing Canine Companions Requirements To participate in this Guide Dog Trainer Certification: Nurturing Canine Companions course, all you need is - A smart device A secure internet connection And a keen interest in Guide Dog Trainer Certification: Nurturing Canine Companions Career path You will be able to kickstart your Guide Dog Trainer Certification: Nurturing Canine Companions career because this course includes various courses as a bonus. This bundle is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Guide Dog Trainer Certification: Nurturing Canine Companions 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
Overview Productivity Development Training Course is yet another 'Teacher's Choice' course from Teachers Training for a complete understanding of the fundamental topics. You are also entitled to exclusive tutor support and a professional CPD-accredited certificate in addition to the special discounted price for a limited time. Just like all our courses, this Productivity Development Training Course and its curriculum have also been designed by expert teachers so that teachers of tomorrow can learn from the best and equip themselves with all the necessary skills. Consisting of several modules, the course teaches you everything you need to succeed in this profession. The course can be studied part-time. You can become accredited within 05 Hours studying at your own pace. Your qualification will be recognised and can be checked for validity on our dedicated website. Why Choose Teachers Training Some of our website features are: This is a dedicated website for teaching 24/7 tutor support Interactive Content Affordable price Courses accredited by the UK's top awarding bodies 100% online Flexible deadline Entry Requirements No formal entry requirements. You need to have: Passion for learning A good understanding of the English language Be motivated and hard-working Over the age of 16. Certification CPD Certification from The Teachers Training Successfully completing the MCQ exam of this course qualifies you for a CPD-accredited certificate from The Teachers Training. You will be eligible for both PDF copy and hard copy of the certificate to showcase your achievement however you wish. You can get your digital certificate (PDF) for £4.99 only Hard copy certificates are also available, and you can get one for only £10.99 You can get both PDF and Hard copy certificates for just £12.99! The certificate will add significant weight to your CV and will give you a competitive advantage when applying for jobs. Section 01 - Leverage Long Term Success Habits of Highly Productive People 00:03:00 Create an Asset 00:03:00 Embrace Constraints 00:04:00 The 80-20 Principle 00:03:00 Analyze Responsibilities 00:03:00 Make Better Decisions 00:01:00 Leverage Current Situations 00:02:00 Section 02 - Mastering Workflow Productive Action Planning 00:03:00 Good Project Planning 00:04:00 Mastering Workflow 00:02:00 Managing Commitments 00:02:00 Reviewing Tasks 00:02:00 Parkinson's Law 00:02:00 Batch Small Tasks 00:01:00 Email Productivity 00:04:00 Section 03 - Everyday Productivity Habits for Success Productive Routines for Morning and Night People 00:03:00 Routines to Decrease Working Hours 00:03:00 Busy People vs. Productive People 00:05:00 Things That Aren't Actually Productive 00:07:00 Habits to Avoid 00:03:00 More Habits to Avoid 00:04:00 Overcoming Concepts to Become Successful 00:03:00 Section 04 - Lessons to Learn to Maximize Probability Become More Productive 00:03:00 Power of Less 00:05:00 Interruption is the Killer of Productivity 00:03:00 Inspiration is Perishable 00:01:00 Money Mistakes Successful People Avoid 00:04:00 Avoid Zero Sum Games 00:02:00
***With this Personal Development Training for Teachers, get a Personal Hygiene Course completely FREE and prevent yourself from being infected by Coronavirus and other contagious diseases.*** Personal Development Training for Teachers is yet another 'Teacher's Choice' course from Teachers Training for a complete understanding of the fundamental topics. You are also entitled to exclusive tutor support and a professional CPD-accredited certificate in addition to the special discounted price for a limited time. Just like all our courses, this Personal Development Training for Teachers and its curriculum have also been designed by expert teachers so that teachers of tomorrow can learn from the best and equip themselves with all the necessary skills. Consisting of several modules, the course teaches you everything you need to succeed in this profession. The course can be studied part-time. You can become accredited within 9 hours studying at your own pace. Your qualification will be recognised and can be checked for validity on our dedicated website. Why Choose Teachers Training Some of our features are: This is a dedicated website for teaching 24/7 tutor support Interactive Content Affordable price Courses accredited by the UK's top awarding bodies 100% online Flexible deadline Entry Requirements No formal entry requirements. You need to have: Passion for learning A good understanding of the English language Numeracy and IT Desire for entrepreneurship Over the age of 16 Assessment The assessment is straightforward, you need to complete the assignment questions that will be provided to you at the end of the course, you can complete the assignment anytime you want. After you complete and submit your assignment, our tutors will assess your assignment and give you feedback if needed. After your assignment has been assessed and you have passed, you will be qualified and will be able to apply for a course completion certificate. Certification CPD Certification from The Teachers Training Successfully completing the MCQ exam of this course qualifies you for a CPD-accredited certificate from The Teachers Training. You will be eligible for both PDF copy and hard copy of the certificate to showcase your achievement however you wish. You can get your digital certificate (PDF) for £4.99 only Hard copy certificates are also available, and you can get one for only £10.99 You can get both PDF and Hard copy certificates for just £12.99! The certificate will add significant weight to your CV and will give you a competitive advantage when applying for jobs. Relationship Management in Classroom for Teachers Developing Healthy Relationships with Students 00:08:00 Communicating Effectively with Parents 00:05:00 Managing Management, How to Deal with the Boss 00:06:00 Psychological Tools for the Champion Teacher 00:05:00 Understanding Problems of Child Development for Teachers Factors That Influence Development 00:39:00 Problems of Infancy 00:19:00 Problems of Childhood 00:23:00 Problems of Adolescence 00:29:00 Advanced Diploma in Child Development Factors That Influence Development 00:39:00 Cognitive Development 00:25:00 Social and Emotional Development 00:44:00 Personality and Intellectual Development in Children 00:39:00 Stages of Language Development 00:29:00 Understanding Moral Development 00:20:00 Level 2 Certificate in Professional Supervision Skills Introduction Getting Started 00:01:00 Setting Expectations Setting Expectations 00:03:00 Setting Expectations Case Study 00:01:00 Setting Goals Setting Goals 00:06:00 Setting Goals Case Study 00:01:00 Assigning Work Assigning Work 00:04:00 Assigning Work Case Study 00:01:00 Degrees of Delegation Degrees of Delegation 00:03:00 Degrees of Delegation Case Study 00:01:00 Implementing Delegation Implementing Delegation 00:07:00 Implementing Delegation Case Study 00:01:00 Providing Feedback Providing Feedback 00:05:00 Providing Feedback Case Study 00:01:00 Managing Your Time Managing Your Time 00:05:00 Managing Your Time Case Study 00:01:00 Resolving Conflict Resolving Conflict 00:04:00 Resolving Conflict Case Study 00:01:00 Tips for Special Situations Tips for Special Situations 00:05:00 Tips for Special Situations Case Study 00:01:00 A Survival Guide for the New Supervisor A Survival Guide For The New Supervisor 00:03:00 A Survival Guide For The New Supervisor Case Study 00:01:00 Wrapping Up Wrapping Up 00:01:00 Classroom Management Training for Teachers Introduction to Teach Like a Champion Introduction Teach Like a Champion 00:10:00 Classroom Management How to Avoid Students Disrupting the Class 00:11:00 How to Stop Distruptions Once They Begin 00:09:00 Choosing an Appropriate Seating Arrangement 00:03:00 Choosing the Best Communication System for the Class 00:10:00 Planning The Critical Importance of Planning 00:08:00 How to Plan an Effective Lesson 00:09:00 How to Plan an Effective Units 00:06:00 How to Plan for the Whole Semester 00:05:00 Assessments and Grading Creating Effective Assessments 00:08:00 Efficient Grading Techniques 00:06:00 The Power of Formative Assessment 00:10:00 The Strengths and Weaknesses of Summative Assessment 00:04:00 Relationship Management Developing Healthy Relationships with Students 00:08:00 Communicating Effectively with Parents 00:05:00 Managing Management, How to Deal with the Boss 00:06:00 Psychological Tools for the Champion Teacher 00:05:00 Conclusion Review the Key Ideas of the Course 00:06:00