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

11665 Courses

Ruby on Rails 5 - Become a Professional Developer

5.0(10)

By Apex Learning

Overview This comprehensive course on Ruby on Rails 5 - Become a Professional Developer will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Ruby on Rails 5 - Become a Professional Developer comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Ruby on Rails 5 - Become a Professional Developer. It is available to all students, of all academic backgrounds. Requirements Our Ruby on Rails 5 - Become a Professional Developer is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 23 sections • 225 lectures • 16:47:00 total length •Course Introduction: 00:06:00 •The Application We're Going to Build: 00:09:00 •Section Introduction gg: 00:01:00 •Introduction to the Command Line Interface in Mac and Linux: 00:10:00 •Installing the X-Code Command Line Tools for Mac: 00:02:00 •Installing Git for Source Code Version Control: 00:03:00 •How to install Homebrew on a Mac: 00:04:00 •Installing GPG Security Systems on a Mac: 00:02:00 •Guide to RVM for Ruby Management: 00:09:00 •Configuring RubyGems and Installing Rails: 00:07:00 •Installing the Postgres Database on a Mac: 00:05:00 •Installing and Working with the Sublime Text Editor: 00:17:00 •Deep Dive into the Command Line - Part 1 of 2: 00:14:00 •Deep Dive into the Command Line - Part 2 of 2: 00:12:00 •PC Environment Setup: Installing Virtual Box: 00:03:00 •Guide to Installing Ubuntu Linux in VirtualBox: 00:10:00 •How to Reboot a Linux Virtual Machine from Terminal: 00:02:00 •Installing Desktop Applications and Ubuntu Navigation Tips and Tricks: 00:09:00 •How to Sign Up for a GitHub Account: 00:03:00 •How to install Git on Linux and Connect to GitHub via SSH: 00:20:00 •How to Securely Install Node and NPM on Linux via NVM: 00:09:00 •Installing the Heroku CLI and the Full Deployment Lifecycle: 00:14:00 •How to install and Work with Sublime Text in Linux: 00:08:00 •PC Setup: Guide for Ruby on Rails and Postgres on Linux - Part 1 of 2: 00:10:00 •PC Setup: Guide for Ruby on Rails and Postgres on Linux - Part 2 of 2: 00:15:00 •Fixing the Role Does Not Exist Error: 00:05:00 •Section Introduction ee: 00:01:00 •Signing Up for a Project Management Account: 00:03:00 •Managing the Project Management Dashboard: 00:08:00 •Importing Project Management Tasks into Pivotal Tracker: 00:01:00 •Creating a Rails Application: 00:11:00 •Generating a Blog for the Portfolio Application Using Rails Scaffolds: 00:11:00 •Analyzing the Rails Process: Index and Show Actions: 00:12:00 •Analyzing the Rails Process: New, Create, Update, Edit, and Destroy Actions: 00:14:00 •Analyzing the Rails Process: Routing with Resources: 00:07:00 •Rails File System Overview: 00:13:00 •Updating the Project Management Dashboard: 00:01:00 •Deep Dive: Analyzing the Application Generator - Part 1: 00:12:00 •Deep Dive: Analyzing the Application Generator - Part 2: 00:17:00 •Section Introduction bb: 00:02:00 •How to Sign Up for a Github Account: 00:03:00 •Generating SSH Keys to Securely Communicate with Github: 00:04:00 •Guide to GitHub: 00:12:00 •How to Update a .gitignore File to Securely Store Secret Credentials: 00:11:00 •Guide to the Markdown Syntax: 00:10:00 •Updating the Git Sprint in the Project Management Dashboard: 00:01:00 •Deep Dive: Analyzing Version Control and Git - Part 1: 00:18:00 •Deep Dive: Analyzing Version Control and Git - Part 2: 00:13:00 •Section Introduction aa: 00:01:00 •Guide to the Rails Controller Generator to Build Pages Part 1: 00:16:00 •Guide to the Rails Controller Generator to Build Pages Part 2: 00:05:00 •Guide to the Rails Model Generator to Build out Data Specific Features: 00:17:00 •Guide to the Rails Model Generator for Building Out the Portfolio Feature: 00:10:00 •Deep Dive: Analyze Rails Generators and How to Customize a Generator - Part 1: 00:15:00 •Deep Dive: Analyze Rails Generators and How to Customize a Generator - Part 2: 00:11:00 •Section Introduction SS: 00:02:00 •Building out a Seeds File for Generating Dynamic Sample Data: 00:15:00 •Implement an Index Action from Scratch in Rails: 00:12:00 •Build the New and Create Functionality from Scratch in Rails: 00:20:00 •Implement the Ability to Edit Database Records from Scratch in Rails: 00:13:00 •How to Use the Link to Method in Rails for Creating Dynamic Links: 00:13:00 •How to Implement the Show Action from Scratch in Rails: 00:12:00 •Building the Ability to Delete Items in Rails: 00:15:00 •How to Implement Custom Routes for Pages in Rails: 00:09:00 •How to Override the Rails Resources Routes for the Show Action: 00:07:00 •How to Implement Permalinks in a Rails Application - Part 1: 00:17:00 •How to Implement Permalinks in a Rails Application - Part 2: 00:05:00 •How to Use Enums in Rails to Manage Data Stages: 00:13:00 •How to Implement a Custom Action in Rails via a Button Click - Part 1: 00:12:00 •How to Implement a Custom Action in Rails via a Button Click - Part 2: 00:10:00 •Updating the Project Management Dashboard and Performing a Pull Request: 00:05:00 •Deep Dive: Rails Routing and Data Flow - Part 1: 00:13:00 •Deep Dive: Rails Routing and Data Flow - Part 2: 00:13:00 •Deep Dive: Rails Routing and Data Flow - Part 3: 00:16:00 •Section Introduction RR: 00:01:00 •Implementing Data Validations in Rails 5: 00:12:00 •Guide to Data Relationships in Rails: 00:16:00 •How to Implement Custom Scopes in Rails 5: 00:16:00 •How to Set Default Values in Rails 5: 00:13:00 •How to Use Concerns in Rails 5: 00:13:00 •Building an Additional Parent/Child Relationship in Rails 5: 00:10:00 •Rails 5 Complex Forms: Configuring Nested Attributes in the Model: 00:17:00 •Rails 5 Complex Forms: Configuring Nested Attributes in the Form: 00:17:00 •Deep Dive: Working with SQL and ActiveRecord in Rails 5 - Part 1: 00:16:00 •Deep Dive: Working with SQL and ActiveRecord in Rails 5 - Part 2: 00:14:00 •Deep Dive: Working with SQL and ActiveRecord in Rails 5 - Part 3: 00:15:00 •Section Introduction QQ: 00:01:00 •How to Install Devise in Rails 5: 00:08:00 •Using Devise to Implement Registrations and Login Functionality: 00:18:00 •Building Custom Routes for Authentication Pages with Devise in Rails 5: 00:03:00 •Enable Users to Logout and Dynamically Render View Content in Rails 5: 00:07:00 •How to Add Custom Attributes to a Devise Based Authentication System: 00:15:00 •How to Use Controller Concerns in Rails 5 for Devise Custom Attributes: 00:15:00 •Integrate Virtual Attributes to Extract First and Last Name Data from a User: 00:17:00 •Deep Dive: Using BCrypt to Implement Encryption in Ruby: 00:19:00 •Section Introduction PP: 00:01:00 •Rails Data Flow Review and Working with Params: 00:14:00 •Using Rails Sessions to Share Data between Pages: 00:19:00 •Refactoring the Session Tracker into a Controller Concern: 00:07:00 •Working with Strong Params in a Rails 5 Controller: 00:13:00 •Deep Dive: Building a Guest User Feature in Rails - Part 1: 00:14:00 •Deep Dive: Building a Guest User Feature in Rails - Part 2: 00:18:00 •Section Introduction OO: 00:03:00 •How to Customize the Rails Master Layout File - Part 1: 00:15:00 •How to Customize the Rails Master Layout File - Part 2: 00:09:00 •Guide to Using Multiple Layout Files in Rails 5: 00:14:00 •Introduction to Rendering Collections via Partials in Rails 5: 00:09:00 •Introduction to Partials in Rails 5: 00:08:00 •How to Send Data to Partials to Generate Custom Behavior in Rails 5: 00:15:00 •Guide to View Helpers in Rails 5: 00:17:00 •How to Use the Rails Content Tag Helper to Auto Generate HTML Code: 00:15:00 •Introduction to Rendering Collections via Partials in Rails 5: 00:09:00 •Guide to Manually Configuring Partials to Work with Collections in Rails: 00:07:00 •Guide to Helpful ActionView Helper Methods in Rails 5: 00:15:00 •Deep Dive: Tips and Tricks to Working with ActionView in Rails 5 - Part 1: 00:12:00 •Deep Dive: Tips and Tricks to Working with ActionView in Rails 5 - Part 2: 00:15:00 •Section Introduction NN: 00:01:00 •How to Utilize Puts Debugging in Rails: 00:08:00 •Guide to Byebug in Rails 5: 00:09:00 •Guide to Debugging with Pry in Rails 5: 00:19:00 •Proper Way to Implement Error Management in a Rails Application - Part 1: 00:15:00 •Proper Way to Implement Error Management in a Rails Application - Part 2: 00:06:00 •Section Introduction MM: 00:01:00 •How to Install Bootstrap 4 into a Rails 5 Application - Part 1: 00:10:00 •How to Install Bootstrap 4 into a Rails 5 Application - Part 2: 00:12:00 •Section Strategy for Building a Custom RubyGem: 00:11:00 •How to Build a RubyGem from Scratch - Part 1: 00:06:00 •How to Build a RubyGem from Scratch - Part 2: 00:15:00 •Section Introduction hh: 00:02:00 •Introduction to Authorization and How to Install the Petergate Gem: 00:08:00 •How to Add Roles to the User Model in Rails 5: 00:05:00 •Guide to Implementing Petergate in Rails 5 Application - Part 1: 00:15:00 •Guide to Implementing Petergate in Rails 5 Application - Part 2: 00:12:00 •Workplace Facilities: 00:35:00 •Portfolio Design Planning for Layout Specific Styles: 00:09:00 •Implementing the Initial Homepage Design in Rails 5 with Bootstrap 4: 00:09:00 •Building a Navigation Partial for the Master Application Layout with Bootstrap: 00:11:00 •Implement a Footer Along with Adding Method Arguments to a Rails View Helper: 00:14:00 •How to Embed a Google Map into a Rails Application: 00:06:00 •Guide to Updating the Styles for the Devise Edit Account Page in Rails: 00:16:00 •How to Override Default Bootstrap Styles for Text Alignment in the Card Class: 00:06:00 •Implementing Styles for the Devise Registration Page with Bootstrap 4: 00:14:00 •How to Design the Login and Password Pages with Bootstrap 4 Form Styles: 00:15:00 •How to Set Default Values for View Helper Method Arguments in Rails 5: 00:04:00 •Integrating a Different Design for a Separate Blog Layout in Rails 5: 00:04:00 •How to Use Bootstrap 4 to Add a Custom Nav Bar to a Blog Layout in Rails: 00:07:00 •Customizing the Design for the Blog Index Page with Bootstrap 4: 00:19:00 •Guide to Adding Styles to the Blog Show and Form Pages with Bootstrap 4: 00:12:00 •Implementing Partials, Pagination, and Font Awesome Icons - Part 1: 00:23:00 •Implementing Partials, Pagination, and Font Awesome Icons - Part 2: 00:23:00 •Initial Design for the Portfolio Index Page with Bootstrap 4: 00:17:00 •Integrating the Portfolio Animated Navigation Slider, Footer, and Index: 00:14:00 •Using the Bootstrap 4 Grid Layout to Style the Portfolio Show Page in Rails: 00:06:00 •Implementing Bootstrap 4 Forms for the Portfolio Form Pages: 00:13:00 •How to Build a View Helper to Dynamically Generate a Nav Bar - Part 1: 00:20:00 •How to Build a View Helper to Dynamically Generate a Nav Bar - Part 2: 00:19:00 •Deep Dive: Rails Asset Pipeline Part 1: 00:01:00 •Deep Dive: Rails Asset Pipeline Part 2: 00:19:00 •Section Introduction LL: 00:01:00 •How to Integrate a Position Attribute and Custom Scope in Rails: 00:12:00 •Installing the jQuery UI and html5sortable JavaScript Libraries in Rails 5: 00:09:00 •Initial Implementation of Drag and Drop Interface in Rails 5: 00:13:00 •Implementing Drag and Drop Functionality into a Ruby on Rails 5 App Part 1: 00:18:00 •Implementing Drag and Drop Functionality into a Ruby on Rails 5 App Part 2: 00:11:00 •Implementing Authorization Rules for Drag and Drop Feature with Petergate: 00:07:00 •Deep Dive: jQuery CoffeeScript in Rails: 00:19:00 •Section Introduction jj: 00:01:00 •Introduction to Using Images and the Rails Asset Pipeline: 00:12:00 •How to Set a Full Size Video Background in Rails with Bootstrap 4: 00:08:00 •Deep Dive: Installing and Configuring Carrierwave for Image Uploads in Rails 5: 00:20:00 •Deep Dive: Integrating Connection to AWS S3 for File Hosting with Carrierwave: 00:14:00 •Implementing File Upload Button Styles and Refactoring Placeholder - Part 1: 00:06:00 •Implementing File Upload Button Styles and Refactoring Placeholder - Part 2: 00:19:00 •Section Introduction ii: 00:01:00 •Difference Between form_form and form_tag in Rails - Part 1: 00:15:00 •Difference Between form_form and form_tag in Rails - Part 2: 00:16:00 •How to Integrate Cocoon in Rails 5 for jQuery Nested Forms: 00:20:00 •Guide to Integrating Alerts that Automatically Fade Away in Rails 5: 00:15:00 •Refactoring Alert Notifications to Use a Shared View Helper in Rails: 00:13:00 •Deep Dive: How to Build an HTML Form from Scratch the Works with Rails: 00:17:00 •Section Introduction ff: 00:03:00 •Integrating the Twitter Gem to Pull in Tweets in Rails 5: 00:20:00 •How to Render Tweets on a Rails View Page: 00:07:00 •Building a Parser View Helper Method to Make Twitter Links Clickable in Rails: 00:15:00 •Customizing the Styles for the Tech News Page with Bootstrap 4: 00:07:00 •Section Introduction cc: 00:01:00 •Running the Comment Generator and Installing the NoSQL Redis Database in Rails 5: 00:18:00 •Building the Comment Form and Required Controller Actions - Part 1: 00:14:00 •Building the Comment Form and Required Controller Actions - Part 2: 00:08:00 •Refactoring the Comment Form into a Partial and Implementing Data Validations: 00:05:00 •Building the jQuery Functions for Processing Comments - Part 1: 00:19:00 •Building the jQuery Functions for Processing Comments - Part 2: 00:05:00 •How to Create a Broadcast with ActionCable in Rails 5: 00:14:00 •Guide to Implementing Live Data Updates in a Rails 5 Application - Part 1: 00:15:00 •Guide to Implementing Live Data Updates in a Rails 5 Application - Part 2: 00:06:00 •Styling the Comment Section and Implementing Gravatar Based Thumbnails in Rails: 00:16:00 •Section Introduction dd: 00:01:00 •Planning Final Project Updates and Assignment: 00:11:00 •Building a Scope to Show the Most Recent Blog Posts and Hiding Draft Posts: 00:09:00 •Hiding the Show Page for Blogs in Draft Mode in Rails 5: 00:04:00 •How to Add a Drop Down Form Element in Rails 5 for Parent/Child Relationships: 00:09:00 •Using the Controller Generator to Build the Topic Features - Part 1: 00:10:00 •Using the Controller Generator to Build the Topic Features - Part 2: 00:11:00 •How to Build a Widget for the Blog to Render Topics in Rails 5: 00:17:00 •How to Implement Radio Buttons in a Rails Form to Update Enum Values: 00:09:00 •Guide to Integrating Markdown and Syntax Highlighting in a Rails 5 Application: 00:13:00 •Integrating Breadcrumbs and Icons for the Blog Show Pages: 00:12:00 •Building a Partial for Managing Admin Actions for Blog Posts: 00:15:00 •How to Implement a Responsive Navigation Bar with Bootstrap 4: 00:11:00 •Updating the Source/Session Tracking System for the New Layouts: 00:14:00 •How to Integrate a Favicon in Rails 5: 00:08:00 •Implementing Responsive Image Components for the Portfolio Layout: 00:06:00 •Adding Card Styles to the About and Contact Pages: 00:09:00 •How to Implement Collapsable Content Components in a Rails 5 Application: 00:09:00 •How to Integrate Bootstrap Progress Bars in a Rails Application: 00:13:00 •How to Integrate Custom Fonts in a Rails 5 Application: 00:17:00 •Updating the Seeds File in Rails: 00:07:00 •Signing Up for and Creating a New Heroku Application: 00:04:00 •How to Deploy a Rails 5 Application to Heroku: 00:13:00 •Working with the Rails Console on Heroku: 00:11:00 •Installing Redis on Heroku for ActionCable Commenting Feature: 00:04:00 •Configuring Action Cable to Work on Heroku: 00:11:00 •How to Implement the Typed.js Library into a Rails 5 Application: 00:12:00 •How to Install and Configure Webpack, Yarn, and jQuery into a Rails 5.1+ App: 00:19:00 •How to Work with Encrypted Credentials in Rails 5.2+: 00:24:00

