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

36971 Courses

Dog Grooming and Dog Training

4.9(27)

By Apex Learning

Overview: If you want to gain a solid understanding of Dog Grooming and Dog Training and fast track your dream career, then take a step in the right direction with this industry-standard, comprehensive Dog Grooming and Dog Training designed by expert instructors. The Dog Grooming and Dog Training will help you develop your skills, confidence, and knowledge in this sector, adding real value to your CV and personal development. Dog Grooming and Dog Training has been rated and reviewed highly by our learners and professionals alike. We have a passion for teaching, and it shows. The only thing you need to take Dog Grooming and Dog Training is Wi-Fi and a screen. You'll never be late for class again. Whether you are looking to brighten up your CV, just starting out in the industry, looking for a career change or just fancy learning something new, this online Dog Grooming and Dog Training is perfect! Benefits you'll get choosing Apex Learning for this Dog Grooming and Dog Training course: FREE Dog Grooming and Dog Training CPD-accredited certificate Get a free student ID card with Dog Grooming and Dog Training training (£10 applicable for international delivery) Lifetime access to the Dog Grooming and Dog Training course materials The Dog Grooming and Dog Training program comes with 24/7 tutor support Get instant access to this Dog Grooming and Dog Training course Learn Dog Grooming and Dog Training training from anywhere in the world The Dog Grooming and Dog Training training is affordable and simple to understand The Dog Grooming and Dog Training training is an entirely online Description: Begin your journey with Apex Learning right away! This Dog Grooming and Dog Training diploma offers learners the opportunity to acquire skills that are highly valued in the field of Dog Grooming and Dog Training. With this Certification, graduates are better positioned to pursue career advancement and higher responsibilities within the Dog Grooming and Dog Training setting. The skills and knowledge gained from this Dog Grooming and Dog Training course will enable learners to make meaningful contributions to Dog Grooming and Dog Training-related fields, impacting their experiences and long-term development. ★★★ Course Curriculum of Dog Grooming and Dog Training Bundle ★★★ Course 01: Dog Groomer Training Module 1: The History of Dog Grooming Module 2: Why Do We Groom? Module 3: Anatomy Module 4: Breed Groups and Coat Types Module 5: Equipment and Techniques Module 6: Keep Your Dog Healthy and Clean Module 7: Things to Look for Before You Groom a Dog Module 8: Pre-grooming and General Care Module 9: Preparation Module 10: Skin Conditions Module 11: How to Bathe Your Dog Module 12: How to Get Your Dog to Love Bath Time Module 13: Drying Your Dog After a Bath Module 14: Bathing and Drying: General Considerations Module 15: Grooming Details (Clipping, Scissors, Ears, Teeth, Feet, Bottoms) Module 16: Basic First Aid P.S. The delivery inside the U.K. is Free. International students have to pay a £3.99 postal charge. Who is this Dog Grooming and Dog Training course for? There is no experience or previous certifications required for enrolment in this Dog Grooming and Dog Training. It is available to all students, of all academic backgrounds. Requirements Our Bundle is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This Dog Grooming and Dog Training course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G. There is no time limit for completing this Dog Grooming and Dog Training course, it can be studied in your own time at your own pace. Career path Having this Dog Grooming and Dog Training CPD certificate will increase the value of your CV and open you up to multiple sectors. Course Curriculum: Module 1: The History of Dog Grooming Module 2: Why Do We Groom? Module 3: Anatomy Module 4: Breed Groups and Coat Types Module 5: Equipment and Techniques Module 6: Keep Your Dog Healthy and Clean Module 7: Things to Look for Before You Groom a Dog Module 8: Pre-grooming and General Care Module 9: Preparation Module 10: Skin Conditions Module 11: How to Bathe Your Dog Module 12: How to Get Your Dog to Love Bath Time Module 13: Drying Your Dog After a Bath Module 14: Bathing and Drying: General Considerations Module 15: Grooming Details (Clipping, Scissors, Ears, Teeth, Feet, Bottoms) Module 16: Basic First Aid

   Dog Grooming and Dog Training
