Adult learners are a diverse group with different backgrounds and unique requirements. As an educator, understanding how adults learn is crucial in crafting educational experiences that truly resonate with them. This Mastering Adult Learning: A Comprehensive Guide for Educators course empowers you with the necessary knowledge and capabilities to provide effective teaching for adults. The course equips you with the tools to meet the different needs of adult learners and deliver learning experiences that are impactful and meaningful. Get an in-depth understanding of the adult learner, familiarise yourself with fundamental learning theories, and master the principle of andragogy with Modules 01 to 03. Sharpen your educational strategies with our comprehensive approach. Modules 04 to 09 walk you through the various aspects of teaching adults, including planning educational programs, designing engaging learning experiences, and facilitating adult learning effectively. These modules help shape your knowledge and proficiency to make your educational sessions dynamic and impactful. Keeping pace with the digital era, our course also ensures you are well-versed with the latest advancements in adult learning. Module 10 introduces you to the concept of adult learning in the digital age, while Module 11 explores current innovations and issues. The final module provides a detailed look into the provision of adult education and lifelong learning in the United Kingdom, making this course relevant and insightful for educators globally. Embark on this journey with us and elevate your skills to become an expert in adult learning. Enrol in the course today! Learning Outcome: Upon completion of the Mastering Adult Learning course, you should be able to: Grasp the core principles of adult learning and teaching methodologies. Understand and apply various learning theories in educational contexts. Implement andragogy for effective adult education. Master strategies for planning and designing adult educational programs. Hone skills for facilitating learning experiences tailored for adults. Adapt to the digital landscape of adult education. Gain insight into the adult education system and lifelong learning in the UK. Who is this course for: This Mastering Adult Learning course is ideal for: Current educators aiming to specialise in adult learning. Aspiring teachers looking to gain a foothold in adult education. HR professionals seeking to enhance workplace training programs. Adult learners desiring a deeper understanding of their learning process. EdTech enthusiasts interested in the advancements in adult digital learning. Career Path: Our Mastering Adult Learning course will prepare you for a range of careers, including: Adult Learning Tutor: £25,000 - £35,000 per year. Lifelong Learning Coordinator: £30,000 - £40,000 per year. Corporate Trainer: £35,000 - £50,000 per year. E-Learning Designer: £40,000 - £55,000 per year. Adult Education Program Director: £45,000 - £60,000 per year. Higher Education Lecturer (Adult Learning): £50,000 - £70,000 per year. Certification After studying the course materials of the Mastering Adult Learning: A Comprehensive Guide for Educators course, there will be a written assignment test which you can take either during or at the end of the course. After passing the test, you will have a range of certification options. A CPD Accredited PDF Certificate - £4.99 A CPD Accredited Hardcopy Certificate - £8.00. A PDF Transcript - £4.99 A Hardcopy Transcript - £9.99. Select according to your needs, and we assure timely delivery of your chosen certificate. Requirements This professionally designed Mastering Adult Learning: A Comprehensive Guide for Educators course does not require you to have any prior qualifications or experience. It is open to everyone, and you can access the course from anywhere at any time. Just enrol and start learning! Course Curriculum Module 01: Introduction to Adult Learner and Adult Learning Introduction to Adult Learner and Adult Learning 00:12:00 Module 02: Understanding Learning Theories Understanding Learning Theories 00:10:00 Module 03: Andragogy: A Theory of Adult Learning Andragogy: A Theory of Adult Learning 00:10:00 Module 04: Approaches to Adult Learning Approaches to Adult Learning 00:21:00 Module 05: Teaching Adults Teaching Adults 00:18:00 Module 06: Adult Learning Process and Practice Adult Learning Process and Practice 00:15:00 Module 07: Planning Programs for Adults Planning Programs for Adults 00:12:00 Module 08: Designing Learning Experiences Designing Learning Experiences 00:12:00 Module 09: Facilitating Adult Learning Facilitating Adult Learning 00:10:00 Module 10: Adult Learning in the Digital Age Adult Learning in the Digital Age 00:10:00 Module 11: Innovation and Issues in Adult Learning Innovation and Issues in Adult Learning 00:15:00 Module 12: The Provision of Adult Education and Lifelong Learning in the United Kingdom The Provision of Adult Education and Lifelong Learning in the United Kingdom 00:07:00
Unlock the full potential of Excel with our Spreadsheet Training Course. From basic functions to advanced techniques, learn how to navigate and utilize Excel effectively for data analysis, reporting, and organization. Whether you're a beginner or looking to enhance your skills, this course provides hands-on training to help you become proficient in Excel. Enroll now and excel in spreadsheet management, boosting your productivity and efficiency in any professional setting.
Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level Java programming course, designed for experienced developers who wish to get up and running with Java, or who need to reinforce sound Java coding practices, immediately. Overview Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how it relates to OO programming and the Object Model Learn to use Java exception handling features Work with the Modular system (Project Jigsaw) Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Process large amount of data using Lambda expressions and the Stream API Abstract, static and private methods in interfaces Take advantage of the Java tooling that is available with the programming environment being used in the class Specific Java 11 features covered: Using the Local Variable Type in Lambda expressions; Updates made to the String AP Time Permitting: Quick look ahead - Java 12, Java 13, Java 14 and Beyond If you're an experienced OO developer (coming from a C# or C++ background, etc.) who needs to transition to programming in Java, this fast-paced, hands-on course will get you there quickly. Fast Track to Java Programming for OO Experienced Developers is a four-day, lab-intensive class where you'll quickly be immersed in working with the latest Java 11 programming techniques, using best practices for writing solid, robust (and well-written!) modern object-oriented applications. In addition to learning excellent, current coding skills in Java, you'll explore the new improved features for better performance and new capabilities for addressing rapid application development that Java 11 brings to the table. This course includes several key aspects that were introduced in Java 9, Java 10, and Java 11 including the Java Modular System, Local Variable Type Inference, and several API updates. This course also includes a Quick Look at what?s next in Java ? Java 12, Java 13, Java 14 and beyond. The Java Platform Java Platforms Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Setting Up Environment Locating Class Files Compiling Package Classes Source and Class Files Java Applications The Eclipse Paradigm Workbench and Workspace Views Editors Perspectives Projects Writing a Simple Class Classes in Java Class Modifiers and Types Class Instance Variables Primitives vs. Object References Creating Objects Adding Methods to the Class Passing Parameters into Methods Returning a Value from a Method Overloaded Methods Constructors Optimizing Constructor Usage Language Statements Operators Comparison and Logical Operators Looping Continue and Break Statements The switch Statement The for-each() Loop Using Strings Create an instance of the String class Test if two strings are equal Get the length of a string Parse a string for its token components Perform a case-insensitive equality test Build up a string using StringBuffer Contrast String, StringBuffer, and StringBuilder Specializing in a Subclass Extending a Class Casting The Object Class Default Constructor Implicit Constructor Chaining Fields and Variables Instance vs. Local Variables: Usage Differences Data Types Default Values Block Scoping Rules Final and Static Fields Static Methods Using Arrays Arrays Accessing the Array Multidimensional Arrays Copying Arrays Variable Arguments Local-Variable Type Inference Type inference Infering Types of Local Variables The var Reserved Type name Benefits of Using var Backward Compatibility Java Packages and Visibility Class Location of Packages The Package Keyword Importing Classes Executing Programs Visibility in the Modular System Java Naming Conventions Inheritance and Polymorphism Polymorphism: The Subclasses Upcasting vs. Downcasting Calling Superclass Methods from Subclass The final Keyword Interfaces and Abstract Classes Separating Capability from Implementation Abstract Classes Implementing an Interface Abstract Classes vs. Interfaces Introduction to Exception Handling Exception Architecture Throwing Exceptions Checked vs. Unchecked Exceptions Exceptions Handling Multiple Exceptions Automatic Closure of Resources Creating Your Own Exceptions Utility Classes Wrapper Classes Autoboxing/Unboxing Enumeration Syntax Using Static imports Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls to Generics When Generics Should Be Used Lambda Expressions and Functional Interface Lambda Expression Syntax Functional Interfaces Type Inference in Java 8 Method references Collections Characterizing Collections Collection Interface Hierarchy The Set, List and Queue Interfaces Map Interfaces Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Streams Processing Collections of data The Stream interface Reduction and Parallelism Filtering collection data Sorting Collection data Map collection data Find elements in Stream Numeric Streams Create infinite Streams Sources for using Streams Collectors Creating Collections from a Stream Group elements in the Stream Multi-level grouping of elements Partitioning Streams Introduction to the Module System Introduce Project Jigsaw Classpath and Encapsulation The JDK internal APIs Java 9 Platform modules Defining application modules Define module dependencies Implicit dependencies Implied Readability Exporting packages Java Date/Time The Date and Calendar classes Introduce the new Date/Time API LocalDate, LocalDateTime, etc. Formatting Dates Working with time zones Manipulate date/time values Java 12 and beyond Provide an overview of changes since Java 11 Introduce Preview Features Records (Java 14) Switch Expressions (Java 12, Java 13, Java 14) Text Blocks (Java 13, Java 14) Helpful NullPointerExceptions (Java 14) Pattern Matching for instanceof (Java 14) Additional course details: Nexus Humans Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) 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 Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) 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.
This very practical one-day programme provides participants with the skills and knowledge required to be an effective member of the procurement team and to enable them to procure a wide range of resources for the organisation, in a compliant and cost-effective manner. It also empowers them to be able to collaborate with all key stakeholders. By the end of the programme participants will be able to: Understand the basic concepts of good procurement practice Apply a range of tools and techniques for developing scopes of work and specifications Apply various methods to select and evaluate suppliers Develop robust contract award strategies Appreciate the commercial importance of effective procurement and opportunities to reduce cost and add value Develop appropriate procurement strategies depending on risk and value Appreciate the legal aspects of procurement 1 Welcome Introductions Aims and objectives Plan for the day 2 The basics of procurement The concept of total cost of ownership v price The procurement cycle The roles of the customer and the contractor Impact upon profit 3 Specification process Importance of effective specifications Specification development process Types of specification Team approach Use of performance specifications Early supplier involvement (ESI) / early contractor involvement (ECI) 4 Quality Concepts and practices Defining 'fit for purpose' Conformance to requirements Compliance to standards Role of the supplier Quality assurance tools and techniques 5 Procurement methods RFP RFQ ITT Negotiated procurement Strategic partnerships Outsourcing 6 Tendering How to undertake a formal tendering process Business case to award Critical stages in the process Risks and benefits 7 Tender evaluation How to undertake a quotation analysis Tools of analysis Use of VFM models Role of the customer Comparisons around cost, quality, and delivery 8 Supplier selection and evaluation Developing critical selection criteria Using the 10Cs model Importance of effective selection process Weighting systems Importance of validity and evidence 9 Capital equipment procurement Life cycle cost issues Payback calculations Compatibility issues Maintenance and training issues After-sales support 10 Supplier relationships Corporate social responsibility issues Communication 360 feed-back Open and ethical Initial understanding Clear and fair terms and conditions 11 Close Review of key learning points Personal action planning
A recording of a live webinar held in November 2023. I share the most important areas that you should be focussing on, so that you minimise the time spent wondering what on earth you can do to improve your fatigue challenge and current situation - and get onto the right path to recovery.How this webinar will help you I've helped hundreds of people to navigate this element of their recovery journey and I've used this experience to share in this webinar the most successful ways to plan for, and introduce, movement and exercise. What this webinar covers As a Fatigue Coach, over the past five years I’ve helped hundreds of people improve how they’re living with fatigue, and guided them to an improved place - often helping them to achieve a full recovery. I want to share the most important areas that you should be focussing on, so that you minimise the time spent wondering what on earth you can do to improve your situation. This webinar is primarily for those who are in the first 6 months of tackling a fatigue-related health challenge, or those who have been dealing with it for longer than that but haven’t yet received any helpful advice. There are different severities of fatigue and the help I cover will be of most benefit to those who are struggling enough that they perhaps can’t work or socialise, but who do have some level of activity. For example, able to get up and dressed most days and prepare their own meals on a good day, but have to give lots of planned thought to anything that involves having to leave the house. In this webinar I share my top pieces of guidance around the most helpful things you can do to cope better with this challenging illness. This includes: - top tips to start managing your energy levels properly (pacing) - how to manage the difficult emotions that come with this health challenge - how to rest - communicating with those who don’t understand what you’re going through. The webinar recording is approximately an hour long. Contents The main webinar video1448450061.mp4 (1h 03m 26s) 165 MB A copy of the slides I presented How to cope better with fatigue.pdf 1.38 MB
If you’ve had to take time off from your job for months or even years, contemplating a return to work can be difficult. How do you know if you’re ready? Are you well enough to return full-time or do you need to negotiate a phased approach? And what can you do to make sure the return itself goes as successfully as possible? This webinar starts to answer those questions - and many more! Content If you’ve had to take time off from your job for months or even years, contemplating a return to work can be difficult. How do you know if you’re ready? Are you well enough to return full-time or do you need to negotiate a phased approach? And what can you do to make sure the return itself goes as successfully as possible? I’ve helped many people in your situation find the right way to tackle their return to work, guiding them as they gauged if they were ready - and then advising them as to the best way to start approaching things with their employer. I very much enjoy helping my clients with this stage of their recovery journey, as it means things are going really well for them!I share so much value in this session! I've taken my experience of helping many, many people navigate this milestone and turned my best advice into a single session for you to benefit from.The event itself was a live webinar held in July 2023. This is your chance to purchase the recording of the webinar itself (1 hour)) and a written capture of the Q&A sessions held afterwards. My full client schedule means I won't be running this as a live event again for a while, so this is your chance to purchase it 'on demand' and benefit from the help I give at the time you need it (now!).Topics coveredHaving helped so many people, I’ve seen how successfully things go when certain elements are carefully thought through and put into place, and I share my Top Five pieces of advice with you at this live webinar. I talk about: How to know if/when you’re ready to start seriously considering a return to work Questions to ask yourself if you think you need to consider a change of career How to broach the topic of a phased return with your employer My experience of how Occupational Health (or similar functions) can help or hinder - and how to make sure it’s the former! Things to consider and address up-front to ensure your first couple of weeks go as well as they can. I also share some smart actions that you can put in place way before you're even contemplating going back to work, in order to smooth the way for a successful return when you're ready. So please don't think this webinar won't be useful to you if you know you've got a way to go yet. Not only will you be able to put these smart early actions in place, you'll also have a much clearer idea about how you'll manage your return when you're ready - helping you feel more confident and reduce any concerns sneaking in. You'll be able to relax knowing you'll be able to tackle things properly when the time's right.Please note that although the guidance and tips I give are not restricted to those who have office-based jobs, many of the examples I use are linked to office-based scenarios. This is because it's usually the case that the majority of attendees are indeed office-based (or similar). Please be assured that the majority of the tips I give can be refined and tailored to returning to any type of job.Although best known for the help I give to those experiencing extreme fatigue conditions such as ME/CFS, fibromyalgia and long covid, this session is relevant to anyone contemplating a return to work after an extended period of sick leave. Especially if you feel you'll need to negotiate a phased return. For example, after being diagnosed with an autoimmune condition, recovering from a major operation, or perhaps having completed a successful programme of cancer treatment.Please don't assume that the low price of this product in any way reflects a lack of valuable content. I could have priced it much higher, but I'm keen to help as many people as possible navigate this important milestone.
Fatigue journeys vary from person to person - no two experiences are the same. But there's one challenging topic that seems to feature in most people's journeys at one time or another... communication! In this webinar recording I share tips and advice on how to tackle five of the most common conversation challenges when you're on a fatigue recovery journey. How this webinar will help you There are many reasons why conversations with others can be challenging when you've got fatigue - the key one being that fatigue challenges seem to be very difficult to understand (or even believe) if you haven't been through one yourself. And this really doesn't help when it comes to interacting with others - whether that be your loved ones, colleagues, or those you've only just met. I've helped countless people figure out how to communicate with those around them, in ways that don't negatively impact their health - while keeping both parties feeling as positive about the interaction as possible. This has given me a clear view of the most common challenges people face, and the solutions that tend to work best. And that's what I share with you in this recording of a webinar held recently. Of course, conversations are contextual and every single one is unique. But the tips and suggestions I share here can be tailored and customised to many different situations. I can't commit to running this as a live event terribly often, so I recorded the last time I ran it - and now offer it to you to purchase on demand. Meaning you can access this help straight away! Contents A quick introduction! Comms_intro.mov 2 mins101 MB The webinar recording In this 49 minute video, hear me give advice and tips on how to tackle these tricky communication situations: Communicating your situation to those you live with/are close to - in a way that goes well, and doesn't negatively impact your health/symptoms How to talk to people who are 'helpfully' trying to tell you how to cure yourself (when you know it's wrong!) Socialising with friends when you have fatigue Navigating conversations at large events (weddings, parties etc) How to talk to people who don't understand fatigue (or even believe in it) Main event.mp4 49 mins83 MB A copy of the slides I presented Communicating when fatigued0410.pdf 1.38 MB The Q&A digest This is a written capture of the Q&A discussion, held after my main presentation. I didn't record the Q&A in order to allow those who attended live to feel comfortable switching their cameras on and participating in the discussion. I hope you find this written summary helpful. Comms webinar Q&A capture.pdf 65.6 KB
A fatigue-related condition doesn’t only impact the life of the person who's ill, it often changes things for you, their loved ones. Adjusting to this can be tough for you, and it can be difficult to know how to best help them.This webinar will increase your understanding of what life feels like for your loved one, and help you know how to support them on their recovery journey, while looking after yourself too. Why can this help me? The person you love and care for is still there, they just can’t live the life they used to be able to live - not for now, anyway. It’s very possible for them to achieve improvements and even full recovery, but it takes time, patience and a lot of adjustment. One of the most important things someone with extreme fatigue must do is reprioritise what they use their valuable energy on. They have to make sensible decisions around what they should do every single day, and that’s bound to impact you too. They might also experience emotional ups and downs that you’re not used to them displaying. Adjusting to this can be tough for those of you who are supporting them, as can knowing how you can best help them. This webinar will help you process how this is affecting your life too, and give you guidance around how to best support your loved one on their recovery journey, while looking after yourself too. Contents A quick introduction!Loved ones intro.mov 2 mins 140 MB The webinar recordingvideo1931976197.mp4 51 mins 74.3 MB The Q&A digestA written capture of our Question & Answer discussion.Q&A capture from 2310.pdf 207 KB A copy of the slides I presentedLoved ones_slides1023.pdf 1.35 MB A final thought from me...loved ones outro.mov 4 mins228 MB
We hear how helpful it is to exercise regularly for health and wellbeing. But when you have fatigue it can be difficult to know if this is going to help or hinder. And suspecting it could be the latter, then when is it the right time to start to feel confident about moving more...and gradually starting to exercise? How this webinar will help you I've helped hundreds of people to navigate this element of their recovery journey and I've used this experience to share in this webinar the most successful ways to plan for, and introduce, movement and exercise. Who is this webinar for? Anyone who thinks they might be nearing a stage where exercise could well be possible again and are keen to ensure it goes well! Whether the goal be to walk, swim, cycle etc. Please note: This event isn't about how to re-condition and move from severe fatigue to achieving some level of activity. That requires careful 1:1 guidance via my coaching service. This webinar is for those who have a base level of activity but want to be smart about where to build from there. My help is relevant to anyone tackling a fatigue recovery journey - whether that be due to ME/CFS, Long Covid etc, or perhaps post-operative recovery. Basically, anyone who has - or has had - an energy-related issue that's meant they have to be very careful about what they commit to doing each day. What topics do you cover? How to spot when you're doing well enough to start thinking about exercising again How to feel confident about starting to do more The types of exercise that seem to go well at first Guidance and tips about HOW to start incorporating exercising into your recovery plan This is a recording of a live webinar that I held a short time ago. After the main presentation we held a Q&A session, and by purchasing this recording you'll also have access to a written capture of the questions asked, and my responses. Contents The webinar recording In this 49 minute video, hear me give advice and tips on how to tackle these tricky communication situations: Communicating your situation to those you live with/are close to - in a way that goes well, and doesn't negatively impact your health/symptoms How to talk to people who are 'helpfully' trying to tell you how to cure yourself (when you know it's wrong!) Socialising with friends when you have fatigue Navigating conversations at large events (weddings, parties etc) How to talk to people who don't understand fatigue (or even believe in it) How to start exercising webinar.mp4 48 mins104 MB A copy of the slides I presented How to start exercising with fatigue.pdf 1.38 MB The Q&A digest This is a written capture of the Q&A discussion, held after my main presentation. I didn't record the Q&A in order to allow those who attended live to feel comfortable switching their cameras on and participating in the discussion. I hope you find this written summary helpful. How to start exercising when you have fatigue.pdf 147 KB