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

585 Courses in Cardiff delivered Live Online

Career Development Plan Fundamentals

By NextGen Learning

Career Development Plan Fundamentals Course Overview: The "Career Development Plan Fundamentals" course is designed to guide learners through the essential elements of creating and implementing an effective career development plan. This course equips learners with the tools and frameworks to identify career goals, create strategic plans, and develop the necessary skills to achieve professional growth. Participants will gain a clear understanding of career progression pathways, set achievable career objectives, and learn how to align their strengths with their aspirations. By the end of this course, learners will have the skills to manage their career trajectory proactively, resulting in a structured approach to achieving long-term success. Course Description: This course provides in-depth coverage of the key components of career planning, starting with the importance of self-assessment and goal-setting. Learners will explore strategies for identifying career goals, building an actionable career roadmap, and mastering key skills for professional advancement. Topics include understanding personal strengths, researching career options, networking, and professional branding. Throughout the course, learners will be guided through various frameworks and methodologies to develop a structured plan for career growth. By completing this course, learners will be prepared to confidently manage their career path, identify opportunities for growth, and take decisive steps towards achieving their career objectives. Career Development Plan Fundamentals Curriculum: Module 01: Introduction to Career Development Module 02: Setting Career Goals and Objectives Module 03: Assessing Personal Strengths and Areas for Growth Module 04: Researching Career Paths and Opportunities Module 05: Building a Personal Brand and Networking Strategy Module 06: Navigating Career Transitions and Promotions Module 07: Monitoring Progress and Adjusting Career Plans (See full curriculum) Who is this course for? Individuals seeking to enhance their career trajectory. Professionals aiming to plan and manage their career development. Beginners with an interest in structured career progression. Individuals looking to identify and align their career goals with personal strengths. Career Path Career Development Specialist HR Manager Professional Coach or Mentor Recruitment Consultant Talent Development Advisor

Career Development Plan Fundamentals
Delivered OnlineFlexible Dates
£7.99

Thai Massage Therapy for Pain Management - Online Diploma

By NextGen Learning

Thai Massage Therapy for Pain Management - Online Diploma Course Overview The "Thai Massage Therapy for Pain Management - Online Diploma" offers an in-depth exploration of Thai massage techniques tailored for pain relief. This course is designed for those who wish to understand the therapeutic potential of Thai massage, equipping learners with the necessary knowledge and skills to apply these techniques effectively. The course covers foundational theories, essential practices, and full massage sequences that can be implemented in pain management treatments. By the end of the course, learners will be able to confidently offer Thai massage sessions focused on alleviating various pain-related conditions, enhancing overall wellbeing, and contributing to improved physical health. Course Description This comprehensive online diploma takes learners through an in-depth study of Thai massage, focusing on its effectiveness in pain management. The course starts with an introduction to the fundamentals of Thai massage therapy, before progressing to specific techniques aimed at relieving muscular and joint pain. It covers a full sequence of massage steps, ensuring learners gain a solid understanding of how each move contributes to pain relief. The content is designed to be easily followed, with clear explanations and structured learning. Throughout, students will develop the skills needed to carry out Thai massage therapy to support clients in managing pain and improving flexibility, ensuring their approach is both effective and holistic. Thai Massage Therapy for Pain Management - Online Diploma Curriculum Module 01: Thai Massage Introduction Module 02: Thai Massage Techniques Step By Step Module 03: The Full Massage Sequence (See full curriculum) Who is this course for? Individuals seeking to improve their knowledge of pain management techniques Professionals aiming to enhance their skill set in therapeutic massage Beginners with an interest in Thai massage or alternative therapies Health and wellness enthusiasts looking to diversify their expertise Career Path Thai Massage Therapist Alternative Medicine Practitioner Pain Management Specialist Holistic Health Consultant Wellness Centre Practitioner

Thai Massage Therapy for Pain Management - Online Diploma
Delivered OnlineFlexible Dates
£7.99

