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.
An Accredited CPD-Certified Training Seminar for Employers, HR Managers, and Team Leaders “1 in 4 women and 1 in 7 men will experience domestic abuse in their lifetime.” (Source: Office for National Statistics) Domestic abuse is a workplace issue—whether it occurs inside or outside the home. This session provides a valuable introduction for employees in developing and embedding policies that protect staff, promote wellbeing, and fulfill legal and ethical responsibilities. Workplaces play a vital role in recognising, responding to, and supporting employees affected by domestic abuse. Having an effective Domestic Abuse Policy and Procedures will ensure your workplace is ‘A Safe Space to Work.’ What You'll Gain By attending this 1 hour live Teams Session, you will: Learn the main components of an effective workplace domestic abuse policy Learn how to embed procedures that support impacted employees safely and sensitively Clarify the legal, health and safeguarding responsibilities of employers Explore how to respond appropriately to disclosures of domestic abuse Learn the next steps for implementation within the workplace Why Attend? This seminar is ideal for organisations developing internal domestic abuse policies and procedures. The session offers practical steps to align with best practice, legal requirements, and trauma-informed approaches—supporting both compliance and compassion. By the end of the session, attendees will feel confident in: Drafting or refining a domestic abuse policy Creating a safe environment in which to disclose Building internal response plan that includes HR, line managers and support services Additional Benefits CPD credits awarded Printable handouts and policy templates provided Certificates of attendance available on request Free Domestic Abuse Policy Workshop Host Julie Johns MBE Format: Live Teams Session Duration: 1 hour Cost: For this date only £25 per person (normally £35 per person)
Duration 4 Days 24 CPD hours This course is intended for This in an intermediate level Java development course geared for students experienced with Java 8 or later programming essentials who wish to quickly get up and running with advanced Java skills. This course does not cover Java programming fundamentals. Overview Students will leave this course armed with the required skills to improve their Java applications using sound coding techniques and best practices. This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in advanced development skills, coupling the most current, effective techniques with the soundest industry practices. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Develop modular applications in Java Utilize the tooling that is provided in Java 9 to migrate, monitor and optimize applications Use the new JShell tool to quickly test java constructs Understand how the implementation of the String class has been updated to decrease the memory footprint Use the enhancements made to the Concurrency API, working with Completable Future instance of Thread pools Specific Java 9 features that are covered in the course include: The Java Module System (project Jigsaw) JShell Updated try-with-resources Performance enhancements in Java 9 Multi-Release Jar files This fast-track course is designed for experienced developers who have prior working knowledge of basic Java 8 or Java 9 and want to take advantage of the newest features of Java 9 that can help improve performance and functionality of Java 9 applications. You will gain invaluable insight into how to leverage Modules, scale applications into multi-core environments, improve performance, and become a more effective Java 9 developer. Java 9 Updates Review of What is New in Java 9 Milling Project Coin The Java Module system (Jigsaw) Why JigSaw? Introduction to the Module System The Module Descriptor Working with Modules JShell JShell More Java 9 Other New Java 9 Features Performance Optimizations Memory Management (Optional) Multithreading and Concurrency Multithreading Concurrent Java Java 8 Concurrency Updates Reflection and References Introspection and Reflection Reference Objects Effective Java Objects, Declarations, and Initializations Exceptions Writing High-Performance Applications Profiling and Benchmarking Profiling Tools Code Optimization Techniques Code Optimization Myths Design Optimization Techniques
Duration 3 Days 18 CPD hours This course is intended for Developers who have some familiarity with serverless and experience with development in the AWS Cloud Overview In this course, you will learn to: Apply event-driven best practices to a serverless application design using appropriate AWS services Identify the challenges and trade-offs of transitioning to serverless development, and make recommendations that suit your development organization and environment Build serverless applications using patterns that connect AWS managed services together, and account for service characteristics, including service quotas, available integrations, invocation model, error handling, and event source payload Compare and contrast available options for writing infrastructure as code, including AWS CloudFormation, AWS Amplify, AWS Serverless Application Model (AWS SAM), and AWS Cloud Development Kit (AWS CDK) Apply best practices to writing Lambda functions inclusive of error handling, logging, environment re-use, using layers, statelessness, idempotency, and configuring concurrency and memory Apply best practices for building observability and monitoring into your serverless application Apply security best practices to serverless applications Identify key scaling considerations in a serverless application, and match each consideration to the methods, tools, or best practices to manage it Use AWS SAM, AWS CDK, and AWS developer tools to configure a CI/CD workflow, and automate deployment of a serverless application Create and actively maintain a list of serverless resources that will assist in your ongoing serverless development and engagement with the serverless community This course gives developers exposure to and practice with best practices for building serverless applications using AWS Lambda and other services in the AWS serverless platform. You will use AWS frameworks to deploy a serverless application in hands-on labs that progress from simpler to more complex topics. You will use AWS documentation throughout the course to develop authentic methods for learning and problem-solving beyond the classroom. Introduction Introduction to the application you will build Access to course resources (Student Guide, Lab Guide, and Online Course Supplement) Thinking Serverless Best practices for building modern serverless applications Event-driven design AWS services that support event-driven serverless applications API-Driven Development and Synchronous Event Sources Characteristics of standard request/response API-based web applications How Amazon API Gateway fits into serverless applications Try-it-out exercise: Set up an HTTP API endpoint integrated with a Lambda function High-level comparison of API types (REST/HTTP, WebSocket, GraphQL) Introduction to Authentication, Authorization, and Access Control Authentication vs. Authorization Options for authenticating to APIs using API Gateway Amazon Cognito in serverless applications Amazon Cognito user pools vs. federated identities Serverless Deployment Frameworks Overview of imperative vs. declarative programming for infrastructure as code Comparison of CloudFormation, AWS CDK, Amplify, and AWS SAM frameworks Features of AWS SAM and the AWS SAM CLI for local emulation and testing Using Amazon EventBridge and Amazon SNS to Decouple Components Development considerations when using asynchronous event sources Features and use cases of Amazon EventBridge Try-it-out exercise: Build a custom EventBridge bus and rule Comparison of use cases for Amazon Simple Notification Service (Amazon SNS) vs. EventBridge Try-it-out exercise: Configure an Amazon SNS topic with filtering Event-Driven Development Using Queues and Streams Development considerations when using polling event sources to trigger Lambda functions Distinctions between queues and streams as event sources for Lambda Selecting appropriate configurations when using Amazon Simple Queue Service (Amazon SQS) or Amazon Kinesis Data Streams as an event source for Lambda Try-it-out exercise: Configure an Amazon SQS queue with a dead-letter queue as a Lambda event source Writing Good Lambda Functions How the Lambda lifecycle influences your function code Best practices for your Lambda functions Configuring a function Function code, versions and aliases Try-it-out exercise: Configure and test a Lambda function Lambda error handling Handling partial failures with queues and streams Step Functions for Orchestration AWS Step Functions in serverless architectures Try-it-out exercise: Step Functions states The callback pattern Standard vs. Express Workflows Step Functions direct integrations Try-it-out exercise: Troubleshooting a Standard Step Functions workflow Observability and Monitoring The three pillars of observability Amazon CloudWatch Logs and Logs Insights Writing effective log files Try-it-out exercise: Interpreting logs Using AWS X-Ray for observability Try-it-out exercise: Enable X-Ray and interpret X-Ray traces CloudWatch metrics and embedded metrics format Try-it-out exercise: Metrics and alarms Try-it-out exercise: ServiceLens Serverless Application Security Security best practices for serverless applications Applying security at all layers API Gateway and application security Lambda and application security Protecting data in your serverless data stores Auditing and traceability Handling Scale in Serverless Applications Scaling considerations for serverless applications Using API Gateway to manage scale Lambda concurrency scaling How different event sources scale with Lambda Automating the Deployment Pipeline The importance of CI/CD in serverless applications Tools in a serverless pipeline AWS SAM features for serverless deployments Best practices for automation Course wrap-up Additional course details: Nexus Humans AWS Developing Serverless Solutions on AWS 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 AWS Developing Serverless Solutions on AWS 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.
Embark on a transformative journey through the intricacies of modern chemistry with our comprehensive course, "The Ultimate Chemistry Training Series: From Basics to Advanced." Recently held across the UK, this training garnered acclaim for its dynamic approach and real-world relevance. Dive into foundational topics like Basic Chemistry and Biology, ensuring a robust understanding of the building blocks that underpin advanced scientific disciplines. Our cutting-edge curriculum extends beyond theory, covering crucial aspects such as Chemical Hygiene and Engineering, instilling a culture of safety in laboratory environments. The Ultimate Chemistry Training Series: From Basics to Advanced Bundle Consists of the following Premium courses: Course 01: Basic Chemistry Course 02: Basic Biology Course 03: Chemical Hygiene and Engineering: Safety in Laboratories Course 04: Biomedical Science at QLS Level 3 Course 05: Environmental Engineering Course 06: Food Technology Diploma Level 3 Course 07: Anatomy and Physiology of Human Body Course 08: Diploma in Water Chemistry Course 09: Health Science Diploma Level 3 Course 10: Medical Laboratory Assistant Course 11: Spill Management Training Course 12: Evolutionary Developmental Biology (Evo-Devo) Course 13: Environmental Law Course 14: Environmental Health Course 15: Biochemistry Course 16: Sustainable Energy, Development and Environmental Impacts Course 17: Renewable Energy Course 18: Diploma in Lab Technician at QLS Level 5 Course 19: Electrical Machines for Electrical Engineering Course 20: Solar Energy 10 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 01: Effective Communication Skills Diploma Course 02: Business Networking Skills Course 03: Influencing and Negotiation Skills Course 04: Delegation Skills Training Course 05: Time Management Course 06: Leadership Skills Training Course 07: Decision Making and Critical Thinking Online Course Course 08: Emotional Intelligence and Social Management Diploma Course 09: Assertiveness Skills Course 10: Touch Typing Complete Training Diploma Learning Outcomes: Upon completion of The Ultimate Chemistry Training Series: From Basics to Advanced bundle, you should be able to: Master foundational principles of Basic Chemistry and Biology. Demonstrate proficiency in Chemical Hygiene and Engineering for lab safety. Attain advanced knowledge in Biochemistry and Environmental Engineering. Analyze the Anatomy and Physiology of the Human Body at a proficient level. Apply environmental laws and regulations in real-world scenarios. Develop expertise in Renewable Energy and its environmental impacts. As you progress, explore specialised realms, including Environmental Engineering and Food Technology, culminating in in-depth knowledge of Biochemistry and Sustainable Energy. Taught by industry experts, this course seamlessly integrates theoretical insights with practical applications. Gain proficiency in areas like Medical Laboratory Assistance and Spill Management, ensuring you're equipped to navigate diverse challenges in the field. Elevate your expertise with topics like Renewable Energy and Electrical Machines, paving the way for a career at the forefront of scientific innovation. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Individuals aspiring to delve into the intricacies of scientific disciplines. Professionals seeking to broaden their expertise in laboratory sciences. Enthusiasts passionate about sustainable energy and environmental health. Those intrigued by the intersection of biology, chemistry, and technology. Individuals aiming to contribute to the evolving field of food technology. Anyone eager to explore diverse career opportunities in the scientific realm. Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Chemistry Training course, all you need is - A smart device A secure internet connection And a keen interest in Chemistry Career path Environmental Scientist: •32,000 - •45,000 Biochemist: •35,000 - •50,000 Lab Technician: •25,000 - •35,000 Medical Laboratory Assistant: •20,000 - •28,000 Food Technologist: •28,000 - •40,000 Renewable Energy Specialist: •30,000 - •45,000 Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free
Elevate your understanding of eating disorders with our comprehensive course on Anorexia Nervosa, Bulimia Nervosa, Binge Eating Disorder, and more. Explore evidence-based treatments, delve into factors influencing these disorders, and gain insights into prevention and recovery strategies. Join us in fostering a compassionate and informed approach to mental health, promoting support and awareness. Enroll now for a transformative journey towards greater understanding, prevention, and recovery in the realm of eating disorders.
Counselling helps couples and families understand one another, take time out of their hectic lives and focus on themselves. Learn how to create a better functioning home environment with your excellent counselling skills gained from this Couple and Family Counselling Training course. The Couple and Family Counselling Training course will provide you with a clear concept of couples and family counselling. In addition, It will enhance your ability to strengthen family relationships. Our in-depth training will teach you how to treat mental disorders and relationship issues. You'll learn to counsel trauma and substance abuse, personality disorders, and stress and anxiety disorders. On top of that, the training will enrich your knowledge of promoting empathy within a family and helping couples regain trust. Enrol today! Learning Objectives Gain deep insights into couple and family counselling Be able to improve and strengthen relationships Learn how to treat various mental health disorders Discover the ethical issues in counselling Know how to prevent self-harm and suicide Take measures to avoid family conflicts Who is this Course for? This Couple and Family Counselling Training course is ideal for aspiring professionals who wish to gain the relevant skills and knowledge to fast track their careers. It is for those who have little or no knowledge of couple and family counselling or those who are new to the field and want to test their skills and knowledge. There are no entry requirements for this course. However, an eye for detail and a creative mind is essential. Entry Requirement This course is available to all learners of all academic backgrounds. A good understanding of the English language, numeracy, and ICT are required to attend this course. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £4.99 and the hard copy for £9.99. Also, you can order both PDF and hardcopy certificates for £12.99. Career Path Upon successfully completing the Couple and Family Counselling Training course, learners can progress to a more advanced program from our course list. Career opportunities in this field include freelancing or working in-house, within a range of professional settings, with the opportunity to earn a high salary. Related professions in this industry include: Counsellor Family Counselor Marriage and Family Therapist Mental Health Counselor Depression Counselor Course Curriculum Module 01 : Counselling and Counsellors Counselling and Counsellors 00:13:00 Module 02 : Theories and Models of Counselling (Part 1) Theories and Models of Counselling (Part 1) 00:16:00 Module 03 : Theories and Models of Counselling (Part 2) Theories and Models of Counselling (Part 2) 00:18:00 Module 04 : Legal, Cultural and Ethical Issues in Professional Counselling Legal, Cultural and Ethical Issues in Professional Counselling 00:16:00 Module 05 : Forms of Psychotherapy Forms of Psychotherapy 00:21:00 Module 06 : Couple and Family Counselling Couple and Family Counselling 00:28:00 Module 07 : Counselling Trauma and Substance Abuse Counselling Trauma and Substance Abuse 00:16:00 Module 08 : Counselling Stress and Anxiety Disorders Counselling Stress and Anxiety Disorders 00:30:00 Module 09 : Counselling Personality Disorders Counselling Personality Disorders 00:50:00 Module 10 : Counselling Mood Disorders and Depression Counselling Mood Disorders and Depression 00:22:00 Module 11 : Counselling Eating & Sleeping Disorders Counselling Eating & Sleeping Disorders 00:45:00 Module 12 : Counselling Self-Harm and Suicide Counselling Self-Harm and Suicide 00:17:00 Module 13 : Communication Skills and Empathy in Counselling Communication Skills and Empathy in Counselling 00:19:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00
Dive into the fascinating world of politics and international relations with our expansive course bundle, where the intricate dance of power, policy, and diplomacy comes alive. This collection offers a panoramic view of political studies, from the nuanced dynamics of UK and US politics to the global impact of international relations and human rights. It's an intellectual odyssey that stretches beyond borders, tapping into economics, environmental law, and even the echoes of military history. This bundle is a gateway to understanding the complex mechanisms that shape our world. Here, the pursuit of knowledge meets the mastery of skills, empowering you to navigate and influence the ever-evolving political landscape. Whether you're aspiring to be a policy maker, an advocate for change, or a connoisseur of global affairs, this course is your stepping stone. Embark on this educational journey, enrich your understanding, and be part of the change you wish to see. Enrol now and transform your curiosity into expertise. This Politics, Government & International Relations Bundle consists of the following 20 CPD Accredited Premium courses - Course 01: Political Study Course 02: Comparative Politics: UK and USA Course 03: UK / British Politics Course 04: UK Government Policies and Procedures Course 05: Exploring Political Ideas: A Comprehensive Guide Course 06: Diploma In International Relations Course 07: International Development Diploma Level 3 Course 08: Economics Course 09: Military History Course 10: Diploma in Human Rights Course 11: Environmental Law Course 12: Economics Level 2 Diploma Course 13: Self Esteem & Assertiveness Course 14: Economics and Evolutionary Game Theory Course 15: Environmental Health Course 16: Environmental Law 2021 Course 17: Organisation & People Management Course 18: International Law Course 19: Public Relation Course 20: Comparative Literature Studies: A Global Perspective 10 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 01: Effective Communication Skills Diploma Course 02: Business Networking Skills Course 03: Influencing and Negotiation Skills Course 04: Delegation Skills Training Course 05: Time Management Course 06: Leadership Skills Training Course 07: Decision Making and Critical Thinking Online Course Course 08: Emotional Intelligence and Social Management Diploma Course 09: Assertiveness Skills Course 10: Touch Typing Complete Training Diploma Learning Outcomes Here's what you'll gain from this comprehensive course bundle: Understand the key differences and similarities in UK and US politics. Acquire knowledge in international relations and global development. Gain insights into economic theories and their real-world applications. Explore the impact of environmental law on policy-making. Develop skills in self-esteem and assertiveness for effective leadership. Learn about the historical context and contemporary issues in human rights. Our course bundle provides a thorough grounding in political studies, equipping learners with a deep understanding of various political systems, especially focusing on the UK and USA. Through the Comparative Politics course, you'll delve into the workings of these two major political powerhouses. The UK Government Policies and Procedures course offers an inside look at the mechanisms of governance in the UK. The International Relations and International Development diplomas broaden your perspective, introducing you to the complexities of global politics and economics. The inclusion of Environmental Law and Environmental Health courses reflects the increasing importance of sustainable practices in policy-making. Moreover, the unique combination of courses like Self Esteem & Assertiveness and Organisation & People Management ensures that you're not just academically equipped but also personally prepared to lead and influence in the political arena. This comprehensive curriculum is designed to provide a well-rounded education in political studies, preparing you for a future as an informed and effective participant in the political and global landscape. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This course is ideal for: Individuals aspiring to careers in politics or government. Students and graduates in political science or international relations. NGO workers and activists focusing on human rights and development. Professionals in public relations and organizational management. Economists and environmental law enthusiasts. Those interested in military history and global affairs. Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Politics, Government & International Relations course, all you need is - A smart device A secure internet connection And a keen interest in Politics, Government & International Relations Career path A range of rewarding career opportunities awaits in the UK: Political Analyst: •35,000 - •45,000 per annum International Relations Specialist: •30,000 - •40,000 per annum Human Rights Officer: •27,000 - •37,000 per annum Environmental Policy Advisor: •32,000 - •42,000 per annum Public Relations Manager: •28,000 - •40,000 per annum Economic Consultant: •33,000 - •48,000 per annum Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free
This is the sign that you can learn cool courses during high school. If you want to prepare for your future, do it with Spark Generation and our unlimited subscription.
Gain essential skills in medical office management with the Medical Assistant Diploma. Learn medical terminology, record-keeping, confidentiality, and more. Perfect for aspiring medical assistants and healthcare professionals. Start your career today!