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

1739 Guide courses in Coventry delivered Live Online

Leadership and Management

By NextGen Learning

Course Overview This Leadership and Management course provides a comprehensive foundation for individuals aiming to thrive in supervisory or managerial positions across diverse sectors. Designed to enhance your ability to lead with confidence and integrity, the course explores essential leadership theories, management practices, and strategic planning methods. Learners will gain valuable insight into how to cultivate high-performing teams, manage organisational change, and apply ethical leadership principles. With a strong emphasis on effective communication, conflict resolution, and time management, this course ensures a well-rounded understanding of what it takes to guide teams, influence stakeholders, and achieve long-term business objectives. Whether you are aspiring to step into a leadership role or looking to refine your current management approach, this course equips you with the knowledge and awareness needed to lead with purpose and efficiency. Course Description This course delves into the key components of effective leadership and structured management. Covering everything from leadership theories and performance enhancement to organisational skills and emotional intelligence, it is structured to build your capability in motivating teams, handling workplace dynamics, and aligning business goals with people development. Topics such as negotiation, talent management, succession planning, and risk management are explored in depth, supported by modules on communication and corporate responsibility. You will also examine strategies for managing stress, driving change, and responding to office politics constructively. Through a structured and professionally developed curriculum, learners will develop a nuanced understanding of leadership principles and the core responsibilities that accompany managerial roles. This course encourages thoughtful, ethical, and informed leadership, enabling you to foster positive work environments and drive impactful results within any organisation. Course Modules: Module 01: Introduction to The Course Module 02: Understanding Management and Leadership Module 03: Leadership Theories Module 04: Improving Management and Leadership Performance Module 05: High Performance Teams Module 06: Motivating Employees Module 07: Organisational Skills Module 08: Talent Management Module 09: Succession Planning Module 10: Business Process Management Module 11: Communication Skills Module 12: Negotiation Techniques Module 13: Managing Meetings and Giving Feedback Module 14: Managing Change Module 15: Time Management Module 16: Stress Management Module 17: Emotional Intelligence in Leadership Module 18: Managing Conflict Module 19: Dealing with Office Politics Module 20: Risk Management Module 21: Corporate Responsibility and Ethics (See full curriculum) Who is this course for? Individuals seeking to build leadership confidence and strategic thinking. Professionals aiming to transition into management or senior roles. Beginners with an interest in leadership principles and organisational development. Team leads, supervisors, and aspiring managers across industries. Career Path Team Leader Operations Manager Human Resources Officer Department Head Business Development Manager Strategy Consultant Corporate Trainer Project Coordinator Office Manager Organisational Development Advisor

Leadership and Management
Delivered OnlineFlexible Dates
£9.99

Creative Writing Course: Writing Storybooks For Children

By NextGen Learning

Course Overview The "Creative Writing Course: Writing Storybooks for Children" is designed to guide aspiring writers through the process of crafting captivating children's storybooks. This course covers essential aspects of writing for a young audience, including coming up with creative ideas, mastering writing mechanics, and understanding the specific requirements of children's literature. Participants will gain insight into various types of children's books and advanced fiction techniques to elevate their storytelling. By the end of the course, learners will be equipped with the knowledge and skills to begin creating engaging, well-structured, and age-appropriate narratives for children, enhancing their confidence in writing for the children's literature market. Course Description This course takes learners through the fundamental steps of writing children's storybooks. It starts with generating ideas for stories, exploring the mechanics of effective writing, and addressing key technical issues that are crucial in writing for younger readers. Learners will examine different types of children's books, from picture books to chapter books, and gain an understanding of how to tailor their writing for different age groups. Advanced fiction techniques will be introduced to help learners develop a unique voice and create compelling narratives. Throughout the course, learners will engage with practical exercises and examples that refine their writing skills. By the end, participants will be confident in their ability to craft engaging stories that resonate with children, understanding both the creative and technical aspects of children's literature. Course Modules Module 01: Introduction Introduction to the course and key objectives Overview of the children's book market Understanding the target audience for children's books Module 02: Coming Up With Ideas Techniques for generating story ideas Understanding children's interests and developmental stages Crafting a compelling central theme Module 03: The Mechanics of Writing Essential writing techniques for children's books Building engaging plots and subplots Developing well-rounded characters Module 04: Important Technical Issues Addressing language and style in children's books Formatting and structure considerations Navigating word count and pacing Module 05: Types of Children's Books Overview of different children's book genres Writing for picture books, early readers, and chapter books Genre-specific writing tips and techniques Module 06: Advanced Fiction Techniques Incorporating advanced storytelling techniques Creating depth and emotional impact Writing memorable endings Module 07: Conclusion Final thoughts on writing children's books Preparing for submission or publication Next steps for budding authors (See full curriculum) Who is this course for? Individuals seeking to write children's storybooks Professionals aiming to develop their creative writing skills Beginners with an interest in writing for children Writers looking to specialise in children's literature Career Path Children's book author Children's editor or publisher Freelance writer for children's media Creative writing teacher or tutor Literary agent specialising in children's books

