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

4266 Courses delivered Online

Salesforce Design and Build Integration Solutions (ARC101)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This class is designed for experienced administrators and platform developers as well as solution, enterprise, and technical architects responsible for designing or building integration solutions on the Salesforce Platform. It's also designed for project or program managers looking to understand the big picture of integration in order to better manage their projects and programs. Ideally, you hold the Salesforce Administrator, Salesforce App Builder, or Salesforce Platform Developer I credential and/or are knowledgeable about standard and custom objects; how to work with flows and Process Builder; how to navigate Salesforce, Lightning Components, and Schema Builder; and Apex basics such as creating a Class and Anonymous Blocks. This class is recommended for anyone looking to earn their Salesforce Certified Integration Designer credential. Overview When you complete this course, you will be able to: Identify integration requirements by asking relevant integration questions to business stakeholders. Recommend appropriate integration patterns (Remote Process Invocation - Request and Reply, Remote Process Invocation - Fire and Forget, Batch Data Synchronization, Remote Call-In, and UI Update Based on Data Changes, Data Virtualization) to design integration solutions. Recommend appropriate integration capabilities (SOAP, REST, bulk, streaming, Outbound Messaging, Callouts, and Salesforce Connect) to build integration solutions. Explore architectural concepts and the big picture thinking of how to integrate on the Salesforce Platform. In this 3-day class, our Salesforce integration experts will demonstrate how to build solutions that provide a single view of your customers. You?ll learn about integration capabilities and the considerations that should be made when architecting an integration solution. Through a combination of demos, discussions, and hands-on exercises, you?ll design and build secure, scalable, and high-performing integration solutions that seamlessly surface the information that matters most Integration Overview Understand the Importance of Integration Explore Integration Architecture Explore the Meaning of Single View of the Customer Explore the Meaning of System Landscape Understand the Role of Enterprise Service Bus (ESB) and Extract Transform Load (ETL) in System Landscape Integration Capabilities Introduction to Salesforce APIs Create External Applications Using SOAP API Build Mobile Applications Using REST API Work with Large Data Volumes Using BULK API Build Event-Driven Applications Using Streaming API Build Event-Driven Applications Using Platform Events Build Event-Driven Applications Using Change Data Capture Send Data from Salesforce to External Applications Using Outbound Message Call External APIs Programmatically Using Callouts Integrate Data from an External Data Source Using Salesforce Connect Synchronize Data with Heroku Connect Call External APIs Declaratively Using External Services Integration Patterns Understand Use Cases for a Request and Reply Pattern Understand Use Cases for a Fire and Forget Pattern Understand Use Cases for a Batch Data Synchronization Pattern Understand Use Cases for a Remote Call-In Pattern Understand Use Cases for a UI Update Based on Data Changes Pattern Understand Use Cases for a Data Virtualization Pattern Integration Security Explore Two-Way Transport Layer Security (TLS) Understand When to Use Remote Site Settings Understand the Benefits of Using Named Credentials Understand Certificates Encrypt Your Data at Rest Using Salesforce Shield Platform Encryption Advanced Integration Discussions Design Solutions for Performance Design Solutions for Scale Review Integration Regulatory Requirements Review Integration Best Practices Case Study Draw a System Landscape Diagram Evaluate Business Needs Translate Needs to Integration Requirements Design an Integration Solution Build an Integration Solution Maintain an Integration Solution Additional course details: Nexus Humans Salesforce Design and Build Integration Solutions (ARC101) 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 Design and Build Integration Solutions (ARC101) 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 Design and Build Integration Solutions (ARC101)
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to Node.js (TT4153)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Incoming attendees are required to have current, hands-on experience in developing basic web applications. Student should have some experience with HTML and CSS and be well versed in JavaScript. Experience with coding for the server side would be helpful. Overview This skills-focused course is approximately 50% hands-on. 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 to: Learn server-side JavaScript coding through Node.js Explore the latest JavaScript features, and ECMAScript modules Walk through different stages of developing robust applications using Node.js Install and use Node.js for development Use the Express application framework Work with REST service development using the Restify framework Use data storage engines such as MySQL, SQLITE3, and MongoDB Node.js is a server-side JavaScript platform using an event-driven, non-blocking I/O model allowing users to build fast and scalable data-intensive applications running in real time.This fast-paced hands-on course provides the core skills required to develop web applications with Node.js. You will progress from a rudimentary knowledge of JavaScript and server-side development to being able to create, maintain and test your own Node.js applications. You will explore the importance of transitioning to functions that return Promise objects, and the difference between fs, fs/promises and fs-extra, as well as how to use the HTTP Server and Client objects, and data storage with both SQL and MongoDB databases. Overview of Node.js The capabilities of Node.js Why should you use Node.js? The Node.js event-driven architecture Embracing advances in the JavaScript language Developing microservices or maxiservices with Node.js Setting Up Node.js System requirements Installing Node.js using package managers Installing from the source on POSIX-like systems Installing multiple Node.js instances with nvm Requirements for installing native code modules Choosing Node.js versions to use and the version policy Choosing editors and debuggers for Node.js Running and testing commands Advancing Node.js with ECMAScript 2015, 2016, 2017, and beyond Using Babel to use experimental JavaScript features Exploring Node.js Modules Defining a Node.js module Finding and loading modules using require and import Using npm ? the Node.js package management system The Yarn package management system HTTP Servers and Clients Sending and receiving events with EventEmitter Understanding HTTP server applications HTTP Sniffer ? listening to the HTTP conversation Web application frameworks Getting started with Express Creating an Express application to compute Fibonacci numbers Making HTTPClient requests Calling a REST backend service from an Express application Your First Express Application Exploring Promises and async functions in Express router functions Architecting an Express application in the MVC paradigm Creating the Notes application Theming your Express application Scaling up ? running multiple Notes instances Implementing the Mobile-First Paradigm Understanding the problem ? the Notes app isn't mobile friendly Learning the mobile-first paradigm theory Using Twitter Bootstrap on the Notes application Flexbox and CSS Grids Mobile-first design for the Notes application Using third-party custom Bootstrap themes Data Storage and Retrieval Remembering that data storage requires asynchronous code Logging and capturing uncaught errors Storing notes in a filesystem Storing notes with the LevelDB datastore Storing notes in SQL with SQLite3 Storing notes the ORM way with Sequelize Storing notes in MongoDB Additional course details: Nexus Humans Introduction to Node.js (TT4153) 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 Introduction to Node.js (TT4153) 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.