Ruby on Rails 5 - Become a Professional Developer
Delivered Online On Demand16 hours 47 minutes
£12

Project Advanced Planning and Control

By Underscore Group

Look at some of the more advanced planning features available in Project. Course overview Duration: 1 day (6.5 hours) Our Project – Advanced Planning and Control course looks at advanced planning and resourcing techniques in Microsoft Project and how to customise your schedule to give better visibility and flexibility. The course is designed for experienced users of Project who have attended our Project Planning and Control introduction course or have equivalent knowledge. You must be confident using Project to build and resource schedules and create task dependencies. Objectives  By the end of the course you will be able to: Work with different types of task Amend resource load on a task Work with multiple resource rates Create custom tables Add custom fields Create calculated fields Add drop down lists in fields Filter and extract information Create new views Export information Content Advanced planning techniques Splitting tasks Task types Spreading work across activities Advanced resourcing techniques Resource types Assignment views Effective dates Work contours Overtime work Using multiple resource rates Creating custom tables Customising tables Adding fields Creating custom fields Adding text, number, date and time fields Using flag fields Defining pick lists Renaming custom fields Creating calculated fields Creating formulas Using graphical indicators Uploading and tracking progress Completing work Completing work per resource Updating tasks Updating the project Working with the status date Rescheduling work Viewing baseline against schedule Project overview statistics Working with filters Building standard filters Building interactive filters Task and resource filters Using highlight filters Creating custom views Creating customised views Customising text styles Using grouping techniques Exporting information Exporting to Excel

