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

5518 Courses delivered Online

Advanced SQL Programming (TTSQL005)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This is an intermediate and beyond level SQL course geared for experienced end users, data scientists, business analysts, application developers and database administrators. Students should have recently attended a basic SQL class or have equivalent experience. Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. 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 led by our expert practitioner, attendees will learn advanced skills needed to: Advanced Query Techniques Manipulating Table Data Using SQL's Data Manipulation Language (DML) User-Defined Functions Stored Procedures Triggers A company?s success hinges on responsible, accurate database management. Organizations rely on highly available data to complete all sorts of tasks, from creating marketing reports and invoicing customers to setting financial goals. Data professionals like analysts, developers and architects are tasked with creating, optimizing, managing and analyzing data from databases ? with little room for error. When databases aren?t built or maintained correctly, it?s easy to mishandle or lose valuable data. Our SQL Programming and Database Training Series provides students with the skills they require to develop, analyze and maintain data and in correctly structured, modern and secure databases. Next Level SQL explores how to identify and use advanced querying techniques to manipulate and index tables. All hands-on work in this course is ANSI SQL compliant and should work with most SQL databases such as Oracle, SQL Server, MySQL, MS Access, Informix, Sybase, or any other ANSI SQL compliant database. Advanced Query Techniques Join inner outer (Left, Right, Full) Subqueries Simple Correlated Using the Exists Operator Tips for Developing Complex Queries Performing Set Operations Aggregating Results Using Group by Creating Temporary Tables Manipulating Table Data Using SQL's Data Manipulation Language (DML) Inserting Data into Tables Updating Existing Data Deleting Records Truncating Tables Implementing Data Integrity with Transactions Beginning Explicit Transactions Committing Transactions Rolling Back Transactions User-Defined Functions Definition and Benefits of Use CREATE FUNCTION Syntax RETURN Clause and the RETURNS Statement Scalar vs. Table Functions Comparison with Stored Procedures Returning Scalar Values and Tables ALTER and DROP FUNCTION Stored Procedures Definition and Benefits of Use CREATE PROCEDURE Syntax Variables and Parameters Control of Program Flow ALTER and DROP PROCEDURE Implementation Differences Triggers Definition and Benefits of Use Alternatives (e.g., Constraints) CREATE TRIGGER Syntax Trigger Types 'Inserted' (or 'NEW') and 'Deleted' (or 'OLD') Tables Event Handling and Trigger Execution ALTER and DROP TRIGGER Additional course details: Nexus Humans Advanced SQL Programming (TTSQL005) 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 Advanced SQL Programming (TTSQL005) 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.

Advanced SQL Programming (TTSQL005)
Delivered OnlineFlexible Dates
Price on Enquiry

