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

780 Integration courses delivered On Demand

Programming AutoCAD with SQL Server Database Using C#

4.5(3)

By Studyhub UK

Embark on a transformative journey into the realm of precision and efficiency with our course, 'Programming AutoCAD with SQL Server Database Using C#.' Delve into the intricacies of marrying AutoCAD functionality with the power of SQL Server databases through the lens of C#. In this immersive learning experience, you'll progress seamlessly from laying the groundwork in Sections 1 and 2, exploring tools and SQL queries, to the advanced stages of Section 7, mastering the art of deleting data in SQL Server databases directly from AutoCAD. This course is more than a mere exploration of coding; it's a creative odyssey where you sculpt the future of design and data integration, unlocking a realm of possibilities with every line of code. Learning Outcomes Tool Proficiency and SQL Mastery: Gain expertise in the tools essential for AutoCAD programming and unravel the complexities of SQL queries, setting the foundation for database manipulation. Database Creation and Table Design: Learn to create databases and design tables, ensuring a structured and efficient storage system for your AutoCAD projects. Data Loading Techniques: Master the techniques of loading data into SQL Server databases, streamlining the process of transferring AutoCAD information to the database seamlessly. Efficient Data Retrieval: Acquire the skills to retrieve data from databases, enhancing your ability to access and utilize information stored within the SQL Server infrastructure. Data Manipulation Mastery: Explore the intricacies of updating and deleting data in SQL Server databases directly from AutoCAD, revolutionizing your approach to data management within the AutoCAD environment. Why choose this Programming AutoCAD with SQL Server Database Using C# course? 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 Programming AutoCAD with SQL Server Database Using C# course for? Aspiring programmers eager to elevate their skills in AutoCAD and SQL Server integration. Design professionals seeking to streamline their workflow through efficient database utilization. Students and enthusiasts interested in the intersection of design and database management. Engineers and architects aiming to enhance their AutoCAD capabilities with dynamic data manipulation. Individuals keen on mastering C# for advanced applications in the AutoCAD environment. Career path CAD Programmer: £30,000 - £45,000 Database Integration Specialist: £35,000 - £50,000 Software Engineer (AutoCAD): £40,000 - £55,000 Database Administrator: £35,000 - £50,000 Architectural Technologist: £30,000 - £45,000 Engineering Software Developer: £45,000 - £60,000 Prerequisites This Programming AutoCAD with SQL Server Database Using C# does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Programming AutoCAD with SQL Server Database Using C# 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 Section 01: Introduction Course Topics 00:02:00 Introduction 00:02:00 Section 2 - Tools And SQL Queries Section Overview 00:01:00 Downloading Visual Studio 2019 00:01:00 Downloading SQL Server Express 00:02:00 Downloading SQL Server Management Studio (SSMS) 00:01:00 SQL Queries - Overview 00:03:00 INSERT SQL Statement - Demo 00:13:00 SELECT SQL Statement - Demo 00:08:00 UPDATE SQL Statement - Demo 00:08:00 DELETE SQL Statement - Demo 00:11:00 Section 3 - Create Database And Tables Section Overview 00:01:00 Creating the CADDB Database 00:03:00 Creating the Lines Table 00:07:00 Creating the MTexts Table 00:04:00 Creating the Plines Table 00:04:00 Creating the Blocks No Attribute Table 00:04:00 Creating the Blocks With Attributes Table 00:04:00 Section 4 - Loading Into SQL Server Database Section Overview 00:02:00 Loading Lines into SQL Server Database 00:01:00 Creating the CADDB Project 00:04:00 Creating the Settings File 00:04:00 Creating the Get Connection Method 00:03:00 Creating the LoadLines() Method 00:22:00 Creating the User Interface for the LoadLines() method 00:07:00 Running the LoadLines() Method 00:05:00 Loading MTexts into SQL Server Database - Overview 00:01:00 Creating the LoadMTexts() Method 00:10:00 Running the LoadMTexts() Method 00:06:00 Loading LWPolylines into SQL Server Database - Overview 00:01:00 Creating the LoadPolylines() Method 00:13:00 Running the LoadPlines() Method 00:03:00 Running the LoadPlines() Method 00:03:00 Creating the LoadBlocksNoAttribute() Method 00:11:00 Running the LoadBlocksNoAttribute() Method 00:03:00 Loading Blocks (with Attributes) into SQL Server Database - Overview 00:01:00 Creating the LoadBlocksWithAttributes() Method 00:07:00 Running the BlocksWithAttributes() Method 00:02:00 Section 5 - Retrieving Data From Database Section Overview 00:02:00 Retrieving Lines from SQL Server Database - Overview 00:01:00 Creating the DBRetrieveUtil Class 00:03:00 Creating the RetrieveAndDrawLines() Method (Part 1) 00:17:00 Creating the GetColorIndex() Method 00:05:00 Creating the RetrieveAndDrawLines() Method (Part 2) 00:11:00 Running and Testing the RetrieveAndDrawLines() Method 00:09:00 Retrieving MTexts from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawMTexts() Method 00:11:00 Running and Testing the CreateAndDrawMTexts() Method 00:05:00 Retrieving LWPolylines from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawPlines() Method 00:12:00 Running and Testing the RetrieveAndDrawPlines() Method 00:05:00 Retrieving Blocks (No Attribute) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksNoAttribute() Method 00:11:00 Running and Testing the RetrieveAndDrawBlocksNoAttribute() Method 00:05:00 Retrieving Blocks (with Attributes) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksWithAttributes() Method 00:21:00 Running and Testing the RetrieveAndDrawBlocksWithAttributes() Method 00:10:00 Section 6 - Updating Data In SQL Server Database - Overview Section Overview 00:01:00 Updating Lines in SQL Server Database - Overview 00:01:00 Creating the DBUpdateUtil Class 00:02:00 Creating the UpdateLines() Method 00:25:00 Creating the User Interface for UpdateLines() Method 00:02:00 Running and Testing the UpdateLines() Method 00:08:00 Updating MTexts in SQL Server Database - Overview 00:01:00 Creating the UpdateMTexts() Method 00:09:00 Creating the User Interface for UpdateMTexts() 00:01:00 Running and Testing the UpdateMTexts() Method 00:07:00 Updating the LWPolylines in SQL Server Database - Overview 00:01:00 Creating the UpdateLWPolylines() Method 00:09:00 Running and Testing the UpdateLWPolylines() Method 00:07:00 Updating Blocks (No Attributes) in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksNoAttributes() Method 00:10:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksNoAttributes() Method 00:04:00 Updating Blocks With Attributes in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksWithAttributes() Method 00:08:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksWithAttributes() Method 00:09:00 Section 7 - Deleting Data In SQL Server Database From AutoCAD - Overview Section Overview@ 00:02:00 Deleting Lines in SQL Server from AutoCAD - Overview 00:01:00 Creating the DBDeleteUtil Class 00:01:00 Creating the DeleteLines() Method 00:13:00 Creating the User Interface for the DeleteLines() Method 00:02:00 Running and Testing the DeleteLines() Method 00:04:00 Deleting MTexts in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteMTexts() Method 00:04:00 Creating the User Interface for DeleteMTexts() Method 00:01:00 Running and Testing the DeleteMTexts() Method 00:03:00 Deleting LWPolylines in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeletePlines() Method 00:04:00 Creating the User Interface for the DeletePlines() Method 00:01:00 Running and Testing the DeletePlines() Method 00:02:00 Deleting Blocks (No Attribute) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksNoAttribute() Method 00:03:00 Creating the User Interface for DeleteBlocksNoAttribute() Method 00:01:00 Running and Testing DeleteBlocksNoAttribute() Method 00:02:00 Deleting Blocks (With Attributes) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksWithAttributes() Method 00:02:00 Creating the User Interface for DeleteBlocksWithAttributes() Method 00:01:00 Running and Testing the DeleteBlocksWithAttributes() Method 00:02:00