Mastering React | React Foundation (TT4195)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This introductory-level, fast-paced course is for skilled web developers new to React who have prior experienced working HTML5, CSS3 and JavaScript. Overview Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn about and explore: A basic and advanced understanding of React components An advanced, in-depth knowledge of how React works A complete understanding of using Redux How to build, validate, and populate interactive forms How to use inline styles for perfect looking components How to test React components How to build and use components How to get control of your build process A deep understanding of data-driven modeling with props and state How to use client-side routing for pages in your apps How to debug a React application Mastering React is a comprehensive hands-on course that aims to be the single most useful resource on getting up to speed quickly with React. Geared for more experienced web developers new to React, this course provides students with the core knowledge and hands-on skills they require to build reliable, powerful React apps. After the first few modules, you?ll have a solid understanding of React?s fundamentals and will be able to build a wide array of rich, interactive web apps with the framework. The first module is an introduction to the new functionality in ECMAScript 6 (JavaScript). Client-side routing between pages, managing complex state, and heavy API interaction at scale are also covered. This course consists of two parts. In the first part of the course students will explore all the fundamentals with a progressive, example-driven approach. You?ll create your first apps, learn how to write components, start handling user interaction, and manage rich forms. We end the first part by exploring the inner workings of Create React App (Facebook?s tool for running React apps), writing automated unit tests, and building a multi-page app that uses client-side routing. The latter part of the course moves into more advanced concepts that you?ll see used in large, production applications. These concepts explore strategies for data architecture, transport, and management: Redux is a state management paradigm based on the Flux architecture. Redux provides a structure for large state trees and allows you to decouple user interaction in your app from state changes. GraphQL is a powerful, typed, REST API alternative where the client describes the data it needs. Hooks is the powerful, new way to maintain state and properties with functional components and the future of React according to Facebook. ES6 Primer (Optional) Prefer const and let over var Arrow functions Modules Object.assign() Template literals The spread operator and Rest parameters Enhanced object literals Default arguments Destructuring assignments Your first React Web Application Setting up your development environment JavaScript ES6 /ES7 Getting started What?s a component? Our first component Building the App Making the App data-driven Your app?s first interaction Updating state and immutability Refactoring with the Babel plugin transform-class-properties JSX and the Virtual DOM React Uses a Virtual DOM Why Not Modify the Actual DOM? What is a Virtual DOM? Virtual DOM Pieces ReactElement JSX JSX Creates Elements JSX Attribute Expressions JSX Conditional Child Expressions JSX Boolean Attributes JSX Comments JSX Spread Syntax JSX Gotchas JSX Summary Components A time-logging app Getting started Breaking the app into components The steps for building React apps from scratch Updating timers Deleting timers Adding timing functionality Add start and stop functionality Methodology review Advanced Component Configuration with props, state, and children ReactComponent props are the parameters PropTypes Default props with getDefaultProps() context state Stateless Components Talking to Children Components with props.children Forms Forms 101 Text Input Remote Data Async Persistence Redux Form Modules Unit Testing & Jest Writing tests without a framework What is Jest? Using Jest Testing strategies for React applications Testing a basic React component with Enzyme Writing tests for the food lookup app Writing FoodSearch.test.js Routing What?s in a URL? React Router?s core components Building the components of react-router Dynamic routing with React Router Supporting authenticated routes Intro to Flux and Redux Why Flux? Flux is a Design Pattern Flux implementations Redux & Redux?s key ideas Building a counter The core of Redux The beginnings of a chat app Building the reducer() Subscribing to the store Connecting Redux to React Intermediate Redux Using createStore() from the redux library Representing messages as objects in state Introducing threads Adding the ThreadTabs component Supporting threads in the reducer Adding the action OPEN_THREAD Breaking up the reducer function Adding messagesReducer() Defining the initial state in the reducers Using combineReducers() from redux React Hooks Motivation behind Hooks How Hooks Map to Component Classes Using Hooks Requires react 'next' useState() Hook Example useEffect() Hook Example useContext() Hook Example Using Custom Hooks Using Webpack with Create React App JavaScript modules Create React App Exploring Create React App Webpack basics Making modifications Hot reloading; Auto-reloading Creating a production build Ejecting Using Create React App with an API server When to use Webpack/Create React App Using GraphQL Your First GraphQL Query GraphQL Benefits GraphQL vs. REST GraphQL vs. SQL Relay and GraphQL Frameworks Chapter Preview Consuming GraphQL Exploring With GraphiQL GraphQL Syntax 101 . Complex Types Exploring a Graph Graph Nodes ; Viewer Graph Connections and Edges Mutations Subscriptions GraphQL With JavaScript GraphQL With React

