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

656 Courses

Talent Management and Succession Planning

By FD Capital

Talent Management and Succession Planning,” the podcast where we explore the critical aspects of attracting and retaining top finance talen -------------------------------------------------------------------------------- Talent management is the lifeblood of any organisation, and finance departments are no exception. In a competitive business landscape, attracting and retaining top finance talent can make a significant difference. Highly skilled and motivated professionals drive innovation, improve financial performance, and contribute to strategic decision-making. By investing in talent management, CFOs ensure their organisations have the right people in the right roles, which is vital for sustainable growth and success. Talent management also enables CFOs to build a culture of continuous learning and development. By nurturing the skills and capabilities of finance professionals, we create an environment that fosters innovation and adaptability. This is crucial in today’s rapidly changing business landscape, where finance teams need to keep pace with evolving technologies, regulations, and industry trends. Talent management provides a foundation for building a resilient and agile finance function. Succession planning is an integral part of talent management. How do CFOs approach succession planning, particularly in finance leadership roles? Succession planning is a proactive approach to ensure a smooth transition of leadership roles. CFOs need to identify high-potential individuals within their finance teams and provide them with opportunities for growth and development. This includes mentorship, training programs, and exposure to cross-functional experiences. By preparing a pipeline of future finance leaders, CFOs can mitigate the risks associated with unexpected departures or retirements, ensuring continuity and stability in finance leadership. Additionally, succession planning should encompass diversity and inclusion. CFOs recognize the importance of building diverse finance teams that reflect the broader talent pool. By providing equal opportunities for underrepresented groups and promoting inclusivity, we foster a culture of belonging and tap into a wider range of perspectives and ideas. Diverse teams drive innovation and improve decision-making, contributing to the overall success of the organisation. How do CFOs create a talent development culture within their finance teams, and what initiatives can be implemented to foster continuous growth? CFOs can create a talent development culture by prioritizing learning and development initiatives. This includes offering ongoing training programs, supporting professional certifications, and providing access to resources that enhance technical and soft skills. CFOs should encourage finance professionals to take ownership of their own development and provide opportunities for them to stretch their capabilities. This may involve cross-functional projects, exposure to different areas of the business, or participation in industry conferences and networking events. Additionally, mentorship and coaching programs play a crucial role in talent development. CFOs can pair experienced finance leaders with up-and-coming talent, fostering knowledge transfer, and providing guidance and support. Encouraging regular feedback and performance discussions helps finance professionals understand their strengths and areas for improvement, enabling targeted development plans. By creating a culture that values continuous learning and growth, CFOs empower their finance teams to reach their full potential. https://www.fdcapital.co.uk/podcast/talent-management-and-succession-planning/ [https://www.fdcapital.co.uk/podcast/talent-management-and-succession-planning/] TAGS * Online Events [https://www.eventbrite.co.uk/d/online/events/] * Things To Do Online [https://www.eventbrite.co.uk/ttd/online/] * Online Classes [https://www.eventbrite.co.uk/d/online/classes/] * Online Business Classes [https://www.eventbrite.co.uk/d/online/business--classes/] * #leadership [https://www.eventbrite.co.uk/d/online/%23leadership/] * #development [https://www.eventbrite.co.uk/d/online/%23development/] * #successionplanning [https://www.eventbrite.co.uk/d/online/%23successionplanning/] * #employees [https://www.eventbrite.co.uk/d/online/%23employees/] * #talentmanagement [https://www.eventbrite.co.uk/d/online/%23talentmanagement/]