Programming AutoCAD with SQL Server Database Using C#
Delivered Online On Demand8 hours 2 minutes
£10.99

Suicide Intervention Skills Course

5.0(2)

By Training Express

The Suicide Intervention Skills Course offers vital knowledge for anyone looking to make a difference in the lives of individuals struggling with suicidal thoughts. Through this course, you’ll gain a clear understanding of the signs and symptoms that often precede a crisis, as well as effective strategies to approach and intervene in such delicate situations. Designed to provide you with actionable skills, the course ensures you are prepared to respond with sensitivity and support, encouraging those in need to reach out for help. With a focus on mental health awareness and intervention techniques, this course is suitable for a wide range of professionals and individuals who want to be better equipped to provide support. The course content is tailored to help you understand the complexities of suicidal ideation, equipping you with the confidence to act appropriately when the situation arises. You’ll explore the role of empathy, active listening, and safety planning to help manage and reduce the risks of self-harm, ultimately providing a lifeline to those in crisis. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum Module 1: Introduction to Suicide Intervention Module 2: Understanding Suicide Module 3: Causes of Suicide and Reasons for Living Module 4: Risk Assessment and Safety Planning Module 5: Suicide Intervention Models Module 6: Suicide Intervention Strategies Module 7: Providing Support and Follow-Up Module 8: Community Resources and Integration Module 9: Suicide Prevention and Self-Care Learning Outcomes: Analyze key factors contributing to suicidal tendencies. Perform effective risk assessments and safety planning. Implement diverse suicide intervention models and strategies confidently. Provide empathetic support and follow-up care for individuals at risk. Integrate community resources into comprehensive suicide prevention initiatives. Prioritise personal well-being through effective self-care practices. Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certificate After completing this course, you will get a FREE Digital Certificate from Training Express. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Mental health professionals Counsellors and therapists Healthcare workers Social workers Educators Emergency responders Volunteers in community support roles Individuals passionate about mental health advocacy Career path Mental Health Counsellor Crisis Intervention Specialist Community Outreach Coordinator Social Services Worker Education and Training Specialist Suicide Prevention Advocate Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Suicide Intervention Skills Course
Delivered Online On Demand1 hour
£12