Mastering React | React Foundation (TT4195)
Delivered OnlineFlexible Dates
Price on Enquiry

Cyber Security Awareness Training

By NextGen Learning

Course Overview Cyber Security Awareness Training is designed to equip learners with the essential knowledge to identify, manage, and reduce cyber risks in both personal and professional environments. This course provides a comprehensive understanding of the ever-evolving landscape of cyber threats and the proactive steps necessary to mitigate them. Through clear, accessible content, learners will explore key areas such as cyber attacks, password management, data breaches, and safe internet practices. By the end of the programme, participants will be able to recognise potential cyber threats, protect sensitive information, and contribute to creating a more secure digital environment. Whether for personal confidence or professional enhancement, this course offers crucial insights to stay safe in today’s technology-driven world. It is suitable for individuals at all levels, ensuring a solid foundation for developing cyber security awareness and resilience against emerging digital risks. Course Description This Cyber Security Awareness Training course delves deeper into the principles of protecting information and systems from cyber threats. Learners will explore common cyber attacks, cybercrimes, and the consequences of data breaches, alongside strategies for strengthening password security and practising safe internet browsing. The training also covers essential topics such as securing remote work environments, managing devices securely, and applying preventative measures to mitigate risks. Throughout the course, participants will engage with structured, easy-to-understand materials designed to build their confidence and competence in cyber security awareness. Learners will gain the ability to assess potential vulnerabilities, adopt safer digital habits, and contribute to wider organisational security initiatives. Delivered in a flexible, accessible format, the course is structured to support learners in developing critical thinking around cyber security issues while enhancing their ability to respond effectively to real-world digital threats. Course Modules Module 01: Introduction to Cyber Security Module 02: Cyber Attacks Module 03: Cybercrimes Module 04: Cyber Security and Data Breaches Module 05: Password Management Module 06: Internet Browsing Module 07: Office and Remote Work Security Module 08: Device Management Module 09: Preventative Measures (See full curriculum) Who is this course for? Individuals seeking to enhance their understanding of cyber threats and secure their digital presence. Professionals aiming to strengthen workplace cyber security practices. Beginners with an interest in cyber security, information security, or technology sectors. Employees required to complete cyber security awareness as part of corporate compliance programmes. Small business owners wishing to protect their business operations and client data. Career Path Cyber Security Assistant IT Support Analyst Security Awareness Coordinator Risk and Compliance Assistant Data Protection Officer Network Security Administrator Information Security Officer Technical Support Specialist Digital Operations Executive

Cyber Security Awareness Training
Delivered OnlineFlexible Dates
£9.99

Trainee Train Driver Course

By NextGen Learning

