Duration 3 Days 18 CPD hours This course is intended for This course is designed primarily for network and software engineers who are interested in learning about automation and programmability and hold the following job roles: Network engineer Systems engineer Wireless engineer Consulting systems engineer Technical solutions architect Network administrator Wireless design engineer Network manager Sales engineer Account manager Overview Upon completing this course, the learner will be able to meet these overall objectives: Get familiar with different API styles (REST, RPC) and synchronous and asynchronous API requests Learn how to use Postman software development tool in order to test the API calls Learn how to automate repetitive tasks using Ansible automation engine Explore a Python programming language, Python libraries and Python virtual environments and learn how can they be used for automation of network configuration tasks Get introduced to GIT version control system and its common operations Learn how to leverage the various models and APIs of the Cisco IOS XE platform to perform day-zero operations, improve troubleshooting methodologies with custom tools, augment the CLI using scripts, and integrate various workflows using Ansible and Python Learn about the paradigm shift of model-driven telemetry and the building blocks of a working solution Learn how to leverage the tools and APIs to automate Cisco DNA infrastructure managed by Cisco DNA Center⢠Demonstrate workflows (configuration, verification, health checking, and monitoring) using Python, Ansible, and Postman Understand Cisco SD-WAN solution components, implement a Python library that works with the Cisco SD-WAN APIs to perform configuration, inventory management, and monitoring tasks, and implement reusable Ansible roles to automate provisioning new branch sites on an existing Cisco SD-WAN infrastructure Learn how to leverage the tools and APIs to automate Cisco Meraki managed infrastructure and demonstrate workflows (configuration, verification, health checking, monitoring) using Python, Ansible, and Postman Implementing Automation for Cisco Enterprise Solutions (ENAUI) v.1.2 teaches you how to implement Cisco Enterprise automated solutions, including programming concepts, orchestration, telemetry, and automation tools. This course highlights the tools and the benefits of leveraging programmability and automation in the Cisco-powered Enterprise Campus and WAN. You will also examine platforms including IOS XE software for device-centric automation, Cisco DNA Center for the intent-based enterprise network, Cisco Software-Defined WAN, and Cisco Meraki. Their current ecosystem of APIs, software development toolkits, and relevant workflows are studied in detail together with open industry standards, tools, and APIs, such as Python, Ansible, Git, JSON/YAML, NETCONF/RESTCONF, and YANG. The course qualifies for 24 Cisco Continuing Education credits (CE) towards recertification. This course will help you:Gain high-demand skills using modern programming languages, APIs, and systems such as Python, Ansible, and Git to automate, streamline, and enhance business operationsAcquire the skills and knowledge to customize tools, methods, and processes that improve network performance and agilityPrepare for the 300-435 ENAUTO exam Course Outline Network Programmability Foundation Automating APIs and Protocols Managing Configuration with Python and Ansible Implementing On-Box Programmability and Automation with Cisco IOS XE Software Implementing Model-Driven Telemetry Day 0 Provisioning with Cisco IOS-XE Software Implementing Automation in Enterprise Networks Building Cisco DNA Center Automation with Python Automating Operations using Cisco DNA Center Introducing Cisco SD-WAN Programmability Building Cisco SD-WAN Automation with Python Building Cisco SD-WAN Automation with Ansible Automating Cisco Meraki Implementing Meraki Integration APIs Additional course details: Nexus Humans Cisco Implementing Automation for Cisco Enterprise Solutions v1.2 (ENAUI) 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 Cisco Implementing Automation for Cisco Enterprise Solutions v1.2 (ENAUI) 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.
Friday 26th April, 3pm, Muirhead Tower, University of Birmingham, Arts Building – LR6, Room 222 The Department of Public Administration and Policy and CEDAR are delighted to host a public seminar on The Politics of Becoming: Anonymity and Democracy in the Digital Age by Hans Asenbaum Oxford University Press When we participate in political debate or protests, we are judged by how we look, which clothes we wear, by our skin colour, gender and body language. This results in exclusions and limits our freedom of expression. The Politics of Becoming explores radical democratic acts of disidentification to counter this problem. Anonymity in masked protest, graffiti, and online debate interrupts our everyday identities. This allows us to live our multiple selves. In the digital age, anonymity becomes an inherent part of everyday communication. Through our smart devices we express our selves differently. As cyborgs our identities are disrupted and reassembled. We curate self-representations on social media, create avatars, share selfies and choose the skin colour of our emojis. The Politics of Becoming encourages us to engage in a revolution of the self. Democratic pluralism is not only a matter of institutional design but also about how we express our identities. Inner revolutions change our personal realities and plant a seed for democratic futures. Hans Asenbaum is a Senior Research Fellow at the Centre for Deliberative Democracy and Global Governance at the University of Canberra. His research interests include radical democracy, queer and gender studies, digital politics, and participatory research methods. In 2022 he received the ECPR Rising Star Award. Hans is the author of The Politics of Becoming: Anonymity and Democracy in the Digital Age (Oxford University Press, 2023) and co-editor of Research Methods in Deliberative Democracy (with Ercan, Curato and Mendonça, Oxford University Press, 2022). His work has been published in the American Political Science Review, New Media & Society, Politics & Gender, and the International Journal of Qualitative Methods. Friday 26th April, 3pm, Arts Building – LR6, Room 222, University of Birmingham Edgbaston Birmingham B15 2TT
Duration 5 Days 30 CPD hours This course is intended for This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of the fundamentals of coding and basics of C++ and object-oriented programming concepts. This course is for Non-Developers, or anyone who wants to have a basic understanding of and learn how to code C++ applications and syntax Overview Companies are constantly challenged to keep their applications, development projects, products, services (and programmers!) up to speed with the latest industry tools, skills, technologies and practices to stay ahead in the ever-shifting markets that make up today's fiercely competitive business landscape. The need for application, web and mobile developers and coders is seemingly endless as technologies regularly change and grow to meet the modern needs of demanding industries and clients. C++ and Programming Basics for Non-Programmers is a five-day, basic-level training course geared for IT candidates who have little or no prior experience in computer programming. Throughout this gentle introduction to programming and C++, students will learn to create applications and libraries using C++ using best practices and sound OO development techniques for writing object-oriented programs in C++. Special emphasis is placed on object-oriented concepts and best practices throughout the training. Fundamentals of the Program Development Cycle Computer Architecture The Notion of Algorithms Source Code vs. Machine Code Compile-Time vs. Run-Time Software Program Architecture Standalone Client/Server Distributed Web-Enabled IDE (Interactive Development Environment) Concepts Looping Constructs Counter-Controlled Repetition Sentinel-Controlled Repetition Nested Control Constructs break and continue Statements Structured Programming Best Practices Writing Methods (Functions) Static vs. Dynamic Allocation Declaring Methods Declaring Methods with Multiple Parameters Method-Call Stack Scope of Declarations Argument Promotion and Casting Designing Methods for Reusability Method Overloading Arrays Purpose of Arrays Declaring and Instantiating Arrays Passing Arrays to Methods Multidimensional Arrays Variable-Length Argument Lists Using Command-Line Arguments Using Environment Variables Deeper Into Classes and Objects Controlling Access to Class Members Referencing the Current Object Using this Overloading Constructors Default and No-Argument Constructors Composition of Classes Garbage Collection and Destructors The finalize Method Static Class Members Defining Classes Using Inheritance Application Development Fundamentals Structure of a C++ Program Memory Concepts Fundamental Data Type Declarations Fundamental I/O Concepts Fundamental Operators Arithmetic Operators Logical Operators Precedence and Associativity Building and Deploying a C++ Program Superclasses and Subclasses Advantages of Using Inheritance protected Class Members Constructors in Subclasses Increasing Convenience by Using Polymorphism Purpose of Polymorphic Behavior The Concept of a Signature Abstract Classes and Methods final Methods and Classes Purpose of Interfaces Using and Creating Interfaces Common Interfaces of the C++ API Files and Streams Concept of a Stream Class File Sequential Access Object Serialization to/from Sequential Access Files Fundamental Searching and Sorting Introduction to Searching Algorithms Linear Search Binary Search Introduction to Sorting Algorithms Selection Sort Insertion Sort Merge Sort Fundamental Data Structures Dynamic Memory Allocation Linked Lists Stacks Queues Trees Exception Handling Types of Exceptions Exception Handling Overview Introduction to Classes and Objects Classes, Objects and Methods Object Instances Declaring and Instantiating a C++ Object Declaring Methods set and get Methods Initiating Objects with Constructors Primitive Types vs. Reference Types Flow Control Conditional Constructs Exception Class Hierarchy Extending Exception Classes When to Throw or Assert Exceptions Formatted Output printf Syntax Conversion Characters Specifying Field Width and Precision Using Flags to Alter Appearance Printing Literals and Escape Sequences Formatting Output with Class Formatter Strings, Characters and Regular Expressions Fundamentals of Characters and Strings String Class String Operations StringBuilder Class Character Class StringTokenizer Class Regular Expressions Regular Expression Syntax Pattern Class Matcher Class Fundamental GUI Programming Concepts Overview of Swing Components Displaying Text and Graphics in a Window Event Handling with Nested Classes GUI Event Types and Listener Interfaces Mouse Event Handling Layout Managers Additional course details: Nexus Humans C Plus Plus and Programming Basics for Non-Programmers (TTCP2000) 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 C Plus Plus and Programming Basics for Non-Programmers (TTCP2000) 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.
Level 2 Certificate in Understanding Climate Change and Environmental Awareness Climate change is the most critical issue facing the globe right now. Climate change may be categorised into two categories: those caused by natural forces and those caused by man. This Level 2 Certificate in Understanding Climate Change and Environmental Awareness course will educate you about all the fundamentals of climate change so you may create positive changes. You will learn about the effects of pollution as well as the challenges to a sustainable future, and how to overcome these barriers. This Level 2 Certificate in Understanding Climate Change and Environmental Awareness course also will address the benefits of renewable energy and how to minimise energy usage and carbon footprints for a better future. The environment is today undergoing its most significant crisis. Everyone has the ability to make a difference and contribute to a more sustainable future for future generations. This Level 2 Certificate in Understanding Climate Change and Environmental Awareness course will also include the core skills and knowledge to effectively support climate change programs and connect students to the world's most extensive network of professionals, organisations, and authorities. This Level 2 Certificate in Understanding Climate Change and Environmental Awareness course is perfect for students who are interested in environmental and sustainability concerns and wish to pursue a long-term career in the field. We leave no stone unturned, and whether you are ready to take This Level 2 Certificate in Understanding Climate Change and Environmental Awareness course in your career as an environmental specialist or simply want to improve your current skills, we will assist you in every step of the way. Simply log on to our online portal, where you will find all of the necessary learning materials of this Level 2 Certificate in Understanding Climate Change and Environmental Awareness course. When you study for a qualification online, You are completely in charge of your study schedule. There are no time-consuming classes to attend or long commutes to endure. You will be able to work on your own time and at your own pace once enrolled. So, enrol today in this powerful Level 2 Certificate in Understanding Climate Change and Environmental Awareness course and start preparing to succeed! Why choose this from the School of Health Care? Self-paced course, access available from anywhere in the world. High-quality study materials that are easy to understand. Course developed by industry experts. After each module, there will be an MCQ quiz to assess your learning. Assessment results are generated automatically and instantly. 24/7 support is available via live chat, phone call, or email. Free PDF certificate after completing the course. This Level 2 Certificate in Understanding Climate Change and Environmental Awareness course is ideal for those who want to work as an environmental specialist. The course will place a strong emphasis on project methods. So, are you looking for the most professional course in Understanding Climate Change and Environmental Awareness? Do you already work in this field but want to improve your knowledge? If so then don't be concerned. We are here to meet your needs. Our professionals created this Level 2 Certificate in Understanding Climate Change and Environmental Awareness course to provide you with advanced skills, knowledge, and confidence to help you build a long-term career in this field. This Level 2 Certificate in Understanding Climate Change and Environmental Awareness course helps students to understand about climate changes as well as investigates how the weather changes over time. They accomplish this by observing the wind, temperature, lightning, sunlight, and rainfall. This information assists them in making sense of climate patterns and variations, as well as allowing professionals to observe how human activity influences the weather. This Level 2 Certificate in Understanding Climate Change and Environmental Awareness course helps students to understand about how society can adapt and reduce the effects of climate change as well as how an environmental specialist can positively protect the environment. Learning Outcomes After completing this Level 2 Certificate in Understanding Climate Change and Environmental Awareness course, learner will be able to: Gain a thorough understanding of the environment, the benefits and the challenges. Understand in-depth knowledge about global warming and climate change. Understand sustainability and sustainable development Gain a solid understanding of the role of industry in protecting the environment Understand resource efficiency and waste management Course Curriculum Module 1: Understand climate change, sustainability and environmental protection Understand the environment, the benefits and the challenges Understand global warming and climate change Understand sustainability and sustainable development Module 2: Understand industry and the environment Understand the role of industry in protecting the environment Module 3: Understand resource efficiency and waste management Understand how to reduce the environmental impact of organisations and individuals Understand how to reduce energy consumption and carbon emissions Understand water efficiency Assessment Method After completing Level 2 Certificate in Understanding Climate Change and Environmental Awareness Course, you will get quizzes to assess your learning. You will do the later modules upon getting 60% marks on the quiz test. Apart from this, you do not need to sit for any other assessments. Who is this course for? Our fully-loaded Level 2 Certificate in Understanding Climate Change and Environmental Awareness course offers vital teachings and career insights to both beginners in the sector and current specialists. Whether you want to make your career as an environmental specialist or advance to a higher level of the environment awareness related sector, this course will help you. You may become more aware of the challenges surrounding climate change and the environment by completing the Level 2 Certificate in Understanding Climate Change and Environmental Awareness course. This course is perfect for students interested in a profession such as; Environmental Specialist. Agricultural Inspector. Hydrologist. Requirements There are no particular requirements for this course because it doesn't call for any specialized training. To enroll in this Level 2 Certificate in Understanding Climate Change and Environmental Awareness course, students must fulfill the following requirements: Good Command over English language Be energetic and self-motivated Basic computer Skill You must be at least 15 years old Career path This Level 2 Certificate in Understanding Climate Change and Environmental Awareness course is for anybody who wishes to work in a capacity that can promote positive change and assist their organisation in being more environmentally friendly by understanding climate change.
Entry Level 2 Extended Award in Skills for Working in Child Care Industries Would you like to start a career in a childcare setting? Then, our entry level 2 extended award in skills for working in child care industries course will be perfect for you. This entry level 2 extended award in skills for working in child care industries provides foundational skills and knowledge for individuals aspiring to work in childcare. This entry level 2 extended award in skills for working in child care industries course covers child development and health and safety. Moreover, this entry level 2 extended award in skills for working in child care industries course includes effective communication, and supporting play and learning. This entry level 2 extended award in skills for working in child care industries course combines theoretical learning with practical activities to build confidence and competence. Participants of this entry level 2 extended award in skills for working in child care industries course gain an understanding of the roles and responsibilities within childcare settings. So, without further delay, join our entry level 2 extended award in skills for working in child care industries course for further education or entry-level positions in early years environments. Learning outcome of entry level 2 extended award in skills for working in child care industries Upon completing the entry level 2 extended award in skills for working in child care industries, learners will be able to: Understand basic principles of child development and learning. This entry level 2 extended award in skills for working in child care industries course demonstrates knowledge of health, safety, and hygiene practices in childcare settings. Communicate effectively with children, colleagues, and parents is a lesson part of this entry level 2 extended award in skills for working in child care industries course. Support play and learning activities for young children are also included in this entry level 2 extended award in skills for working in child care industries course. Through this entry level 2 extended award in skills for working in child care industries course, you can recognise the roles and responsibilities of childcare professionals. This entry level 2 extended award in skills for working in child care industries course applies practical skills to create a safe and nurturing environment. After completing this entry level 2 extended award in skills for working in child care industries course, you can identify areas for improvement. Special Offers of this Entry Level 2 Extended Award in Skills for Working in Child Care Industries Course This entry level 2 extended award in skills for working in child care industries Course includes a FREE PDF Certificate. Lifetime access to this entry level 2 extended award in skills for working in child care industries Course Instant access to this entry level 2 extended award in skills for working in child care industries Course Get FREE Tutor Support to this entry level 2 extended award in skills for working in child care industries Course Entry Level 2 Extended Award in Skills for Working in Child Care Industries Kickstart your career in childcare with the Entry Level 2 Extended Award in Skills for Working in Child Care Industries. This course provides essential skills and knowledge, covering everything from child development to health and safety. The Entry Level 2 Extended Award in Skills for Working in Child Care Industries also focuses on effective communication and supporting play and learning, ensuring you're well-prepared for the demands of childcare. Combining theoretical learning with practical activities, this course builds your confidence and competence. Enroll today to gain a strong foundation and step into the childcare industry with assurance and expertise! Who is this course for? Entry Level 2 Extended Award in Skills for Working in Child Care Industries This entry level 2 extended award in skills for working in child care industries course is for individuals with little to no childcare experience seeking entry-level roles or further education in the field. Requirements Entry Level 2 Extended Award in Skills for Working in Child Care Industries To enrol in this Entry Level 2 Extended Award in Skills for Working in Child Care Industries Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Skills for Working in Child Care Industries Course. Be energetic and self-motivated to complete our Skills for Working in Child Care Industries Course. Basic computer Skill is required to complete our Skills for Working in Child Care Industries Course. If you want to enrol in our Child Care Industries Course, you must be at least 15 years old. Career path Entry Level 2 Extended Award in Skills for Working in Child Care Industries This entry level 2 extended award in skills for working in child care industries course prepares individuals for roles such as: Childcare assistant Nursery aide Playgroup helper And further education in childcare.
Office Skills & Administration (Office Management) Training for Receptionist & Executive PA Enhance your communication, time management, and problem solving skills with our Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate course! Are you willing to lead the managerial function in an organisation? Our Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate course is a comprehensive program for you to enhance your knowledge and skills in this field. The Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate course is divided into 13 modules, each of which focuses on a distinct management topic. The Foundations of Office Administration and the Basics of Microsoft Office Skills are covered in order in the Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate course. You will learn about mail services, shipment information, and quality maintenance from our Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate course. This Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate course module will show you how to manage risks and challenges that you may encounter in your professional life. You will also learn business strategy, etiquette rule-making, and marketing technology in this Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate course. You could look into a variety of job options after completing the Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate course. Don't pass up this chance to make an investment in your future. Enroll in the Office Management and Administration course right away to begin your successful learning journey. Learning Outcomes Know about the fundamentals of Office Administration. Recognize the opportunities in Office Administration. Learn about the requirements, duties and responsibilities of Office Administration. Get knowledge about how to develop effective skills for office management and administration and how to become a great office administrator. Get an overview of shipping and mail services in the UK. Learn about royal mail services and the alternatives to royal mail. Understand the ways to create effective plans and schedules and Work Breakdown Structure (WBS)in project management. Get the ultimate guide to project planning. Recognize the importance and processes of risk management. Acknowledge effective techniques and skills to develop business writing skills. Know about business document structure, meaning and the importance of editing and Proofreading. Get an overview of time management. Learn about the basics of Microsoft Office Skills and the key benefits of using Microsoft Office Skills. Main Course: Level 5 Office Management and Administration Free Courses are including with this Office Skills & Administration (Office Management) Training for Receptionist & PA Course Along with The Level 5 Office Management and Administration Course, We Offer a free Diploma in Medical Receptionist and Secretary Course Along with The Level 5 Office Management and Administration Course, We Offer a free Executive Secretary & PA Training Course Special Offers of this Office Skills & Administration (Office Management) Training for Receptionist & PA Course This Office Skills & Administration (Office Management) Training for Receptionist & PA Course includes a FREE PDF Certificate. Lifetime access to this Office Skills & Administration (Office Management) Training for Receptionist & PA Course Instant access to this Office Skills & Administration (Office Management) Training for Receptionist & PA Course Get FREE Tutor Support to this Office Skills & Administration (Office Management) Training for Receptionist & PA Course Office Skills & Administration (Office Management) Training for Receptionist & Executive PA The Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate course will help you better understand Job Search and Interview Skills and other important topics. You will have learned all of the necessary skills and knowledge to be successful in this sector after completing the Office Administration and Management course. The office management and administration course will help you better understand Job Search and Interview Skills and its key areas. You will have achieved all of the necessary skills and knowledge to be successful in this industry by completing an Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate course. Who is this course for? Office Skills & Administration (Office Management) Training for Receptionist & Executive PA For individuals hoping to get a head start or who want to become future professionals in this Office Management and Administration field, the Office Management and Administration course is perfect. This Office Management and Administration course has been created to strengthen your CV and increase your competence. Requirements Office Skills & Administration (Office Management) Training for Receptionist & Executive PA To enrol in this Office Skills & Administration (Office Management) Training for Receptionist & PA Certificate Course, students must fulfil the following requirements. To join in our Course, you must have a strong command of the English language. To successfully complete our Course, you must be vivacious and self driven. To complete our Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Course. Career path Office Skills & Administration (Office Management) Training for Receptionist & Executive PA You will be able to grasp your abilities for a career in the appropriate employment field, such as: Office Management Assistant, Officer, or Office Management and Administration, after completing the Office Management and Administration course.
The Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing Course is ideal for anyone looking to work in the health and social care industry and requires a fully recognized industry qualification. By completing the qualification, you will have shown a level of understanding in the care sector that is essential when working with people who have complex needs. Our Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing learning can help you achieve a rewarding job in residential care homes, nursing homes, day centres, children's centres, health centres, supported housing, respite care, residential schools, or even special schools. Have you ever considered including a Health Social Care Certificate on your resume to boost your portfolio? Are you looking for flexible work hours in your ideal "care" career to break free from the 9-5 grind? This comprehensive Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing course is designed to help you feel refreshed and relieved while performing your caring duties! Furthermore, through this Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing Course, you will learn how difficult situations and potential problems can arise. After completing this Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing Course, you will be confident enough to take the next step in your career/educational ladder, as you will learn everything you need to know to work successfully in a care setting and assist those with a wide range of needs. Courses you will get with this Premium Bundle: - Course 01: Level 3 Award in Health and Social Care Course 02: Level 6 Diploma in Health and Social Care Management Course 03: Care Certificate (Standard 1 to 15) Course 04: Level 5 Mental Health Care - MCA and DOLS Course 05: Adult Nursing Training Course 06: Palliative Care Course 07: Healthcare Assistant Course 08: Level 2 Safeguarding in Adult Health and Social Care Course 09: Nursing Assistant Diploma Course 10: Level 2 Certificate in Preparing to Work in Adult Social Care Course 11: Level 2 Certificate in Understanding End of Life Care Course 12: Drug and Alcohol Awareness Training Others benefit Included with this Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing course. Free PDF Certificate Access to Content - Lifetime Exam Fee - Totally Free Free Retake Exam [ Note: Free PDF certificate as soon as completing the Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing course] Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing It is important to understand your role in any job. The health and social care industry is no exception. This Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing course is designed to ensure that you are fully aware of your responsibilities and tasks at work. This Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing course will teach you the importance of ongoing personal development and create a personal development plan. You will also learn about the importance of equality and diversity, how to operate inclusively, and other related topics, including ethical duty of care. Assessment Method of Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing After completing Course, you will get quizzes to assess your learning. You will do the later modules upon getting 60% marks on the quiz test. Apart from this, you do not need to sit for any other assessments. Who is this course for? Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing This Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing course is ideal for working or planning to work in hospitals, health and social care organisations. Individuals study this Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing course for personal and professional development, re-entering employment after an absence period in the health science, health, or social care fields, or for those seeking a career change to the health or social care sector. Special Note: Our Course is knowledge Based course. If You want to get qualified, you can consider following options: Care Certificate: EDI Drugs Awareness NVQ health and social care Care Certificate: NVQ Level 3 Mental Health Level 4 NVQ Health and Social Care Level 1 Award in Awareness of Substance Misuse (RQF) Care Certificate: NCFE CACHE Level 2 Certificate in Understanding Mental Health First Aid and Mental Health Advocacy in the Workplace Level 1 Award in Awareness of Substance Misuse (RQF) level 3 nvq health and social care Care Certificate: CMI Level 7 Award in Strategic Approaches to Mental Health and Wellbeing Care Certificate: Level 2 Certificate in Mental Health Awareness (RQF) Care Certificate: Level 3 Certificate in Understanding Mental Health (RQF) Care Certificate: Level 3 Award in Health and Social Care (VRQ) Level 1 Award in Awareness of Substance Misuse (RQF) Level 3 Certificate in Health and Social Care (VRQ) Level 3 Certificate in Understanding Substance Misuse (RQF) NVQ health and social care Level 2 Certificate in Assisting and Moving Individuals for Social Care Settings (RQF) Level 2 Certificate in Principles of End of Life Care (RQF) Level 2 Certificate in Principles of Medication Handling and Administration for Care Settings (RQF) Level 2 Certificate in the Principles of the Prevention and Control of Infection in Health Care settings (RQF) Level 2 Certificate in the Principles of Prevention and Control of Infection in Health Care Settings (RQF) level 2 NVQ health and social care Care Certificate: level 3 NVQ health and social care Care Certificate: level 4 NVQ health and social care Care Certificate: level 5 NVQ health and social care Level 2 Award in the Control of Substances Hazardous to Health (RQF) Care Certificate: level 3 nvq health and social care Care Certificate: level 5 nvq health and social care Level 3 Certificate in Understanding Substance Misuse (RQF) Care Certificate: a-level health social care Care Certificate: QCF level 2 health and social care Care Certificate: health and social care level 3 Level 3 Certificate in Understanding Substance Misuse (RQF) Level 4 NVQ Health and Social Care Certificate Level 3 Certificate in Understanding Substance Misuse (RQF) level 3 nvq health and social care Certificate level 2 nvq health and social care Certificate level 5 nvq health and social care Certificate Level 2 Award in the Control of Substances Hazardous to Health (RQF) Requirements Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing To enrol in this Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Course. Be energetic and self-motivated to complete our Course. Basic computer Skill is required to complete our Course. If you want to enrol in our Course, you must be at least 15 years old. Career path Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing After completing this Level 3 & 6 Health & Social Care + Care Certificate with Mental Health & Care and Nursing course, you may be able to pursue a variety of professional opportunities in the social care sector.
Join our Microsoft Excel 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 Microsoft Excel course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Microsoft Excel 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! You will Learn The Following Things: 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 Microsoft Excel. 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 After completing the Microsoft Excel course, you will receive your CPD-accredited Digital/PDF Certificate for £5.99. To get the hardcopy certificate for £12.99, you must also pay the shipping charge of just £3.99 (UK) and £10.99 (International). Who Is This Course for? This Microsoft Excel 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 Microsoft Excel 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 Microsoft Excel 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 Unit 01: Excel from A-Z Course Introduction Excel from A-Z Course Intro 00:03:00 Excel Job Opportunities 00:03:00 Excel Job Types 00:04:00 Microsoft Excel Marketplace 00:04:00 What is Microsoft Excel? 00:04:00 Who is This Course For? 00:03:00 Unit 02: Getting Started With Excel Finding & Opening Excel 00:01:00 Excel's Start Screen 00:03:00 Explaining the Excel Interface 00:03:00 Excel Interface Continued 00:01:00 Excel Workbook vs. Excel Worksheet 00:02:00 Saving an Excel Document 00:04:00 Customizing the Quick Access Toolbar 00:02:00 Customizing the Excel Ribbon 00:03:00 Excel Shortcut Keys 00:02:00 Unit 03: Values, Referencing and Formulas Creating Excel Labels 00:03:00 Entering Numeric Values in Excel 00:03:00 Formatting Date Values in Excel 00:05:00 Building Basic Formulas in Excel 00:05:00 Order of Operations 00:06:00 Relative vs. Absolute Cell References 00:07:00 Unit 04: Intro to Excel Functions Excel Functions Explained 00:03:00 The SUM() Function 00:08:00 The MIN() & MAX() Function 00:04:00 The AVERAGE() Function 00:02:00 COUNT() Functions 00:05:00 Unit 05: Adjusting Excel Worksheets Moving & Copying Data 00:07:00 Insert & Delete Rows and Columns 00:05:00 Adjusting the Width and Height of Cells 00:05:00 Hiding and Unhiding Excel Rows and Columns 00:04:00 Renaming, Moving & Deleting Excel Worksheets 00:05:00 Adding Protection to Specific Cells 00:04:00 Protecting the Structure of a Workbook 00:02:00 Adding a Workbook Password to Open File 00:02:00 Unit 06: Visually Pleasing Cell Formatting Formatting Fonts and Cell Background Color 00:05:00 Adding Cell Borders 00:05:00 Formatting Data Appropriately 00:05:00 The Magic behind Excel's Format Painter 00:03:00 Creating Styles for Formatting Efficiency 00:06:00 Merging Cells for a Cleaner Look 00:03:00 The Power of Conditional Formatting 00:06:00 Unit 07: How to Insert Images and Shapes! Grab User's Attention using Illustrations 00:09:00 Customizing Icons 00:05:00 Create Compelling Graphics with SmartArt 00:06:00 Unit 08: Visualize Data with Charts The Commonly Used Column Chart 00:03:00 Changing the Chart Design.mp4 00:02:00 Formatting Elements of a Chart 00:06:00 Modifying the Data, Type & Location of a Chart 00:06:00 Unit 09: Excel's Printing Options Print Preview Options 00:04:00 Excel's Page Layout View 00:07:00 Printing a Specific Range of Cells 00:03:00 Converting Spreadsheets to PDF Files 00:02:00 Unit 10: Benefits of Using Excel Templates Why Create an Excel Template 00:01:00 How to Create an Excel Template 00:05:00 Unit 11: Working with Excel Datasets How to Prepare Data for Analysis 00:04:00 How to Sort Data in Excel 00:03:00 Multi-Level Sorting 00:03:00 Custom Sorting Datasets in Excel 00:02:00 Applying Filters to Datasets 00:05:00 Creating Subtotals within a Dataset 00:06:00 Converting Datasets into Tables 00:06:00 Little Slice of Pie Charts 00:05:00 Finding & Removing Duplicate Values 00:07:00 Unit 12: Excel Database Functions The SUMIF() Function 00:09:00 The DSUM() Function 00:08:00 The DSUM() Function Cont. 00:07:00 The SUBTOTAL() Function 00:06:00 Unit 13: Excel Data Validation What is Excel Data Validation? 00:02:00 Creating a Drop Down List with Data Validation 00:07:00 Different Types of Excel Data Validation 00:06:00 Adding Custom Alerts to Data Validation 00:07:00 Creating a Dynamic Drop Down List 00:03:00 Complex Validation: Dependent Drop Down List! 00:09:00 Unit 14: Excel PivotTables Creating an Excel Pivot Table 00:06:00 Modifying Excel PivotTables 00:06:00 Grouping & Filtering PivotTable Data 00:06:00 Drilling Down into PivotTable Data 00:02:00 Creating Pivot Charts & Utilizing Slicers 00:08:00 Unit 15: Excel's PowerPivot Add-In What is PowerPivot? 00:04:00 Activating the Excel PowerPivot Add-In 00:02:00 Creating Relationships between Data Tables.mp4 00:06:00 Using Data Models to Create PivotTables 00:05:00 How to Create PowerPivot KPI's 00:08:00 Unit 16: Excel's Conditional Functions Excels IF Function 00:05:00 IF() Function with AND() Criteria 00:05:00 IF() Function with OR() Criteria 00:05:00 Nesting Multiple IF() Functions 00:07:00 The COUNTIF() Function 00:04:00 Key Benefits of Named Ranges 00:04:00 Unit 17: Excel's Lookup Function VLOOKUP() Function 00:09:00 The Beauty of Excel's IFERROR() Function 00:04:00 HLOOKUP() Function 00:06:00 The INDEX Function 00:05:00 MATCH() Function 00:05:00 INDEX() and MATCH() Combined 00:05:00 Two-Way Lookup with INDEX() and MATCH() 00:04:00 Unit 18: Text Based Functions in Excel LEFT(), RIGHT() and MID() Function 00:07:00 Extracting Specific Text using LEN() & SEARCH() 00:13:00 Combining Text with CONCATENATE() 00:06:00 Quick Tips & Other Text Based Functions 00:06:00 Unit 19: Auditing Formulas and Views in Excel Tracing Precedents & Dependents in Formulas 00:04:00 Showing Formulas 00:02:00 Grouping Data 00:03:00 3D Referencing in Formulas 00:05:00 Utilizing the Watch Window in Excel 00:03:00 How to Freeze Panes in Excel 00:03:00 Unit 20: Excel's 'what If?' Tools Excel's Scenario Manager Tool 00:06:00 Goal Seek in Excel 00:06:00 Compare Results with Excel Data Tables 00:04:00 Solver Tool 00:11:00 Unit 21: Welcome to Excel VBA The Power Behind Excel VBA 00:03:00 A Look Inside the Visual Basic Editor (VBE) 00:04:00 Recording a Macro 00:09:00 Saving & Opening a Macro-Enabled Workbook 00:02:00 Unit 22: The VBA Language Modules and Procedures 00:07:00 Objects, Methods and Properties 00:06:00 Excel VBA Variables 00:05:00 Unit 23: Writing VBA Code Referencing a Range 00:13:00 InputBox & MsgBox 00:06:00 Using Variables in VBA Code 00:05:00 If Then Else Statement 00:10:00 Worksheet Functions inside VBA 00:08:00 Creating User Defined Functions 00:09:00 User Defined Functions within VBA Scripts 00:06:00 Unit 24: Important VBA Tools and Logic Find Last Row of Data 00:06:00 Find Last Column of Data 00:03:00 With Statement 00:05:00 Debugging & Error Handling 00:07:00 Debugging & Error Handling Cont. 00:07:00 Unit 25: Excel VBA Loop For Next Loop 00:09:00 Do Until Loop 00:06:00 For Each Loop 00:04:00 Unit 26: Triggering Macros Assigning Macros to Shapes 00:04:00 Form Controls vs ActiveX Controls 00:08:00 Worksheet Events 00:04:00 Workbook Events 00:03:00 Fun with VBA Events! 00:07:00 Unit 27: Excel User Forms Creating an Excel UserForm 00:03:00 Adding Controls to UserForms 00:10:00 How to Show an UserForm 00:03:00 Passing TextBox Values to Desired Cells 00:07:00 Passing Option Buttons to Desired Cells 00:07:00 UserForm ComboBoxes 00:08:00 Clearing Values from UserForm Controls 00:03:00 How to Close an UserForm 00:02:00 UserForms and Protected Sheets 00:05:00 Unit 28: Starting a Career in Excel Creating an Excel Resume 00:05:00 Getting Started with Freelancing 00:06:00 How to Become an Excel Freelancer 00:05:00 Top Freelance Websites 00:05:00 How to Get Your First Client 00:08:00 Personal Branding 00:07:00 Networking Do's and Don'ts 00:04:00 Importance of Having a Website 00:04:00 Resources Resources - Microsoft Excel 00:00:00
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.
Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level C++ programming course designed for developers with experience programming in C or other languages. Practical hands-on prior programming experience and knowledge is required. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in basic coding with C++, coupling the most current, effective techniques with the soundest industry practices. 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: Writing procedural programs using C++ Using private, public and protected keywords to control access to class members Defining a class in C++ Writing constructors and destructors Writing classes with const and static class members Overloading operators Implementing polymorphic methods in programs Writing programs using file I/O and string streams Using manipulators and stream flags to format output Using the keyword template to write generic functions and classes Writing programs that use generic classes and functions Writing programs that use algorithms and containers of the Standard Library Apply object-oriented design techniques to real-world programming problems Using algorithms and containers of the Standard Library to manipulate string data Understand how C++ protects the programmer from implementation changes in other modules of an application Using try() blocks to trap exceptions Using catch() blocks to handle exceptions Defining exceptions and using throw to trigger them Introduction to C++ Programming / C++ Essentials is a skills-focused, hands-on C++ training course geared for experienced programmers who need to learn C++ coupled with sounds coding skills and best practices for OO development. Students will leave this course armed with the required skills to put foundation-level C++ programming skills right to work in a practical environment. The central concepts of C++ syntax and style are taught in the context of using object-oriented methods to achieve reusability, adaptability and reliability. Emphasis is placed on the features of C++ that support abstract data types, inheritance, and polymorphism. Students will learn to apply the process of data abstraction and class design. Practical aspects of C++ programming including efficiency, performance, testing, and reliability considerations are stressed throughout. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency Moving from C to C++ (Optional) New Compiler Directives Stream Console I/O Explicit Operators Standard Libraries Data Control Capabilities Handling Data New Declaration Features Initialization and Assignment Enumerated Types The bool Type Constant Storage Pointers to Constant Storage Constant Pointers References Constant Reference Arguments Volatile Data Global Data Functions Function Prototypes and Type Checking Default Function Data Types Function Overloading Problems with Function Overloading Name Resolution Promotions and Conversions Call by Value Reference Declarations Call-by-Reference and Reference Types References in Function Return Constant Argument Types Conversion of Parameters Using Default Initializers Providing Default Arguments Inline Functions Operator Overloading Advantages and Pitfalls of Overloading Member Operator Syntax and Examples Class Assignment Operators Class Equality Operators Non-Member Operator Overloading Member and Non-Member Operator Functions Operator Precedence This Pointer Overloading the Assignment Operator Overloading Caveats Creating and Using Objects Creating Automatic Objects Creating Dynamic Objects Calling Object Methods Constructors Initializing Member consts Initializer List Syntax Allocating Resources in Constructor Destructors Block and Function Scope File and Global Scope Class Scope Scope Resolution Operator :: Using Objects as Arguments Objects as Function Return Values Constant Methods Containment Relationships Dynamic Memory Management Advantages of Dynamic Memory Allocation Static, Automatic, and Heap Memory Free Store Allocation with new and delete Handling Memory Allocation Errors Controlling Object Creation Object Copying and Copy Constructor Automatic Copy Constructor Conversion Constructor Streaming I/O Streams and the iostream Library Built-in Stream Objects Stream Manipulators Stream Methods Input/Output Operators Character Input String Streams Formatted I/O File Stream I/O Overloading Stream Operators Persistent Objects Introduction to Object Concepts The Object Programming Paradigm Object-Orientated Programming Definitions Information Hiding and Encapsulation Separating Interface and Implementation Classes and Instances of Objects Overloaded Objects and Polymorphism Declaring and Defining Classes Components of a Class Class Structure Class Declaration Syntax Member Data Built-in Operations Constructors and Initialization Initialization vs. Assignment Class Type Members Member Functions and Member Accessibility Inline Member Functions Friend Functions Static Members Modifying Access with a Friend Class Templates Purpose of Template Classes Constants in Templates Templates and Inheritance Container Classes Use of Libraries Strings in C++ Character Strings The String Class Operators on Strings Member Functions of the String Class Inheritance Inheritance and Reuse Composition vs. Inheritance Inheritance: Centralized Code Inheritance: Maintenance and Revision Public, Private and Protected Members Redefining Behavior in Derived Classes Designing Extensible Software Systems Syntax for Public Inheritance Use of Common Pointers Constructors and Initialization Inherited Copy Constructors Destructors and Inheritance Public, Protected, Private Inheritance Exceptions Types of Exceptions Trapping and Handling Exceptions Triggering Exceptions Handling Memory Allocation Errors C++ Program Structure Organizing C++ Source Files Integrating C and C++ Projects Using C in C++ Reliability Considerations in C++ Projects Function Prototypes Strong Type Checking Constant Types C++ Access Control Techniques Polymorphism in C++ Definition of Polymorphism Calling Overridden Methods Upcasting Accessing Overridden Methods Virtual Methods and Dynamic Binding Virtual Destructors Abstract Base Classes and Pure Virtual Methods Multiple Inheritance Derivation from Multiple Base Classes Base Class Ambiguities Virtual Inheritance Virtual Base Classes Virtual Base Class Information The Standard Template Library STL Containers Parameters Used in Container Classes The Vector Class STL Algorithms Use of Libraries