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

21657 Basic courses

Machine Learning Masterclass

By Study Plex

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 Welcome to the course Introduction 00:02:00 Setting up R Studio and R crash course Installing R and R studio 00:05:00 Basics of R and R studio 00:10:00 Packages in R 00:10:00 Inputting data part 1: Inbuilt datasets of R 00:04:00 Inputting data part 2: Manual data entry 00:03:00 Inputting data part 3: Importing from CSV or Text files 00:06:00 Creating Barplots in R 00:13:00 Creating Histograms in R 00:06:00 Basics of Statistics Types of Data 00:04:00 Types of Statistics 00:02:00 Describing the data graphically 00:11:00 Measures of Centers 00:07:00 Measures of Dispersion 00:04:00 Introduction to Machine Learning Introduction to Machine Learning 00:16:00 Building a Machine Learning Model 00:08:00 Data Preprocessing for Regression Analysis Gathering Business Knowledge 00:03:00 Data Exploration 00:03:00 The Data and the Data Dictionary 00:07:00 Importing the dataset into R 00:03:00 Univariate Analysis and EDD 00:03:00 EDD in R 00:12:00 Outlier Treatment 00:04:00 Outlier Treatment in R 00:04:00 Missing Value imputation 00:03:00 Missing Value imputation in R 00:03:00 Seasonality in Data 00:03:00 Bi-variate Analysis and Variable Transformation 00:16:00 Variable transformation in R 00:09:00 Non Usable Variables 00:04:00 Dummy variable creation: Handling qualitative data 00:04:00 Dummy variable creation in R 00:05:00 Correlation Matrix and cause-effect relationship 00:10:00 Correlation Matrix in R 00:08:00 Linear Regression Model The problem statement 00:01:00 Basic equations and Ordinary Least Squared (OLS) method 00:08:00 Assessing Accuracy of predicted coefficients 00:14:00 Assessing Model Accuracy - RSE and R squared 00:07:00 Simple Linear Regression in R 00:07:00 Multiple Linear Regression 00:05:00 The F - statistic 00:08:00 Interpreting result for categorical Variable 00:05:00 Multiple Linear Regression in R 00:07:00 Test-Train split 00:09:00 Bias Variance trade-off 00:06:00 Test-Train Split in R 00:08:00 Regression models other than OLS Linear models other than OLS 00:04:00 Subset Selection techniques 00:11:00 Subset selection in R 00:07:00 Shrinkage methods - Ridge Regression and The Lasso 00:07:00 Ridge regression and Lasso in R 00:12:00 Classification Models: Data Preparation The Data and the Data Dictionary 00:08:00 Importing the dataset into R 00:03:00 EDD in R 00:11:00 Outlier Treatment in R 00:04:00 Missing Value imputation in R 00:03:00 Variable transformation in R 00:06:00 Dummy variable creation in R 00:05:00 The Three classification models Three Classifiers and the problem statement 00:03:00 Why can't we use Linear Regression? 00:04:00 Logistic Regression Logistic Regression 00:08:00 Training a Simple Logistic model in R 00:03:00 Results of Simple Logistic Regression 00:05:00 Logistic with multiple predictors 00:02:00 Training multiple predictor Logistic model in R 00:01:00 Confusion Matrix 00:03:00 Evaluating Model performance 00:07:00 Predicting probabilities, assigning classes and making Confusion Matrix in R 00:06:00 Linear Discriminant Analysis Linear Discriminant Analysis 00:09:00 Linear Discriminant Analysis in R 00:09:00 K-Nearest Neighbors Test-Train Split 00:09:00 Test-Train Split in R 00:08:00 K-Nearest Neighbors classifier 00:08:00 K-Nearest Neighbors in R 00:08:00 Comparing results from 3 models Understanding the results of classification models 00:06:00 Summary of the three models 00:04:00 Simple Decision Trees Basics of Decision Trees 00:10:00 Understanding a Regression Tree 00:10:00 The stopping criteria for controlling tree growth 00:03:00 The Data set for this part 00:03:00 Importing the Data set into R 00:06:00 Splitting Data into Test and Train Set in R 00:05:00 Building a Regression Tree in R 00:14:00 Pruning a tree 00:04:00 Pruning a Tree in R 00:09:00 Simple Classification Tree Classification Trees 00:06:00 The Data set for Classification problem 00:01:00 Building a classification Tree in R 00:09:00 Advantages and Disadvantages of Decision Trees 00:01:00 Ensemble technique 1 - Bagging Bagging 00:06:00 Bagging in R 00:06:00 Ensemble technique 2 - Random Forest Random Forest technique 00:04:00 Random Forest in R 00:04:00 Ensemble technique 3 - GBM, AdaBoost and XGBoost Boosting techniques 00:07:00 Gradient Boosting in R 00:07:00 AdaBoosting in R 00:09:00 XGBoosting in R 00:16:00 Maximum Margin Classifier Content flow 00:01:00 The Concept of a Hyperplane 00:05:00 Maximum Margin Classifier 00:03:00 Limitations of Maximum Margin Classifier 00:02:00 Support Vector Classifier Support Vector classifiers 00:10:00 Limitations of Support Vector Classifiers 00:01:00 Support Vector Machines Kernel Based Support Vector Machines 00:06:00 Creating Support Vector Machine Model in R The Data set for the Classification problem 00:01:00 Importing Data into R 00:08:00 Test-Train Split 00:09:00 Classification SVM model using Linear Kernel 00:16:00 Hyperparameter Tuning for Linear Kernel 00:06:00 Polynomial Kernel with Hyperparameter Tuning 00:10:00 Radial Kernel with Hyperparameter Tuning 00:06:00 The Data set for the Regression problem 00:03:00 SVM based Regression Model in R 00:11:00 Assessment Assessment - Machine Learning Masterclass 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