Course Overview The Trainee Train Driver Course offers a comprehensive and engaging journey into the world of train operations, ideal for individuals aspiring to build a career in the railway industry. Covering essential aspects such as licensing, required skills, application success strategies, psychometric preparation, and medical assessments, this course is designed to equip learners with the knowledge and confidence needed to pursue trainee train driver opportunities. Throughout the course, learners will gain a thorough understanding of the recruitment process, assessment methods, and professional expectations associated with this respected role. By the end, participants will be well-prepared to approach train driver applications, interviews, and training stages with a competitive edge. The course’s structured approach ensures learners develop key theoretical insights and align with industry standards, helping them to take their first significant steps towards a rewarding future in rail transport. Course Description The Trainee Train Driver Course delves into each crucial phase of becoming a qualified train driver, from understanding the basic responsibilities to mastering the complex selection processes. Learners will explore topics such as licensing requirements, application writing techniques, psychometric testing frameworks, and preparation for the rigorous interview stages. Detailed guidance on medical assessments, reference checks, and formal training procedures is also provided. The course maintains a professional focus, offering a clear roadmap for candidates aiming to meet the high standards expected within the railway sector. Participants will develop a strong foundation in the attitudes, behaviours, and knowledge required for success. With expertly crafted modules and a learner-centred approach, the course provides invaluable support for those committed to starting their journey towards a stable and respected career in train driving, ensuring they are fully aware of what the profession entails and how best to achieve their goals. Course Modules Module 01: Introduction to Trainee Train Driving Module 02: Train Driver Licences and Certificates: Key Facts Module 03: Train Driver Required Skills and Attitudes Module 04: Train Driver Application Form Success Module 05: Train Driver Psychometric Test Module 06: Find Success in the Train Driver Interview Module 07: References, Medical Assessment and Training (See full curriculum) Who is this course for? Individuals seeking to start a career as a trainee train driver. Professionals aiming to transition into the railway industry. Beginners with an interest in transport and rail operations. Anyone preparing for a train driver application or assessment process. Career Path Trainee Train Driver Passenger Train Driver Freight Train Driver Rail Operations Officer Train Driver Assessor Railway Safety Inspector Rail Traffic Controller

Trainee Train Driver Course
Delivered OnlineFlexible Dates
£9.99

Level 2 Certificate in Nutritional Therapy

By NextGen Learning

Level 2 Certificate in Nutritional Therapy Course Overview: The Level 2 Certificate in Nutritional Therapy provides learners with an essential understanding of the key principles behind nutrition and how it can be applied therapeutically. The course delves into the impact of food on health and how personalised nutrition strategies can aid in improving wellness. It covers the science of nutrition, including the effects of food on the body, common dietary issues, and therapeutic approaches. Through this course, learners will gain the knowledge to integrate nutritional therapy into various professional settings and improve client health outcomes. By the end, learners will be well-equipped to understand individual nutritional needs and how to implement tailored dietary strategies for optimal health. Course Description: The Level 2 Certificate in Nutritional Therapy offers an in-depth exploration of how nutrition influences health, addressing the biological and biochemical mechanisms at play. Learners will explore the specific nutritional requirements for different conditions, the therapeutic application of nutrition, and how to create personalised nutritional plans. The course covers powerful nutrient-rich foods, the significance of balanced diets, and the importance of lifestyle factors in health management. Additionally, learners will gain insight into the role of wellness coaching within the field of nutritional therapy, integrating coaching techniques to support individuals in achieving their health goals. The course is designed to provide learners with practical tools and insights, fostering a thorough understanding of nutritional therapy and its benefits for overall wellbeing. Level 2 Certificate in Nutritional Therapy Curriculum: Module 01: Why Individuals React Differently to Food Module 02: Practical Steps for Using Nutrition as Therapy Module 03: The Specifics of Powerful Nutrient-Rich Foods Module 04: Wellness Coaching and Nutritional Therapy Module 05: Putting it all Together (See full curriculum) Who is this course for? Individuals seeking to enhance their knowledge of nutrition. Professionals aiming to integrate nutritional therapy into their practice. Beginners with an interest in health, wellness, and nutrition. Those wishing to pursue a career in wellness coaching or dietary consultancy. Career Path: Nutritional Therapist Health Coach Dietary Consultant Wellness Coach Holistic Health Practitioner Clinical Nutrition Assistant

Level 2 Certificate in Nutritional Therapy
Delivered OnlineFlexible Dates
£7.99

Recruitment Consultant Diploma Level 5

By NextGen Learning