Project Advanced Planning and Control
Delivered in Horsham or OnlineFlexible Dates
Price on Enquiry

Life Coach Masterclass

By IOMH - Institute of Mental Health

Overview This Life Coach Masterclass course will unlock your full potential and will show you how to excel in a career in Life Coach Masterclass. So upskill now and reach your full potential. Everything you need to get started in Life Coach Masterclass is available in this course. Learning and progressing are the hallmarks of personal development. This Life Coach Masterclass will quickly teach you the must-have skills needed to start in the relevant industry. In This Life Coach Masterclass Course, You Will: Learn strategies to boost your workplace efficiency. Hone your Life Coach Masterclass skills to help you advance your career. Acquire a comprehensive understanding of various Life Coach Masterclass topics and tips from industry experts. Learn in-demand Life Coach Masterclass skills that are in high demand among UK employers, which will help you to kickstart your career. This Life Coach Masterclass course covers everything you must know to stand against the tough competition in the Life Coach Masterclass field.  The future is truly yours to seize with this Life Coach Masterclass. Enrol today and complete the course to achieve a Life Coach Masterclass certificate that can change your professional career forever. Additional Perks of Buying a Course From Institute of Mental Health Study online - whenever and wherever you want. One-to-one support from a dedicated tutor throughout your course. Certificate immediately upon course completion 100% Money back guarantee Exclusive discounts on your next course purchase from Institute of Mental Health Enrolling in the Life Coach Masterclass course can assist you in getting into your desired career quicker than you ever imagined. So without further ado, start now. Process of Evaluation After studying the Life Coach Masterclass course, your skills and knowledge will be tested with a MCQ exam or assignment. You must get a score of 60% to pass the test and get your certificate.  Certificate of Achievement Upon successfully completing the Life Coach Masterclass course, you will get your CPD accredited digital certificate immediately. And you can also claim the hardcopy certificate completely free of charge. All you have to do is pay a shipping charge of just £3.99. Who Is This Course for? This Life Coach Masterclass is suitable for anyone aspiring to start a career in Life Coach Masterclass; even if you are new to this and have no prior knowledge on Life Coach Masterclass, this course is going to be very easy for you to understand.  And if you are already working in the Life Coach Masterclass field, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  Taking this Life Coach Masterclass course is a win-win for you in all aspects.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements This Life Coach Masterclass course has no prerequisite.  You don't need any educational qualification or experience to enrol in the Life Coach Masterclass course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online Life Coach Masterclass course. Moreover, this course allows you to learn at your own pace while developing transferable and marketable skills. 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:05:00 The Benefits Of Becoming A Life Coach 00:04:00 The Difference Between Coaching, Therapy, Mentoring & Training 00:03:00 The Responsibilities Of A Life Coach 00:03:00 Coaching Fundamentals Coaching Fundamentals Overview 00:02:00 Listening Introduction 00:02:00 The 3 Kinds Of Listening As A Coach 00:05:00 Your Listening Template 00:11:00 Questioning Introduction 00:01:00 Questioning & Coaching 00:03:00 How Coaching Questions Are Different From Normal Questions 00:02: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:03:00 How To Build Trust As A Coach 00:08:00 More Trust Building Strategies 00:05: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:09:00 How To Bring Out Your Strengths With This Model 00:10: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:03: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:03:00 Why Defining Your Values Is Important 00:03:00 How To Define Your Personal Values 00:06: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:05:00 Setting Your First Long Term Goal 00:06: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:05:00 Coaching Step 3: Options & Obstacles Step 3 Introduction 00:01:00 How To Brainstorm With Your Client(s) 00:05:00 How To Evaluate Your Brainstorming Ideas 00:05:00 'Spheres Of Influence' Excerise Explained 00:03: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:03: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:05:00 The Pre Coaching Call 00:03:00 Your First Coaching Session 00:03:00 Progress Evaluation Sessions 00:05:00 My Recommended Coaching Timeline 00:03:00 Client Coach Relationship Client Coach Relationship Intro 00:01:00 What Clients Expect From Their Coaches 00:04:00 Why Clients Choose One Coach Over Another 00:02:00 Client Coach Boundaries 00:03:00 How To Retain Clients Long Term 00:05:00 Advanced Coaching Strategies Advanced Coaching Strategies Introduction 00:01:00 Reframing Explained 00:07:00 Managing Emotional States 00:07:00 Understanding Representational Systems 00:08:00 Personal SWOT Analysis 00:06:00 Johari Window - Developing Self Awareness 00:05:00 Giving Good Feedback As A Coach 00:05:00 PART 2: HOLISTIC HEALTH COACHING CERTIFICATION Part 2 Introduction 00:03:00 What It Means To Be Healthy 00:04:00 What Does A Health Coach Do? 00:03:00 How Can You Combine Life Coaching & Health Coaching 00:02:00 Diet & Nutrition Fundamentals Diet Introduction 00:01:00 Your Health & Diet: How They Are Linked 00:04:00 The Consequences Of Following A Bad Diet 00:04:00 How To Eat For Longevity 00:02:00 What Are Calories? Explained 00:04:00 The Relationship Between Bodyweight And Health 00:05:00 Calories & Bodyweight In A Healthy Diet 00:02:00 The Surprising Results Of The Twinkie Diet 00:02:00 The Relationship Between Weight Loss And Health 00:03:00 Figuring Out How Many Daily Calories You Need 00:02:00 Calculating Your Total Daily Calories 00:03:00 Healthy Weight Ranges 00:02: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 Creating A Cardio Workout For A Client 00:04:00 How To Monitor Your Heart Rate During A Workout 00:02:00 Cardio vs Weigh Training - Which Is Better For Weight Loss 00:07:00 Exercise Coaching: Resistance Training Weight Training Introduction 00:01:00 Muscle Building Formula 00:07:00 The Science Behind Muscle Growth 00:04:00 Weight Training vs Bodyweight Training 00:02:00 How To Create A Beginner Workout Plan 00:09:00 5 Most Important Aspects Of Lifting Form 00:03:00 Progressive Overload 00:03:00 Hormone Health Explained Hormones Introduction 00:02:00 The 3 Types Of Hormones 00:03:00 The Endocrine System Explained 00:04:00 Hormones & Heart Disease 00:04:00 Anabolic Steroids: Why They Are So Dangerous 00:04: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:03:00 Thyroid Hormones 00:02:00 Estrogen 00:03:00 Growth Hormone 00:01:00 Testosterone 00:03:00 Supplements How To Build Your Own Supplement Stack 00:09: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:02:00 How To Get Out Of A Workout Rut 00:09:00 Health & Fitness FAQ Answered What Is Nutrient Density 00:04:00 Is Brown Sugar Better Than White Sugar 00:03:00 What Should You Train On Your First Day At The Gym? 00:07:00 Are Microwaves Harmful? 00:05:00 Fresh vs Frozen Food: Which Is Healthier 00:04:00 PART 3: WELLNESS COACHING CERTIFICATION Part 3 Introdudction 00:02:00 Stress Management The Difference Between Stress & Anxiety 00:03: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:03:00 The Benefits Of Calm Breathing 00:03:00 Breathing Exercise #1 - Three Part Breath 00:02:00 Breathing Exercise #2 - Bellows Breath 00:02: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:05:00 How To Accept Yourself 00:03:00 Taming Your Inner Critic 00:06:00 Getting A Different Perspecitive 00:04:00 Acknowledging Your Qualities 00:03:00 Getting Rid Of Time Consuming Commitments 00:06:00 How To Say 'No' To Others 00:05:00 Resources Resources - Life Coach Training - Guideline For The Startup 00:00:00