Machine Learning Masterclass
Delivered Online On Demand
£19

Introduction to Manual Handling - CPD Accredited Course

5.0(2)

By Training Express

Everyday workplace activities—from lifting small boxes to adjusting office equipment—can carry risks when done incorrectly. This course offers a clear and structured look at the principles of safe manual handling, with a focus on reducing strain, preventing injury, and encouraging responsible movement in various job settings. Whether you work in an office, warehouse, or retail environment, understanding the basics of manual handling is vital for personal safety and a healthier work culture. Presented in a straightforward format, this CPD-accredited course is tailored for learners seeking flexible, online training without unnecessary jargon or filler. You'll explore the key causes of musculoskeletal injuries, understand how to assess movement risks, and learn how to apply basic safety strategies that can be easily remembered and implemented. It's a smart choice for those looking to enhance their awareness and approach to physical tasks—without needing to leave their desk. Course Curriculum: Introduction to Manual Handling Manual Handling: Introduction, Legislation and Guidance Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. CPD 10 CPD hours / points Accredited by The CPD Certification Service Who is this course for? The Introduction to Manual Handling - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Introduction to Manual Handling - CPD Accredited training.

Introduction to Manual Handling - CPD Accredited Course
Delivered Online On Demand1 hour
£23

Accounting-Bonds Payable Notes Payable Liabilities

By iStudy UK