Delivered Online On Demand4 hours
£9.99

Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for programmatic developers looking to write programmatic customizations to both business logic and UI layers using Apex and Visualforce. You should have a good understanding of core object-oriented programming concepts and experience building declarative solutions on the Salesforce Platform. This course is also a great foundation builder if you're looking to earn your Salesforce Platform Developer I credential. IMPORTANT: Students are expected to follow the steps detailed in the Computer Set-up Guide for this class if you'll be using your own computer when attending a virtual or in-person class. Overview Learn modern tools for developing on the Salesforce Platform using Visual Studio Code, the Salesforce Extension Pack, and the Salesforce CLI. Write business logic customizations using Apex triggers and classes; those customizations will use SOQL and DML. Design programmatic solutions that take advantage of declarative customizations. Describe how your trigger code works within the basics of the Save Order of Execution. Describe some of the fundamental aspects of designing programs on a multi-tenant platform. Write Visualforce markup and code to customize the user interface. Use the built-in testing framework to test Apex and Visualforce. Learn how to customize and design applications programmatically on the Salesforce Platform. In this 5-day class, our platform experts will introduce you to Apex (Salesforce?s programming language) and Visualforce markup, so you can customize your Salesforce applications using code and explore how Apex interacts with declarative customizations on the platform. Learn how to retrieve, manipulate, and store data programmatically in data objects (sObjects), write and test custom logic, write Visualforce pages to customize your user interface, and deploy your solutions to another environment. Get an overview of the declarative automation tools available on the platform and a brief introduction to the Lightning Component framework. Plus, explore the nuances of working on a multi-tenant platform so you can extend the platform to meet business demands. Declarative Automation Create Formula Fields Create Roll-Up Summary Fields Understand Record Types Review Other Automation Tools Build a Data Model on the Salesforce Platform Programming with Apex Describe Key Aspects of Apex That Differentiate It from Other Languages, Such as Java and C# Describe Why Apex Transactions and Governor Limits Must Be Considered When Writing Apex Execute Simple Apex Use the sObject Data Type, the Primitive Data Types, and Basic Control Statements in Apex Using SOQL and SOSL to Retrieve Your Org?s Data Write a Basic Query Using Salesforce?s Query Language, SOQL Process the Result of a Query in Apex Create a Query Dynamically at Run-Time Use SOQL to Query Parent-Child Relationships Describe a Relationship Query Write a Query That Traverses a Child-to-Parent Relationship Write a Query That Traverses a Parent-to-Child Relationship Use SOSL to Search Data Using DML to Manipulate Your Org?s Data List the Differences Between the Ways You Can Invoke DML Operations Write Apex to Invoke DML Operations and Handle DML Errors Deployment What Is Deployment? Deploy Code Using Change Sets Use the Ant Migration Tool Review Managed and Unmanaged Packages Explore Salesforce DX Trigger Essentials Describe What a Trigger Is Used For Describe the Syntax of a Trigger Definition Use Trigger Context Variables Apex Class Essentials Describe How Apex Classes Are Used Define an Apex Class Determine What Data an Apex Class Can Access The Save Order of Execution, Apex Transactions, and Platform Events Describe Key Points in the Order of Execution Describe How Triggers Fit Into and Can Be Impacted by the Order of Execution Describe the Lifecycle of an Apex Transaction Describe the Memory Lifecycle for Static Attributes Use Platform Events for Immediate Error Logging Apex Testing Describe the Apex Testing Framework Create Test Data Write and Run an Apex Test Test Best Practices Strategies for Designing Efficient Apex Solutions Describe Best Practices for Writing Code That Is Easy to Maintain and Extend Write Triggers and Classes That Assume Batches of Data as Input Write Code That Works Efficiently with the Database, Both in Querying and Using DML Trigger Design Strategies List Declarative Mechanisms You Can Use to Implement Complex Business Logic, What Types of Problems They?re Best Used for, and Their Limitations Describe Ways in Which You Can Use Declarative Functionality to Improve Your Programmatic Solutions Working with Visualforce Create a Visualforce Page Reference a Standard Controller Launch a Visualforce Page Using a Custom Button Display Data from a Record in a Visualforce Page Reference Custom Controllers and Controller Extensions Work with List Controllers Visualforce Development Considerations and Testing Describe Common Limit Issues and Security Concerns Describe Strategies for Testing Visualforce Controllers Write Tests for Controller Constructors Write Tests for Action Methods, Getters, Setters, and Properties Lightning Components Create and Surface an Aura Component Create and Surface a Lightning Web Component Additional course details: Nexus Humans Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450) 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 Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450) 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.

Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450)
Delivered OnlineFlexible Dates
Price on Enquiry