Talent Management and Succession Planning
Delivered Online
Dates arranged on request
FREE

Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level Java programming course, designed for experienced developers who wish to get up and running with Java, or who need to reinforce sound Java coding practices, immediately. Overview Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how it relates to OO programming and the Object Model Learn to use Java exception handling features Work with the Modular system (Project Jigsaw) Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Process large amount of data using Lambda expressions and the Stream API Abstract, static and private methods in interfaces Take advantage of the Java tooling that is available with the programming environment being used in the class Specific Java 11 features covered: Using the Local Variable Type in Lambda expressions; Updates made to the String AP Time Permitting: Quick look ahead - Java 12, Java 13, Java 14 and Beyond If you're an experienced OO developer (coming from a C# or C++ background, etc.) who needs to transition to programming in Java, this fast-paced, hands-on course will get you there quickly. Fast Track to Java Programming for OO Experienced Developers is a four-day, lab-intensive class where you'll quickly be immersed in working with the latest Java 11 programming techniques, using best practices for writing solid, robust (and well-written!) modern object-oriented applications. In addition to learning excellent, current coding skills in Java, you'll explore the new improved features for better performance and new capabilities for addressing rapid application development that Java 11 brings to the table. This course includes several key aspects that were introduced in Java 9, Java 10, and Java 11 including the Java Modular System, Local Variable Type Inference, and several API updates. This course also includes a Quick Look at what?s next in Java ? Java 12, Java 13, Java 14 and beyond. THE JAVA PLATFORM * Java Platforms * Lifecycle of a Java Program * Responsibilities of JVM * Documentation and Code Reuse USING THE JDK * Setting Up Environment * Locating Class Files * Compiling Package Classes * Source and Class Files * Java Applications THE ECLIPSE PARADIGM * Workbench and Workspace * Views * Editors * Perspectives * Projects WRITING A SIMPLE CLASS * Classes in Java * Class Modifiers and Types * Class Instance Variables * Primitives vs. Object References * Creating Objects ADDING METHODS TO THE CLASS * Passing Parameters into Methods * Returning a Value from a Method * Overloaded Methods * Constructors * Optimizing Constructor Usage LANGUAGE STATEMENTS * Operators * Comparison and Logical Operators * Looping * Continue and Break Statements * The switch Statement * The for-each() Loop USING STRINGS * Create an instance of the String class * Test if two strings are equal * Get the length of a string Parse a string for its token components * Perform a case-insensitive equality test * Build up a string using StringBuffer * Contrast String, StringBuffer, and StringBuilder SPECIALIZING IN A SUBCLASS * Extending a Class * Casting * The Object Class * Default Constructor * Implicit Constructor Chaining FIELDS AND VARIABLES * Instance vs. Local Variables: * Usage Differences * Data Types * Default Values * Block Scoping Rules * Final and Static Fields * Static Methods USING ARRAYS * Arrays * Accessing the Array * Multidimensional Arrays * Copying Arrays * Variable Arguments LOCAL-VARIABLE TYPE INFERENCE * Type inference * Infering Types of Local Variables * The var Reserved Type name * Benefits of Using var * Backward Compatibility JAVA PACKAGES AND VISIBILITY * Class Location of Packages * The Package Keyword * Importing Classes * Executing Programs * Visibility in the Modular System * Java Naming Conventions INHERITANCE AND POLYMORPHISM * Polymorphism: The Subclasses * Upcasting vs. Downcasting * Calling Superclass Methods from Subclass * The final Keyword INTERFACES AND ABSTRACT CLASSES * Separating Capability from Implementation * Abstract Classes * Implementing an Interface * Abstract Classes vs. Interfaces INTRODUCTION TO EXCEPTION HANDLING * Exception Architecture * Throwing Exceptions * Checked vs. Unchecked Exceptions EXCEPTIONS * Handling Multiple Exceptions * Automatic Closure of Resources * Creating Your Own Exceptions UTILITY CLASSES * Wrapper Classes * Autoboxing/Unboxing * Enumeration Syntax * Using Static imports INTRODUCTION TO GENERICS * Generics and Subtyping * Bounded Wildcards * Generic Methods * Legacy Calls to Generics * When Generics Should Be Used LAMBDA EXPRESSIONS AND FUNCTIONAL INTERFACE * Lambda Expression Syntax * Functional Interfaces * Type Inference in Java 8 * Method references COLLECTIONS * Characterizing Collections * Collection Interface Hierarchy * The Set, List and Queue Interfaces * Map Interfaces USING COLLECTIONS * Collection Sorting * Comparators * Using the Right Collection * Lambda expressions in Collections STREAMS * Processing Collections of data * The Stream interface * Reduction and Parallelism * Filtering collection data * Sorting Collection data * Map collection data * Find elements in Stream * Numeric Streams * Create infinite Streams * Sources for using Streams COLLECTORS * Creating Collections from a Stream * Group elements in the Stream * Multi-level grouping of elements * Partitioning Streams INTRODUCTION TO THE MODULE SYSTEM * Introduce Project Jigsaw * Classpath and Encapsulation * The JDK internal APIs * Java 9 Platform modules * Defining application modules * Define module dependencies * Implicit dependencies * Implied Readability * Exporting packages JAVA DATE/TIME * The Date and Calendar classes * Introduce the new Date/Time API * LocalDate, LocalDateTime, etc. * Formatting Dates * Working with time zones * Manipulate date/time values JAVA 12 AND BEYOND * Provide an overview of changes since Java 11 * Introduce Preview Features * Records (Java 14) * Switch Expressions (Java 12, Java 13, Java 14) * Text Blocks (Java 13, Java 14) * Helpful NullPointerExceptions (Java 14) * Pattern Matching for instanceof (Java 14) ADDITIONAL COURSE DETAILS: Nexus Humans Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) 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.

Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Medical Sales Representative

5.0(1)

By Course Gate

In this competitive job market, you need to have some specific skills and knowledge to start your career and establish your position. This Medical Sales Representative will help you understand the current demands, trends and skills in the sector. The course will provide you with the essential skills you need to boost your career growth in no time. The Medical Sales Representative will give you clear insight and understanding about your roles and responsibilities, job perspective and future opportunities in this field. You will be familiarised with various actionable techniques, career mindset, regulations and how to work efficiently. This course is designed to provide an introduction to Medical Sales Representative and offers an excellent way to gain the vital skills and confidence to work toward a successful career. It also provides access to proven educational knowledge about the subject and will support those wanting to attain personal goals in this area. LEARNING OBJECTIVES * Learn the fundamental skills you require to be an expert * Explore different techniques used by professionals * Find out the relevant job skills & knowledge to excel in this profession * Get a clear understanding of the job market and current demand * Update your skills and fill any knowledge gap to compete in the relevant industry * CPD accreditation for proof of acquired skills and knowledge WHO IS THIS COURSE FOR? Whether you are a beginner or an existing practitioner, our CPD accredited Medical Sales Representative is perfect for you to gain extensive knowledge about different aspects of the relevant industry to hone your skill further. It is also great for working professionals who have acquired practical experience but require theoretical knowledge with a credential to support their skill, as we offer CPD accredited certification to boost up your resume and promotion prospects. ENTRY REQUIREMENT Anyone interested in learning more about this subject should take this Medical Sales Representative. This course will help you grasp the basic concepts as well as develop a thorough understanding of the subject. The course is open to students from any academic background, as there is no prerequisites to enrol on this course. The course materials are accessible from an internet enabled device at anytime of the day. CPD CERTIFICATE FROM COURSE GATE At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. CAREER PATH The Medical Sales Representative will help you to enhance your knowledge and skill in this sector. After accomplishing this course, you will enrich and improve yourself and brighten up your career in the relevant job market. COURSE CURRICULUM Medical Sales Representative The Number One Universal Killer Question in Selling 00:03:00 The Importance of Establishing the Clients Expectations 00:02:00 Communication in Pharmacy Settings 00:15:00 How to Close the Sale Without Sounding like a Salesman 00:04:00 People Buy Emotionally and Justify Logically. What to Do About It 00:04:00 Don't Assume You Know the Buyer's Priorities 00:05:00 Standard Operating Procedures (SOPs) 00:12:00 How to Unearth the Buyer's Strategic Needs 00:03:00 The Importance of Implications 00:04:00 Being Prepared for Objections 00:04:00 The Most Common Objections and How to Handle Them 00:04:00 How to Get People to Choose What You Want Them To 00:04:00 What Buyers Say and What They Really Mean 00:03:00 Medical Math and Pharmacy Calculations Mastery 00:04:00 Medical Math and Pharmacy Calculations Mastery 00:09:00 Medical Math and Pharmacy Calculations Mastery 00:13:00 Business Math Terminologies 00:08:00 Business Math Mark-up Discount 00:16:00 Retail Business Math Mark-up Amount & Mark-up Percentage 00:08:00 Retail Business Math Discount Amount & Discount Percentage 00:15:00 Pharmacy Business Math Purchase Price, Discount, and Discount Percentage 00:03:00 Pharmacy Business Math Percentage Markup Rate 00:02:00 Pharmacy Business Math Gross Profit Net Profit 00:03:00 Percentages, Strengths & Concentration 00:15:00 % wv, % ww, % vv 00:06:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Medical Sales Representative
Delivered Online On Demand
£11.99

