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

18650 Basic courses delivered Online

Suggestion therapy Masterclass F

5.0(22)

By The Northern College Of Clinical Hypnotherapy

Unlock the power of suggestion with our masterclass on the basics of good suggestion therapy. Designed for both beginners and seasoned practitioners, this course delves into the core principles that make suggestion therapy a potent tool for personal growth, healing, and behavioral change.

Suggestion therapy Masterclass F
Delivered Online On Demand1 hour
£25

Welding Level 3 Diploma - CPD Certified

4.9(27)

By Apex Learning

This course will teach you about various metals and welding methods, including MIG, TIG, and arc welding, and working with steel, stainless steel, and aluminium. The course also covers safety practices to prevent risks like hearing loss and vibration white finger.

Welding Level 3 Diploma - CPD Certified
Delivered Online On Demand39 hours
£49

HR and Recruitment Consultant Diploma - CPD Certified

4.9(27)

By Apex Learning

Overview: HR and Recruitment Consultants are specialists who are both adored by companies and individuals when it comes to recruitment. They are handsomely paid both through gratitude and money for successfully recruiting a candidate. So if you want to classify yourself in this category, you may want to consider taking this HR and Recruitment Consultant Diploma course. You'll gain an in-depth understanding of the selection process, setting goals, interview preparation and questions, measuring talent and growth, avoiding bias while making offers, and many more. Along with this HR and Recruitment Consultant course, you will get 10 additional Career development courses, an original hardcopy certificate, a transcript and a student ID card. Courses are included in this HR and Recruitment Consultant Diploma bundle: Course 01: HR And Recruitment Consultant Training - Level 4 Course 02: Virtual Interviewing for HR Course 03: Employment Law Level 3 Course 04: Office Administration Certificate Course 05: Contract Manager Diploma Course 06: Payroll Management Course Course 07: GDPR Course 08: Workplace Confidentiality Course 09: Leadership & Management Diploma Course 10: Performance Management Course 11: Effective Communication Skills Grow your recruitment consultancy business by enrolling today! Learning Outcomes of HR and Recruitment Consultant Diploma Bundle: Understanding the basics of recruitment, client and candidate management. Implementing effective sales strategies in the recruitment industry. Familiarity with the UK recruitment legislation and implications of non-compliance. Identifying and attracting top talent using virtual interviewing techniques. Knowledge of employment law including contracts, disciplinary procedures, and parental rights. Developing organisational, communication and business writing skills for office administration. Understanding the contract management lifecycle and principles of English contract law. Ability to manage payroll systems, including pensions, pay elements and legislation settings. Knowledge of GDPR regulations, obligations, and responsibilities for personal data protection. Creating a safe workplace environment by preventing harassment, and violence and maintaining confidentiality. Improving effective communication skills, both verbal and written, in a business context. Key Features of the HR and Recruitment Consultant Course: FREE HR and Recruitment Consultant CPD-accredited certificate Get a free student ID card with HR and Recruitment Consultant training (£10 applicable for international delivery) Lifetime access to the HR and Recruitment Consultant course materials The HR and Recruitment Consultant program comes with 24/7 tutor support Get instant access to this HR and Recruitment Consultant course Learn HR and Recruitment Consultant training from anywhere in the world The HR and Recruitment Consultant training is affordable and simple to understand The HR and Recruitment Consultant training is an entirely online Enrol in HR and Recruitment Consultant training today and start your journey towards becoming successful! Description: The curriculum of HR and Recruitment Consultant Diploma - CPD Certified Course 1: HR And Recruitment Consultant Training - Level 4 Introduction to Recruitment Importance and Implications An Overview of the Recruitment Industry The UK Recruitment Legislation Sales and Selling in the Recruitment Industry The Recruitment Process Key Performance Indicators for the Recruitment Industry Candidate Attraction for Recruitment Candidate Management Candidate Interview Processes Client Acquisition Client Strategy in the Recruitment Sector Client Management How will I get my HR and Recruitment Consultant Certificate? After successfully completing the HR and Recruitment Consultant Diploma course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £9.99*11 = £109) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) P.S. The delivery charge inside the U.K. is £3.99 and the international students have to pay £9.99. Who is this course HR and Recruitment Consultant for? Those interested in pursuing a career in recruitment or HR HR professionals seeking to enhance their recruitment skills Business owners or hiring managers responsible for recruitment Graduates or career changers looking to enter the recruitment industry Individuals looking to start their own recruitment agency Those interested in understanding the recruitment process from sourcing to onboarding. Career path Recruitment Consultant: £24,000 - £40,000 per year Talent Acquisition Specialist: £30,000 - £60,000 per year Recruitment Manager: £35,000 - £70,000 per year Headhunter: £35,000 - £80,000 per year HR Business Partner: £40,000 - £70,000 per year Recruitment Marketing Manager: £35,000 - £60,000 per year Certificates Digital certificate - Included Hard copy certificate - Included You will get the Hard Copy certificate for the title course (HR And Recruitment Consultant Training - Level 4) absolutely Free! Other Hard Copy certificates are available for £14.99 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