Life Coach Masterclass
Delivered Online On Demand10 hours 10 minutes
£11

Duolingo Test Preparation- Premium Course (Coaching, Feedback & Course Access)

5.0(5)

By TEFL Wonderland - Brilliant Minds

Duolingo Test Preparation

Duolingo Test Preparation- Premium Course (Coaching, Feedback & Course Access)
Delivered Online On Demand
£58

Leadership Management & Team Leader - Level 7 Advanced Diploma

4.7(26)

By Academy for Health and Fitness

24 Hours Left! Don't Let the Winter Deals Slip Away - Enrol Now! Strong leaders are the foundation of any successful business. A Leader can make or break a team, so enhancing or solidifying your leadership skills is crucial to being the best leader you can be. Around 49% of all employees in the UK at some point quit their jobs because of their lack of Leadership and management. With step-by-step instructions from our Leadership & Management Level 7 Advance Diploma, you will avoid all the mistakes that most managers/ leaders make and become an ideal leader who inspires, motivates & achieves goals by properly managing employees. This Advanced Diploma in Leadership & Management at QLS Level 7 course is endorsed by The Quality Licence Scheme & Accredited by CPD (with 250 CPD points) to make your skill development & career progression more accessible than ever! The Leadership & Management Level 7 Advanced Diploma Offers the Following Courses with Free Certificate: Course 01: Strategic Business Management Course 02: Financial Management Course 03: Diploma in Performance Analysis Course 04: Unconscious Bias Training Course 05: Decision-Making in High-Stress Situations In this Leadership Management & Team Leader Level 7 Advanced Diploma Training Programme, you learn about different Leadership Management styles & which one will suit you best. You find out how to create a high-performance team that can always get things done, along with detailed lessons on managing office politics, negotiating, communicating, succession planning & much more. Learning Outcomes of This Leadership Management & Team Leader Level 7 Advanced Diploma Course: The learning objectives for this Leadership Management & Team Leader Level 7 Advanced Diploma Training course are broken down in detail below. After finishing the course, you will: Understand the fundamental concepts and significance of leadership management. Explore key leadership theories and their applicability in organizational settings. Enhance leadership performance through evaluation and actionable strategies. Build, nurture, and sustain high-performing team dynamics. Master strategies to motivate employees and boost morale. Develop organizational skills crucial for effective leadership management. Learn to identify, acquire, and integrate top talent effectively. Design and implement strategic succession planning initiatives. Optimize business processes for efficiency and productivity. Enhance communication skills tailored for leadership roles. Acquire effective negotiation techniques for leadership scenarios. Utilize Microsoft Office tools for effective leadership management tasks. Optimize time management for leadership effectiveness and efficiency. Navigate office politics while maintaining professional integrity and much more Why Prefer Our Leadership Management & Team Leader Level 7 Advanced Diploma Course? Level 7 Quality Licence Scheme Endorsed 30 DAYS UNCONDITIONAL MONEY BACK GUARANTEE CPD Certified Course Free e-Certificates and Student ID Card Innovative and engaging content Free Assessments 24/7 Exper Tutor Support Student Testimonials - What Our Students Say! ''An excellent and insightful course on Leadership and Management. The course is well-structured and engaging. Two thumbs up :)'' Reviewed by LOUIS BOBB ''Lots of good in-depth knowledge, easily accessible, well structured and clearly set out. A joy to work with.'' Reviewed by Kevin Reid ''Great contents. I will highly recommend it.'' Reviewed by Stephen Oparah So enrol now in this Leadership Management & Team Leader course today to Advance your career! Leadership Management & Team Leader Level 7 Advanced Diploma Course Curriculum of Leadership Management & Team Leader Level 7 Advanced Diploma Leadership Management Module 01: Introduction to Leadership Management Leadership Management Module 02: Leadership Management Theories Leadership Management Module 03: Improving Leadership Performance Leadership Management Module 04: High-Performance Teams Leadership Management Module 05: Motivating Employees Leadership Management Module 06: Organisational Skills Leadership Management Module 07: Talent Acquisation Leadership Management Module 08: Succession Planning Leadership Management Module 09: Business Process Optimisation Leadership Management Module 10: Communication Skills Leadership Management Module 11: Negotiation Techniques Leadership Management Module 12: Managing Meetings and Giving Feedback Leadership Management Module 13: Managing Change Leadership Management Module 14: Time Management Leadership Management Module 15: Dealing with Stress Situations Leadership Management Module 16: Emotional Intelligence Leadership Management Module 17: Managing Conflict Leadership Management Module 18: Dealing with Office Politics Leadership Management Module 19: Risk Assessment Leadership Management Module 20: Corporate Responsibility and Ethics Leadership Management Module 21: Microsoft Word, Excel, PowerPoint CPD 320 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Leadership Management & Team Leader Level 7 Advanced Diploma For leaders and high potential managers to upgrade their capacity to deal with competence and lead for individual and organisational achievement. Entrepreneurs. Business owners. Anyone who wants to be a great leader. Requirements Our Leadership Management & Team Leader Level 7 Advanced Diploma course is open to all. Career path Our Leadership Management & Team Leader Level 7 Advanced Diploma course will open the door to opportunities. General Manager Director Human Resources Managers Operation Manager Supervisor Administrative Services Manager

