Solution-Focused Brief Therapy (SFBT) is an evidence-based approach that focuses on the present and future rather than the past. It helps clients identify and achieve their desired goals in a short time by using their own resources and strengths. SFBT is based on the assumption that clients are experts on their own lives and have the ability to change. This course is your gateway to mastering the art of SFBT-an approach that focuses on strengths, solutions, and client empowerment. It's about creating an environment where individuals can discover their own paths to positive change. Enroll now and be the change your clients are searching for.
Streamline your accounting processes with Sage 50 Accounts. Manage finances efficiently, track expenses, and generate insightful reports. Explore our user-friendly software solution to take control of your business finances today.
Duration 5 Days 30 CPD hours This course is intended for Database DesignersSupport EngineerTechnical AdministratorDatabase AdministratorsData Warehouse Administrator Overview Use Oracle Restart to manage components.Upgrade database to Oracle Database 12c.Install Oracle Grid Infrastructure for a Standalone Server.Create a container database.Create an Oracle DatabaseInstall Oracle Database 12c software.Monitor the Database.Manage Database Performance.Implement Database Auditing.Configure the Database Instance Such That Resources Are Appropriately Allocated Among Sessions and Tasks.Schedule Jobs to Run Inside or Outside of the Database.Configure Oracle Net Services.Configure your Database For Backup and Recovery Operations.Describe Oracle Database Architecture.Manage the Oracle Database Instance.Manage Oracle Database Storage structures. This course will will teach you about the Oracle Database architecture and you will discover how to effectively manage an Oracle Database instance. You will also be provided key information on how to install and administer Oracle Database 12c. This course will will teach you about the Oracle Database architecture and you will discover how to effectively manage an Oracle Database instance. You will also be provided key information on how to install and administer Oracle Database 12c.
Learn how to use Xero Accounting and Bookkeeping software with our online course. You will discover how to set up and manage various functions, such as invoicing, bank reconciliation, payroll management, and more. This course is ideal for anyone who wants to pursue a career in accounting, bookkeeping, finance, or related fields.
Real-World Use Cases for AI In this session, we'll look at the impact of several recent developments in Artificial Intelligence (AI) including the areas of computer vision, language understanding, and reinforcement learning on our ability to more effectively carry out projects. We'll also dive into real-world use cases where these breakthroughs are being applied to improve our ability to get things done through better communication and collaboration, information processing, and decision making. 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.
Real-World Use Cases for AI In this session, we'll look at the impact of several recent developments in Artificial Intelligence (AI) including the areas of computer vision, language understanding, and reinforcement learning on our ability to more effectively carry out projects. We'll also dive into real-world use cases where these breakthroughs are being applied to improve our ability to get things done through better communication and collaboration, information processing, and decision making. 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.
AI in Project Management: The Next Generation of Project Decision Making Project managers need to make critical project decisions on a daily basis. They are confronted with increasing complexities, high ambiguity and the need to process an exponentially growing amount of data and information in order to make informed and good decisions. This leads to an increasing risk of project failure - meanwhile, the project management industry is already challenged with ongoing low project success rates, caused by often massive failures of projects. Project Data Analytics and Artificial Intelligence (AI) are expected to fill the gap by providing analytical and unbiased capabilities that go beyond human possibilities, towards a data-driven and fact-based decision-making approach. While there is little doubt that AI as a trending technology will disrupt the project management practice and augment today's project management capabilities, AI cannot be seen as just another new tool to make project management more effective. Rather, AI will act as a complement to human intelligence, requiring a collaborative approach and, accordingly, a significant change in project culture and peoples' mindset. Today's project decisions are usually driven by human intuition, experience, leadership, and often do not follow any rational logic. Project decision-makers will be required to abandon such an approach and shift to a data-driven, decision-making approach. This session will provide an overview of the expected changes from AI-driven project management, the resulting impact on project decision making and changes in project culture, and what actions can be taken by project professionals to match their beliefs and behaviours with the new project culture. Learning goals: Gain insights into how AI for project management will significantly change decision-making in projects Gain an understanding of how to transition to a new AI-powered project culture
Duration 3 Days 18 CPD hours This course is intended for Developers Architects Administrators Overview By the end of the course, you should be able to meet the following objectives: Install and configure RabbitMQ Activate and use plugins such as the web management console Implement messaging patterns and applications using the Java client Set up a cluster of RabbitMQ nodes Configure high availability appropriately Tune and optimize RabbitMQ for better performance Secure RabbitMQ This intensive instructor-led course in RabbitMQ provides a deep dive into how to install, configure, and develop applications which leverage RabbitMQ messaging. The course begins with RabbitMQ installation and general configuration. It continues with developing messaging applications using the Java APIs, and delves into more advanced topics including clustering, high availability, performance, and security. Modules are accompanied by lab exercises that provide hands-on experience Introduction to Spring Essentials Kubernetes Overview BOSH Introduction Deploy, Patch & Upgrade Deploy a simple release Inside the VM Persistent Disks Patch the OS Upgrade Nginx Entry Point Set up a jumpbox Platform Infrastructure Pave the IaaS Deploy ops manager Deploy BOSH director Containerized Workloads Deploy Pivotal Container Service Provision a Kubernetes Cluster Harbor Container Registry Application Deployment Helm Advanced BOSH Deploy a distributed system Deploy Concourse CredHub Troubleshooting Concourse Deployment Concourse Day 2 Operations
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
Overview This comprehensive course on Dialectal Behaviour Therapy (DBT) will deepen your understanding on this topic.After successful completion of this course you can acquire the required skills in this sector. This Dialectal Behaviour Therapy (DBT) comes with accredited certification which will enhance your CV and make you worthy in the job market.So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Dialectal Behaviour Therapy (DBT). It is available to all students, of all academic backgrounds. Requirements Our Dialectal Behaviour Therapy (DBT) is fully compatible with PC's, Mac's, Laptop,Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G.There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 7 sections • 25 lectures • 02:47:00 total length •About the Instructor: 00:02:00 •About the Course: 00:06:00 •Definition of Counselling: 00:07:00 •Counselling & Psychotherapy: 00:07:00 •Approaches in Counselling & Psychotherapy: 00:12:00 •What is DBT?: 00:05:00 •What is 'dialectical'?: 00:06:00 •History & Philosophy of DBT: 00:06:00 •What is 'Mindfulness': 00:08:00 •What is 'Distress Tolerance': 00:00:00 •What is 'Emotion regulation': 00:11:00 •What is 'Interpersonal Effectiveness': 00:06:00 •Multistage approach of DBT: 00:11:00 •The Stages of Treatment in DBT: 00:06:00 •Prioritising Treatments Targets: 00:05:00 •How to set up 'learning environment' for the client: 00:07:00 •How to conduct 'Behavioural Analysis': 00:11:00 •Uses of DBT: 00:03:00 •DBT in the treatment of Borderline Personality Disorder: 00:07:00 •DBT in the treatment of Depression: 00:09:00 •DBT for treatment of Anxiety & OCD: 00:08:00 •DBT for treatment of 'Eating Disorders': 00:08:00 •How effective is DBT?: 00:07:00 •Criticism and Limitations of DBT: 00:05:00 •Thank You and Good Bye!: 00:04:00