55039 Windows PowerShell Scripting and Toolmaking

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for administrators in a Microsoft-centric environment who want to build reusable units of automation, automate business processes, and enable less-technical colleagues to accomplish administrative tasks. Overview Describe the correct patterns for building modularized tools in Windows PowerShell Build highly modularized functions that comply with native PowerShell patterns Build controller scripts that expose user interfaces and automate business processes Manage data in a variety of formats Write automated tests for tools Debug tools This course covers advanced Windows PowerShell topics, with an emphasis on building reusable tools. Students are introduced to workflow, engage in best practices, and learn a variety of script development and toolmaking techniques. Tool Design Tools do one thing Tools are flexible Tools look native Start with a Command Why start with a command? Discovery and experimentation Build a Basic Function and Module Start with a basic function Create a script module Check prerequisites Run the new command Adding CmdletBinding and Parameterizing About CmdletBinding and common parameters Accepting pipeline input Mandatory-ness Parameter validation Parmeter aliases Emitting Objects as Output Assembling information Constructing and emitting output Quick tests An Interlude: Changing Your Approach Examining a script Critiquing a script Revising the script Using Verbose, Warning, and Informational Output Knowing the six channels Adding verbose and warning output Doing more with verbose output Informational output Comment-Based Help Where to put your help Getting started Going further with comment-based help Broken help Handling Errors Understanding errors and exceptions Bad handling Two reasons for exception handling Handling exceptions in our tool Capturing the actual exception Handling exceptions for non-commands Going further with exception handling Deprecated exception handling Basic Debugging Two kinds of bugs The ultimate goal of debugging Developing assumptions Write-Debug Set-PSBreakpoint The PowerShell ISE Going Deeper with Parameters Parameter positions Validation Multiple parameter sets Value from remaining arguments Help messages Aliases More CmdletBinding Writing Full Help External help Using PlatyPs Supporting online help ?About? topics Making your help updatable Unit Testing Your Code Sketching out the test Making something to test Expanding the test Going further with Pester Extending Output Types Understanding types The Extensible Type System Extending an object Using Update-TypeData Analyzing Your Script Performing a basic analysis Analyzing the analysis Publishing Your Tools Begin with a manifest Publishing to PowerShell Gallery Publishing to private repositories Basic Controllers: Automation Scripts and Menus Building a menu Using UIChoice Writing a process controller Proxy Functions A proxy example Creating the proxy base Modifying the proxy Adding or removing parameters Working with XML Data Simple: CliXML Importing native XML ConvertTo-XML Creating native XML from scratch Working with JSON Data Converting to JSON Converting from JSON Working with SQL Server Data SQL Server terminology and facts Connecting to the server and database Writing a query Running a query Invoke-SqlCmd Thinking about tool design patterns Design tools that use SQL Server for data storage Final Exam Lab problem Break down the problem Do the design Test the commands Code the tool

55039 Windows PowerShell Scripting and Toolmaking
Delivered OnlineFlexible Dates
Price on Enquiry

Deep Learning on AWS

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for: Developers responsible for developing Deep Learning applications Developers who want to understand concepts behind Deep Learning and how to implement a Deep Learning solution on AWS Overview This course is designed to teach you how to: Define machine learning (ML) and deep learning Identify the concepts in a deep learning ecosystem Use Amazon SageMaker and the MXNet programming framework for deep learning workloads Fit AWS solutions for deep learning deployments In this course, you?ll learn about AWS?s deep learning solutions, including scenarios where deep learning makes sense and how deep learning works. You?ll learn how to run deep learning models on the cloud using Amazon SageMaker and the MXNet framework. You?ll also learn to deploy your deep learning models using services like AWS Lambda while designing intelligent systems on AWS. Module 1: Machine learning overview A brief history of AI, ML, and DL The business importance of ML Common challenges in ML Different types of ML problems and tasks AI on AWS Module 2: Introduction to deep learning Introduction to DL The DL concepts A summary of how to train DL models on AWS Introduction to Amazon SageMaker Hands-on lab: Spinning up an Amazon SageMaker notebook instance and running a multi-layer perceptron neural network model Module 3: Introduction to Apache MXNet The motivation for and benefits of using MXNet and Gluon Important terms and APIs used in MXNet Convolutional neural networks (CNN) architecture Hands-on lab: Training a CNN on a CIFAR-10 dataset Module 4: ML and DL architectures on AWS AWS services for deploying DL models (AWS Lambda, AWS IoT Greengrass, Amazon ECS, AWS Elastic Beanstalk) Introduction to AWS AI services that are based on DL (Amazon Polly, Amazon Lex, Amazon Rekognition) Hands-on lab: Deploying a trained model for prediction on AWS Lambda Additional course details: Nexus Humans Deep Learning 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 Deep Learning 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.

Deep Learning on AWS
Delivered OnlineFlexible Dates
Price on Enquiry

Portfolio Management - Linking Projects to Purpose

By IIL Europe Ltd

Portfolio Management - Linking Projects to Purpose By understanding the value drivers of the company, not just profit, portfolio management can help companies select the "best" projects. Through the portfolio selection process the expected value of each project is determined. The projects expected value then provides a direct project link to the overall strategy and contribution. Linking projects and purpose is just one of the benefits of effective portfolio management. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.

