This comprehensive Solidity course is designed for individuals seeking to expand their understanding of Ethereum, blockchain, and smart contract development. Whether you are an aspiring blockchain developer or an Ethereum enthusiast, this course covers all the essential topics including Solidity programming, DApp development, cryptocurrency, and more.
In this course, we'll learn how to visualize trends in temperature data with HTML, CSS, JavaScript, and jQuery. We recommend that you have some background in HTML, CSS, and JavaScript. You don't need to be an expert by any means, but you should have experience building web pages with HTML and CSS, and you should have basic programming skills with JavaScript.
This video course introduces you to the world of Rust programming. You'll learn about the Rust ecosystem, tools, primitive types, and control flow, and gain knowledge of how real-world applications are actually developed in Rust.
This comprehensive course will show you how to use SQL Server, ASP.NET Core, Angular 14, and Bootstrap to build a blog from scratch.
Duration 5 Days 30 CPD hours This course is intended for Experienced system administrators and system integrators responsible for designing and implementing vRealize Automation Overview By the end of the course, you should be able to meet the following objectives: Describe the vRealize Automation architecture and use cases in cloud environments Manage vRealize Automation entities on VMware and third-party virtual and cloud infrastructures Configure and manage Cloud Accounts, Projects, Flavor Mappings, Image Mappings, Network Profiles, Storage Profiles, Volumes, Tags, and Services Create, modify, manage, and deploy Cloud Templates Connect to a Kubernetes Cluster and manage namespaces Customize services and virtual machines with cloudConfig Configure and manage the Service Broker Configure and manage ABX actions, custom properties, event broker subscriptions, and vRealize Orchestrator workflows Integrate with vRealize Orchestrator Install vRealize Automation with Lifecycle Configuration Manager Describe Cloud Automation Services (Cloud Assembly and Code Stream). Integrate Cloud Assembly with Terraform and SaltStack Use logs and CLI commands to monitor and troubleshoot vRealize Automation During this five-day course, you focus on installing, configuring, and managing VMware vRealize© Automation?. You learn about how vRealize Automation can be used to automate the delivery of virtual machines, applications, and personalized IT services across different data centers and hybrid cloud environments. The course covers how to manage both on-premise systems and cloud services. The course covers how vRealize Automation Service Broker can aggregate content in native formats from multiple clouds and platforms into a common catalog. This course also covers interfacing vRealize Automation with other systems using VMware vRealize© Orchestrator? and how to use vRealize Automation to manage Kubernetes systems and leverage other systems. The course also covers integrating with Terraform and using SaltStack as a configuration management tool. Course Introduction Introductions and course logistics Course objectives vRealize Automation Overview and Architecture Describe the purpose and functionality of vRealize Automation Describe the vRealize Automation architecture Describe the use of VMware Workspace ONE© AccessTM Describe the relationship between Kubernetes clusters, containers, and vRealize Automation services Describe CLI commands for vRealize Automation 8 cluster management Describe Cloud Assembly Describe Service Broker Describe Code Stream Installing vRealize Automation List the different vRealize Automation deployment types Describe the purpose of vRealize easy installer Describe the vRealize Automation installation process Authentication and Authorization Identity the steps involved in integrating Workspace One with Active Directory Describe features of Workspace One Describe the user roles available in vRealize Automation Identify the key tasks performed by each user role Define custom roles Configure branding and multitenancy Basic Initial Configuration Quickly create a basic configuration with a cloud account, cloud zone, project, flavor mapping, and image mapping. VMware Cloud Templates Configure and deploy a basic cloud template Create cloud templates that can run on any cloud Use cloudConfig to run commands, install software, and create users Use YAML for inputs, variables, and conditional deployments Tags and Storage Configuration Configure tags Describe different types of tags Manage tags Configure storage profiles Use tags and storage profiles Integrating NSX-T Data Center List the capabilities and use cases of NSX-T Data Center Describe the NSX-T Data Center architecture and components Integrate NSX-T Data Center with vRealize Automation List the supported network profiles in vRealize Automation Use NSX-T Data Center components to design a multitier application Cloud Template Identify the network and security options available in design canvas Create and manage on-demand networks and security groups Configure NSX-T day 2 actions Integrating with Public Clouds Configure and use VMware Cloud Foundation accounts Configure and use an AWS cloud account Configure and use an Azure cloud account Configure and use a Google Cloud Platform cloud account Using Service Broker for Catalog Management Release a VMware Cloud Template? Define content source and content sharing Define Service Broker policy enforcement Use custom forms for catalog items vRealize Automation Extensibility Describe Extensibility Use event topics Create a subscription Call a vRealize Orchestrator workflow Create ABX actions Using Code Stream Introduction to Code Stream The CI/CD process Integrate GitLab with Code Stream and Cloud Assembly Use Code Stream to install software Using Terraform Integrate Cloud Assembly with Terraform Use Terraform with a VMware Cloud Template Use Terraform with Code Stream Using Kubernetes Clusters Introduction to Kubernetes Connect to an existing Kubernetes Cluster Integrate VMware Tanzu? Grid Integrated Edition Create a Supervisor Namespace as a catalog item Using SaltStack for Configuration Management Introduction SaltStack with vRealize Automation Use SaltStack for software deployment Use SaltStack for configuration management Use SaltStack with event-driven orchestration vRealize Automation Troubleshooting and Integration Location of logs Using Activity Monitoring deployment history Basic troubleshooting CLI commands Collecting logs (VAMI console) Integration with VMware vRealize© Log Insight? Integration with vRealize Operations Migrating vRealize Automation 7.x to 8
Duration 2 Days 12 CPD hours This course is intended for This class assumes some prior experience with Git, plus basic coding or programming knowledge. Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment led by our expert team, students will explore: Getting Started with Collaboration Understanding the GitHub Flow Branching with Git Local Git Configuration Working Locally with Git Collaborating on Your Code Merging Pull Requests Viewing Local Project History Streaming Your Workflow with Aliases Workflow Review Project: GitHub Games Resolving Merge Conflicts Working with Multiple Conflicts Searching for Events in Your Code Reverting Commits Helpful Git Commands Viewing Local Changes Creating a New Local Repository Fixing Commit Mistakes Rewriting History with Git Reset Merge Strategies: Rebase This is a fast-paced hands-on course that provides you with a solid overview of Git and GitHub, the web-based version control repository hosting service. While the examples in this class are related to computer code, GitHub can be used for other content. It offers the complete distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project. Getting Started with The GitHub Ecosystem What is Git? Exploring a GitHub Repository Using GitHub Issues Activity: Creating A GitHub Issue Using Markdown Understanding the GitHub Flow The Essential GitHub Workflow Branching with Git Branching Defined Activity: Creating a Branch with GitHub Introduction Class Diagram Interaction Diagrams Sequence Diagrams Communication Diagrams State Machine Diagrams Activity Diagram Implementation Diagrams Local Git Configuration Checking your Git version Git Configuration Levels Viewing your configurations Configuring your username and email Configuring autocrif Working Locally with Git Creating a Local copy of the repo Our favorite Git command: git status Using Branches locally Switching branches Activity: Creating a New File The Two Stage Commit Collaborating on Your Code Collaboration Pushing your changes to GitHub Activity: Creating a Pull Request Exploring a Pull Request Activity: Code Review Merging Pull Requests Merge Explained Merging Your Pull Request Updating Your Local Repository Cleaning Up the Unneeded Branches Viewing Local Project History Using Git Log Streaming Your Workflow with Aliases Creating Custom Aliases Workflow Review Project: GitHub Games User Accounts vs. Organization Accounts Introduction to GitHub Pages What is a Fork? Creating a Fork Workflow Review: Updating the README.md Resolving Merge Conflicts Local Merge Conflicts Working with Multiple Conflicts Remote Merge Conflicts Exploring Searching for Events in Your Code What is GitHub? What is Git bisect? Finding the bug in your project Reverting Commits How Commits are made Safe operations Reverting Commits Helpful Git Commands Moving and Renaming Files with Git Staging Hunks of Changes Viewing Local Changes Comparing changes with the Repository Creating a New Local Repository Initializing a new local repository Fixing Commit Mistakes Revising your last commit Rewriting History with Git Reset Understanding reset Reset Modes Reset Soft Reset Mixed Reset Hard Does gone really mean gone? Getting it Back You just want that one commit Oops, I didn?t mean to reset Merge Strategies: Rebase About Git rebase Understanding Git Merge Strategies Creating a Linear History Additional course details: Nexus Humans Introduction to GITHub for Developers (TTDV7551) 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 GITHub for Developers (TTDV7551) 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.
Course Overview Without adequate knowledge and expertise, medical coding can be a very complex task. That is why Jante has created the Medical Coding: ICD-10-CM Essentials course, where you can educate yourself on the crucial aspects of clinical coding before stepping into this sector. In this Medical Coding: ICD-10-CM Essentials course, you will learn all the key information of general coding. The course will help you grasp the codes used while treating Cancer. The instructor will teach you the specific coding for infectious and parasitic diseases. In addition, you will receive elaborate lessons on endocrine, nutritional, and metabolic diseases and their coding's. The course curriculum also includes modules on pain coding guidelines along with glaucoma and blindness coding guidelines. This Medical Coding: ICD-10-CM Essentials course is the perfect training ground for aspiring professionals in this sector. If you are one of them, enroll today to fast-track your career. Learning Outcomes Enrich your understanding of general coding guidelines Learn the code for specific infectious and parasitic diseases Broaden your understanding of Cancer-related coding Deepen your knowledge of Endocrine, Nutritional, and Metabolic Diseases Attain lessons on nervous system diseases and mental disorders Who is this course for? The Medical Coding: ICD-10-CM Essentials course is for those who are interested to learn medical coding Entry Requirement This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Certification After you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry-leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path The Medical Coding: ICD-10-CM Essentials course is a useful qualification to possess and would be beneficial for any related profession or industry such as: Medical Coder Nurse Medical Records Coordinator Medical Coding Specialist Medical Billing Specialist Medical coding Introduction Medical Coding Introduction 00:15:00 Placeholder 00:01:00 How to Use Medical Coding Books? 00:36:00 Conventions for the ICD-10-CM Conventions Introduction 00:03:00 Conventions Part-1 00:19:00 Conventions Part-2 00:17:00 Conventions Part-3 00:17:00 Conventions Part-4 00:37:00 General Coding Guidelines Locating a code in the ICD-10-CM 00:02:00 Level of Detail in Coding 00:01:00 Code or codes from A00.0 through T88.9, Z00-Z99.8 00:01:00 Signs and symptoms 00:02:00 Conditions that are an integral part of a disease process 00:01:00 Conditions that are not an integral part of a disease process 00:02:00 Multiple coding for a single condition Part-1 00:02:00 Multiple coding for a single condition Part 2 00:01:00 Acute and Chronic Conditions 00:02:00 Combination Code 00:02:00 Sequela (Late Effects) 00:02:00 Impending or Threatened Condition 00:01:00 Reporting Same Diagnosis Code More than Once 00:01:00 Laterality 00:02:00 Documentation by Clinicians Other than the Patient's Provider 00:02:00 Documentation of Complications of Care Part 1 00:02:00 Documentation of Complications of Care Part 2 00:01:00 Borderline Diagnosis 00:01:00 Use of Sign -Symptom- Unspecified Codes 00:02:00 Coding for Healthcare Encounters in Hurricane Aftermath 00:06:00 Chapter Specific Coding Guidelines Introduction Digital Medical Coding Mastery (DMCM) 00:05:00 Chapter 1: Certain Infectious and Parasitic Diseases (A00-B99) HIV Coding Guidelines 00:13:00 Infections resistant to antibiotics 00:02:00 Coding of Sepsis, Severe Sepsis, and Septic Shock 00:13:00 Zika virus infections 00:02:00 Chapter 2: Neoplasms (C00-D49) Introduction of Neoplasm or Cancer 00:02:00 Treatment directed at Malignancy or Cancer 00:02:00 Treatment of Secondary Cancer site 00:02:00 Coding & Sequencing of complications 00:04:00 Primary malignancy previously excised 00:01:00 Encounters involving chemotherapy, immunotherapy and radiation therapy 00:02:00 Encounter to determine extent of malignancy 00:01:00 Signs and Symptoms with Neoplasms 00:02:00 Admission for pain control management 00:01:00 Malignancy in two or more non-contiguous sites 00:02:00 Disseminated Malignant Neoplasm 00:01:00 Malignant Neoplasm without specification of site 00:01:00 Sequencing of Neoplasm codes 00:06:00 Current Malignancy versus personal history of Malignancy 00:04:00 Leukemia, Multiple Myeloma 00:02:00 Aftercare, Follow-up, Prophylactic organ removal 00:05:00 Chapter 3: Endocrine, Nutritional, and Metabolic Diseases (E00-E89) Introduction Endocrine, Nutritional, and Metabolic Diseases 00:01:00 Diabetes mellitus (DM) 00:01:00 Diabetes mellitus and use of insulin 00:01:00 DM in Pregnancy 00:01:00 Complications due to Insulin Pump Malfunction 00:02:00 Secondary Diabetes Mellitus (DM) 00:06:00 Chapter 4: Mental, Behavioral and Neurodevelopmental disorders (F01 - F99) Pain Disorder related to Psychological Factor 00:02:00 MSBP (Munchausen's Syndrome By Proxy) 00:05:00 Chapter 5: Diseases of the Nervous System (G00-G99) Introduction of Nervous System 00:04:00 Pain Coding Guidelines 00:03:00 Pain due to Device and Post OP Pain 00:03:00 Post OP Pain associated 00:01:00 Chronic Pain, Neoplasm related and Chronic pain Syndrome 00:05:00 Tip for Today 00:03:00 Chapter 6: Diseases of the Eye and Adnexa (H00-H59) Glaucoma Coding Guidelines 00:07:00 Blindness Coding Guidelines 00:07:00 Chapter 7: Diseases of the Circulatory System (I00-I99) Hypertension (HTN) Coding Guidelines 00:06:00 Different types of Hypertension combination codes 00:10:00 Coronary Artery Disease (CAD) Coding Guidelines 00:04:00 Intra and Postoperative CVA 00:03:00 Acute and Sequela Cerebrovascular Accident (CVA) 00:06:00 Myocardial Infarction (MI) 00:09:00 Tip for Today 00:03:00 Chapter 8: Diseases of the Respiratory System (J00-J99) Guidelines for COPD 00:07:00 Guidelines for Respiratory Failure and Influenza 00:07:00 Ventilator Associated Pneumonia (VAP) 00:05:00 Chapter 9: Diseases of the Skin and Subcutaneous Tissue (L00-L99) Pressure Ulcer Coding Guidelines 00:07:00 Non Pressure Ulcer Coding Guidelines 00:06:00 Chapter 10: Diseases of the Musculoskeletal System & Connective Tissue (M00-M99) Musculoskeletal System 00:14:00 Chapter 11: Diseases of Genitourinary System (N00-N99) CKD & Transplant status 00:09:00 Tip for you 00:02:00 Chapter 12: Pregnancy, Childbirth, and the Puerperium (O00-O9A) General Rules to code Pregnancy 00:15:00 Selection of Codes in obstetrics 00:10:00 Pre-existing conditions in Pregnancy 00:07:00 Pregnancy Combination conditions 00:17:00 Postpartum and Peri partum 00:09:00 Termination and Spontaneous Abortion 00:09:00 Chapter 13: Certain Conditions Originating in the Perinatal Period (P00-P96) Newborn General Guidelines 00:10:00 Additional Diagnosis and Newborn codes 00:07:00 Chapter 14: Congenital malformations, deformations, chromosomal abnormal(Q00-Q99) Congenital Malformation Codes 00:07:00 Chapter 15: Symptoms, signs, & abnormal clinical & laboratory findings (R00-R99) Symptoms Guidelines R Series 00:16:00 Chapter 16: Injury, poisoning, certain consequences of external causes (S00-T88) Coding Injury & Fracture 00:26:00 Coding of Burns and Corrosions 00:15:00 Adult, Child Abuse, Neglect 00:08:00 Adverse effect, Poisoning 00:17:00 Complication of Care 00:09:00 Conclusion Conclusion 00:01:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00
Overview This comprehensive course on Secure Programming of Web Applications will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Secure Programming of Web Applications comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? After successfully completing the course you will be able to order your certificate, these are included in the price. Who is This course for? There is no experience or previous qualifications required for enrolment on this Secure Programming of Web Applications. It is available to all students, of all academic backgrounds. Requirements Our Secure Programming of Web Applications is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 3 sections • 18 lectures • 01:14:00 total length •Introduction and motivation: 00:02:00 •Well-known Vulnerabilities Overview: 00:02:00 •Causes & Background: 00:09:00 •Secure Programming in general: 00:03:00 •Code/Command Injection: 00:03:00 •(No)SQL Code Injection: 00:04:00 •Cross-Site Request Forgery (CSRF): 00:05:00 •Cross-Site Scripting (XSS): 00:05:00 •Open Redirection: 00:04:00 •File Inclusion / Directory Traversal: 00:05:00 •Clickjacking: 00:04:00 •Session-Hijacking: 00:07:00 •Information Disclosure: 00:03:00 •Authentification: 00:07:00 •Denial of Service: 00:05:00 •Middleware: 00:01:00 •Third-Party Software: 00:01:00 •Conclusion and Summary: 00:04:00
Embark upon a journey of discovery with the 'AutoCAD VBA Programming - Beginner course,' where your first steps into the realm of programming within AutoCAD will lay a solid foundation for future innovation. This course is meticulously designed to guide you through the essentials, commencing with a comprehensive introduction that sets the stage for your learning adventure. As the curtain rises, you will be introduced to the robust Integrated Development Environment (IDE) where the magic of coding comes to life. Progressing through the syllabus, your insight into the AutoCAD Object Model will expand, revealing the intricacies of harnessing VBA to manipulate this powerful design tool. You'll delve into the world of variables, learning to juggle the data that acts as the building blocks of robust programming structures. As you advance, the course unveils the secret to crafting interactive user interfaces with User Forms and Controls, enabling you to tailor the AutoCAD experience like never before. The crescendo of your learning expedition peaks with mastering decision-making through Conditionals and exploiting the power of Looping to automate repetitive tasks, culminating in your ability to conjure up precise drawing objects with VBA scripts. Your newfound competence will also include troubleshooting your own code with Debugging techniques and navigating unforeseen errors with adept Error Handling strategies, ensuring that you conclude the course poised to tackle real-world challenges with confidence. Learning Outcomes: Gain an understanding of VBA within AutoCAD to create custom scripts. Develop the capability to construct and manipulate user interfaces in AutoCAD. Acquire the skills to make logical decisions and automate tasks through coding. Learn the strategies to identify and correct errors in VBA scripts. Master the application of VBA to enhance precision in AutoCAD drawings. Why buy this AutoCAD VBA Programming - Beginner course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments are designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the AutoCAD VBA Programming - Beginner course 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. 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. Who is this course for? Individuals keen to learn programming within a CAD environment. Professionals in the design industry looking to add automation to their toolkits. Beginners in programming aiming to apply their skills in technical drawing. CAD technicians aspiring to increase efficiency in their workflow. Design students seeking to supplement their studies with technical scripting abilities. Prerequisites This AutoCAD VBA Programming - Beginner course does not require you to have any prior qualifications or experience. You can just enrol and start learning.This AutoCAD VBA Programming - Beginner course was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path CAD Technician - £20,000 to £35,000 per annum VBA Developer - £30,000 to £60,000 per annum AutoCAD Designer - £25,000 to £40,000 per annum BIM Coordinator - £35,000 to £50,000 per annum Structural Engineer - £28,000 to £48,000 per annum Architectural Technologist - £22,000 to £35,000 per annum Course Curriculum Unit 01: Introduction Module 01: Introduction 00:04:00 Module 02: Course Content Identified 00:06:00 Unit 02: VBA Integrated Development Environment (IDE) Module 01: Setting-up the Environment (Installing VBA IDE) 00:01:00 Module 02: Downloading and Installing AutoCAD VBA IDE 00:04:00 Module 03: Identify and Understand VBA IDE Components (Toolbars and Windows) 00:03:00 Module 04: VBA IDE Walkthrough 00:14:00 Unit 03: Understanding AutoCAD Object Model in VBA Module 01: Examining AutoCAD VBA Object Model Structure 00:07:00 Module 02: Examining AutoCAD Object Model Structure Part 2 00:06:00 Unit 04: Using Variables in VBA Module 01: Working on Variables 00:01:00 Module 02: Using Variables in the Program 00:14:00 Unit 05: User Forms and Controls Module 01: User Forms and Controls Topic Breakdown 00:02:00 Module 02: Using Label, Textbox and Command Button Controls 00:10:00 Module 03: Using ListBox Control 00:06:00 Module 04: Using ComboBox Control 00:09:00 Module 05: Using CheckBox Control 00:08:00 Module 06: Using OptionButton Control 00:03:00 Module 07: Using MultiPage Control 00:10:00 Module 08: Using MultiPage Control Continued 00:14:00 Module 09: Using Frame Control 00:03:00 Unit 06: Conditionals and Decisions in VBA Module 01: Conditions and Decisions Course Outline 00:01:00 Module 02: IF-THEN-ELSE Condition 00:02:00 Module 03: IF-THEN-ELSEIF Condition 00:04:00 Module 04: Conditional Operators in VBA 00:04:00 Module 05: Logical Operators in VBA 00:07:00 Module 06: SELECT CASE Statement in VBA 00:05:00 Unit 07: Looping and Iterations in VBA Module 01: Looping and Iterations Overview 00:02:00 Module 02: Using DO-WHILE Loop in VBA 00:04:00 Module 03: Using DO-UNTIL Loop in VBA 00:02:00 Module 04: Using FORNEXT Loop in VBA 00:02:00 Module 05: Using FOREACHNEXT Loop in VBA 00:03:00 Unit 08: Drawings Objects in VBA Module 01: Drawing Objects Overview 00:01:00 Module 02: Draw a Line Object using Utility Function 00:03:00 Module 03: Draw a Line Object using Points from User's Input 00:07:00 Module 04: Draw a Circle Object Using Utility Functions 00:03:00 Module 05: Draw a Text Object using Utility Functions 00:05:00 Module 06: Draw a LWPolyline and Polyline Objects 00:06:00 Unit 09: Code Debugging in VBA Module 01: Code Debugging Overview3 00:01:00 Module 02: Code Debugging in VBA Demo3 00:12:00 Module 03: Code Debugging in VBA Demo Continued 00:02:00 Unit 10: Error Handling in VBA Module 01: Error Handling Course Outline 00:02:00 Module 02: Error Handling in VBA Demo 00:13:00 Unit 11: Conclusion Module 01: Conclusion and Thank you! 00:01:00 Assignment Assignment - AutoCAD VBA Programming - Beginner course 00:00:00
Social care is the provision of social work, personal care, protection or social support services to children or adults in need, or at risk, or adults with needs arising from illness, disability, old age or poverty. Choosing a job in health and social care means you want to make a difference to other people's lives by supporting and caring for them, so they can thrive, and their quality of life is enhanced. To work in a professional manner and provide the best quality of care, you need to know the duties, responsibilities and boundaries of your job. This course will define social care and talk about why people choose it as a career and what its goals and objectives are. It will also cover job descriptions, person centred care, understanding code of practices and the basics of government legislation. Finally, it will touch on dealing with conflicts at work.