Life Coach

By Study Plex

HIGHLIGHTS OF THE COURSE * Course Type: Online Learning * Duration: 10 Hours 18 Minutes * Tutor Support: Tutor support is included * Customer Support: 24/7 customer support is available * Quality Training: The course is designed by an industry expert * Recognised Credential: Recognised and Valuable Certification * Completion Certificate: Free Course Completion Certificate Included * Instalment: 3 Installment Plan on checkout -------------------------------------------------------------------------------- WHAT YOU WILL LEARN FROM THIS COURSE? * Gain comprehensive knowledge about life coaching * Understand the core competencies and principles of life coaching * Explore the various areas of life coaching * Know how to apply the skills you acquired from this course in a real-life context * Become a confident and expert life coach -------------------------------------------------------------------------------- LIFE COACH COURSE Master the skills you need to propel your career forward in life coaching. This course will equip you with the essential knowledge and skillset that will make you a confident life coach and take your career to the next level. This comprehensive life coach course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this life coach course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective life coaching practice and equip you with the essential skills, confidence and competence to assist you in the life coaching industry. You'll gain a solid understanding of the core competencies required to drive a successful career in life coaching. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for life coach or for people who are aspiring to specialise in life coaching. Enrol in this   course to life coach day and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. WHO IS THIS COURSE FOR? This comprehensive life coach course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this life coaching can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. ENTRY REQUIREMENTS This life coach course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. ASSESSMENT This life coach course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. ADVANCE YOUR CAREER This life coach course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. RECOGNISED ACCREDITATION This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. WHAT IS CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. BENEFITS OF CPD * Improve your employment prospects * Boost your job satisfaction * Promotes career advancement * Enhances your CV * Provides you with a competitive edge in the job market * Demonstrate your dedication * Showcases your professional capabilities WHAT IS IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. BENEFITS OF IPHM * It will help you establish a positive reputation in your chosen field * You can join a network and community of successful therapists that are dedicated to providing excellent care to their client * You can flaunt this accreditation in your CV * It is a worldwide recognised accreditation WHAT IS QUALITY LICENCE SCHEME? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. BENEFITS OF QUALITY LICENSE SCHEME * Certificate is valuable * Provides a competitive edge in your career * It will make your CV stand out COURSE CURRICULUM Introduction What You Will Learn 00:06:00 Get To Know Your Instructor 00:02:00 Part 1 : Life Coaching Certification What Is Life Coaching 00:04:00 The Benefits Of Becoming A Life Coach 00:03:00 The Difference Between Coaching, Therapy, Mentoring & Training 00:03:00 The Responsibilities Of A Life Coach 00:02:00 Coaching Fundamentals Coaching Fundamentals Overview 00:02:00 Listening Introduction 00:02:00 The 3 Kinds Of Listening As A Coach 00:04:00 Your Listening Template 00:10:00 Questioning Introduction 00:01:00 Questioning & Coaching 00:03:00 How Coaching Questions Are Different From Normal Questions 00:01:00 The Different Types Of Coaching Questions 00:12:00 Questions Summary 00:03:00 Building Trust Introduction 00:01:00 The Trust Checklist Exercise 00:02:00 The Trust Checklist Exercise 00:02:00 How To Build Trust As A Coach 00:08:00 More Trust Building Strategies 00:04:00 Understanding Personalities Understanding Personalities Overview 00:03:00 Big Five Personality Model 00:02:00 Myers Briggs Personality Model 00:04:00 Your Personality Model 00:08:00 How To Bring Out Your Strengths With This Model 00:09:00 Coaching Models Explained Coaching Models Introduction 00:02:00 GROW Model Explained 00:05:00 STEPPPA Model Explained 00:08:00 FUEL Model Explained 00:02:00 CLEAR Model Explained 00:04:00 Why We Will Use The GROW Model 00:01:00 Coaching Step 1: Goal Setting Step 1 Introduction 00:02:00 Why Defining Your Values Is Important 00:02:00 What Does Your Ideal Life Look Like? 00:04:00 The 4 Biggest Goal Setting Mistakes To Avoid 00:06:00 Stretch Goals Explained 00:03:00 Why You Should Start With Long Term Goals 00:04:00 Setting Your First Long Term Goal 00:05:00 Turning Long Term Goals Into Short Term Goals 00:05:00 Next Steps 00:01:00 Coaching Step 2 : Reality Step 2 Introduction 00:01:00 Status Quo Explained 00:06:00 Wheel Of Life Excercise Explained 00:06:00 Big Rocks Exercise Explained 00:05:00 Coaching Example Step 2 00:04:00 Coaching Step 3 : Option & Obstacles Step 3 Introduction 00:01:00 How To Brainstorm With Your Client(s) 00:05:00 How To Evaluate Your Brainstorming Ideas 00:04:00 “Spheres Of Influence” Excerise Explained 00:02:00 “Not To Do List” Exercise Explained 00:04:00 Coaching Example Step 3 00:07:00 Coaching Step 4 : Will & Action Planning Step 4 Introduction 00:01:00 The 80/20 Rule Applied To Coaching 00:04:00 How To Design An Action Plan 00:03:00 Coaching Example Step 4 00:05:00 GROW Model Recap 00:02:00 How To Structure Your Coaching Sessions Structuring Your Sessions Introduction 00:01:00 How To Define Your Coaching Ground Rules 00:03:00 How Much Should You Charge 00:02:00 The Pre Coaching Call 00:03:00 Your First Coaching Session 00:03:00 Progress Evaluation Sessions 00:04:00 My Recommended Coaching Timeline 00:02:00 Clint Coach Relationship Client Coach Relationship Intro 00:01:00 What Clients Expect From Their Coaches 00:03:00 Why Clients Choose One Coach Over Another 00:01:00 Client Coach Boundaries 00:02:00 How To Retain Clients Long Term 00:05:00 Advanced Coaching Strategies Advanced Coaching Strategies Introduction 00:01:00 Reframing Explained 00:06:00 Managing Emotional States 00:07:00 Understanding Representational Systems 00:07:00 Personal SWOT Analysis 00:06:00 Johari Window - Developing Self Awareness 00:04:00 Giving Good Feedback As A Coach 00:04:00 Part 2: Holistic Health Coaching Certification Part 2 Introduction 00:02:00 Giving Good Feedback As A Coach 00:04:00 What Does A Health Coach Do? 00:02:00 How Can You Combine Life Coaching & Health Coaching 00:01:00 Diet & Nutrition Fundamentals Diet Introduction 00:01:00 Your Health & Diet: How They Are Linked 00:03:00 The Consequences Of Following A Bad Diet 00:03:00 How To Eat For Longevity 00:01:00 What Are Calories? Explained 00:03:00 The Relationship Between Bodyweight And Health 00:05:00 Calories & Bodyweight In A Healthy Diet 00:01:00 The Surprising Results Of The Twinkie Diet 00:01:00 The Relationship Between Weight Loss And Health 00:02:00 Healthy Weight Ranges 00:01:00 The Best Foods For A Healthier Life 00:02:00 Best Protein Foods 00:01:00 Best Carbohydrate Foods 00:01:00 Best Dietary Fat Foods 00:01:00 How Much Of Each (Protein, Carbs, Fat)? 00:04:00 What About The Remaining Calories 00:01:00 Diet & Nutrition Coaching Client Assessment Introduction 00:01:00 Client Interview 00:04:00 How To Create A Diet Plan For Clients 00:09:00 Calculating BMI 00:03:00 Exercise Coaching : Cardio Cardio Introduction 00:01:00 The Different Types Of Cardio 00:02:00 How To Monitor Your Heart Rate During A Workout 00:02:00 Cardio vs Weigh Training - Which Is Better For Weight Loss 00:06:00 Exercise Coaching : Resistance Training Weight Training Introduction 00:01:00 Muscle Building Formula 00:07:00 The Science Behind Muscle Growth 00:03:00 Weight Training vs Bodyweight Training 00:02:00 How To Create Beginner Workout Plan 00:08:00 5 Most Important Aspects Of Lifting Form 00:03:00 Progressive Overload 00:02:00 Hormone Health Explained Hormones Introduction 00:01:00 The 3 Types Of Hormones 00:03:00 The Endocrine System Explained 00:04:00 Hormones & Heart Disease 00:03:00 Anabolic Steroids: Why They Are So Dangerous 00:03:00 Most Important Hormones Overview 00:01:00 Insulin 00:04:00 Glucagon 00:02:00 Adrenaline 00:03:00 Cortisol 00:04:00 Ghrelin 00:02:00 Leptin 00:02:00 Thyroid Hormones 00:02:00 Estrogen 00:02:00 Growth Hormone 00:01:00 Testosterone 00:03:00 Supplements How To Build Your Own Supplement Stack 00:08:00 Top 3 Beginner Supplements For Muscle Growth 00:04:00 The Best Supplements To Boost Immunity 00:04:00 The Best Supplements For Vegans & Vegetarians 00:02:00 The Best Supplements For Joint & Bone Health 00:02:00 The Best Supplements For Fat Loss 00:04:00 Health & Fitness Motivation Health & Fitness Motivation Introduction 00:01:00 The Role Of Stress In Motivation3 00:01:00 The Motivation Problem3 00:02:00 8 Steps To Building Fitness Discipline 00:07:00 How To Get Out Of A Workout Rut 00:08:00 Health & Fitness FAQ Answered Is Brown Sugar Better Than White Sugar 00:02:00 What Should You Train On Your First Day At The Gym? 00:07:00 Fresh vs Frozen Food: Which Is Healthier 00:03:00 Part 3: Wellness Coaching Certification Part 3 Introdudction 00:01:00 Steers Management The Difference Between Stress & Anxiety 00:02:00 Short vs Long Term Stress 00:02:00 The Effects Of Stress & Anxiety On Your Body 00:05:00 Proven Stress Management Strategies & Techniques 00:02:00 The Benefits Of Calm Breathing 00:02:00 Breathing Exercise #1 - Three Part Breath 00:02:00 Breathing Exercise #2 - Bellows Breath 00:01:00 Progressive Muscle Relaxation 00:03:00 Complete PMR Routine 00:07:00 Sleep Sleeping For A Longer Life 00:04:00 Tips To Fall Asleep Faster 00:03:00 Supplements For Improved Sleep 00:02:00 Emotional Self Care What Is Emotional Self Care 00:04:00 How To Accept Yourself 00:02:00 Taming Your Inner Critic 00:05:00 Getting A Different Perspecitive 00:04:00 Acknowledging Your Qualities 00:02:00 Getting Rid Of Time Consuming Commitments 00:06:00 How To Say “No” To Others 00:04:00 Supplementary Resources Supplementary Resources - Life Coach 00:00:00 Assessment Assessment -Life Coach 00:10:00 Certificate of Achievement Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Life Coach
Delivered Online On Demand
£19