This Accounting-Bonds Payable Notes Payable Liabilities is designed to provide you with the concept of bonds from a corporate perspective and explain how to record the issuance of bonds and notes payable. The course covers present value calculations in multiple formats. Present value calculations are often confusing to learners partially because tounting system to help simplify the data entry process. You will get to know notes payable, record journal entries related to taking he topic can be introduced in many ways. You will understand adjusting entries that can be used in an account an installment note, and build amortization tables related to notes payable.  Through the course you will learn how to create the liability section of the balance sheet breaking out current and long-term portions. You will be introduced with different techniques for recording the current portion and long-term portion of installment notes. What you'll learn How to record the issuance of bonds How to record bonds issued at a primium How to record bonds issued at a discount Present value (PV) Calculations Using Formulas Present value (PV) Calculations Using Tables Present value (PV) Calculations Excel Calculate Bond Issue Price How to record bond retirement Description of notes payable How to create an amortization table Adjusting entries for notes payable How to record current and long term liabilities Types of bonds and bond characteristics Calculate the effective amortization method Explain what a capital lease and operating lease is Comprehensive accounting problem Who this course is for: Accounting students Business owner Anyone who whats to learn accounting Requirements We should have a basic understanding of financial accounting and debits and credits Introduction Introduction 00:08:00 PDF - 10 Bond & Note Payable Introduction 00:01:00 10 Bonds & Notes Payable Introduction 00:10:00 Accounting Comic Break 00:01:00 Bonds - Market Rate vs Contract Rate 2 Bonds Market Rate vs Contract Rate 00:01:00 PDF - 20 Bonds Issued at Par 00:01:00 20 Bond Issued at Par 00:06:00 PDF - 25 Bond Market Price vs Contract Rate 00:01:00 Excel Download 00:01:00 Worksheet - 20 Bond Issued at Par 00:06:00 Excel Download 00:01:00 Bonds Issued at Premium 3 Bonds Issued at Premium 00:01:00 PDF - 50 Bond Issued at Premium 00:01:00 50 Bond Issued at Premium 00:07:00 Excel Download 00:01:00 Worksheet - 50 Bond Issue at Premium 00:09:00 PDF - 60 Amortization Premium & Recording Interest 00:01:00 60 Premium Amortization & Interest 00:13:00 Excel Download 00:01:00 Worksheet - 55 Bond Premium and Interest Journal Entry 00:16:00 10 Multiple Choice Question - Long Term Liabilities 00:07:00 Accounting Comic Break 00:01:00 Bonds Issued at Discount 4 Bonds Issued at Discount 00:01:00 PDF - 30 Bonds Issued at Discount 00:01:00 PDF - 40 Amortizing Discount & Recording Interest 00:01:00 40 Issue bond at a discount%2C calculate%2C and record interest 00:26:00 Excel Download 00:01:00 Worksheet - 30 Bond Issued at Discount 00:09:00 Excel Download 00:01:00 Worksheet - 35 Bond Discount & Interest 00:18:00 Excel Download 00:01:00 Worksheet - 1400.10 Record issuance of bond at a discount amortiz 00:16:00 Worksheet - 1400.20 Record issuance of bond at a discount amortiz 00:16:00 Worksheet - 1400.40 Record issuance of bond at a premium amortize 00:16:00 Worksheet - 1400.50 Record issuance of bond at a premium amort. 00:14:00 20 Multiple Choice Question - Long Term Liabilities 00:04:00 Accounting Comic Break 00:01:00 Present Value - Bond Price 5 Present Value Bond Price 00:03:00 PDF - 70 Bond Present Value Formula 00:14:00 Excel Download 00:01:00 Worksheet - 70 Bond Present Value Formula 00:15:00 PDF - 80 Bond Present Value Tables 00:01:00 80 Bond Present Value Tablesy 00:14:00 Excel Download 00:01:00 Worksheet - 80 Bond Present Value Tables 00:11:00 Excel Download 00:01:00 Worksheet - 90 Bond Present Value Excel 00:12:00 30 Multiple Choice Question - Long Term Liabilities 00:07:00 Accounting Comic Break 00:01:00 Bond Retirement 6 Bond Retirement 00:01:00 PDF - 100 Bond Retirement 00:01:00 100 Bond Retirement 00:09:00 Excel Download 00:01:00 Worksheet - 100 Bond Retirement 00:12:00 40 Multiple Choice Question - Long Term Liabilities 00:07:00 Accounting Comic Break 00:01:00 Notes Payable Introduction 7 Notes Payable Introduction 00:01:00 PDF - 110 Notes Payable Introduction 00:01:00 110 Notes Payable Introduction 00:05:00 PDF - 120 Installment Note Journal Entry 00:01:00 Excel Download 00:01:00 50 Multiple Choice Question - Long Term Liabilities 00:05:00 Accounting Comic Break 00:01:00 Amortization Schedule - Notes Payable 8 Amortization Schedule Notes Payable 00:01:00 PDF - 130 Notes Payable Amortization 00:01:00 130 Amortization Schedule 00:12:00 PDF - 140 Notes Payable Interest Payments 00:01:00 140 Notes Payable Payments Journal Entry 00:07:00 Excel Download 00:01:00 Worksheet - 130 Note Payable Amortization 00:15:00 Excel Download 00:01:00 Worksheet - 140 Note payable interest payments 00:10:00 60 Multiple Choice Question - Long Term Liabilities 00:06:00 Accounting Comic Break 00:01:00 Notes Payable Adjusting Entries 9 Notes Payable Adjusting Entries 00:01:00 PDF - 150 Adjusting Entry - Notes Payable 00:01:00 150 Notes Payable Adjusting Entry 00:10:00 Excel Download 00:01:00 Worksheet - 150 Note Payable Adjusting Entry 1 00:07:00 Excel Download 00:01:00 Worksheet - 160 Note Payable Adjusting Entry 2 00:06:00 70 Multiple Choice Question - Long Term Liabilities 00:07:00 Accounting Comic Break 00:01:00 Financial Statements - Long Term Liabilities 10 Financial Statements Long Term Liabilities 00:01:00 PDF - 170 Liabilities - Current vs Non Current 00:01:00 170 Notes Payable Current vs. Non Current 00:18:00 Excel Download 00:01:00 Worksheet - 170 FS St LT One Loan 1 TB Account 00:09:00 Excel Download 00:01:00 Worksheet - 180 FS St LT Loan 1 loan 2 TB Accounts 00:08:00 Excel Download 00:01:00 Worksheet - 190 FS ST LT 2 loans 1 TB account 00:08:00 Excel Download 00:01:00 Worksheet - 200 FS ST LT 2 Loans 1 ST 1 LT TB account 00:09:00 Excel Download 00:01:00 Worksheet - 210 FS ST LT 2 Loans 2 Loan Account TB 00:08:00 Excel Download 00:01:00 Worksheet - 220 FS 2 Loans 4 Accounts TB 00:11:00 80 Multiple Choice Question - Long Term Liabilities 00:07:00 Accounting Comic Break 00:01:00 Bond Characteristics and Types 11 Bond Characteristics and Types 00:01:00 PDF - 230 Bond types 00:01:00 230 Bond Characteristics 00:02:00 90 Multiple Choice Question - Long Term Liabilities 00:05:00 Short Calculation 00:08:00 Accounting Comic Break 00:01:00 Effective Method - Amortization Bond Discount & Premium 12 Effective Method Amortization Bond Discount & Premium 00:01:00 PDF - 230 Effective Interest Discount Amortization 00:01:00 235 Discount Amortization Effective Method 00:13:00 Excel Download 00:01:00 Worksheet - 230 Effective Interest Discount Amortization 00:17:00 Excel Download 00:01:00 Worksheet - 240 Effective Interest Premium Amortization 00:13:00 100 Multiple Choice Question - Long Term Liabilities 00:10:00 Leases - Operating vs. Capital 13 Leases Operating vs. Capital 00:01:00 PDF - 250 Leases 00:01:00 250 Leases Capital vs. Operating 00:12:00 Accounting Comic Break 00:01:00 Comprehensive Problem 14 Comprehensive Problem 00:01:00 Excel Download 00:01:00 1 Accounting%2C Financial - Comp Prob Service Co 1 Part 1 00:15:00 2 Accounting%2C Financial - Comp Prob Service Co 1 Part 2 00:15:00 3 Accounting%2C Financial - Comp Prob Service Co 1 Part 3 00:15:00 4 Accounting%2C Financial - Comp Prob Service Co 1 Part 4_2 00:22:00 6 Comp Prob Service Co 1 Adjusting Entries part 6 00:20:00 Definitions & Key Terms 15 Definitions & Key Terms 00:01:00 Annuity Definition - What is Annuity 00:05:00 Bond Definition - What is Bond 00:06:00 Book Value of Bonds - What is Book Value of Bonds 00:06:00 Carrying Value of Bonds Definition - What is Carrying Value 00:05:00 Lease Definition - What is a Lease 00:01:00