Introduction to Forensic Anthropology Course

5.0(2)

By Training Express

Forensic Anthropology is the fascinating field where science meets criminal investigation, providing crucial insights into human remains and aiding law enforcement in solving mysteries. This course offers a deep dive into the methods and techniques used to determine the identity, cause of death, and time of death of human remains, all through the lens of anthropology. You'll explore how forensic anthropologists help authorities in cases involving unidentified bodies and mass fatalities, making their work critical in modern investigations. In this online course, you’ll explore various elements, from osteology to trauma analysis, learning how to read skeletal remains like a book. You'll also gain an understanding of how forensic anthropologists collaborate with other specialists, such as forensic pathologists and law enforcement, in solving cases. This course is designed for those curious about the science behind criminal investigations and the important role forensic anthropology plays in bringing justice. Whether you’re looking to explore a new field or enhance your knowledge, this course will help you understand the science behind forensic anthropology in an engaging, straightforward way. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum Module 1: Introduction to Forensic Anthropology Module 2: Human Osteology Module 3: Forensic Taphonomy Module 4: Trauma and Injury Analysis Module 5: Forensic Archaeology Module 6: Skeletal Identification Module 7: Human Rights and Mass Disasters Module 8: Expert Testimony and Courtroom Presentation Module 9: Forensic Anthropology and Forensic Science Integration Learning Outcomes: Analyse skeletal remains for trauma and injury identification. Apply forensic taphonomy principles to crime scene investigation. Demonstrate expertise in human rights and mass disaster contexts. Execute effective courtroom presentations as a forensic anthropology expert. Integrate forensic anthropology knowledge with broader forensic science practices. Contribute to the field through advanced skills in skeletal identification. Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certificate After completing this course, you will get a FREE Digital Certificate from Training Express. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring Forensic Scientists Anthropology Enthusiasts Crime Scene Investigators Legal Professionals Archaeology Enthusiasts Human Rights Advocates Emergency Response Personnel Those Seeking In-Depth Scientific Knowledge Career path Forensic Anthropologist Archaeological Consultant Crime Scene Investigator Human Rights Advocate Forensic Scientist Emergency Response Specialist Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Introduction to Forensic Anthropology Course
Delivered Online On Demand1 hour
£12