The Art of Public Speaking

5.0(1)

By Course Gate

In this competitive job market, you need to have some specific skills and knowledge to start your career and establish your position. This The Art of Public Speaking course will help you understand the current demands, trends and skills in the sector. The course will provide you with the essential skills you need to boost your career growth in no time. The The Art of Public Speaking course will give you clear insight and understanding about your roles and responsibilities, job perspective and future opportunities in this field. You will be familiarised with various actionable techniques, career mindset, regulations and how to work efficiently. This course is designed to provide an introduction to The Art of Public Speaking and offers an excellent way to gain the vital skills and confidence to work toward a successful career. It also provides access to proven educational knowledge about the subject and will support those wanting to attain personal goals in this area. Learning Objectives * Learn the fundamental skills you require to be an expert * Explore different techniques used by professionals * Find out the relevant job skills & knowledge to excel in this profession * Get a clear understanding of the job market and current demand * Update your skills and fill any knowledge gap to compete in the relevant industry * CPD accreditation for proof of acquired skills and knowledge WHO IS THIS COURSE FOR? Whether you are a beginner or an existing practitioner, our CPD accredited The Art of Public Speaking course is perfect for you to gain extensive knowledge about different aspects of the relevant industry to hone your skill further. It is also great for working professionals who have acquired practical experience but require theoretical knowledge with a credential to support their skill, as we offer CPD accredited certification to boost up your resume and promotion prospects. ENTRY REQUIREMENT Anyone interested in learning more about this subject should take this The Art of Public Speaking course. This course will help you grasp the basic concepts as well as develop a thorough understanding of the subject. The course is open to students from any academic background, as there is no prerequisites to enrol on this course. The course materials are accessible from an internet enabled device at anytime of the day. CPD CERTIFICATE FROM COURSE GATE At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £4.99 and the hard copy for £9.99. Also, you can order both PDF and hardcopy certificates for £12.99. CAREER PATH The The Art of Public Speaking will help you to enhance your knowledge and skill in this sector. After accomplishing this course, you will enrich and improve yourself and brighten up your career in the relevant job market. COURSE CURRICULUM Module 01: Start With a Killer Opener Introduction and Welcome to the course 00:17:00 Get Them To Trust You 00:18:00 Get Them To Believe You 00:14:00 Get Them To Listen To You 00:09:00 Killer Opener Summary And Q&A 00:05:00 Module 02: Command With Your Body Introduction To Command With Your Body 00:04:00 Take A Strong Stance 00:06:00 Move Purposefully 00:10:00 Master Eye Contact 00:06:00 Activity - Command With Your Body 00:10:00 Module 03: Convince With Your Voice Introduction To Convince With Your Voice 00:04:00 Choose Your Words Wisely 00:28:00 Find Your Optimal Pace, Volume, Inflections and Tone 00:02:00 Convince With Your Voice Summary And Next Steps 00:03:00 Module 04: Overcome Your Presentation Fears Introduction To Overcome Your Presentation Fears 00:08:00 Minimize The Chance Of A Misstep 00:18:00 Channel Your Strengths And Not Your Vulnerabilities 00:20:00 Focus On Your Audience's Needs And Not Your Own 00:19:00 Module 05: Appear Confident and Credible Introduction To Appear Confident And Credible 00:09:00 Use Confident Language 00:20:00 Speak With a Confident Voice 00:02:00 Show Confident Body Language And Facial Expressions 00:08:00 Module 06: Rule the Room and Q&A Big Picture and Q&A 00:08:00 Additional Study Materials Convey Workbook 02:38:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