Accounting-Bonds Payable Notes Payable Liabilities
Delivered Online On Demand12 hours 10 minutes
£25

Drawing for Beginners - 8 week online course (to your inbox)

5.0(5)

By The City Workshop Edinburgh

Drawing for Beginners - 8 week online course (to your inbox)

Drawing for Beginners - 8 week online course (to your inbox)
Delivered OnlineFlexible Dates
£105

Testing Ruby with RSpec: The Complete Guide

By Packt

In this course, we will master the syntax and structure of RSpec then learn to utilize test-driven development principles to design and implement clean test specs and reduce dependencies in the test suite by mocking objects with class and instance doubles. We will also explore the wide collection of RSpec matches available to test the code.

Testing Ruby with RSpec: The Complete Guide
Delivered Online On Demand7 hours 30 minutes
£41.99

Modern Greek for Adults - Greek Grammar

5.0(14)

By The Greek Online School

Developing a solid foundation in Greek grammar will help you create your own sentences correctly and will also make it easier to improve your communication skills in both spoken and written Greek. So this course has been designed to help you steadily advance with the Greek language. Here, on the Greek Online School Learning Management System (LMS) you will find all the grammar phenomena that you need to know for the A2 Level (basic knowledge) in Greek, the language that influenced all European languages.

Modern Greek for Adults - Greek Grammar
Delivered OnlineFlexible Dates
Price on Enquiry