Introduction to Node.js (TT4153)
Delivered OnlineFlexible Dates
Price on Enquiry

QUALIFI Level 7 Diploma in Strategic Management and Leadership

By School of Business and Technology London

Getting Started The Level 7 program is intended for the learners to critically assess, challenge and create various current management tools, strategies and models. The prominence put on existing administration ideas and models is that they apply to 21st-century business conditions and settings, which go beyond the routine inspection of Anglo-American management models. The program gives an exclusive opportunity for learners as it is not centred upon the Anglo-American models. Level 7 program also finds importance for ensuring the ability to adapt management concepts, tools and techniques to align with the organisation's culture and apply critical reflective thinking. The primary intention of the mandatory unit is to provide a holistic study of the main issues necessary for strategic decision-making, planning and enabling the organisation to meet its objectives. The optional unit allows learners to choose a specialisation in their study to support specific career directions. The Finance for Managers unit is meant for learners who need to gain experience in the finance sector. Qualifi may add further Options to the qualification later, subject to market demand and feedback. Key Benefits   This qualification will benefit the learner: To understand and apply the principles of strategic leadership in a business environment. To review and apply the principles of business management in the industry. Analyze problem-solving techniques specific to business and industry. Manage one's personal development and growth. To understand and apply the principles of strategic management. Upon completing this Level 7 Diploma, learners can join a university partner to complete a dissertation to receive a full master's degree, i.e. directly into the MBA (Top-Up) awarded by Anglia Ruskin University or progress to the Qualifi Level 8 Diploma in Strategic Management and Leadership.   Key Highlights Want to be recognized as one of your company's best managers or influential leaders? Then, QUALIFI Level 7 Diploma in Strategic Management & Leadership is the ideal starting point for your career journey. The Level 7 Diploma is created to develop and reward today's and future business managers and continue bringing recognition and professionalism to the management sectors. Remember! The assessment for the qualification is done based on assignments only, and you do not need to worry about writing any exam. With the School of Business and Technology London, you can complete the qualification at your own pace, choosing online or blended learning from the comfort of your home. Learning and pathway materials and study guides developed by our Qualifi-approved tutors will be available around the clock in our cutting-edge learning management system. Most importantly, at the School of Business and Technology London, we will provide you with comprehensive tutor support through our dedicated support desk. If you choose your course with blended learning, you will also enjoy live sessions with an assigned tutor, which you can book at your convenience. Career Pathways The Qualifi Level 7 Level Diploma in Strategic Management and Leadership can open many career pathways including, but not limited to: Business Analyst, with an estimated average salary of £52,500 per annum Consumer Insight Analyst, with an estimated average salary of £38,705 per annum Product Strategist with an estimated average salary of £57,555 per annum Strategic Initiatives Associate, with an estimated average salary of £42,000 per annum Project Analyst with an estimated average salary of £52,213 per annum Financial Analyst with an estimated average salary of £54,000 per annum Compliance Officer, with an estimated average salary of £54,190 per annum Research Investigator with an estimated average salary of £42,873 per annum   About Awarding Body QUALIFI, recognised by Ofqual awarding organisation has assembled a reputation for maintaining significant skills in a wide range of job roles and industries which comprises Leadership, Hospitality & Catering, Health and Social Care, Enterprise and Management, Process Outsourcing and Public Services. They are liable for awarding organisations and thereby ensuring quality assurance in Wales and Northern Ireland. What is included?   Outstanding tutor support that gives you supportive guidance all through the course accomplishment through the SBTL Support Desk Portal. Access our cutting-edge learning management platform to access vital learning resources and communicate with the support desk team. Quality learning materials such as structured lecture notes, study guides, and practical applications, which include real-world examples and case studies, will enable you to apply your knowledge. Learning materials are provided in one of the three formats: PDF, PowerPoint, or Interactive Text Content on the learning portal. The tutors will provide Formative assessment feedback to improve the learners' achievements. Assessment materials are accessible through our online learning platform. Supervision for all modules. Multiplatform accessibility through an online learning platform. This facilitates SBTL in providing learners with course materials directly through smartphones, laptops, tablets or desktops, allowing students to study at their convenience. Live Classes (for Blended Learning Students only) Assessment Time-constrained scenario-based assignments No examinations Entry Requirements The qualifications have been made available to all without artificial barriers denying access and progression. The primary requirement is to get through the interview, and they are expected to hold the following: Level 6 Qualification or First Degree. We also accommodate managers with significant years of experience despite not having formal qualifications. The criteria for admission will be through an interview for those who can demonstrate the skills to cope with the demands of the course. Progression   Learners completing the QUALIFI Level 7 Diploma in Strategic Management and Leadership will progress to: The QUALIFI Level 8 Diploma in Strategic Management and Leadership, or A university partner to complete a dissertation to receive a full master's degree or Directly into employment in an associated profession. With QUALIFI, the learners can progress to several Universities to pursue a Master's degree once they have completed a dissertation. The pathway indicates the learner's progress towards a University degree and is based on the University's review of QUALIFI's learning programs and outcomes. Further information is available here: http://QUALIFI.net/learning-pathways/   Why gain a QUALIFI Qualification?   This suite of qualifications provides enormous opportunities to learners seeking career and professional development. The highlighting factor of this qualification is that: The learners attain career path support who wish to pursue their career in their denominated sectors; It helps provide a deep understanding of the health and social care sector and managing the organisations, which will, in turn, help enhance the learner's insight into their chosen sector. The qualification provides a real combination of disciplines and skills development opportunities. The Learners attain in-depth awareness concerning the organisation's functioning, aims and processes. They can also explore how to respond positively to this challenging and complex health and social care environment. The learners will be introduced to managing the wide range of health and social care functions using theory, practice sessions and models that provide valuable knowledge. As a part of this suite of qualifications, the learners will be able to explore and attain hands-on training and experience in this field. Learners also learn to face and solve issues then and there through exposure to all the units. The qualification will also help to Apply scientific and evaluative methods to develop those skills. Find out threats and opportunities. Develop knowledge in managerial, organisational and environmental issues. Develop and empower critical thinking and innovativeness to handle issues and difficulties. Practice judgement, own and take responsibility for decisions and actions; Develop the capacity to perceive and reflect on individual learning and improve their social and other transferable aptitudes and skills.   Learners must request before enrolment to interchange unit(s) other than the preselected units shown in the SBTL website because we need to make sure the availability of learning materials for the requested unit(s). SBTL will reject an application if the learning materials for the requested interchange unit(s) are unavailable. Learners are not allowed to make any request to interchange unit(s) once enrolment is complete. UNIT1- Manage Team Performance to Support Strategy Reference No : 702 Credit : 15 || TQT : 150 Management Team Performance to Support Strategy ' This Unit provides an overview of how teams perform within the organization to achieve the organization's strategic objectives. The Unit is also to evaluate team performance goals critically and to equip students with the right tools and techniques to monitor future team performance. UNIT2- Information Management and Strategic Decision Taking Reference No : 704 Credit : 15 || TQT : 150 Information Management and Strategic Decision It helps to evaluate the impact of Management Information System in an organization. The unit also will provide students to identify the appropriate data and information to support strategic decisions and align your shorter-term plans with this deeper, broader mission giving your operations clarity and consistency. UNIT3- Leading a Strategic Management Project Reference No : 705 Credit : 15 || TQT : 150 Leading a Strategic Management Project," This unit will identify and justify a strategic investigative project and develop students with the knowledge, skills, and provide analytical capabilities to formulate the project research methodology. UNIT4- Strategic Direction Reference No : 706 Credit : 15 || TQT : 150 Strategic direction' The unit helps you to know more about the actions you are taking to achieve the goals of your organizational strategy. And it will also understand where different strategic options may lead the organization to change its direction and identifying success and progress for the organization. UNIT5- Strategic Planning Reference No : 711 Credit : 15 || TQT : 150 Strategic planning" this unit you will help you to know more about the strategic planning process, strategic thinking concepts, skills and knowledge required to define the vision and mission for an organisation and that will be supported by stakeholders and other organisational leaders. UNIT6- Development as a Strategic Manager Reference No : 724 Credit : 15 || TQT : 150 Development as a Strategic Manager" The unit is designed for personal development plan to direct leadership development in a complex environment and to be able to identify personal skills to achieve strategic ambitions by critically analyzing and evaluating the strategic direction of the organization. UNIT7- Strategic Marketing Reference No : 708 Credit : 15 || TQT : 150 This unit you will help you to know more about the relationship between the marketing plan and strategic objectives. And it will provide an experiential learning environment in which you will gain not only an appreciation but also a personal feel for the tasks of strategic marketing planning and decision making. UNIT8- Organisational Change Strategies Reference No : 710 Credit : 15 || TQT : 150 his unit will understand how to apply solutions to organizational change and how to develop a change strategy using implementation models. And it provides on the leadership and implementation of organizational change in a large variety of settings. Delivery Methods School of Business & Technology London provides various flexible delivery methods to its learners, including online learning and blended learning. Thus, learners can choose the mode of study as per their choice and convenience. The program is self-paced and accomplished through our cutting-edge Learning Management System. Learners can interact with tutors by messaging through the SBTL Support Desk Portal System to discuss the course materials, get guidance and assistance and request assessment feedbacks on assignments. We at SBTL offer outstanding support and infrastructure for both online and blended learning. We indeed pursue an innovative learning approach where traditional regular classroom-based learning is replaced by web-based learning and incredibly high support level. Learners enrolled at SBTL are allocated a dedicated tutor, whether online or blended learning, who provide learners with comprehensive guidance and support from start to finish. The significant difference between blended learning and online learning methods at SBTL is the Block Delivery of Online Live Sessions. Learners enrolled at SBTL on blended learning are offered a block delivery of online live sessions, which can be booked in advance on their convenience at additional cost. These live sessions are relevant to the learners' program of study and aim to enhance the student's comprehension of research, methodology and other essential study skills. We try to make these live sessions as communicating as possible by providing interactive activities and presentations. Resources and Support School of Business & Technology London is dedicated to offering excellent support on every step of your learning journey. School of Business & Technology London occupies a centralised tutor support desk portal. Our support team liaises with both tutors and learners to provide guidance, assessment feedback, and any other study support adequately and promptly. Once a learner raises a support request through the support desk portal (Be it for guidance, assessment feedback or any additional assistance), one of the support team members assign the relevant to request to an allocated tutor. As soon as the support receives a response from the allocated tutor, it will be made available to the learner in the portal. The support desk system is in place to assist the learners adequately and streamline all the support processes efficiently. Quality learning materials made by industry experts is a significant competitive edge of the School of Business & Technology London. Quality learning materials comprised of structured lecture notes, study guides, practical applications which includes real-world examples, and case studies that will enable you to apply your knowledge. Learning materials are provided in one of the three formats, such as PDF, PowerPoint, or Interactive Text Content on the learning portal. How does the Online Learning work at SBTL? We at SBTL follow a unique approach which differentiates us from other institutions. Indeed, we have taken distance education to a new phase where the support level is incredibly high.Now a days, convenience, flexibility and user-friendliness outweigh demands. Today, the transition from traditional classroom-based learning to online platforms is a significant result of these specifications. In this context, a crucial role played by online learning by leveraging the opportunities for convenience and easier access. It benefits the people who want to enhance their career, life and education in parallel streams. SBTL's simplified online learning facilitates an individual to progress towards the accomplishment of higher career growth without stress and dilemmas. How will you study online? With the School of Business & Technology London, you can study wherever you are. You finish your program with the utmost flexibility. You will be provided with comprehensive tutor support online through SBTL Support Desk portal. How will I get tutor support online? School of Business & Technology London occupies a centralised tutor support desk portal, through which our support team liaise with both tutors and learners to provide guidance, assessment feedback, and any other study support adequately and promptly. Once a learner raises a support request through the support desk portal (Be it for guidance, assessment feedback or any additional assistance), one of the support team members assign the relevant to request to an allocated tutor. As soon as the support receive a response from the allocated tutor, it will be made available to the learner in the portal. The support desk system is in place to assist the learners adequately and to streamline all the support process efficiently. Learners should expect to receive a response on queries like guidance and assistance within 1 - 2 working days. However, if the support request is for assessment feedback, learners will receive the reply with feedback as per the time frame outlined in the Assessment Feedback Policy.