HR and Recruitment Consultant Diploma - CPD Certified
Delivered Online On Demand1 hour
£49

Introduction Perl Programming Essentials (TT4925)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is appropriate for anyone who wants to create applications or modules to automate and simplify common tasks with Perl. Overview Working within in an engaging, hands-on learning environment, guided by our expert web development, PHP practitioner, students will learn to: Create a working script that gets input from the command line, the keyboard, or a file Use arrays to store and process data from files Create formatted reports Use regular expressions Use the appropriate types of variables and data structures Refactor duplicate code into subroutines and modules What is available in the standard library Use shortcuts and defaults, and what they replace Introduction to Perl Programming Essentials is an Introductory-level practical, hands-on Perl scripting training course that guides the students from the basics of writing and running Perl scripts to using more advanced features such as file operations, report writing, the use of regular expressions, working with binary data files, and using the extensive functionality of the standard Perl library. Students will immediately be able to use Perl to complete tasks in the real world. Session: An Overview of Perl What is Perl? Perl is compiled and interpreted Perl Advantages and Disadvantages Downloading and Installing Perl Which version of Perl Getting Help Session: Creating and running Perl Programs Structure of a Perl program Running a Perl script Checking syntax and warnings Execution of scripts under Unix and Windows Session: Basic Data and I/O Numeric and Text literals Math operators and expressions Scalar variables Default values Writing to standard output Command line arguments Reading from the standard input Session: Logic and Loops About flow control The if statement and Boolean values Using unless and elsif Statement modifiers warn() and die() The conditional construct Using while loop and its variants Using the for loop Exiting from loops Session: Lists and Arrays The list data type Accessing array elements Creating arrays List interpolation Arrays and memory Counting elements Iterating through an array List evaluation Slices and ranges Session: Reading and writing text files File I/O Overview Opening a file Reading text files Writing to a text file Arrays and file I/O Using the <> operator Session: List functions Growing and shrinking arrays The split() function Splitting on whitespace Assigning to literal lists The join() function The sort() function Alternate sort keys Reversing an array Session: Formatting output Using sprintf() and printf() Report formatting overview Defining report formats The write() function Advanced filehandle magic Session: Hashes Hash overview Creating hashes Hash attributes Traversing a hash Testing for existence of elements Deleting hash elements Session: References What is a reference? The two ways to create references References to existing data References to anonymous data Dereferencing scalar, array, and ash references Dereferencing elements of arrays and hashes Multidimensional arrays and other data structures Session: Text and Regular Expressions String length The substr() function The index() and rindex() functions String replication Pattern matching and substitution Regular expressions Session: Raw file and data access Opening and closing raw (binary) files Reading raw data Using seek() and tell() Writing raw data Raw data manipulation with pack() and unpack() Session: Subroutines and variable scope Understanding packages Package and Lexical variables Localizing builtin variables Declaring and calling subroutines Calling subroutines Passing parameters and returning values Session: Working with the operating system Determining current OS Environment variables Running external programs User identification Trapping signals File test operators Working with files Time of day Session: Shortcuts and defaults Understanding $_ shift() with no array specified Text file processing Using grep() and Using map() Command-line options for file processing Session: Data wrangling Quoting in Perl Evaluating arrays Understanding qw( ) Getting more out of the <> operator Read ranges of lines Using m//g in scalar context The /o modifier Working with embedded newlines Making REs more readable Perl data conversion Session: Using the Perl Library The Perl library Old-style library files Perl modules Modules bundled with Perl A selection of modules Getting modules from ActiveState Getting modules from CPAN Using Getopt::Long Session: Some Useful Tools Sending and receiving files with Net::FTP Using File::Find to search for files and directories Grabbing a Web page Some good places to find scripts Perl man pages for more information Zipping and unzipping files