The Art of Public Speaking
Delivered Online On Demand
£11.99

Public Speaking and Presentation Course

5.0(1)

By Course Gate

This Public Speaking and Presentation Course focus on physical work, breathing and vocal techniques in order to improve essential communication skills and personal impact. You will learn how to improve your business presentation skills, to present with impact. Topics include the use of body language, gesture, voice and eye contact for effective public speaking. It gives insights into creating speech content and teaches you how to engage your audience. You will become aware of the weaknesses and strengths in your personal presentation and through relaxation, inner readiness and vocal confidence overcome limitations and anxiety related to public speaking. You'll learn how to connect and interact with your audience, secure and maintain their attention, interest and respect, and manage questions and discussions. WHO IS THIS COURSE FOR? Public Speaking and Presentation Course is suitable for anyone who wants to gain extensive knowledge, potential experience and professional skills in the related field. This course is CPD accredited so you don't have to worry about the quality. REQUIREMENTS Our Public Speaking and Presentation Course is open to all from all academic backgrounds and there are no specific requirements to attend this course. It is compatible and accessible from any device including Windows, Mac, Android, iOS, Tablets etc. CPD CERTIFICATE FROM COURSE GATE  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. CAREER PATH This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. COURSE CURRICULUM Introduction Promo Video 00:03:00 So You've Been Asked to Make a Speech or Presentation: Key Questions 00:01:00 Designing Your Speech Assessing Your Audience 00:01:00 Objectives 00:01:00 What Do They Want to Hear? 00:02:00 Deciding Your Outcomes 00:02:00 Starting Your Speech 00:02:00 The Key Opening Statement 00:02:00 The Core Message Exercise 00:01:00 The Close 00:01:00 Closing Professionally 00:03:00 Keeping Them Interested 00:03:00 Using Notes 00:03:00 Rehearsing 00:02:00 Preparation Preparing to Speak 00:02:00 Controlling Your Nerves 00:02:00 The Day Before 00:02:00 On The Day 00:02:00 Failsafe Measures 00:02:00 Handling Questions 00:05:00 Presentation Aids Presentation Aids 00:03:00 Handouts: What Will They Add? 00:02:00 How Much Information? 00:01:00 Using Graphics 00:01:00 How to Present like a Professional Speaking like a Professional 00:02:00 Perfect Performing 00:01:00 Keeping to the Point 00:02:00 WIIFM? 00:01:00 Conclusions Summary 00:01:00 Next steps / Resources 00:01:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Public Speaking and Presentation Course
Delivered Online On Demand
£11.99

