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

32138 Development courses

Level 3 Diploma for the Children and Young People’s Workforce

By Wise Campus

Children and Young People’s Workforce Online Course Do you want to work in care settings? This Level 3 Diploma for the Children and Young People’s Workforce is specifically developed for persons who would like to start or enhance their career in a profession that cares for children and young people. This Level 3 Diploma for the Children and Young People’s Workforce prepares learners for employment in the childcare, social care, learning development, and support services workforces. The Level 3 Diploma for the Children and Young People’s Workforce programme covers child development from birth to 19 years. This Level 3 Diploma for the Children and Young People’s Workforce also covers a variety of professional vocations and occupational sectors in the social care industry. Moreover, this Level 3 Diploma for the Children and Young People’s Workforce will help you enhance communication skills, deal with difficult situations, and promote equality. Enrol in our comprehensive Level 3 Diploma for the Children and Young People’s Workforce course to show your potential in this sector! Main Course: Level 3 Diploma for the Children and Young People’s Workforce Free Courses are including with this Level 2 Certificate for the Children and Young People's Workforce Course Along with The Children and Young People’s Workforce Course, We Offer a free Level 2 Youth Work Certificate course Special Offers of this Children and Young People’s Workforce Course This Children and Young People’s Workforce Course includes a FREE PDF Certificate. Lifetime access to this Children and Young People’s Workforce Course Instant access to this Children and Young People’s Workforce Course Get FREE Tutor Support to this Children and Young People’s Workforce Course Children and Young People’s Workforce Online Course The knowledge and abilities required to work with children and young people from birth to 19 years old are intended to be developed through this Level 3 Diploma for the Children and Young People's Workforce. You will gain a comprehensive understanding of child development in this course, along with knowledge of child welfare, safety, and health. Learn how to support children with special needs and enhance their development, as well as to promote equality, diversity, and inclusion in settings related to health, social care, or children and young people. Who is this course for? Children and Young People’s Workforce Online Course This Level 3 Diploma for the Children and Young People’s Workforce course is appropriate for anybody who works or wants to work at a supervisory level in the children and young people's workforce. Important Note: Our Level 2 Certificate for the Children and Young People's Workforce course focuses on knowledge. If you are seeking a formal qualification, please consider the following alternatives: Level 2 Certificate for the Children and Young People’s Workforce (RQF) RQF Children and Young People's Workforce Level 2 Certificate for the Children and Young People's Workforce Level 3 Diploma for the Children and Young People's Workforce (Early Years Educator) (RQF) TQUK Level 2 Certificate in Understanding Children and Young People’s Mental Health (RQF) Level 2 Award in Safeguarding and Protecting Children and Young People Level 2 Award in Safeguarding and Protecting Children and Young People (RQF) Level 2 Certificate in Introducing Caring Children & Young People Level 2 Certificate in Introducing Caring for Children and Young People (RQF) Level 5 Diploma in Leadership for Health and Social Care and Children and Young People's Services (England (RQF) Requirements Children and Young People’s Workforce Online Course To enrol in this Level 2 Certificate for the Children and Young People's Workforce Course Students Need, To join in our Children and Young People’s Workforce Course, you must have a strong command of the English language. To successfully complete our Children and Young People’s Workforce Course, you must be vivacious and self driven. To complete our Children and Young People’s Workforce Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Level 2 Certificate for the Children and Young People's Workforce Course. Career path Children and Young People’s Workforce Online Course People who have the Level 3 Diploma for the Children and Young People’s Workforce, have a wide choice of options in care settings.

Level 3 Diploma for the Children and Young People’s Workforce
Delivered Online On Demand3 hours 6 minutes
£12

Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450)

By Nexus Human

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

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

Leadership & Management Diploma

By iStudy UK