ChatGPT Masterclass

By RapidEDX

Dive deep into the world of ChatGPT with our ChatGPT Masterclass. From basic functionalities to advanced applications across various domains, this course equips you with the knowledge to leverage ChatGPT effectively. Enhance your professional skills, academic pursuits, and personal projects by mastering ChatGPT today. Learning Outcomes Understand the mechanics behind ChatGPT’s responses. Create precise and effective prompts for ChatGPT. Utilize ChatGPT for creative and technical writing. Leverage ChatGPT for educational support and learning. Integrate ChatGPT with Microsoft Excel for data management. Employ ChatGPT to achieve professional excellence. Explore practical and innovative ChatGPT prompts. Implement ChatGPT strategies in social media marketing. Understand the capabilities of ChatGPT Plus and New Bing. Course Curriculum Module 01: Getting Started with ChatGPT Introduction to ChatGPT: Basics of how to interact with and utilize ChatGPT effectively. Module 02: Understanding ChatGPT How ChatGPT Works: Insights into the AI and machine learning principles powering ChatGPT. Module 03: Crafting Effective ChatGPT Prompts: A Guide Prompt Engineering: Techniques for developing precise prompts that generate desired outcomes. Module 04: Writing with ChatGPT Creative and Technical Writing: Using ChatGPT to assist with various writing tasks and projects. Module 05: ChatGPT for Students Educational Applications: How students can use ChatGPT for studying, research, and homework assistance. Module 06: ChatGPT for MS Excel Excel Integration: Harnessing ChatGPT for automating tasks and analyzing data in Microsoft Excel. Module 07: ChatGPT for Professional Excellence Career Development: Applying ChatGPT in professional settings for communication, problem-solving, and innovation. Module 08: Useful ChatGPT Prompts Practical Prompts: A collection of effective ChatGPT prompts for various uses. Module 09: Social Media Marketing with ChatGPT Marketing Strategies: Leveraging ChatGPT for content creation, customer engagement, and campaign management. Module 10: ChatGPT Plus and New Bing Advanced Features: Exploring the enhanced capabilities and applications of ChatGPT Plus and New Bing. Module 11: ChatGPT in Personal Life Everyday Uses: Practical ways to incorporate ChatGPT into daily personal tasks and activities. Module 12: The Future with ChatGPT Looking Ahead: Discussing potential future developments in ChatGPT technology and its implications for various sectors.

ChatGPT Masterclass
Delivered Online On Demand2 hours 10 minutes
£15

Managing Fraud: Detection And Prevention Strategies

4.3(43)

By John Academy

Master the art of fraud management with our comprehensive course on Detection & Prevention Strategies. From understanding the intricacies of different fraud types to implementing cutting-edge prevention techniques, this program equips professionals with the skills needed to safeguard organizations. Explore fraud detection methods, learn to unveil fraudulent evidence, and gain insights into effective incident response and investigation. Take proactive steps towards fraud mitigation and compliance. Elevate your expertise to protect businesses from evolving threats. Enroll now for a strategic approach to managing fraud effectively.

Managing Fraud: Detection  And Prevention Strategies
Delivered Online On Demand2 hours
£23.99

Entity Framework Core - A Full Tour

By Packt

Dive into the comprehensive world of Entity Framework Core with this detailed course, designed to equip you with the skills to efficiently use EF Core in .NET applications.

Entity Framework Core - A Full Tour
Delivered Online On Demand10 hours 31 minutes
£59.99

Introduction to Live Streaming - Camtasia, Final Cut Pro X, and Wirecast

By Compete High