Dog Training: 8 in 1 Premium Courses Bundle

By Compete High

Whether your dog wags its tail with joy or chews through your shoes with enthusiasm, this 8-in-1 Dog Training bundle is the start of a better friendship. From early puppyhood habits to general grooming, dog health, and even first aid, this package covers the essentials with insight and structure. It’s ideal for anyone looking to work with dogs or simply understand their own a little better. No whistles or collars required—just your attention and a cuppa. This bundle combines animal care knowledge with public health awareness and nutrition understanding to build a complete picture of canine wellbeing. Each module breaks down key areas—such as basic obedience, grooming techniques, and emergency care—into digestible, flexible learning. Whether you’re working in a doggy daycare or managing a multi-dog household, this collection has all the right treats. Learning Outcomes: Understand core principles of puppy training and behaviour management. Gain knowledge of general dog care and daily wellbeing. Learn safe grooming practices for different coat types. Recognise common canine health issues and preventive measures. Study dog first aid basics for everyday safety and emergencies. Explore pet nutrition and its role in overall health. Who is this Course For: Dog owners keen to improve their training approach. Individuals working in pet care or grooming services. Animal rescue volunteers supporting canine welfare. Dog walkers looking to build structured knowledge. Pet sitters who want to expand their care techniques. Public health learners with an animal care interest. Veterinary receptionists aiming to understand canine basics. Anyone considering a career in dog-related services. Career Path (with Average UK Salaries): Dog Trainer – £23,000/year Animal Care Assistant – £19,500/year Dog Groomer – £21,000/year Veterinary Receptionist – £20,000/year Pet Nutrition Advisor – £25,000/year Dog Walker – £15,000 to £22,000/year

Dog Training: 8 in 1 Premium Courses Bundle
Delivered Online On Demand16 hours
£28.99

BSL: British Sign Language (BSL) CPD Certified

By Wise Campus