Are you leading a group in your office? Do you want to improve your leadership quality? Then this course is designed for you. Leadership quality is one of the best assets in a work place. A good leader not only helps in work but also shows the path for further learning. Strong leadership ability contributes to growing an organisation. Sometimes a company's success depends on the leader of the organisation. It is necessary to have good leaders in a company. In this course, you will learn the basics for a skilful leadership quality. The course provides knowledge about practical leadership skills, awareness, impact and judgment. By the end of the course, you will be a confident leader who takes challenges to grow the company. Course Highlights Leadership & Management Diploma is an award winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Leadership & Management Diploma into 69 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 2 days, 4 hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Leadership & Management Diploma Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Leadership & Management Diploma is CPD certified and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Leadership & Management Diploma is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Leadership & Management Diploma - Updated Version Understanding Management and Leadership 00:40:00 Leadership Theories 00:25:00 Risk Management 00:35:00 Emotional Intelligence in Leadership 00:32:00 Improving Management and Leadership Performance 00:15:00 High Performance Teams 00:32:00 Motivating Employees 00:26:00 Organisational Skills 00:26:00 Talent Management 00:33:00 Succession Planning 00:24:00 Business Process Management 00:28:00 Communication Skills 00:27:00 Negotiation Techniques 00:15:00 Managing Meetings and Giving Feedback 00:21:00 Managing Change 00:22:00 Time Management 00:37:00 Stress Management 00:15:00 Managing Conflict 00:14:00 Dealing with Office Politics 00:34:00 Corporate Responsibility and Ethics 00:14:00 Leadership & Management Diploma - Old Version Leadership Basics Introduction FREE 00:30:00 Understanding the Dark Sides of Leadership & workplace FREE 00:15:00 How to Lead and Influence People 00:45:00 Getting the Most from Your Team 01:00:00 10 Ways to Be a Better Leader 00:45:00 Conclusion 00:15:00 Leadership The Leadership Gene of HR Management FREE 01:00:00 Becoming a Great Leader FREE 01:00:00 Emotional Intelligence in Leadership Management 01:00:00 Build Successful Teams & Relationships 01:00:00 Handle Hard Times & Conflicts Effectively 01:00:00 Managing People Introduction 00:30:00 The Opposite Side of the Coin 01:00:00 How to Lead and Influence People 00:45:00 Getting the Most from Your Team 01:00:00 Extraordinary Ways to Be a Better Leader 00:30:00 Conclusion 00:15:00 Management Management 01:00:00 Definition of Management 01:00:00 Characteristics of Management 01:00:00 Management Functions/Process of Management 01:00:00 Nature of Management 01:00:00 Levels of Management 01:00:00 Characteristics of Professional Managers 00:30:00 Principles of Management 01:00:00 Leadership and People Management Module One - Getting Started 00:30:00 Module Two - The Evolution of Leadership 01:00:00 Module Three - Situational Leadership 01:00:00 Module Four - A Personal Inventory 01:00:00 Module Five - Modeling the Way 01:00:00 Module Six - Inspiring a Shared Vision 01:00:00 Module Seven - Challenging the Process 01:00:00 Module Eight - Enabling Others to Act 01:00:00 Module Nine - Encouraging the Heart 01:00:00 Module Ten - Basic Influencing Skills 01:00:00 Module Eleven - Setting Goals 01:00:00 Module Twelve - Wrapping Up 00:30:00 Women & Leadership Module One - Getting Started FREE 01:00:00 Module Two - Women and the Workforce FREE 01:00:00 Module Three - The Leadership Gap 01:00:00 Module Four - Barriers to Women's Leadership 01:00:00 Module Five - Traits of Women's Management 01:00:00 Module Six - Benefits of Women's Leadership 01:00:00 Module Seven - Nurture Women's Leadership 01:00:00 Module Eight - Actively Recruit Women 01:00:00 Module Nine - Encourage Networking Opportunities 01:00:00 Module Ten - Pair Women with Mentors 01:00:00 Module Eleven - Create Educational Opportunities 01:00:00 Module Twelve - Wrapping Up 01:00:00 Mock Exam Mock Exam- Leadership & Management Diploma 00:20:00 Final Exam Final Exam- Leadership & Management Diploma 00:20:00

Leadership & Management Diploma
Delivered Online On Demand3 days
£25

Python for Data Analytics

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is aimed at anyone who wants to harness the power of data analytics in their organization including: Business Analysts, Data Analysts, Reporting and BI professionals Analytics professionals and Data Scientists who would like to learn Python Overview This course teaches delegates with no prior programming or data analytics experience how to perform data manipulation, data analysis and data visualization in Python. Mastery of these techniques and how to apply them to business problems will allow delegates to immediately add value in their workplace by extracting valuable insight from company data to allow better, data-driven decisions. Outcome: After attending this course, delegates will: Be able to write effective Python code Know how to access their data from a variety of sources using Python Know how to identify and fix data quality using Python Know how to manipulate data to create analysis ready data Know how to analyze and visualize data to drive data driven decisioning across your organization Becoming a world class data analytics practitioner requires mastery of the most sophisticated data analytics tools. These programming languages are some of the most powerful and flexible tools in the data analytics toolkit. From business questions to data analytics, and beyond For data analytics tasks to affect business decisions they must be driven by a business question. This section will formally outline how to move an analytics project through key phases of development from business question to business solution. Delegates will be able: to describe and understand the general analytics process. to describe and understand the different types of analytics can be used to derive data driven solutions to business to apply that knowledge to their business context Basic Python Programming Conventions This section will cover the basics of writing R programs. Topics covered will include: What is Python? Using Anaconda Writing Python programs Expressions and objects Functions and arguments Basic Python programming conventions Data Structures in Python This section will look at the basic data structures that Python uses and accessing data in Python. Topics covered will include: Vectors Arrays and matrices Factors Lists Data frames Loading .csv files into Python Connecting to External Data This section will look at loading data from other sources into Python. Topics covered will include: Loading .csv files into a pandas data frame Connecting to and loading data from a database into a panda data frame Data Manipulation in Python This section will look at how Python can be used to perform data manipulation operations to prepare datasets for analytics projects. Topics covered will include: Filtering data Deriving new fields Aggregating data Joining data sources Connecting to external data sources Descriptive Analytics and Basic Reporting in Python This section will explain how Python can be used to perform basic descriptive. Topics covered will include: Summary statistics Grouped summary statistics Using descriptive analytics to assess data quality Using descriptive analytics to created business report Using descriptive analytics to conduct exploratory analysis Statistical Analysis in Python This section will explain how Python can be used to created more interesting statistical analysis. Topics covered will include: Significance tests Correlation Linear regressions Using statistical output to create better business decisions. Data Visualisation in Python This section will explain how Python can be used to create effective charts and visualizations. Topics covered will include: Creating different chart types such as bar charts, box plots, histograms and line plots Formatting charts Best Practices Hints and Tips This section will go through some best practice considerations that should be adopted of you are applying Python in a business context.