🌟 Unlock the Power of Live Streaming with Our Comprehensive Course!     Are you ready to harness the captivating world of live streaming and take your content creation to new heights? Introducing our exclusive 'Introduction to Live Streaming' course, meticulously designed to empower you with the skills and expertise to excel in this dynamic digital landscape. 🎥 Master Three Leading Platforms: Camtasia, Final Cut Pro X, and Wirecast In this immersive course, you'll delve into the fundamentals of live streaming using industry-leading software - Camtasia, Final Cut Pro X, and Wirecast. Whether you're a beginner or seeking to refine your existing knowledge, our step-by-step modules cater to all levels of expertise. 🚀 What You'll Learn: Camtasia Mastery: Unleash the potential of Camtasia and learn to create engaging, high-quality videos tailored for live streaming. From editing to effects and seamless integration, become proficient in this versatile tool. Final Cut Pro X Essentials: Elevate your editing prowess with Final Cut Pro X. Unlock advanced editing techniques, effects, and transitions to produce professional-grade live streaming content. Wirecast Unleashed: Dive into the intricacies of Wirecast, understanding its functionalities, live switching, and streaming optimization. Craft polished live streams with confidence. 🔑 Course Highlights:     Comprehensive tutorials for each platform, ensuring a thorough understanding of their features. Hands-on projects and exercises to apply your newfound skills in real-time scenarios. Insider tips, tricks, and best practices from industry experts to amplify your live streaming proficiency. Access to a supportive community of learners, fostering collaboration and continuous improvement. 🎓 Why Choose Us?     We pride ourselves on delivering top-notch, practical education that empowers our students to succeed. With a user-friendly interface and expertly curated content, our course ensures an enriching learning experience at your pace and convenience. 🌟 Join Us Today and Unlock the Gateway to Seamless Live Streaming!     Don't miss this opportunity to embark on your journey toward live streaming excellence. Enroll now and equip yourself with the skills and knowledge needed to create compelling, immersive live content across Camtasia, Final Cut Pro X, and Wirecast! Course Curriculum

Introduction to Live Streaming - Camtasia, Final Cut Pro X, and Wirecast
Delivered Online On Demand1 hour
£4.99

Public administration, Public Policy & Public Services -CPD Certified

4.7(47)

By Academy for Health and Fitness

Ready to leverage a future in the vast expanse of public sector services? Dream of making a significant impact in society while earning a competitive salary? Look no further. The demand for skilled public administrators, policy analysts, and public service coordinators in the UK has never been higher, with an average annual income ranging from £30,000 to £50,000. Introducing the "Public Administration, Public Policy & Public Services - CPD Certified" course bundle. The bundle features six comprehensive courses, providing a rich theoretical exploration of public administration, policy, and services. From core principles in the "Administration Coordinator" and "Office Administration & Skills Diploma" courses to legal nuances in the "English Law Course" and "Legal Advisor Training Course", you'll gain crucial knowledge. The "Compliance Management Course" offers insight into compliance practices, while the "Effective Minute Taking Training" enhances your recording efficiency. Whether you're an ambitious newbie or a seasoned professional looking to brush up on your knowledge, this course bundle will leave no stone unturned. It paves the way for a holistic understanding of public administration, policy and services, sharpening your analytical skills and providing a solid theoretical understanding that's essential to excel in these professions. Don't miss out on this opportunity to supercharge your career. Sign up for the "Public Administration, Public Policy & Public Services - CPD Certified" course bundle today and empower yourself with the knowledge that can open doors to an array of opportunities in the public sector. This Public administration, Public Policy & Public Services -CPD Certified Bundle Contains 6 of Our Premium Courses for One Discounted Price: Course 01: Administration Coordinator Course 02: Office Administration & Skills Diploma Course 03: English Law Course Course 04: Legal Advisor Training Course Course 05: Compliance Management Course Course 06: Effective Minute Taking Training Learning Outcomes By the end of this Public administration, Public Policy & Public Services course, learners will be able to: Understand the core functions and responsibilities of public administration roles. Gain proficiency in office administration tools and techniques. Acquire foundational knowledge of the English legal system. Develop skills to advise on common legal matters in public service. Understand the significance and application of compliance management. Learn the techniques of efficient and effective minute-taking. Grasp the integration of legal knowledge in public administration and services. This bundle is meticulously crafted to provide learners with a well-rounded education in public administration, policy, and services. A deep dive into these courses will unravel the dynamics of administrative coordination, the importance of effective office management, the intricacies of English law, the role of legal advisors, the essence of compliance in the modern age, and the significance of minute-taking in official meetings. By embarking on this learning journey, you'll be adeptly preparing yourself to navigate and excel in the complex maze of public service, ensuring not just personal growth but also contributing significantly to societal development. The benefits of undertaking these courses extend beyond mere knowledge acquisition. You'll be endowed with the skills and comprehension to improve processes, enhance office efficiency, understand and implement legal and compliance guidelines, and ensure accurate documentation of crucial discussions. In essence, you become an asset to any organization, ready to shoulder responsibilities and drive results. CPD 60 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Public administration, Public Policy & Public Services bundle is ideal for: Aspiring public administration professionals. Legal enthusiasts aiming for a career in public services. Office administrators keen on honing their skills. Individuals interested in compliance and governance roles. Requirements You will not need any prior background or expertise to enrol in this Public administration, Public Policy & Public Services bundle! Career path Administration Coordinator Office Manager Legal Advisor in Public Sector Compliance Officer Minute Taker for high-level meetings Public Policy Developer Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - £29 If you are an international student, you will be required to pay an additional fee of 10 GBP for international delivery, and 4.99 GBP for delivery within the UK, for each certificate