Portfolio Management - Linking Projects to Purpose
Delivered Online On Demand30 minutes
£15

Measurement of Project Management Success: From Making Sense to Making Cents

By IIL Europe Ltd

Measurement of Project Management Success: From Making Sense to Making Cents This presentation suggests that there are four plateaus and a process by which to measure the return on investment that organizations gain from the implementation and maintenance of the project management discipline. How do you measure the success (or lack thereof) of the project management discipline? This video suggests that there are four plateaus and a process by which to measure the ROI gained from project management implementation and maintenance: Plateau 1: Comprehension and Acceptance Plateau 2: Application Plateau 3: Influence on the Business Plateau 4: Monetary Return on Investment This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.

Measurement of Project Management Success: From Making Sense to Making Cents
Delivered Online On Demand30 minutes
£15

Industrial and Organisational Psychology

By IOMH - Institute of Mental Health

Overview of Industrial and Organisational Psychology Join our Industrial and Organisational Psychology course and discover your hidden skills, setting you on a path to success in this area. Get ready to improve your skills and achieve your biggest goals. The Industrial and Organisational Psychology course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Industrial and Organisational Psychology course is designed to teach you the important stuff quickly and well, helping you to get off to a great start in the field. So, what are you looking for? Enrol now! This Industrial and Organisational Psychology Course will help you to learn: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Industrial and Organisational Psychology. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-To-One Support from a Dedicated Tutor Throughout Your Course. Study Online - Whenever and Wherever You Want. Instant Digital/ PDF Certificate. 100% Money Back Guarantee. 12 Months Access. Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion - Digital / PDF Certificate After completing the Industrial and Organisational Psychology course, you can order your CPD Accredited Digital / PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This Industrial and Organisational Psychology is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand.  On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements There is no prerequisite to enrol in this course. You don't need any educational qualification or experience to enrol in the Industrial and Organisational Psychology course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this Industrial and Organisational Psychology Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Course Curriculum Introduction To I/O Psychology & Basic Theories Introduction 00:01:00 What is I/O Psychology? 00:10:00 The Big 5 Personality Trait Model 00:04:00 Maslow's Hierarchy of Needs 00:05:00 Roles Of I/O Psychologists Employee Motivation 00:05:00 Job Analysis 00:06:00 Building Leadership & Training 00:07:00 Workplace diversity 00:04:00 Product Design 00:05:00 Improving Workplace Performance 00:07:00 Ergonomics 00:03:00 Examples of Lean Tools 00:04:00 Ergonomics Part 2 00:04:00 Popular Jobs Opportunities In I/O Psychology HR Management 00:10:00 Workforce Insight Analyst 00:09:00 Business Development Consultant 00:05:00 Organizational Effectiveness Manager 00:10:00 Executive Coach 00:06:00 Internal External Business Consultant 00:20:00 Team Development Manager 00:14:00 Change Manager 00:07:00 Strategy Development Manager 00:11:00 Recruitment Manager 00:10:00 Behavioral Analyst 00:02:00 Policy Officer 00:09:00 Engineering Psychologist 00:06:00 Difference between IO and Business Psychology 00:02:00 Is IO Psychology for you? 00:03:00

Industrial and Organisational Psychology
Delivered Online On Demand3 hours 9 minutes
£11

Combatting Workplace Fatigue: Strategies for a Productive Environment

4.5(3)

By Studyhub UK