AWS Developing Serverless Solutions on AWS

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Developers who have some familiarity with serverless and experience with development in the AWS Cloud Overview In this course, you will learn to: Apply event-driven best practices to a serverless application design using appropriate AWS services Identify the challenges and trade-offs of transitioning to serverless development, and make recommendations that suit your development organization and environment Build serverless applications using patterns that connect AWS managed services together, and account for service characteristics, including service quotas, available integrations, invocation model, error handling, and event source payload Compare and contrast available options for writing infrastructure as code, including AWS CloudFormation, AWS Amplify, AWS Serverless Application Model (AWS SAM), and AWS Cloud Development Kit (AWS CDK) Apply best practices to writing Lambda functions inclusive of error handling, logging, environment re-use, using layers, statelessness, idempotency, and configuring concurrency and memory Apply best practices for building observability and monitoring into your serverless application Apply security best practices to serverless applications Identify key scaling considerations in a serverless application, and match each consideration to the methods, tools, or best practices to manage it Use AWS SAM, AWS CDK, and AWS developer tools to configure a CI/CD workflow, and automate deployment of a serverless application Create and actively maintain a list of serverless resources that will assist in your ongoing serverless development and engagement with the serverless community This course gives developers exposure to and practice with best practices for building serverless applications using AWS Lambda and other services in the AWS serverless platform. You will use AWS frameworks to deploy a serverless application in hands-on labs that progress from simpler to more complex topics. You will use AWS documentation throughout the course to develop authentic methods for learning and problem-solving beyond the classroom. Introduction Introduction to the application you will build Access to course resources (Student Guide, Lab Guide, and Online Course Supplement) Thinking Serverless Best practices for building modern serverless applications Event-driven design AWS services that support event-driven serverless applications API-Driven Development and Synchronous Event Sources Characteristics of standard request/response API-based web applications How Amazon API Gateway fits into serverless applications Try-it-out exercise: Set up an HTTP API endpoint integrated with a Lambda function High-level comparison of API types (REST/HTTP, WebSocket, GraphQL) Introduction to Authentication, Authorization, and Access Control Authentication vs. Authorization Options for authenticating to APIs using API Gateway Amazon Cognito in serverless applications Amazon Cognito user pools vs. federated identities Serverless Deployment Frameworks Overview of imperative vs. declarative programming for infrastructure as code Comparison of CloudFormation, AWS CDK, Amplify, and AWS SAM frameworks Features of AWS SAM and the AWS SAM CLI for local emulation and testing Using Amazon EventBridge and Amazon SNS to Decouple Components Development considerations when using asynchronous event sources Features and use cases of Amazon EventBridge Try-it-out exercise: Build a custom EventBridge bus and rule Comparison of use cases for Amazon Simple Notification Service (Amazon SNS) vs. EventBridge Try-it-out exercise: Configure an Amazon SNS topic with filtering Event-Driven Development Using Queues and Streams Development considerations when using polling event sources to trigger Lambda functions Distinctions between queues and streams as event sources for Lambda Selecting appropriate configurations when using Amazon Simple Queue Service (Amazon SQS) or Amazon Kinesis Data Streams as an event source for Lambda Try-it-out exercise: Configure an Amazon SQS queue with a dead-letter queue as a Lambda event source Writing Good Lambda Functions How the Lambda lifecycle influences your function code Best practices for your Lambda functions Configuring a function Function code, versions and aliases Try-it-out exercise: Configure and test a Lambda function Lambda error handling Handling partial failures with queues and streams Step Functions for Orchestration AWS Step Functions in serverless architectures Try-it-out exercise: Step Functions states The callback pattern Standard vs. Express Workflows Step Functions direct integrations Try-it-out exercise: Troubleshooting a Standard Step Functions workflow Observability and Monitoring The three pillars of observability Amazon CloudWatch Logs and Logs Insights Writing effective log files Try-it-out exercise: Interpreting logs Using AWS X-Ray for observability Try-it-out exercise: Enable X-Ray and interpret X-Ray traces CloudWatch metrics and embedded metrics format Try-it-out exercise: Metrics and alarms Try-it-out exercise: ServiceLens Serverless Application Security Security best practices for serverless applications Applying security at all layers API Gateway and application security Lambda and application security Protecting data in your serverless data stores Auditing and traceability Handling Scale in Serverless Applications Scaling considerations for serverless applications Using API Gateway to manage scale Lambda concurrency scaling How different event sources scale with Lambda Automating the Deployment Pipeline The importance of CI/CD in serverless applications Tools in a serverless pipeline AWS SAM features for serverless deployments Best practices for automation Course wrap-up Additional course details: Nexus Humans AWS Developing Serverless Solutions on AWS 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 AWS Developing Serverless Solutions on AWS 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.