ADHD Awareness Course

4.7(160)

By Janets

Unlock a deeper understanding of ADHD with our comprehensive ADHD Awareness Course. Gain insights into the challenges and strengths associated with ADHD, and discover practical strategies for managing symptoms. Join us on a journey of awareness and empowerment to support individuals with ADHD in thriving personally and academically. Enroll now for a transformative learning experience.

ADHD Awareness Course
Delivered Online On Demand
£25

Basic Java Programming for Developers New to OO (TT2120)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this course you should have incoming hands-on experience with another programming language. This course is not for non-developers or new developers. Possible roles that may attend this course include: Software Developers: Professionals who have been working with other programming languages and want to expand their skillset by learning Java and its object-oriented features. Web Developers: Those who work on web applications and want to enhance their back-end development capabilities with Java. Mobile App Developers: Developers who wish to enter the world of Android app development, where Java is a widely used language for creating mobile applications. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in core OO coding and Java development skills, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand what OO programming is and what the advantages of OO are in today's world Work with objects, classes, and OO implementations Understand the basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how?it relates to OO programming and the Object Model Learn to use Java exception handling Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Become familiar with the concept of functional programming using Lambda Expressions Process large amounts of data using the Stream API introduced in Java 8 Discover the new Date/Time API Use the JDBC API for database access Work with annotations Take advantage of the Java tooling that is available with the programming environment being used in the class Java 8 Features: Lambda Expressions, Method and Constructor references, The Streams API, Collectors, The Optional class Geared for experienced developers, Basic Java Programming for Developers New to OO, this hands-on, workshop-style course will provide you with an immersive learning experience that will expand your skillset and open doors to new opportunities within the ever-growing technology landscape. Mastering Java and its powerful capabilities will provide you with the competitive edge you need to stand out in today's fast-paced development world. Working in a hands-on learning environment led by our expert coach, you?ll thoroughly explore the foundations of the Java platform, essential programming concepts, and advanced topics, ensuring you acquire a strong understanding of the language and its ecosystem. The object-oriented programming principles taught in this course promote code reusability and maintainability, enabling you to streamline development processes and reduce long-term costs. As you progress through the course, you will also gain familiarity with using an IDE, enhancing your development workflow and collaboration with other Java developers, enabling you to integrate seamlessly into new projects and teams. You?ll also gain practical experience in applying the concepts and techniques learned, solidifying your newly acquired skills and facilitating their direct application in real-world scenarios. You?ll exit this course empowered to create robust, scalable, and efficient Java-based applications that drive innovation and growth for your organization THE JAVA PLATFORM * The Java Platform * Lifecycle of a Java Program * Responsibilities of JVM * Documentation and Code Reuse USING THE JDK * Explain the JDK?s file structure * Use the command line compiler to compile a Java class * Use the command line Java interpreter to run a Java application class THE INTELLIJ PARADIGM * Introduce the IntelliJ IDE * The Basics of the IntelliJ interface * IntelliJ Projects and Modules * Creating and running Java applications WRITING A SIMPLE CLASS * Write a Java class that does not explicitly extend another class * Define instance variables for a Java class * Create object instances * Primitives vs Object References * Implement a main method to create an instance of the defined class ADDING METHODS TO THE CLASS * Write a class with accessor methods to read and write instance variables * Write a constructor to initialize an instance with data * Write a constructor that calls other constructors of the class to benefit from code reuse * Use the this keyword to distinguish local variables from instance variables OBJECT-ORIENTED PROGRAMMING * Real-World Objects * Classes and Objects * Object Behavior * Methods and Messages INHERITANCE, ABSTRACTION, AND POLYMORPHISM * Encapsulation * Inheritance * Method Overriding * Polymorphism ESSENTIAL JAVA PROGRAMMING * Essential Java Programming LANGUAGE STATEMENTS * Arithmetic operators * Operators to increment and decrement numbers * Comparison operators * Logical operators * Return type of comparison and logical operators * Use for loops * Switch Expressions * Switch Expressions and yield USING STRINGS AND TEXT BLOCKS * Create an instance of the String class * Test if two strings are equal * Get the length of a string Parse a string for its token components * Perform a case-insensitive equality test * Build up a string using StringBuffer * Contrast String, StringBuffer,and StringBuilder * Compact Strings * Text Blocks SPECIALIZING IN A SUBCLASS * Constructing a class that extends another class * Implementing equals and toString * Writing constructors that pass initialization data to parent constructor * Using instanceof to verify type of an object reference * Pattern matching for instanceof * Overriding subclass methods * Safely casting references to a more refined type FIELDS AND VARIABLES * Discuss Block Scoping Rules * Distinguish between instance variables and method variables within a method * Explain the difference between the terms field and variable * List the default values for instance variables * Final and Static fields and methods * Local Variable type inference USING ARRAYS * Declaring an array reference * Allocating an array * Initializing the entries in an array * Writing methods with a variable number of arguments RECORDS * Data Objects in Java * Introduce records as carrier of immutable data * Defining records JAVA PACKAGES AND VISIBILITY * Use the package keyword to define a class within a specific package * Discuss levels of accessibility/visibility * Using the import keyword to declare references to classes in a specific package * Using the standard type naming conventions * Visibility in the Java Modular System Correctly executing a Java application class * The Java modular system * Defining Modules INHERITANCE AND POLYMORPHISM * Write a subclass with a method that overrides a method in the superclass * Group objects by their common supertype * Utilize polymorphism * Cast a supertype reference to a valid subtype reference * Use the final keyword on methods and classes to prevent overriding INTERFACES AND ABSTRACT CLASSES * Define supertype contracts using abstract classes * Implement concrete classes based on abstract classes * Define supertype contracts using interfaces * Implement concrete classes based on interfaces * Explain advantage of interfaces over abstract classes * Explain advantage of abstract classes over interfaces * Static, default and private methods in interfaces SEALED CLASSES * Introduce Sealed classes * The sealed and permits modifiers * Sealed Interfaces Exception Handling INTRODUCTION TO EXCEPTION HANDLING * Introduce the Exception architecture * Defining a try/catch blocks Checked vs Unchecked exceptions EXCEPTIONS * Defining your own application exceptions * Automatic closure of resources * Suppressed exceptions * Handling multiple exceptions in one catch * Helpful Nullpointers * Enhanced try-with-resources Java Developer's Toolbox DEVELOPING APPLICATIONS * Introduce the wrapper classes * Explain Autoboxing and Unboxing * Converting String representations of primitive numbers into their primitive types * Defining Enumerations * Using static imports * Deprecating methods Advanced Java Programming INTRODUCTION TO GENERICS * Generics and Subtyping * Bounded Wildcards * Generic Methods * Legacy Calls To Generics * When Generics Should Be Used LAMBDA EXPRESSIONS AND FUNCTIONAL INTERFACE * Understanding the concept of functional programming * Writing lambda expressions * Understanding functional interfaces COLLECTIONS * Provide an overview of the Collection API * Review the different collection implementations (Set, List and Queue) * Explore how generics are used with collections * Examine iterators for working with collections USING COLLECTIONS * Collection Sorting * Comparators * Using the Right Collection * Lambda expressions in Collections * Bonus Topics: Time Permitting STREAMS * Understanding the problem with collections in Java * Thinking of program solutions in a declarative way * Use the Stream API to process collections of data * Understand the difference between intermediate and terminal stream operations * Filtering elements from a Stream * Finding element(s) within a Stream * Collecting the elements from a Stream into a List takeWhile and dropWhile intermediate operations COLLECTORS * Using different ways to collect the items from a Stream * Grouping elements within a stream * Gathering statistics about numeric property of elements in a stream