Creative Writing Course: Writing Storybooks For Children
Delivered OnlineFlexible Dates
£9.99

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

Little Fishers In Watercolour And Mixed Media

By Marilyn Allis

In this workshop, you will learn how to create a delightful painting capturing children fishing with nets in a river using magical mixed media techniques. Through the use of watercolours, metallic nets, and chameleon paint, you will be transported back to carefree days of childhood. Don't worry if you're new to painting or mixed media - this class caters to all skill levels, including beginners. You'll be guided through each step of the process, making it a fun and easy experience. Throughout the workshop, you'll have the chance to experiment with various materials and techniques, allowing your creativity to shine. The blend of watercolours and metallic elements will give your artwork a vibrant and dynamic finish. As you immerse yourself in painting and creating, you may find yourself reminiscing about simpler times and the joy of childhood activities. This class offers a transformative experience that will leave you with a beautiful piece of art and a sense of contentment. - Explore the use of watercolours and mixed media - Experiment with metallic nets and chameleon paint - Capture the essence of children having fun fishing in a river Join this workshop to discover new techniques, unleash your creativity, and create an artwork that will bring a smile to your face. During the workshop, you will have the opportunity to experiment with different materials and techniques, allowing you to express your creativity in a unique way. The combination of watercolours and metallic elements will create a vibrant and dynamic finish to your artwork. As you immerse yourself in the process of painting and creating, you may find yourself feeling nostalgic for simpler times and the joy of childhood activities. This workshop offers a transformative experience that will leave you with a beautiful piece of art and a sense of contentment. – Explore the use of watercolours and mixed media – Experiment with metallic nets and chameleon paint – Capture the essence of children having fun fishing in a river Join this workshop to learn new techniques, unleash your creativity, and create a piece of art that will bring a smile to your face.

Little Fishers In Watercolour And Mixed Media
Delivered OnlineFlexible Dates
£10 to £70

Self-Leadership & Executive Development Course

By The Power Within Training & Development Ltd

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

Self-Leadership & Executive Development Course
Delivered in Motherwell or UK Wide or OnlineFlexible Dates
Price on Enquiry