Introduction Perl Programming Essentials (TT4925)
Delivered OnlineFlexible Dates
Price on Enquiry

Python Taster 1-hour, Create a Password Validator

4.6(12)

By PCWorkshops

Powerful 1-hour Python workshop course understand Python Basics. Practical. Instructor-led. Online. Learn to code a Password Validator in 1 hour. 

Python Taster 1-hour, Create a Password Validator
Delivered OnlineFlexible Dates
£15

Hands-on Predicitive Analytics with Python (TTPS4879)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is geared for Python experienced attendees who wish to learn and use basic machine learning algorithms and concepts. Students should have skills at least equivalent to the Python for Data Science courses we offer. Overview Working in a hands-on learning environment, guided by our expert team, attendees will learn to Understand the main concepts and principles of predictive analytics Use the Python data analytics ecosystem to implement end-to-end predictive analytics projects Explore advanced predictive modeling algorithms w with an emphasis on theory with intuitive explanations Learn to deploy a predictive model's results as an interactive application Learn about the stages involved in producing complete predictive analytics solutions Understand how to define a problem, propose a solution, and prepare a dataset Use visualizations to explore relationships and gain insights into the dataset Learn to build regression and classification models using scikit-learn Use Keras to build powerful neural network models that produce accurate predictions Learn to serve a model's predictions as a web application Predictive analytics is an applied field that employs a variety of quantitative methods using data to make predictions. It involves much more than just throwing data onto a computer to build a model. This course provides practical coverage to help you understand the most important concepts of predictive analytics. Using practical, step-by-step examples, we build predictive analytics solutions while using cutting-edge Python tools and packages. Hands-on Predictive Analytics with Python is a three-day, hands-on course that guides students through a step-by-step approach to defining problems and identifying relevant data. Students will learn how to perform data preparation, explore and visualize relationships, as well as build models, tune, evaluate, and deploy models. Each stage has relevant practical examples and efficient Python code. You will work with models such as KNN, Random Forests, and neural networks using the most important libraries in Python's data science stack: NumPy, Pandas, Matplotlib, Seabor, Keras, Dash, and so on. In addition to hands-on code examples, you will find intuitive explanations of the inner workings of the main techniques and algorithms used in predictive analytics. The Predictive Analytics Process Technical requirements What is predictive analytics? Reviewing important concepts of predictive analytics The predictive analytics process A quick tour of Python's data science stack Problem Understanding and Data Preparation Technical requirements Understanding the business problem and proposing a solution Practical project ? diamond prices Practical project ? credit card default Dataset Understanding ? Exploratory Data Analysis Technical requirements What is EDA? Univariate EDA Bivariate EDA Introduction to graphical multivariate EDA Predicting Numerical Values with Machine Learning Technical requirements Introduction to ML Practical considerations before modeling MLR Lasso regression KNN Training versus testing error Predicting Categories with Machine Learning Technical requirements Classification tasks Credit card default dataset Logistic regression Classification trees Random forests Training versus testing error Multiclass classification Naive Bayes classifiers Introducing Neural Nets for Predictive Analytics Technical requirements Introducing neural network models Introducing TensorFlow and Keras Regressing with neural networks Classification with neural networks The dark art of training neural networks Model Evaluation Technical requirements Evaluation of regression models Evaluation for classification models The k-fold cross-validation Model Tuning and Improving Performance Technical requirements Hyperparameter tuning Improving performance Implementing a Model with Dash Technical requirements Model communication and/or deployment phase Introducing Dash Implementing a predictive model as a web application Additional course details: Nexus Humans Hands-on Predicitive Analytics with Python (TTPS4879) 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 Hands-on Predicitive Analytics with Python (TTPS4879) 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.