QUALIFI Level 7 Diploma in Strategic Management and Leadership
Delivered Online On Demand11 months
£908.64

Geology and Environment Management- QLS Certificate

By Imperial Academy

Level 4 & 7 Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 5 CPD Courses | Lifetime Access

Geology and Environment Management- QLS Certificate
Delivered Online On Demand
£300

Care Assistant, Medical Law & Medical Terminology

By Imperial Academy

3 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | 10 CPD Courses | Lifetime Access | 24/7 Tutor Support

Care Assistant, Medical Law & Medical Terminology
Delivered Online On Demand
£399

Diploma in Six Sigma & Lean Process (Level 3)

5.0(5)

By Online Training Academy

Are you ready to elevate your career to new heights? Look no further than our comprehensive Diploma in Six Sigma & Lean Process (Level 3) program. Designed to equip you with the essential skills and knowledge to excel in the dynamic world of process improvement, this course is your gateway to success in today's competitive business landscape. Key Features: CPD Certified Free Certificate Developed by Specialist Lifetime Access In this Diploma course, learners dive into the world of Six Sigma and Lean Process to master techniques for improving business efficiency. They begin by understanding the core principles of Lean methodology, focusing on enhancing value while eliminating waste, variation, and complexity. Through practical applications, they learn to implement continuous improvement strategies, drawing inspiration from Toyota's renowned Toyota Production System (TPS) and Liker's Toyota Way. Additionally, students acquire a comprehensive improvement toolkit, equipping them with various methods and tools to analyze processes, identify areas for enhancement, and implement effective solutions. Throughout the course, learners develop a deep understanding of Lean concepts and techniques, preparing them to drive significant improvements in organizational processes and performance. Course Curriculum Module 01: Understanding Lean Module 02: The Five Principles of Lean Business Module 03: The First Improvement Concept (Value) Module 04: The Second Improvement Concept (Waste) Module 05: The Third Improvement Concept (Variation) Module 06: The Fourth Improvement Concept (Complexity) Module 07: The Fifth Improvement Concept (Continuous Improvement) Module 08: The TPS House Module 09: Liker's Toyota Way Module 10: The Improvement Toolkit Learning Outcomes: Master principles of Lean, understanding its core philosophy and applications. Identify and eliminate waste, enhancing efficiency in business processes. Analyze variation to optimize processes and ensure consistent quality standards. Simplify complex processes, streamlining operations for maximum productivity and efficiency. Implement continuous improvement strategies, fostering a culture of innovation and excellence. Utilize the Improvement Toolkit to drive tangible improvements in organizational processes. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Professionals seeking expertise in Lean Six Sigma methodologies. Individuals aspiring to enhance efficiency and quality in their organizations. Managers aiming to implement Lean principles for operational excellence. Students looking to gain practical skills in process improvement methodologies. Anyone interested in advancing their career in quality management roles. Career path Lean Six Sigma Consultant Process Improvement Analyst Quality Assurance Manager Operations Manager Supply Chain Coordinator Continuous Improvement Specialist Certificates Digital certificate Digital certificate - Included Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.