Public administration, Public Policy & Public Services -CPD Certified
Delivered Online On Demand25 hours
£40

Leadership in Emergency Management

By iStudy UK

Emergency managers understand the importance of managing risks during dynamic incidents. The Leadership in Emergency Management is designed to develop future leaders and officers in emergency service of the knowledge and understanding of public policy and integration, personnel management, managing operations and training, managing emergency medical services and managing fire prevention divisions in a fire and rescue department. It includes research and development, disaster and risk planning, community risk assessment, budgeting, labour relation, personnel development and fiscal management, collective bargaining, occupational health and safety, and conflict resolutions as part of the curriculum. Through the course, you will be provided with an introduction to the concepts, issues, processes and structures relevant to the management of risk during the emergency phase of an incident. This will include an examination of the relationship between formal risk management and command systems and leadership, including a look at the complex world of decision-making. What Will I Learn? What an emergency control organisation is and what it does How to lead an organisation in an emergency situation Decide on evacuation choices in response to an emergency and work with emergency services Leadership Create emergency procedures Requirements Be able to understand key concepts Be willing to add to learning by using the additional resources provided Who is the target audience? Anyone with a responsibility to lead and emergency within a venue or facility People looking to develop leadership and communication skills in an emergency situation Introduction Welcome FREE 00:03:00 Who is this course for? 00:03:00 Why complete Chief Warden Training? 00:02:00 Emergency Plans and Response Procedures Emergency Planning, Identification and Analysis. Fire Emergencies 00:08:00 Internal Threats, Visitor Access & Bomb Threats 00:09:00 Suspect Items 00:02:00 Active Shooter 00:06:00 Crowd-related Emergencies 00:09:00 Terrorism 00:07:00 Emergency Control Organisation All things Emergency Control Organisation 00:06:00 Key Considerations for our Emergency Response Procedures Section Introduction and event procedures 00:02:00 Notification, Communication, Control 00:03:00 Emergency Response Equipment and Evacuation 00:05:00 Human Behaviour in Emergency Situations 00:06:00 Lifts and Escalators, Media, People with Disabilities 00:04:00 Personal Affects, Traffic Management, Security, Emergency Colour Codes, Recovery 00:03:00 Chief Warden Skills Leadership 00:10:00 Un-ness, Making Decisions Under Pressure 00:05:00 Recognition Primed Decisions (RPD) and Situational Awareness 00:06:00 How to Improve Situational Awareness 00:06:00 Who will make a good Chief Warden? 00:06:00 Decision to Return, Tactical Decision Games, Drills & Exercises 00:15:00 Wrap Up Conclusion 00:01:00 Course Certification

Leadership in Emergency Management
Delivered Online On Demand2 hours 7 minutes
£25

Apache Kafka A-Z with Hands-On Learning

By Packt

Through this course, you will learn how to arrange Kafka a producer and consumer and Kafka Streams and Connectors accurately. You will also gain the skills needed to coordinate Kafka with existing application stages and to pass the Apache Kafka certification exam.

Apache Kafka A-Z with Hands-On Learning
Delivered Online On Demand9 hours 36 minutes
£35.99