Leadership Management & Team Leader - Level 7 Advanced Diploma
Delivered Online On Demand20 hours 48 minutes
£9.99 to £12

Overview of Teacher Training Join our Teacher Training course and discover your hidden skills, setting you on a path to success in this area. Get ready to improve your skills and achieve your biggest goals. The Teacher Training course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Teacher Training course is designed to teach you the important stuff quickly and well, helping you to get off to a great start in the field. So, what are you looking for? Enrol now! This Teacher Training Course will help you to learn: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Teacher Training. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-To-One Support from a Dedicated Tutor Throughout Your Course. Study Online — Whenever and Wherever You Want. Instant Digital/ PDF Certificate. 100% Money Back Guarantee. 12 Months Access. Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion – Digital / PDF Certificate After completing the Teacher Training course, you can order your CPD Accredited Digital/ PDF Certificate for £5.99. Certificate of Completion – Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This Teacher Training is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand. On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level. This course has been developed with maximum flexibility and accessibility, making it ideal for people who don’t have the time to devote to traditional education. Requirements You don’t need any educational qualification or experience to enrol in the Teacher Training course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this Teacher Training Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors.

Teacher Training
Delivered Online On Demand39 hours
£11.99

Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]

By Packt

This video course takes a step-by-step and systematic approach to make you familiar with the bash shell scripting. You'll learn how to use the Linux command-line and commands to write and execute shell scripts for automating repetitive computing tasks.

Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]
Delivered Online On Demand11 hours 45 minutes
£60.99