Hands-on Predicitive Analytics with Python (TTPS4879)
Delivered OnlineFlexible Dates
Price on Enquiry

Aruba Mobility Fundamentals, Rev. 20.11

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Typical candidates for this course are IT Professionals who deploy small-to-medium scale enterprise network solutions based on Aruba products and technologies. Overview After you successfully complete this course, expect to be able to: Explain how Aruba's wireless networking solutions meet customers' requirements Explain fundamental WLAN technologies, RF concepts, and 802.11 Standards Learn to configure the Mobility Master and Mobility Controller to control access to the Employee and Guest WLAN Control secure access to the WLAN using Aruba Firewall Policies and Roles Recognize and explain Radio Frequency Bands and channels, and the standards used to regulate them Describe the concept of radio frequency coverage and interference and successful implementation and diagnosis of WLAN systems Identify and differentiate antenna technology options to ensure optimal coverage in various deployment scenarios Describe RF power technology including, signal strength, how it is measured and why it is critical in designing wireless networks Learn to configure and optimize Aruba ARM and Client Match and Client Insight features Learn how to perform network monitoring functions and troubleshooting This course teaches the knowledge, skills and practical experience required to set up and configure a basic Aruba WLAN utilizing the OS 8.X architecture and features. Using lecture and labs, this course provides the technical understanding and hands-on experience of configuring a single Mobility Master with one controller and AP Aruba WLAN. Participants will learn how to use Aruba hardware and ArubaOS to install and build a complete, secure controller network with multiple SSIDs. This course provides the underlying material required to prepare candidates for the Aruba Certified Mobility Associate (ACMA) certification exam. WLAN Fundamentals Describes the fundamentals of 802.11, RF frequencies and channels Explain RF Patterns and coverage including SNR Roaming Standards and QOS requirements Mobile First Architecture An introduction to Aruba Products including controller types and modes OS 8.X Architecture and features License types and distribution Mobility Master Mobility Controller Configuration Understanding Groups and Subgroups Different methods to join MC with MM Understanding Hierarchical Configuration Secure WLAN configuration Identifying WLAN requirements such as SSID name, encryption, authentication Explain AP groups structure and profiles Configuration of WLAN using the Mobility Master GUI AP Provisioning Describes the communication between AP and Mobility controller Explain the AP booting sequence and requirements Explores the APs controller discovery mechanisms Explains how to secure AP to controller communication using CPSec Describes AP provisioning and operations WLAN Security Describes the 802.11 discovery, authentication and association Explores the various authentication methods, 802.1x with WPA/WPA2, Mac auth Describes the authentication server communication Explains symmetric vs asymmetric Keys, encryption methods WIPS is described along with rogue discovery and protection Firewall Roles and Policies An introduction into Firewall Roles and policies Explains Aruba?s Identity based Firewall Configuration of Policies and Rules including aliases Explains how to assign Roles to users Dynamic RF Management Explain how ARM calibrates the network selecting channels and power settings Explores OS 8.X Airmatch to calibrate the network How Client Match and ClientInsight match steers clients to better APs Guest Access Introduces Aruba?s solutions for Guest Access and the Captive portal process Configuration of secure guest access using the internal Captive portal The configuration of Captive portal using Clearpass and its benefits Creating a guest provisioning account Troubleshooting guest access Network Monitoring and Troubleshooting Using the MM dashboard to monitor and diagnose client, WLAN and AP issues Traffic analysis using APPrf with filtering capabilities A view of Airwaves capabilities for monitoring and diagnosing client, WLAN and AP issues Additional course details: Nexus Humans Aruba Mobility Fundamentals, Rev. 20.11 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 Aruba Mobility Fundamentals, Rev. 20.11 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.