Basic Java Programming for Developers New to OO (TT2120)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Operations/Departmental Manager Level 5

By Rachel Hood

Managing teams and projects in line with a private, public or voluntary organisation's operational or departmental strategy.

Operations/Departmental Manager Level 5
Delivered on-request, onlineDelivered Online
Price on Enquiry

Self-Leadership & Executive Development Course

By The Power Within Training & Development Ltd

Our self-leadership and executive development programme can be fully ITA SDS funded supporting leaders and business owners and creating a growth plan. -------------------------------------------------------------------------------- SDS INDIVIDUAL TRAINING ACCOUNTS (ITA) RELY ON OUR TEAM FOR YOUR EXECUTIVE DEVELOPMENT The Power Within Training offers unrivalled executive development training for go-getters and self-starters throughout England and Scotland. Did you know that approximately 55% of people making their living in sales don’t have the right skills to be successful? Good sales skills are some of the rarest and most sought-after skills in the workforce. Whether you’re running a business, looking to progress further in your career or want to sharpen your skills before returning to work, our self-leadership training will help you develop the skills you need to succeed. After completing our executive development training, you’ll have a sales mindset and the skills to secure your ideal role, perform better, and utilise high-payoff action-planning techniques. Don’t hesitate to contact us to learn more information. -------------------------------------------------------------------------------- OUR TRAINING SOLUTIONS WHAT IS SELF-LEADERSHIP EXECUTIVE TRAINING? SELF-LEADERSHIP DEVELOPMENT Our self-leadership development course was designed to give you total control of your career, business, and professional life. Most professionals will spend more than 80% of their time at work or in business. We’ve structured our executive training to help those looking to enhance their career prospects or business success by taking advantage of our unique Motivational Intelligence seven steps to success framework. The seven-step success system will take you through a journey of self-discovery, self-awareness, and self-development, which enables you to understand the barriers and self-limiting obstacles that have been holding you back. The Power Within’s self-leadership training will guide you through overcoming these barriers and eliminating them from your life. If you are looking to stand out from the crowd and build a career or business you can be proud of, then this live classroom-based programme is definitely for you. -------------------------------------------------------------------------------- BENEFITS OF SELF-LEADERSHIP DEVELOPMENT The self-leadership training has been designed from the ground up to inspire, guide, and develop you into not only achieving your goals but being able to measure success in your career, help you find your dream job, and help make an immediate impact in everything you do. Completing our executive leadership development course will allow you to utilise emotional intelligence to get the best of your team while focusing on clear values and principles that increase your overall success and profitability. Working on your self-leadership skills will grant you greater insight into the factors hindering or impacting your success while giving you the tools to make decisions and get into action. Here are some additional benefits of our self-leadership training: * Build Awareness – When you’re a leader, you must inspire and motivate people to achieve and go after the bigger picture for your organisation. You’ll need an effective and flexible leadership style to ensure your team succeeds. We’ll help you discover your leadership style and how you can use it effectively to the advantage of your business. * Increase Team Engagement, Motivation, and Accountability – How can you expect your team to behave if you’re no longer motivated to succeed? The Power Within will give you the tools to keep striving toward success while ensuring your business is focused and motivated. * Cultivating a High-Performance Culture – The right high-performance culture installs peak performance into every team member. Through our executive development, you’ll be able to help each reach their targets while they look for ways to improve constantly. * Develop Strategic Skills – We’ll help you develop leadership skills and self-improvement goals, allowing you to introduce changes to your business based on your guiding visions while encouraging others to share the same vision. If you are looking to stand out from the crowd and build a career or business you can be proud of, then this live classroom-based programme is definitely for you. -------------------------------------------------------------------------------- WHAT ARE THE KEY SKILLS LEARNED FROM EXECUTIVE DEVELOPMENT TRAINING One of the first sets of vital skills for self-leadership you’ll learn is the ability to stop, step back, and reflect on the things that trigger us to react. When we react, we’re being controlled by the trigger. Another skill we’ll help instill is to consider intention. Intention is important to us, such as our values and what we’re trying to achieve. When you become intentional, you start to live a life of choice. Self-leadership and executive development are a journey. The more self-leadership we attain, the more successful we’ll become. The more successful we become, the more self-leadership we need. Here are some additional critical skills you’ll learn from our self-leadership training: * Self-Awareness – It’s vital to hone your ability to see yourself as clearly as you are. This skill takes dedication, introspection, and mindfulness. Also, a dose of self-awareness helps with self-control, self-confidence, and feelings of validation. Overall, you should be open to critique and accountability. * Goal Setting – A good self-leader must be proactive in not only identifying their goals but how to reach those goals in a manageable manner. Our executive development training will teach you how to break down a larger goal into more attainable steps to avoid burnout while helping you celebrate smaller milestones. * Self-Motivation – A classic way to handle self-motivation is to divide long-term goals into smaller, more attainable ones. This optimization means recognising what about the goal that appeals to you, then forming a strategy that aligns with your strengths and values toward that goal. * Constructive Thought Patterns – Through our leadership skills and self-improvement course, you’ll be able to review your performance and assess your intentions and effectiveness while providing an opportunity to ensure your strategies are geared towards success. This is done by focusing on improving strengths and the mental imagery of yourself that recognizes your capacity to grow, develop, and change. Self-leadership training teaches you to see yourself as having the ability to create, improvise, innovate, and adapt. -------------------------------------------------------------------------------- OUR LIVE WORKSHOPS ARE BACK WHAT’S COVERED IN OUR EXECUTIVE DEVELOPMENT? SELF-LEADERSHIP "IT'S A MINDSET THING" When you undergo our self-leadership training, you’ll experience several modules designed to allow your conscious and subconscious belief systems to work together for a predetermined goal or set of outcomes. Self-leadership is one skill that will significantly impact your career, team, and even your life’s happiness. Our executive leadership development course promotes bold and powerful decisions to get you back into the driver’s seat of your life and make the best of each day by setting goals, shifting your mindset, and finding your purpose. During each module, we’ll work with you and help you design and deliver your team leadership programmes catered to your team and your business dynamic. Our goal is to allow you to evolve into a bigger and better leader. Here are some of the modules in our self-leadership training: * Unleash Your True Potential * Create Your Personalised 7-Step Success Framework * Peak Performance and Self-Mastery * Growth Mindset and Mindset Performance * The Power of Feedback * Taking Back Control of Your Personal & Professional Journey * Goal Setting & Defining If you are looking to stand out from the crowd and build a career or business you can be proud of, then this live classroom-based programme is definitely for you. -------------------------------------------------------------------------------- DISCOVER WHO’S LEADING OUR SELF-LEADERSHIP TRAINING James Fleming, the co-creator of The Power Within, will lead your self-leadership training. James founded The Power Within with his wife, Enas Fleming. They wanted to inspire people around the world to think better, be better and achieve more. James believes that everyone can be whatever they set their minds to. Founding The Power Within allowed James to turn that deep knowledge into a business that helps others think bigger, better, and achieve more daily. He strives to give leaders the tools and knowledge to achieve their full potential while increasing their self-confidence and self-belief through Motivational Intelligence Revolution. James wants to support today’s businesses to become tomorrow’s leaders. -------------------------------------------------------------------------------- COURSE OVERVIEW Our self-leadership development course is a quick-paced training that is between eight and twelve hours in length. After you attend the face-to-face workshops, you’ll be given access to our online self-leadership training portal. This allows you to continue your journey of self-development by ensuring you’ll always have a system and process to fall back on when you need it. One of the best parts of our executive development course is that you receive this information fully funded. Even if you aren’t eligible for funding, you can still invest in this course and begin a new chapter of professional development for yourself. Elevate yourself if any of our eligibility requirements apply and you early less than 22,000 a year.

Self-Leadership & Executive Development Course
Delivered in-person, on-request, onlineDelivered Online & In-Person in Motherwell
Price on Enquiry