Paediatric Nursing Assistant

4.7(160)

By Janets

Learning Outcomes Get a thorough understanding of paediatric nursing Know the essentials about Paediatric First aid Get acquainted with common illnesses and injuries from this course Learn what to do in the time of emergency when children are not breathing Equip yourself with the skills of first aid and handle emergency situations Description Being a nursing assistant is a huge responsibility and when it comes to taking care of the children you might need extra precaution and knowledge about your job as a nurse. We designed this top-notch Paediatric Nursing Assistant course to help you develop your expertise in this field. This course will enhance your skills and make you job-ready. First, this course will demonstrate the roles and responsibilities of a paediatric nursing assistant. Secondly, you will learn how to care for the infant, teenager and youngster differently than the adult. Next, it will educate you on common illnesses and injuries that can happen to children and the procedure of nursing them. Additionally, it also will also give you some tips and tricks to handle the emergency situation and the procedure of providing first aid to reduce the severity of the injury or illness. So, if you are planning to start your career as a paediatric nursing assistant, then sign up for our exclusive Paediatric Nursing Assistant course to learn the fundamentals of this role. Furthermore, get a CPD certificate of achievement to get extra recognised from the medical industry.  Certificate of Achievement Endorsed Certificate of Achievement from the Quality Licence Scheme Upon successful completion of the final assessment, you will be eligible to apply for the Quality Licence Scheme Endorsed Certificate of achievement. This certificate will be delivered to your doorstep through the post for £99. An extra £10 postage charge will be required for students leaving overseas.  CPD Accredited Certificate After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for 9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for 15.99, which will reach your doorsteps by post.  Method of Assessment At the end of the course, there will be an online MCQ assessment. In order to pass this exam, you must score at least 60%. When you submit the assessment, you will get the results immediately. Career path After finishing this course, you can gain the ability to hunt for jobs in the following fields: Paediatric Nursing Assistant Patient Care Assistant Childcare worker Nurse Advisor