AWS Developing Serverless Solutions on AWS
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to contract management (In-House)

By The In House Training Company

This very practical one-day IACCM-approved programme enables participants to manage the process of commercial contracting and contract management effectively and efficiently to ensure value for money, improved service, and appropriate relationships. It covers a wide range of contract types in terms of risk and value. The programme empowers participants with the tools and techniques needed to collaborate with all key stakeholders. By the end of the programme participants will be able to: Understand the total process of managing contracts Exploit opportunities to extract even more added value Develop appropriate relationships with contractors Understand and use a range of contracting strategies and options Measure and improve contract performance Understand the impact of legislation on contract performance 1 Welcome Introductions Aims and objectives Plan for the day 2 Contract management An overview of the contracting process, mapping the 'territory' 3 Contract managers Skills Knowledge Attributes Responsibilities 4 Critical success factors Defining successful outcomes Effective stakeholder engagement Creating a shared vision of the outcomes 5 Placing contracts How to develop an effective specification and scope of work documents How to develop a robust contracting strategy Appropriate types of contract 6 Customers and stakeholders Customer and stakeholder analysis Managing expectations and the 'shared vision' concept to ensure customer co-operation, satisfaction, and delight 7 Working with suppliers Creating and developing commercial relationships Types of relationship How to manage difficult relationships Contractor motivational issues How to use incentives 8 Negotiation and related skills Introduction to key negotiation skills Persuading and influencing skills to work with stakeholders to improve outcomes for all 9 Dealing with change Claims and variations How to challenge contractor claims and requests for variations by making use of contractual terms Specifications to prevent false claims 10 Performance improvement How to measure and improve contractor performance Developing KPI systems Using contractual terms and conditions and basic legal principles 11 Contract close The importance of effective contract close processes 12 Close Review of key learning points Personal action planning