Diploma in Six Sigma & Lean Process (Level 3)
Delivered Online On Demand1 hour 26 minutes
£10

Diploma in Social Work

5.0(5)

By Online Training Academy

Are you passionate about making a positive impact in people's lives? Our comprehensive Diploma in Social Work equips you with the essential knowledge and skills to thrive in this rewarding field. Designed for aspiring social workers and professionals seeking to enhance their expertise, this diploma covers everything you need to know to excel in social work. Key Features: CPD Certified Developed by Specialist Lifetime Access In the Diploma in Social Work curriculum, learners will gain a comprehensive understanding of the field, starting with an exploration of its foundational principles and the basic concepts that underpin social work practice. They will delve into the various dimensions and models used in interventions, learning how to apply theories of social work and sociology to real-world situations. Practical contexts and applications will be emphasized, providing hands-on experience in working with individuals and communities. The course also focuses on teamwork and the casework process, equipping learners with collaborative skills essential for effective social work. They will develop specialized knowledge in working with adults, understanding their needs and challenges. Finally, learners will explore the guidelines and ethical responsibilities that define the role of a social worker, preparing them to make a positive impact in social welfare and community support efforts. Course Curriculum Module 01: An Overview of Social Work Module 02: Social Work Basics Module 03: Dimensions of Social Work and Models of Intervention Module 04: Theories of Social Work and Sociology Module 05: Practice Contexts and Application Module 06: Teamwork and Casework Process Module 07: Working with Adults Module 08: Social Worker Guidelines and the Role of a Social Worker Learning Outcomes: Understand the history and scope of social work practice. Apply foundational principles of social work in diverse settings. Analyze various intervention models and their applications effectively. Evaluate sociological theories relevant to social work practice. Demonstrate proficiency in applying social work theories to real-world scenarios. Collaborate effectively within teams and manage casework processes efficiently. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Individuals interested in social welfare and community support roles. Students pursuing careers in social services and human development. Professionals aiming to enhance their understanding of social work practices. Graduates seeking specialised knowledge in social intervention strategies. Anyone preparing for roles in adult social care and community advocacy. Career path Social Worker in Local Authorities Family Support Worker in Charities Adult Care Coordinator in Healthcare Settings Community Development Officer in Nonprofits Youth Outreach Officer in Educational Institutions Certificates Digital certificate Digital certificate - Included Will be downloadable when all lectures have been completed.