In the hustle and bustle of modern work culture, fatigue has become an omnipresent enemy. Our course, 'Combatting Workplace Fatigue: Strategies for a Productive Environment', embarks on a detailed journey into understanding and managing weariness. Dive deep into the root causes, explore medical reasons, and uncover organisational initiatives to keep fatigue at bay. Moreover, discover effective strategies to foster healthy sleep and lifestyle habits, ensuring a revitalised and thriving work environment. Learning Outcomes Identify the core causes and medical factors contributing to workplace fatigue. Evaluate and implement organisational measures for managing tiredness. Develop strategies to promote rejuvenating sleep routines. Cultivate habits for a balanced lifestyle that counters fatigue. Utilise a checklist to regularly assess and address fatigue indicators. Why buy this Combatting Workplace Fatigue: Strategies for a Productive Environment? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success Who is this Combatting Workplace Fatigue: Strategies for a Productive Environment for? Managers aiming to foster a more energetic and efficient team. HR professionals keen on implementing fatigue management policies. Individuals struggling with exhaustion in their professional life. Companies seeking to improve overall employee well-being. Health and safety officers looking to upgrade their knowledge on fatigue countermeasures. Career path Fatigue Management Consultant: £45,000 - £60,000 Health and Safety Officer: £25,000 - £40,000 Well-being Coordinator: £30,000 - £50,000 HR Advisor (Wellness Focus): £35,000 - £55,000 Occupational Health Specialist: £40,000 - £60,000 Organisational Development Specialist: £50,000 - £70,000 Prerequisites This Combatting Workplace Fatigue: Strategies for a Productive Environment does not require you to have any prior qualifications or experience. You can just enrol and start learning. This course was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Module 1: Introduction to Fatigue Management Introduction to Fatigue Management 00:13:00 Module 2: Understanding the Causes of Workplace Fatigue Understanding the Causes of Workplace Fatigue 00:11:00 Module 3: Medical Reasons behind Fatigue Medical Reasons behind Fatigue 00:16:00 Module 4: Managing Fatigue Managing Fatigue 00:15:00 Module 5: Organisational Policies and Initiatives for Fatigue Management Organisational Policies and Initiatives for Fatigue Management 00:12:00 Module 6: Strategies for Healthy Sleep Habits Strategies for Healthy Sleep Habits 00:14:00 Module 7: Strategies for Healthy Lifestyle Habits Strategies for Healthy Lifestyle Habits 00:18:00 Module 8: Checklist for Assessing Fatigue Checklist for Assessing Fatigue 00:07:00

Combatting Workplace Fatigue: Strategies for a Productive Environment
Delivered Online On Demand1 hour 46 minutes
£10.99

Personal Agility A Powerful Leadership Framework

By IIL Europe Ltd

Personal Agility A Powerful Leadership Framework Discover the keys to truly embrace Agile values and uncover the power of gaining clarity around what really matters. In this session, you'll learn how to create more alignment in your organization and apply Personal Agility as a leadership framework to guide your teams toward reaching a state of higher performance.Focusing on people over process through this simple framework will allow you to uncover better ways to identify obstacles, visualize what's important, and focus on what really matters as individuals and as an organization. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.

Personal Agility A Powerful Leadership Framework
Delivered Online On Demand45 minutes
£15

Mindfulness: A Critical Success Factor for Perfecting Your PM

By IIL Europe Ltd

Mindfulness: A Critical Success Factor for Perfecting Your PM Cultivate mindfulness to dynamically balance technical, management, and behavioral skills and perfect your performance. Mindful awareness, process thinking, and wisdom teachings can be weaved into everyday life to promote healthy, effective living and help you achieve goals and objectives, high energy, resiliency, joy, healthy relationships, and a sense of fulfillment. This video focuses on how to cultivate mindfulness to dynamically balance technical, management, and behavioral skills and perfect your project management performance. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.

Mindfulness: A Critical Success Factor for Perfecting Your PM
Delivered Online On Demand30 minutes
£15

Personal Agility A Powerful Leadership Framework

By IIL Europe Ltd

Personal Agility A Powerful Leadership Framework Discover the keys to truly embrace Agile values and uncover the power of gaining clarity around what really matters. In this session, you'll learn how to create more alignment in your organization and apply Personal Agility as a leadership framework to guide your teams toward reaching a state of higher performance.Focusing on people over process through this simple framework will allow you to uncover better ways to identify obstacles, visualize what's important, and focus on what really matters as individuals and as an organization. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.

Personal Agility A Powerful Leadership Framework
Delivered Online On Demand45 minutes
£15