BSL and British Sign Language: BSL and British Sign Language Course Online Do you want to know more about the (BSL) British Sign Language Course? Our (BSL) British Sign Language Course is designed with all the latest information on BSL and its legal and medical intelligence. Our (BSL) British Sign Language Course have various modules to give a detailed introduction to BSL. this (BSL) British Sign Language Course describes fingerspelling, basic vocabulary and phrases. Also, the (BSL) British Sign Language Course explains the numbers, family and relationships. This (BSL) British Sign Language Course also have details on colours, animals, and food. Advanced vocabulary, grammar and syntax are part of the (BSL) British Sign Language Course. You will clearly know how to improve conversational skills, deaf culture, storytelling and narration from the (BSL) British Sign Language Course. Moreover, poetry, literature, regional variations and interpreting are modules of this (BSL) British Sign Language Course lesson. Enrol our (BSL) British Sign Language Course to communicate with people with sign language. Learning Outcome of (BSL) British Sign Language Course After completing the (BSL) British Sign Language Course, learners will know about the: Introduction to BSL, fingerspelling, basic vocabulary and phrases. The (BSL) British Sign Language Course explains numbers, family and relationships. Colours, animals, and food are part of this (BSL) British Sign Language Course. Advanced vocabulary, grammar, syntax and conversational skills are explained in the (BSL) British Sign Language Course. This (BSL) British Sign Language Course includes deaf culture, storytelling and narration. Poetry, literature and regional variations are elaborated in the (BSL) British Sign Language Course. You will learn to do interpreting with this (BSL) British Sign Language Course. Legal and medical sign language ideas will be more strong with this (BSL) British Sign Language Course. Main Course: (BSL) British Sign Language Course Free Courses are including with this BSL and British Sign Language Course BSL and British Sign Language Course, We Offer a free Autism Training Course BSL and British Sign Language Course, We Offer a free Early Years Foundation Stage (EYFS) Training Course BSL and British Sign Language Course, We Offer a free Speech & Language TherapyCourse Special Offers of this BSL and British Sign Language: BSL and British Sign Language Course This BSL and British Sign Language Course includes a FREE PDF Certificate. Lifetime access to this BSL and British Sign Language Course Instant access to this BSL and British Sign Language Course Get FREE Tutor Support to this BSL and British Sign Language Course BSL and British Sign Language: BSL and British Sign Language Course Online A comprehensive introduction to BSL is given in multiple lessons of our BSL and British Sign Language Course. This British Sign Language (BSL) course teaches the basics of fingerspelling and basic vocabulary and phrases. Numbers, families, and connections are all explained in the British Sign Language Course (BSL). This BSL and British Sign Language Course also includes information on foods, animals, and colors. The British Sign Language (BSL) course covers advanced syntax, grammar, and vocabulary. You will gain a comprehensive understanding of how to improve your conversational skills, deaf culture, storytelling, and narrative through the (BSL) British Sign Language Course. In addition, this lesson from the British Sign Language Course (BSL) covers literature, poetry, regional variations, and interpretation. Who is this course for? BSL and British Sign Language: BSL and British Sign Language Course Online This (BSL) British Sign Language Course is perfectly suited for individuals who have an interest in the world of sign language. Special Note: Our Course is not a regulated course. If You want to get qualified, you can consider following options: Level 1 Award in British Sign Language (RQF) Requirements BSL and British Sign Language: BSL and British Sign Language Course Online To enrol in this BSL and British Sign Language Course, students must fulfil the following requirements. To join in our BSL and British Sign Language Course, you must have a strong command of the English language. To successfully complete our BSL and British Sign Language Course, you must be vivacious and self driven. To complete our BSL and British Sign Language Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this BSL and British Sign Language Course. Career path BSL and British Sign Language: BSL and British Sign Language Course Online This (BSL) British Sign Language Course will enable you to explore career options such as SEN Teacher BSL Instructor BSL Interpreter Teaching Assistant Social Worker

BSL: British Sign Language (BSL) CPD Certified
Delivered Online On Demand1 hour 30 minutes
£12