Diploma in Social Work
Delivered Online On Demand2 hours 30 minutes
£10

Modern PHP Web Development with MySQL, GitHub and Heroku

By Packt

This course covers all the essential topics of PHP web development, such as syntaxes, loops, conditional statements, Bootstrap, GitHub, Heroku, XAMPP, and MySQL that every PHP developer needs to know. You will learn all these concepts by building and deploying a data-driven web application into the production.

Modern PHP Web Development with MySQL, GitHub and Heroku
Delivered Online On Demand12 hours 14 minutes
£93.99

Good Manufacturing Practice (GMP) Training Course

4.3(43)

By John Academy

Elevate your expertise with our comprehensive Good Manufacturing Practice (GMP) Training Course. Master the essentials of GMP across cosmetics, food, and pharmaceutical industries. Dive into cutting-edge topics like IT applications, contamination control, and maintenance strategies. Join us to foster a culture of quality, compliance, and excellence in manufacturing. Transform your career with industry-relevant knowledge and practical insights. Enroll now for a future where your skills drive the standards of safety and quality.

Good Manufacturing Practice (GMP) Training Course
Delivered Online On Demand
£23.99

Computer Operating and Maintenance Course

4.3(43)

By John Academy

Description: In this current world, it is imperative to have good computer skills for performing well in almost all jobs. If you are looking for brushing up your computer skills, then this Computer Operating and Maintenance Course is just right for you. With the help of this course, you can become an computer expert in no time. You will learn a lot about computing terms like input, output, operating systems, applications, storage devices, etc. You will also gain knowledge about protection data, safety, ergonomics, customization, browsing the web too. Learning Outcomes: Realise the common computing concepts Figure out the difference between hardware and software, and how they function Interpret how information networks work Be alert of security measures as well as how you can work safely Acquire the knowledge of operating the first steps of a computer, learn how to use the keyboard, mouse, as well as Windows desktop Become competent to proficiently handle and apply files and folders Attain knowledge of operating fundamental Windows applications, along with Wordpad, Notepad, Task Manager, Calculator, Paint and Internet Explorer Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Computer Operating and Maintenance Course is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Computer Operating and Maintenance Course is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Working With the Computer First Steps 00:30:00 Basic Tasks 01:00:00 Using the Desktop 00:15:00 Customizing Your Computer 00:15:00 Printing 00:15:00 Working with Files and Folders The Basics of Files and Folders 00:10:00 Managing Files and Folders, Part I 01:00:00 Managing Files and Folders, Part II 00:15:00 Viewing File or Folder Properties 00:30:00 Working With Files and Folders 00:30:00 Compressed Files 00:05:00 Mock Exam Mock Exam- Computer Operating and Maintenance Course 00:20:00 Final Exam Final Exam- Computer Operating and Maintenance Course 00:20:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Computer Operating and Maintenance Course
Delivered Online On Demand5 hours 25 minutes
£18