Machine Learning Essentials for Scala Developers (TTML5506-S)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is geared for experienced Scala developers who are new to the world of machine learning and are eager to expand their skillset. Professionals such as data engineers, data scientists, and software engineers who want to harness the power of machine learning in their Scala-based projects will greatly benefit from attending. Additionally, team leads and technical managers who oversee Scala development projects and want to integrate machine learning capabilities into their workflows can gain valuable insights from this course Overview Working in a hands-on learning environment led by our expert instructor you'll: Grasp the fundamentals of machine learning and its various categories, empowering you to make informed decisions about which techniques to apply in different situations. Master the use of Scala-specific tools and libraries, such as Breeze, Saddle, and DeepLearning.scala, allowing you to efficiently process, analyze, and visualize data for machine learning projects. Develop a strong understanding of supervised and unsupervised learning algorithms, enabling you to confidently choose the right approach for your data and effectively build predictive models Gain hands-on experience with neural networks and deep learning, equipping you with the know-how to create advanced applications in areas like natural language processing and image recognition. Explore the world of generative AI and learn how to utilize GPT-Scala for creative text generation tasks, broadening your skill set and making you a more versatile developer. Conquer the realm of scalable machine learning with Scala, learning the secrets to tackling large-scale data processing and analysis challenges with ease. Sharpen your skills in model evaluation, validation, and optimization, ensuring that your machine learning models perform reliably and effectively in any situation. Machine Learning Essentials for Scala Developers is a three-day course designed to provide a solid introduction to the world of machine learning using the Scala language. Throughout the hands-on course, you?ll explore a range of machine learning algorithms and techniques, from supervised and unsupervised learning to neural networks and deep learning, all specifically crafted for Scala developers. Our expert trainer will guide you through real-world, focused hands-on labs designed to help you apply the knowledge you gain in real-world scenarios, giving you the confidence to tackle machine learning challenges in your own projects. You'll dive into innovative tools and libraries such as Breeze, Saddle, DeepLearning.scala, GPT-Scala (and Generative AI with Scala), and TensorFlow-Scala. These cutting-edge resources will enable you to build and deploy machine learning models for a wide range of projects, including data analysis, natural language processing, image recognition and more. Upon completing this course, you'll have the skills required to tackle complex projects and confidently develop intelligent applications. You?ll be able to drive business outcomes, optimize processes, and contribute to innovative projects that leverage the power of data-driven insights and predictions. Introduction to Machine Learning and Scala Learning Outcome: Understand the fundamentals of machine learning and Scala's role in this domain. What is Machine Learning? Machine Learning with Scala: Advantages and Use Cases Supervised Learning in Scala Learn the basics of supervised learning and how to apply it using Scala. Supervised Learning: Regression and Classification Linear Regression in Scala Logistic Regression in Scala Unsupervised Learning in Scala Understand unsupervised learning and how to apply it using Scala. Unsupervised Learning:Clustering and Dimensionality Reduction K-means Clustering in Scala Principal Component Analysis in Scala Neural Networks and Deep Learning in Scala Learning Outcome: Learn the basics of neural networks and deep learning with a focus on implementing them in Scala. Introduction to Neural Networks Feedforward Neural Networks in Scala Deep Learning and Convolutional Neural Networks Introduction to Generative AI and GPT in Scala Gain a basic understanding of generative AI and GPT, and how to utilize GPT-Scala for natural language tasks. Generative AI: Overview and Use Cases Introduction to GPT (Generative Pre-trained Transformer) GPT-Scala: A Library for GPT in Scala Reinforcement Learning in Scala Understand the basics of reinforcement learning and its implementation in Scala. Introduction to Reinforcement Learning Q-learning and Value Iteration Reinforcement Learning with Scala Time Series Analysis using Scala Learn time series analysis techniques and how to apply them in Scala. Introduction to Time Series Analysis Autoregressive Integrated Moving Average (ARIMA) Models Time Series Analysis in Scala Natural Language Processing (NLP) with Scala Gain an understanding of natural language processing techniques and their application in Scala. Introduction to NLP: Techniques and Applications Text Processing and Feature Extraction NLP Libraries and Tools for Scala Image Processing and Computer Vision with Scala Learn image processing techniques and computer vision concepts with a focus on implementing them in Scala. Introduction to Image Processing and Computer Vision Feature Extraction and Image Classification Image Processing Libraries for Scala Model Evaluation and Validation Understand the importance of model evaluation and validation, and how to apply these concepts using Scala. Model Evaluation Metrics Cross-Validation Techniques Model Selection and Tuning in Scala Scalable Machine Learning with Scala Learn how to handle large-scale machine learning problems using Scala. Challenges of Large-Scale Machine Learning Data Partitioning and Parallelization Distributed Machine Learning with Scala Machine Learning Deployment and Production Understand the process of deploying machine learning models into production using Scala. Deployment Challenges and Best Practices Model Serialization and Deserialization Monitoring and Updating Models in Production Ensemble Learning Techniques in Scala Discover ensemble learning techniques and their implementation in Scala. Introduction to Ensemble Learning Bagging and Boosting Techniques Implementing Ensemble Models in Scala Feature Engineering for Machine Learning in Scala Learn advanced feature engineering techniques to improve machine learning model performance in Scala. Importance of Feature Engineering in Machine Learning Feature Scaling and Normalization Techniques Handling Missing Data and Categorical Features Advanced Optimization Techniques for Machine Learning Understand advanced optimization techniques for machine learning models and their application in Scala. Gradient Descent and Variants Regularization Techniques (L1 and L2) Hyperparameter Tuning Strategies