Introduction to contract management (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry

Sales Techniques

4.3(43)

By John Academy

Description:  Sales techniques start in knowing your customers and to be able to recognise what your products and services should target. It is very important to communicate well also to allow your products and services known to your target market. It will be very difficult to become an effective commercial sales expert but if you start right now, you will surely be able to become an effective sales specialist. This course specifically focuses on the improvement of your sales and how you should accelerate it. It will also cover the strategies and ways to use and be able to get the attention of your potential clients and communicate with them effectively what you are offering. In this course, you will be able to become a great sales specialist by conquering the difficulties of the sales industry and knowing the appropriate techniques for the way forward.  Who is the course for? Professionals, who work in the business or corporate setting, especially people who are part of the sales, marketing, and communications departments. Furthermore, it will help the top executive execute and command their subordinates to help in increasing sales. People who are interested in learning more about business communication and those people who are struggling with communication and expressing their thoughts into actions. Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognised accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path: This course would be beneficial for the following careers: Sales Manager Business Development Executive Producers Financial Experts Group Account Director Marketing Manager Public Relations Officer Sales Specialist Strategist And Many More! Sales Techniques Fundamental Sales Techniques 01:00:00 Extensive Sales Techniques 01:30:00 Relationship in Sales Focusing on Your Customer 00:15:00 What Influences People in Forming Relationships? 00:30:00 Disclosure 00:15:00 How to Win Friends and Influence People 00:15:00 Communication Skills for Relationship Selling 01:00:00 Non-Verbal Messages 00:30:00 The Handshake 00:30:00 Small Talk 00:15:00 Networking 00:15:00 Sales Strategies Selling Skills 00:15:00 The Sales Cycle 00:30:00 Framing Success 00:15:00 Setting Goals with SPIRIT! 00:15:00 The Path to Efficiency 00:15:00 Customer Service 00:15:00 Selling More 00:15:00 Selling Price 00:15:00 Reference Book Personal Selling Skills 00:00:00 Psychology Of Selling 00:00:00 Refer A Friend Refer A Friend 00:00:00 Mock Exam Mock Exam- Increasing Sales Technique 00:20:00 Final Exam Final Exam- Increasing Sales Technique 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Sales Techniques
Delivered Online On Demand9 hours 10 minutes
£18

Practical Personal Development Course

4.3(43)

By John Academy

This personal development course helps the individual to overcome difficult situations and go on to succeed in their chosen career path or business endeavour. Achievement comes when one is prepared for it, and this course is intended to set you up for it. Without being prepared, achievement won't approach you, event even if it does, it will overpower you, and you may wind up abusing it. Description: This course will help you settle on witting choices in your self-awareness travel and boldly development. This implies bearing the development to take a hundred percent duty regarding your health, your occupation, your financial assets, your connections, your feelings, your propensities, and your otherworldly thoughts. It calls for having a deep look at yourself, intentionally picking what kind of individual you truly are within, and after that getting your outside reality to be consistent with your inside being. The objective is to help you accomplish outstanding effectiveness while maintaining internal adjust, where your ideas, emotions, activities, and attitudes are all working on the whole to create the life you truly need. This self-development course will fill in as an awesome begin if you're beginning off in self-awareness. They'll put you on the right track to be responsible for any circumstance, achieve objectives and improve as a person. Who is the course for? Entrepreneurs Professionals Small Business Owners Students Employees Employers Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path: Personal development coaches can specialize in: Career and educational development Creativity enhancement Financial planning Health and fitness Leadership Relationship counselling Spiritual growth Therapeutic Coaching. Practical Personal Development Course - Updated Version Module 1: Overcoming Procrastination (I) 00:10:00 Module 2: Overcoming Procrastination (II) 00:09:00 Module 3: Four P's of Goal Setting 00:08:00 Module 4: Improving Motivation 00:10:00 Module 5: Wise Time Management 00:09:00 Module 6: Tips for Completing Tasks 00:08:00 Module 7: Increase Your Productivity 00:08:00 Module 8: 'To Do' List Characteristics 00:08:00 Module 9: Smart Goals 00:09:00 Module 10: Mistakes Will Happen 00:10:00 Module 11: The Problem Solving Method 00:10:00 Module 12: Information Gathering 00:04:00 Module 13: Problem Definition 00:12:00 Module 14: Preparing for Brainstorming 00:11:00 Module 15: Generating Solutions (I) 00:04:00 Module 16: Generating Solutions (II) 00:12:00 Module 17: Analyzing Solutions 00:10:00 Module 18: Selecting a Solution 00:08:00 Module 19: Planning Your Next Steps 00:08:00 Module 20: Recording Lessons Learned 00:08:00 Module 21: What Does Self-Confidence Mean To You? 00:15:00 Module 22: Obstacles to Our Goals 00:07:00 Module 23: Communication Skills 00:11:00 Module 24: The Importance of Goal Setting 00:11:00 Module 25: Feeling the Part 00:09:00 Module 26: Looking the Part 00:07:00 Module 27: Sounding the Part 00:09:00 Module 28: Powerful Presentations 00:07:00 Module 29: Coping Techniques 00:08:00 Module 30: Dealing with Difficult Behavior 00:08:00 Module 31: Time Management 00:36:00 Module 32: Stress Management 00:20:00 Module 33: Communication Skills 00:25:00 Module 34: Negotiation Techniques 00:17:00 Module 35: Conflict Management 00:15:00 Practical Personal Development Course - Old Version Healthy Abundance Mindset 01:00:00 Meditation 01:00:00 Goal Setting 01:00:00 Center Yourself 01:00:00 Get Over Your Fear 01:00:00 Be Grateful 01:00:00 Visualize 01:00:00 Wrapping Up 00:15:00 Mock Exam Mock Exam- Practical Personal Development Course 00:20:00 Final Exam Final Exam- Practical Personal Development Course 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Practical Personal Development Course
Delivered Online On Demand14 hours 16 minutes
£18

Nail Technician (Nail Art, Gel & Acrylic Nail, Manicure) Diploma

5.0(1)

By Empower UK Employment Training

Embark on a creative journey with our Nail Technician course! Learn everything from nail fundamentals to advanced techniques, health and safety, business skills, and future trends in nail art. Transform your passion into a professional career.

Nail Technician (Nail Art, Gel & Acrylic Nail, Manicure) Diploma
Delivered Online On Demand4 hours 36 minutes
£5

Employee Motivation and Performance Management

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is designed for managers, supervisors, human resource personnel, and team leaders who are seeking to inspire employees and optimize their performance. Overview In this course, you will identify strategies for motivating employees and developing them through the application of basic performance-management techniques. You will: Commit to employee motivation. Motivate employees. Develop self-motivated employees. Establish a foundation for performance management. Optimize employee performance using performance-management strategies. Create employee performance and development plans. Motivation has a profound effect on employees' productivity and performance. An organization improves its likelihood of success by maintaining a motivated work force. As a leader within your organization, you share in the responsibility of motivating your employees.You also want to be able to lead the individuals on your team effectively by conducting ongoing performance appraisals; delivering helpful and instructive feedback, training, and coaching; and designing and implementing performance standards. You want to develop talent within your team by employing effective performance-management strategies on the job. This course will help you cultivate the skills necessary to motivate your employees and give you essential performance-management skills. Committing to Employee Motivation Topic A: Recognize the Importance of Motivation Topic B: Assess Employee Motivation Levels Motivating Employees Topic A: Communicate Effectively Topic B: Clarify Expectations Topic C: Establish Meaningful Professional Goals Topic D: Provide Effective Feedback Topic E: Choose Rewards or Recognition Developing Self-Motivation in Employees Topic A: Encourage Self-Motivation Topic B: Create a Sense of Employee Ownership Topic C: Provide Development Opportunities through Mentoring Topic D: Build a Sense of Accomplishment Topic E: Encourage Enthusiasm Establishing a Foundation for Performance Management Topic A: Identify Performance Management Elements Topic B: Elicit Engagement Topic C: Onboard New Employees Topic D: Develop Talent Optimizing Employee Performance Topic A: Assess Available Talent Via Interviews Topic B: Determine Individual Performance Goals Topic C: Discuss Performance Appraisals Creating Performance and Development Plans Topic A: Initiate a Performance Plan Topic B: Create an Improvement Plan for Performance Problems Topic C: Create a Development Plan for Career Growth

Employee Motivation and Performance Management
Delivered OnlineFlexible Dates
Price on Enquiry

Unleash Your Creative Script Ideas - CFS Taster Session

4.4(69)

By Central Film School

Calling all aspiring screenwriters and creative minds! Join us for an exciting script pitching workshop led by tutor Gemma Mushington. This taster session is designed to unleash your imagination and guide you through the process of coming up with and pitching an original script idea. Gemma Mushington, a talented screenwriter with a BA in Film, Television, and Digital Production, brings her wealth of industry knowledge and experience to this workshop. She is signed with Casarotto Ramsay and was the proud winner of the Neal Street Productions Screenwriting Bursary in 2021. Gemma's impressive credentials also include writing an episode of CBBC's The Dumping Ground, which aired in May 2023. With her current role as our Module Leader for the Major Feature Film module on the BA Screenwriting course, Gemma is the perfect guide to help you develop your script ideas. During this engaging taster session, Gemma will lead you through an exercise focused on generating and refining your own original script idea. Learn the techniques and strategies used by professional screenwriters to create compelling narratives that captivate audiences. Gain valuable insights into the art of pitching as Gemma shares her expertise on how to effectively communicate your ideas and grab the attention of industry professionals. Whether you are a screenwriting student, a budding storyteller, or simply someone with a passion for creative writing, this workshop is a fantastic opportunity to explore the exciting world of script development. No prior experience is necessary, as Gemma will provide guidance and support throughout the session. Don't miss out on this chance to refine your scriptwriting skills and pitch your ideas with confidence. Reserve your spot now and prepare to unleash your creative potential with the guidance of tutor Gemma Mushington!

Unleash Your Creative Script Ideas - CFS Taster Session
Delivered OnlineFlexible Dates
FREE

Level 7 Diploma in Event Management - CPD Certified

5.0(3)

By School Of Health Care

Event Management: Event Management Course Online Unlock the Power of Event Management: Event Management Course: Enrol Now! This Event Management: Event Management Course will provide you with a solid practical and theoretical foundation that will undoubtedly improve your knowledge and skills in this event management field. The inclusion of a wide range of optional units allows the learner to tailor their qualification to their specific role as well as the needs of their employer. This Event Management: Event Management Course is for both aspiring beginners and experienced professionals who want to gain a detailed understanding of important business management topics. This Event Management: Event Management Course will teach you how to work with different types of clients, answering their questions and meeting their needs at every stage of the planning and execution process. This Event Management: Event Management Course will teach you how to perform and assist unresponsive casualties, as well as how to handle common problems and perform basic maintenance. You'll also learn how to find and sign clients, charge for your services, market your abilities, and grow your company. This Event Management: Event Management Course can help you advance your career. From the first lesson, you can tell the difference. This includes all of the teachings that are simple to grasp and apply to your abilities. Individuals wishing to pursue a career in this field will benefit from this course's comprehensive education and understanding of the fundamentals. Our Level 7 Diploma in Event Management course can help you to improve your skills in this field to ensure a successful career. This Event Management: Event Management Course covers all pertinent subjects. Main Course: Event Management Course Free Courses: Course 01: Level 5 Diploma in Travel & Tourism Course 02: Hotel Management Other Benefits of This Event Management: Event Management Course FREE 3 PDF Certificates Event Management Lifetime Access Free Retake Exam Expert Tutor Support [ Note: Free PDF certificate will provide as soon as completing the Event Management: Event Management Course] Event Management: Event Management Course Online This Event Management: Event Management Course consists of 10 modules. Course Curriculum of Event Management: Event Management Course Module 01: An Introduction to Event Management Module 02: The Market Demand for Events Module 03: The Events Business: Supply and Suppliers Module 04: Social, Economic, Political and Developmental Implications Module 05: Making a Start and Planning the Event Module 06: Financial Management and the Budget Module 07: Event Logistics and Supplies Module 08: Marketing and Public Relations for Events Module 09: Risk Management and Legalities Module 10: Event Project Management and Set-Up Issues Certification of Event Management: Event Management Course After completing the Event Management: Event Management Course, you can instantly download your certificate for FREE. Assessment Method of Event Management: Event Management Course After completing Event Management: Event Management Course, you will get quizzes to assess your learning. You will do the later modules upon getting 60% marks on the quiz test. Who is this course for? Event Management: Event Management Course Online The Event Management: Event Management Course is ideal for: - People looking for a new job, Individuals interested in starting their own event-planning businesses, Event planners with no formal education or training, Requirements Event Management: Event Management Course Online To enrol in this Event Management: Event Management Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Event Management: Event Management Course. Be energetic and self-motivated to complete our Event Management: Event Management Course. Basic computer Skill is required to complete our Event Management: Event Management Course. If you want to enrol in our Event Management: Event Management Course, you must be at least 15 years old. Career path Event Management: Event Management Course Online Enrolling in this Event Management: Event Management Course could lead to the following job opportunities. Coordinator of Special Events, Manager of Events, Entrepreneur in Event Management: Event Management Course.

Level 7 Diploma in Event Management - CPD Certified
Delivered Online On Demand22 hours
£12