Python for Data Analytics
Delivered OnlineFlexible Dates
Price on Enquiry

CCAS Check Point Certified Automation Specialist

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is recommended for technical professionals who automate, orchestrate, and troubleshoot Check Point secured environments. Overview Explain how automation and orchestration work together Understand the key drivers for incorporating automation and orchestration into security management Execute a shell script that demonstrates how to build a comprehensive Security Policy. Recognize how the Check Point API framework integrates with R80 Security Management to support automation and orchestration of daily tasks Describe Check Point API tools and demonstrate how they are used to manage Check Point Security Management solutions Demonstrate how to define new objects and modify existing ones by using the Check Point API The goal of this course is to provide an understanding of the advanced concepts and skills necessary to automate and orchestrate tasks relating to managing Check Point Security Policies Course Ouline Explain how automation and orchestration work together Understand the key drivers for incorporating automation and orchestration into security management Execute a shell script that demonstrates how to build a comprehensive Security Policy. Recognize how the Check Point API framework integrates with R80 Security Management to support automation and orchestration of daily tasks Describe Check Point API tools and demonstrate how they are used to manage Check Point Security Management solutions Demonstrate how to define new objects and modify existing ones by using the Check Point API Demonstrate how to create API commands to efficiently maintain the Check Point Security Management Server database Demonstrate how to use different methods to update the database with API commands Become familiar with client-side and server-side scripting and scripting languages Understand how to use the Bash shell to develop APIs Recognize and describe many of the open source tools that are available to assist with API development Demonstrate how to use a custom REST application to update the database of a Security Management Server Demonstrate how to use Postman to manage the Security Policy database through the Check Point API Understand what steps to take to troubleshoot and debug API scripts Demonstrate basic troubleshooting techniques by reviewing debugging messages in various forms Understand how to use self-service portal capabilities to provide general IT services Recognize how automation tools work with Check Point APIs to automate security management tasks and orchestrate workflow behind service portals Demonstrate common tasks that are automated in a Web portal to manage the Security Policy LAB Exercises Demonstrate Check Point automation and orchestration Manage objects using the Check Point API Create a management API shell script Use a variety of methods to execute API commands Use a custom REST tool for API calls Use Postman for API calls Debug the Check Point management API Automate tasks using a Check Point API enabled Web portal Additional course details: Nexus Humans CCAS Check Point Certified Automation Specialist 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 CCAS Check Point Certified Automation Specialist 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.

CCAS Check Point Certified Automation Specialist
Delivered OnlineFlexible Dates
Price on Enquiry

Oracle Database Administration from Zero to Hero

By Packt

In this comprehensive course, we will guide you through the world of Oracle Database Administration, starting from the basics and equipping you with the skills to create databases, manage storage, implement backup plans, apply patches, troubleshoot issues, and excel in the role of a professional DBA.

Oracle Database Administration from Zero to Hero
Delivered Online On Demand36 hours 1 minutes
£82.99

Effective Strategies for Teaching Speaking and Writing Skills (25 Hours)

5.0(5)

By TEFL Wonderland - Brilliant Minds

Effective Strategies for Teaching Speaking and Writing Skills (25 Hours)

Effective Strategies for Teaching Speaking and Writing Skills (25 Hours)
Delivered Online On Demand
£58

Tips and Tricks for Teaching Listening and Reading Skills (25 Hours)

5.0(5)

By TEFL Wonderland - Brilliant Minds

Tips and Tricks for Teaching Listening and Reading Skills (25 Hours)

Tips and Tricks for Teaching Listening and Reading Skills (25 Hours)
Delivered Online On Demand
£58

Professional Boundaries - Children's Care - Foundation Level

5.0(1)

By Think Tank Academy

This course defines professional boundaries and how they apply to the children’s care sector, discusses different scenarios staff may come across, explains what happens when boundaries are broken and how to identify broken boundaries with others.

Professional Boundaries - Children's Care - Foundation Level
Delivered Online On Demand45 minutes
£20

Medieval and Military History

By Imperial Academy

2 QLS Endorsed Course | CPD Certified | Free PDF + Hardcopy Certificates | 80 CPD Points | Lifetime Access

Medieval and Military History
Delivered Online On Demand
£129