Aruba Mobility Fundamentals, Rev. 20.11
Delivered OnlineFlexible Dates
Price on Enquiry

Basics of Social Media - For the World to See

By Compete High

🚀 Unleash the Power of Social Media with 'Basics of Social Media - For the World to See' Course! 🌟 Are you ready to transform your online presence and make a meaningful impact? Master the art of social media with our comprehensive course designed for beginners!   📱 Why Join Our Course? Unlock the secrets of Facebook, Instagram, Twitter, LinkedIn, and more! 🎯 Learn how to create engaging content that resonates with your audience. 📈 Discover strategies to grow your followers and boost your online influence. 🔧 Get hands-on guidance on optimizing profiles and utilizing powerful tools. 🧠Understand analytics and metrics to track your success effectively. 🌐 Explore global trends and best practices in the social media landscape.   💡 What You'll Gain: ️ In-depth understanding of each major social media platform. ️ Actionable tips and techniques to maximize your reach and engagement. ️ Confidence to create a compelling online presence for personal or professional growth. ️ Access to a supportive community and expert guidance throughout the course.   🏆 Who Is This For? Entrepreneurs, marketers, small business owners, freelancers, influencers, or anyone eager to harness the full potential of social media!   🎓 Don't miss this opportunity to elevate your online presence! Enroll now and step into the world of social media mastery.   🌟 Limited Time Offer: Enroll today and get exclusive bonuses! Course Curriculum Module 1 How Can You Use This Course Most Effectively How Can You Use This Course Most Effectively 00:00 Module 2 Why Is Communication So Important For Learning And Growth Why Is Communication So Important For Learning And Growth 00:00 Module 3 Your Facebook Profile Is Your Most Powerful Tool For Building Relationships Your Facebook Profile Is Your Most Powerful Tool For Building Relationships 00:00 Module 4 A Facebook Page Is Great For Social Proof And Making Sales A Facebook Page Is Great For Social Proof And Making Sales 00:00 Module 5 Facebook Groups Are Awesome For Learning And Networking Facebook Groups Are Awesome For Learning And Networking 00:00 Module 6 Twitter Is Very Helpful To Find People Talking About What You Need To Hear Twitter Is Very Helpful To Find People Talking About What You Need To Hear 00:00 Module 7 Linkedin Is Useful For Getting A Better Job And Networking With Groups Linkedin Is Useful For Getting A Better Job And Networking With Groups 00:00 Module 08 Meetups Help With Learning And Networking In Your Neighborhood Meetups Help With Learning And Networking In Your Neighborhood 00:00

Basics of Social Media - For the World to See
Delivered Online On Demand1 hour
£25

Ambulance and Emergency Care Assistant

4.9(27)

By Apex Learning

11-in-1 Premium Bundle | CPD QS Certified | 115 CPD Points | Gifts: Hardcopy + PDF Certificate + SID - Worth £180 | Lifetime Access | Enrol Now

Ambulance and Emergency Care Assistant
Delivered Online On Demand3 days
£49

ChatGPT: Beginner Crash Course

4.8(9)

By Skill Up

ChatGPT is a powerful AI language model that can be used for a variety of tasks. This crash course will teach you the basics of ChatGPT, including how to use it to generate text, translate languages, and answer your questions.

ChatGPT: Beginner Crash Course
Delivered Online On Demand3 hours 9 minutes
£25