VMware Introduction to Application Delivery Controller with NSX Advanced Load Balancer

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Experienced system administrators or network administrators Overview By the end of the course, you should be able to meet the following objectives: Describe NSX Advanced Load Balancer architecture Describe the NSX Advanced Load Balancer components and main functions Explain the NSX Advanced Load Balancer key features and benefits Explain and configure Local Load Balancing constructors such as Virtual Services, Pools, Health Monitors and related components During this one-day course, you gain an understanding of the architecture and features of VMware NSX Advanced Load Balancer (Avi Networks) solution. This course provides hands-on labs to provide a solid foundation to load balancing fundamentals and work with most common load balancing functionality offered by VMware NSX Advanced Load Balancer (Avi Networks) solution. Course Introduction Introductions and course logistics Course objectives Introduction to NSX Advanced Load Balancer Introduce NSX Advanced Load Balancer Discuss NSX Advanced Load Balancer use cases and benefits Explain NSX Advanced Load Balancer architecture and components Explain the management, control, data, and consumption planes and their respective functions Virtual Services Configuration Concepts Explain Virtual Service components Explain Virtual Service types Explain and configure basic virtual services components such as Application Profiles, Network Profiles, Pools and Health Monitors Profiles and Policies Explain and deep dive on Advanced Virtual Service creation Explain and deep dive on Application Profiles and Types such as L4, DNS, Syslog and HTTP Explain and configure advanced application HTTP Profile options Deep dive on Network Profiles and Types Explain and configure SSL Profiles and Certificates Explain and Configure HTTP and DNS policies Pools Configuration Concepts Explain and deep dive on Pools configuration options Describe available Load Balancing algorithms Explain multiple Health Monitor types Explain multiple Persistence Profiles Explain and configure Pool Groups

VMware Introduction to Application Delivery Controller with NSX Advanced Load Balancer
Delivered OnlineFlexible Dates
Price on Enquiry

Jenkins Automation Essentials

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for DevOps Engineers Software Developers Telecommunications Professionals Architects Quality Assurance & Site Reliability Professionals Overview Automate basic freestyle projects Jenkins Pipelines and Groovy Programming Software lifecycle management with Jenkins Popular plugins Scaling options Integrating Jenkins with Git and GitHub (as well as other Software Control Management platforms) Triggering Jenkins with Webhooks Deploying into Docker and Kubernetes CI / CD with Jenkins This course covers the fundamentals necessary to deploy and utilize the Jenkins automation server. Jenkins enables users to immediately begin automating both their individual and collaborative workflows. Jenkins is a proven solution for a wide variety of tasks ranging from the helpful automation of scripts (such as Python and Ansible) to creating complex pipelines that govern the technical parts of not only Continuous Integration, but Continuous Delivery (CI/CD) as well. Jenkins is free, open source, and easily controlled with a simple web- based UI- it can be expanded by third party plugins and is deployable on nearly any on-site (Linux, Windows and Mac) or cloud platform. Overview of Jenkins Overview of Continuous Integration and Continuous Deployment (CI/CD) Understanding Git and GitHub Git Branching Methods for Installing Jenkins Jenkins Dashboard Jenkins Jobs Getting Started with Freestyle Jobs Triggering builds HTTP Web Hooks Augmenting Jenkins with Plugins Overview of Docker and Dockerfile for Building and Launching Images Pipeline Jobs for Continuous Integration and Continuous Deployment Pipeline Build Stage Pipeline Testing Stage Post Build actions SMTP and Other Notifications Programming Pipelines with Groovy More Groovy Programming Essentials Extracting Jenkins Data Analytics to Support Project Management Troubleshooting Failures Auditing stdout and stderr with Jenkins Jenkins REST API Controlling Jenkins API with Python Jenkins Security Scaling Jenkins Jenkins CLI Building a Kubernetes Cluster and Deploying Jenkins How to start successfully using Jenkins to automate aspects of your job the moment this course ends.

Jenkins Automation Essentials
Delivered OnlineFlexible Dates
Price on Enquiry