Machine Learning Essentials for Scala Developers (TTML5506-S)
Delivered OnlineFlexible Dates
Price on Enquiry

The Parents' Guide To Staying Sane And Surviving The Summer Holiday Juggle Struggle.

By Happy Human Training

A light and compassionate guide for parents on the art of creating space in a world where there isn't any and of why it matters. Packed with practical tips for wrangling the chaos and conflicting priorities that come with parenthood, the webinar is aimed at anyone who'd like to regain a little bit of 'me' time in a schedule that revolves around everyone else. Available as a live event and as a recording on request.

The Parents' Guide To Staying Sane And Surviving The Summer Holiday Juggle Struggle.
Delivered OnlineFlexible Dates
FREE

Coding (HTML, C++, Python, JavaScript & IT)

By NextGen Learning

Course Overview This comprehensive course on Coding (HTML, C++, Python, JavaScript & IT) offers a structured introduction to the world of coding and information technology. It covers an expansive array of programming languages and technologies, including HTML, CSS, JavaScript, C++, Python, and PHP, alongside key IT concepts such as cybersecurity, cloud computing, and network security. Learners will develop a deep understanding of programming logic, software development, web development, and essential IT operations. Whether you're aiming to explore programming for the first time or expand your technical skill set, this course equips you with the knowledge required to navigate modern computing systems and coding environments. Upon completion, learners will be better prepared to pursue roles in web development, programming, system administration, and IT support across various industries. Course Description This course delivers an in-depth exploration of both coding and IT fundamentals, offering a diverse curriculum that spans core programming languages such as HTML, C++, Python, JavaScript, and R. It extends into cybersecurity, Linux scripting, ethical hacking, and computer networking—creating a well-rounded foundation for digital fluency. Learners are introduced to the design and development of web applications, front-end and back-end technologies, and essential tools such as GitHub, Heroku, and MySQL. The course further includes IT administration, encryption methods, cloud infrastructure, and system troubleshooting, ensuring coverage of key concepts necessary in today’s tech-driven world. With a focus on conceptual clarity and structured progression, learners will gain valuable knowledge aligned with current industry needs and expectations. Course Modules Module 01: Introduction to Coding With HTML, CSS, & Javascript Module 02: C++ Development: The Complete Coding Guide Module 03: Python Programming: Beginner To Expert Module 04: Learn Ethical Hacking From A-Z: Beginner To Expert Module 05: Bash Scripting, Linux and Shell Programming Module 06: JavaScript Project – Game Development with JS Module 07: R Programming for Data Science Module 08: Secure Programming of Web Applications Module 09: Advanced Diploma in PHP Web Development with MySQL, GitHub & Heroku Module 10: The Complete Front-End Web Development Course! Module 11: The Complete MySQL Server from Scratch: Bootcamp Module 12: Cyber Security Awareness Training Module 13: Cloud Computing / CompTIA Cloud+ (CV0-002) Module 14: CompTIA A+ (220-1001) Module 15: Building Your Own Computer Module 16: Computer Networks Security from Scratch to Advanced Module 17: IT Administration and Networking Module 18: Encryption Module 19: Advance Windows 10 Troubleshooting for IT HelpDesk Module 20: Microsoft Excel Complete Course (See full curriculum) Who is this course for? Individuals seeking to understand programming languages and IT fundamentals. Professionals aiming to transition into coding or expand their IT knowledge. Beginners with an interest in computing, programming, or digital technologies. Students or career changers preparing for roles in the tech sector. Career Path Web Developer Software Programmer IT Support Technician Network Administrator Cybersecurity Analyst Cloud Computing Technician Data Analyst Systems Engineer Helpdesk Specialist IT Consultant

Coding (HTML, C++, Python, JavaScript & IT)
Delivered OnlineFlexible Dates
£9.99

Nursing Assistant Diploma

By NextGen Learning