Paediatric Nursing Assistant
Delivered Online On Demand3 weeks
£9.99

Charity Accounting Course

4.7(26)

By Academy for Health and Fitness

Our Aim Is Your Satisfaction! Limited-Time Offer: Enroll Now!

Charity Accounting Course
Delivered Online On Demand4 hours
£12

55301 Mastering Microsoft Project 2019

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is intended for both novice and experienced project managers, managers, schedulers, and other project stake holders who need to incorporate the discipline of project management with Microsoft Project 2019. Overview Understand the discipline of project management as it applies to using Microsoft Project 2019. Create a Work Breakdown Structure. Identify Task Types & Relationships. Define Resources within Project. Make Work Package Estimates. Create an Initial Schedule. Create a Resource Leveled Schedule. Create Projects from templates, Excel files. Create Global templates. Create formulas and graphical indicators. The steps to record a macro. Format Output and Print Reports. Integrate Multiple Projects. Set up a Project with a Calendar, Start date, and scheduling method. Understand Manually Schedule vs. Auto Schedule. Manage multiple projects. Be able to create a master project list with shared resources. This three-day instructor-led course is intended for individuals who are interested in expanding their knowledge base and technical skills about Microsoft Project. The course begins with the basic concepts and leads students through all the functions they?ll need to plan and manage a small to medium-size project, including how to level resources and capture both cost and schedule progress. 1 - Introduction to Microsoft Project Describe how Project relates to the discipline of Project management. Learn what the new features are in Project 2019. Navigate to the primary views available using the Ribbon. Choose Views that display task, resource, or assignment information. Select table within views to change the information that is available to see and edit. Relate the features of Project to the 5 steps for building a plan in Project. Learn new accessibility features in Project 2 - A Quick and Easy Overview of Managing with Project Create a new project and prepare it for data entry. Enter project tasks. Sequence the tasks. Define resources. Estimate Task duration and assign resources. Baseline the project. Track project progress. 3 - Setting Up a Project Use multiple methods to create a new project from an Excel file and a SharePoint Tasks list. Establish one or more calendars to constrain resource availability. Configure Project to calculate the schedule from the Start Date forward, or from the Finish Date backward. 4 - Manually Schedule vs. Auto Schedule Students practice switching tasks between Manually Schedule and Auto Schedule modes. By switching modes, students learn the impact made on the project schedule and the individual tasks. 5 - Creating a Work Breakdown Structure Build and use summary and subordinate tasks. Understand and use milestones. Develop WBS Outlines. Assign completion criteria. Evaluate the WBS. Understand and use WBS templates. 6 - Identifying Task Relationships Understand the different types of task relationships. Understand and use various methods to create relationships. Determine and display task sequence. Understand and use lag, lead, and delay. Understand the new feature of Task Paths. 7 - Defining Resources within Project Define resource types. Define individual resources that will be used on the project. Record the cost (s) of using each type of resource. Record the limit of availability for each type of resource by establishing a resource calendar and defining the maximum units of that resource. 8 - Making Work Package Estimates Enter estimates for duration and costs for each task. Distinguish between task types and describe when each is appropriate. Describe the relationship between work, units, and duration. Describe the way Effort Driven scheduling is affected by work, units, and duration. Assign tasks to resources using the Team Planner view. 9 - Creating an Initial Schedule Calculate float and identify a project?s critical path. Understand and identify task constraints. Create milestones. Use the Task Inspector to troubleshoot the initial schedule. 10 - Create a Resource Leveled Schedule Adjust a project schedule to account for limited people and other resources. View the overall cost and schedule of a project. Identify resources that have been overallocated for a project schedule. Use multiple ways to adjust tasks and assignments to remove over allocation for any resource. 11 - Managing the Project Learn how to set a baseline. Lean how to enter and track project performance data. Learn how to apply different tracking methods. Learn how to perform a variance analysis on a project. Learn how to Reschedule Work Learn how to inactivate tasks Learn how to synch projects to SharePoint 12 - Formatting Output and Printing Reports Print Views Formats Sorting Filtering Grouping Custom Fields Reporting Other File Formats 13 - Managing Multiple Projects Learn how to use common resources among multiple projects. Learn how to link tasks between multiple projects. Learn how to create a consolidated view of multiple projects. 14 - Advanced Topics Learn how to customize the Ribbon and the Quick Access Toolbar. Learn how to customize WBS numbering. Learn the concepts of Formulas and Graphical indicators. Learn the purpose of the Global template and Organizer. Learn how to record a Macro.

55301 Mastering Microsoft Project 2019
Delivered OnlineFlexible Dates
Price on Enquiry