Recruitment Consultant Diploma Level 5 Course Overview The Recruitment Consultant Diploma Level 5 provides learners with in-depth knowledge and expertise required to succeed in the recruitment industry. This course covers a broad range of topics, including recruitment legislation, sales strategies, candidate management, and client acquisition. By the end of the course, learners will gain a comprehensive understanding of the recruitment process and how to effectively manage both candidates and clients. The course is designed to equip individuals with the essential skills needed for success in recruitment consultancy, offering valuable insights into industry practices, strategies, and key performance indicators. Course Description This diploma course offers a detailed exploration of the recruitment industry, starting with an introduction to its significance and the various legislative frameworks that impact recruitment practices in the UK. Learners will delve into strategies for candidate attraction, interview processes, and client acquisition. The modules are designed to help individuals develop critical skills in sales, client management, and the recruitment process itself. Learners will understand how to set key performance indicators, effectively manage candidates, and formulate strategies for success in the recruitment sector. This course is structured to provide comprehensive learning, ensuring that students are well-prepared for careers in recruitment consultancy. Recruitment Consultant Diploma Level 5 Curriculum: Module 01: Introduction to Recruitment: Importance and Implications Module 02: An Overview of the Recruitment Industry Module 03: The UK Recruitment Legislation Module 04: Sales and Selling in the Recruitment Industry Module 05: The Recruitment Process Module 06: Key Performance Indicators for the Recruitment Industry Module 07: Candidate Attraction for Recruitment Module 08: Candidate Management Module 09: Candidate Interview Processes Module 10: Client Acquisition Module 11: Client Strategy in the Recruitment Sector Module 12: Client Management Module 13: Steps to Starting and Running a Successful Recruiting Service (See full curriculum) Who is this course for? Individuals seeking to enter the recruitment industry. Professionals aiming to advance their recruitment career. Beginners with an interest in recruitment consultancy. Those looking to develop a deeper understanding of recruitment processes. Career Path Recruitment Consultant Talent Acquisition Specialist Recruitment Agency Manager Client Relationship Manager in Recruitment Recruitment Operations Specialist

Recruitment Consultant Diploma Level 5
Delivered OnlineFlexible Dates
£7.99

Emotional Intelligence

By Underscore Group

Understand what Emotional Intelligence is and how it impacts you and others around you. Course overview Duration: 1 day (6.5 hours) Emotional intelligence (EI) is increasingly being regarded as a major key to personal success. IQ measures our ability to problem solve and is pretty difficult if not impossible to change. Our emotional intelligence is our ability to problem solve about emotions and like any other skill can be developed and honed. Some of the most successful people in life today are those who are regarded as having a high level of emotional intelligence whatever their level of IQ. Being able to manage themselves and others successfully is often a crucial factor in their success. With a growing emphasis on ‘soft skills’, leaders and managers need to be able to sensitively handle other people, both within and outside the organisation. Emotions are important in work life. They drive motivation and commitment; they are an inherent part of what we do whatever our job role. Effective individuals are proficient at recognising, using, understanding, and managing emotions in themselves and others. This one day course will help participants improve their understanding and skill in these areas. Objectives  By the end of the course you will be able to: Identify the aspects of your role where emotions are important Recognise the four key elements of Emotional Intelligence Use a range of skills to build and maintain key relationships Develop an emotionally intelligent ‘culture’ in your part of the organisation Create a personal action plan to continue to enhance and monitor your Emotional Intelligence Content Emotional Intelligence (EI) What is Emotional Intelligence? Where does it sit in the “whole person model” IQ, Personality Traits, Skills and Knowledge and EI Dispelling the myths and legends about EI The RUUM Model of EI Recognising emotions in self and others Using emotions Understanding emotions Managing emotions Developing Skills in each of the 4 areas of EI Short and long-term strategies to develop EI Developing compensating strategies where needed Practical application of EI Leveraging EI strengths Practice using RUUM Model Case studies and scenarios Video analysis Examples in the public eye we can all relate to Incorporating EI into your day to day role Practical steps Peer coaching Action planning Optional Follow-up After completing this course, you have an opportunity to complete a psychometric to understand more about emotional motional drivers and derailers. If you would like to do this, you will be invited to complete a psychometric questionnaire called Lumina Emotion.It can be done online and takes between 30-60 minutes. The results are compiled into a report which one of our trained and accredited coaches will go through with the participant individually to work up an action plan to leverage their EI strengths and develop strength where needed.This can be very powerful in building EI into your people and your organisation.

Emotional Intelligence
Delivered in Horsham or OnlineFlexible Dates
Price on Enquiry

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

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