Course Overview The Nursing Assistant Diploma offers an in-depth introduction to the fundamental principles and practices of nursing support. This comprehensive course provides learners with essential knowledge of patient care, healthcare standards, ethical practices, and communication techniques within various healthcare settings. Designed to prepare individuals for a rewarding career in healthcare, the course emphasises the importance of safety, hygiene, infection control, and effective patient interaction. By completing this programme, learners will develop a strong foundation in the roles and responsibilities of a nursing assistant, enhancing their competence and confidence to contribute effectively within multidisciplinary healthcare teams. Graduates will be well-equipped to support patient care delivery across hospitals, residential homes, and community care environments. This diploma also provides an ideal stepping stone for further professional development in the healthcare sector, setting learners on a clear path towards meaningful employment and continuous advancement within the nursing field. Course Description The Nursing Assistant Diploma is carefully structured to guide learners through the essential areas of healthcare support. Covering topics such as nursing fundamentals, healthcare legislation, communication skills, infection control, medication administration, and patient mobility, the course ensures a thorough understanding of the nursing assistant role. Learners will explore the professional standards expected in healthcare environments and acquire valuable knowledge regarding patient hygiene, nutrition, oxygenation, and pain management. The curriculum fosters critical skills necessary for maintaining health and safety in clinical settings while promoting compassionate and ethical patient care. By the end of the course, learners will have developed the ability to assist nursing teams, contribute to patient wellbeing, and respond appropriately to a range of care scenarios. Designed to accommodate learners from all backgrounds, the Nursing Assistant Diploma prepares individuals for career opportunities in hospitals, care homes, rehabilitation centres, and other healthcare organisations. Course Modules Module 01: Introduction to Nursing Module 02: Working in Different Healthcare Settings Module 03: Legal, Standards and Professional Aspects of Ethical Practice: Part – 1 Module 04: Legal, Standards and Professional Aspects of Ethical Practice: Part – 2 Module 05: Effective Communication in Nursing Module 06: Health and Safety in Nursing Module 07: Hygiene in Nursing Module 08: Infection Control Module 09: Asepsis in Nursing Module 10: Medication Administration in Nursing Module 11: Understanding the Immune System in Nursing Module 12: Rest and Sleep Management in Nursing Module 13: Mobility and Immobility Issues of Patients in Nursing Module 14: Pain Management for Nurses Module 15: Nutrition in Nursing Module 16: Fluid and Electrolyte Balance Module 17: Assisting with Elimination Module 18: Oxygenation in Nursing (See full curriculum) Who is this course for? Individuals seeking to build a career as a Nursing Assistant. Professionals aiming to enhance their healthcare support skills. Beginners with an interest in nursing and patient care. Career changers looking to enter the healthcare sector. Healthcare support workers wishing to formalise their skills with a recognised qualification. Career Path Nursing Assistant Healthcare Support Worker Care Assistant Residential Care Worker Community Healthcare Worker Rehabilitation Support Assistant Patient Care Assistant Healthcare Administrative Support Staff

Nursing Assistant Diploma
Delivered OnlineFlexible Dates
£9.99

How to reduce suicide risk

By Human Givens College

– the practical steps you need to know This live online suicide intervention training covers a wealth of essential information and strategies to help you help anyone you suspect may be thinking about or planning suicide, or who has survived a previous attempt… Accredited CPD Certificate: 6 hours Length: 1 day (9.15am - 4.00pm GMT) You never know when you may need these skills… Brilliant! I’ve been on previous suicide intervention courses over the years, but this is by far the best – great pace, very knowledgeable trainer...who brings real experience into the learning...SUE HASWELL Join Malcolm Hanson LIVE ONLINE on Tuesday 12th March for his essential suicide intervention training, delivered via Zoom. Book your place and we’ll send you the Zoom link the day before the event. BONUS Recording – the training is recorded, in case anyone experiences technical difficulties, so you also get a recording for a limited time afterwards to maximise your learning. Why take this suicide prevention course Suicide can be a difficult subject to broach and a daunting one to deal with – anyone working with distressed or depressed people wants to keep them safe, to give them the hope they need that circumstances can change for the better, and to provide the skills for coping until that comes about. When people can’t envisage an end to their difficulties, particularly in highly challenging times, a slump into depression can all too quickly spiral down into suicidal thoughts, plans and suicide attempts. The negative trance state of depression itself can beguile people into thinking that there is no other way out of their hopelessness. Thankfully, there is much we can do to help – as this indepth suicide intervention course shows. Tutor Malcolm Hanson has a wealth of experience at helping seriously distressed people get through difficulties which he draws upon as he takes you clearly through the steps to take when faced with anyone who feels suicidal. (He worked for 9 years as a psychotherapist in NHS primary care in an area of extreme deprivation, and for many more years since has seen patients referred by GPs, social workers, psychiatrists, police and probation officers for complex issues.) He has successfully helped clients experiencing multiple trauma (including veterans), chronic pain and terminal illness, clients struggling with uncertain asylum status or facing deportation, and also victims of human trafficking – a tragic range of circumstances in which even the most resilient may sometimes sink into despair. His compassion and understanding shine through this course as he shares with you what he has learnt, along with the latest psychiatric research and risk assessment strategies, to give you the knowledge and assurance you need to work confidently and respectfully with clients struggling to find reasons to stay alive. You will learn how to build in expectation of positive change from the start, have plenty of time to benefit from group discussions and will work through case scenarios with other attendees to help embed your learning. Suicide affects countless people, not only those directly involved, and is now the most common cause of death in men aged 17 to 34. The highest suicide rate is in men aged 45–49; in women, it is highest in those aged between 50–54.1 Join us for this practical online suicide prevention training to learn how you can help reverse this state of affairs… Book your place So much helpful and insightful information delivered in a way that was easy to listen to and take on board...STEVEN TESSEYMAN What will you learn Deeper insight into when and why different people consider suicide Crucial elements needed to build rapport with suicidal people Why most suicidal crises are surprisingly temporary How to normalise circumstances safely A model for running therapeutic sessions that best manages suicide risk Ways to use your own demeanour to instil confidence in the person who is feeling suicidal Effective information gathering to challenge unhelpful beliefs What to look for in their answers to your questions How to broach the subject of suicidal thoughts A structure for difficult conversations The ability to reframe unhelpful beliefs Methods of risk assessment that do not risk losing rapport Advances in psychiatric research on suicide risk management and the implications of this for psychotherapy and counselling How to use language of influence Effective means to address beliefs about being a burden How to set realistic and empowering goals How to make best use of the client’s own resources The importance of addressing emotional needs How to create a safety plan Strategies for client safe self-management between sessions The power of guided imagery for working with suicidal clients Powerful insights and hope from real case histories How to take care of yourself – and more… Malcolm is a wonderful communicator: so clear, measured and thoughtful ... it was a pleasure and privilege to learn from himMATTHEW HOPKINS Course Programme The ‘How To Reduce Suicide Risk’ live online course starts at 9.15am and runs until 4.00pm. 9.15am Join the Zoom meeting 9.30am The important first steps for suicide risk management 11.00am Comfort break and discussion 11.30am Working with what the client brings 1.00pm Lunch break 1.45pm Rehearsing the safety plan 2.45pm Comfort break and discussion 3.00pm Putting what you have learned into practice 4.00pm Day ends Who is this suicide awareness and prevention course for? Psychotherapists and counsellors All mental health and welfare professionals – including GPs, social workers, the emergency services, pastoral care and outreach workers – and anyone else working with people with suicidal ideation Anyone concerned for personal or HR reasons – the training contains a lot of key, helpful information which is presented in a clear, easy to understand way, even though it is primarily geared towards carrying out therapy effectively with suicidal clients Anyone working with young people, such as teachers and youth workers, will benefit from this live online suicide intervention course Anyone who may come into contact with people who are very distressed, whether through their paid or volunteer work, will also learn essential live-saving information. Please Note This course is not a substitute for therapy. Reference 1. www.ons.gov.uk/peoplepopulationandcommunity/birthsdeathsandmarriages/deaths/bulletins/suicidesintheunitedkingdom/2019registrations The one certainty in life is that circumstances ALWAYS change... This online suicide awareness and prevention course has been independently accredited by the internationally recognised CPD Standards Office for 6 hours of CPD training. On completion of this training you’ll receive CPD certificates from the College and the CPD Standards Office.

How to reduce suicide risk
Delivered OnlineFlexible Dates
£125