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

34564 Courses

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

Child Psychology & Counselling Level 7 Advanced Diploma

4.7(47)

By Academy for Health and Fitness

24 Hours Left! Don't Let the Winter Deals Slip Away - Enrol Now! What's New? Latest Updated (January 2024) 5 Latest Topic Added 2 FREE Course It is easier to build strong children than to repair broken men. Have you ever wondered why some children are hyperactive whereas others are shy? Why do they develop differently from one another? How do children develop their thinking and speaking abilities? If this Child Psychology & Counselling course fascinates you, then you are in the right place! Level 7 Diploma in Child Psychology & Counselling Bundle consists of the following Courses: Course 01: Child Psychology Level 7 QLS Endorsed Course 02: Safeguarding Children Level 3 Course 03: Art Therapy Course 04: Autism and Developmental Disorders Course 05: EYFS Teaching Assistant Course 06: Speech & Language Therapy for Children This Advanced Diploma in Child Psychology at QLS Level 7 course is endorsed by The Quality Licence Scheme and accredited by CPDQS (with 250 CPD points) Learning Outcomes of the Child Psychology & Child Counselling Understand the concept of mental health and its introduction. Explore attachment and relationship building in childhood development. Comprehend the impacts of separation and loss on attachment. Assess and identify attachment disorders in children and adolescents. Understand factors influencing cognitive, social, and emotional development. Identify problems of infancy, childhood, and signs of neglect. Analyze risk factors and impacts of child neglect. Understand cyberbullying, internet grooming, and internet addiction in children. Key Skills You Will Achieve from this Child Psychology & Child Counselling Level 7 Advanced Diploma with Art Therapy Course: Emotional intelligence Body language Speech changes Child Psychology and communication abilities Analytical skills Problem-solving. Critical thinking At the end of the Child Psychology & Child Counselling course, you will have a better knowledge of Child Psychology and children's behaviour. Once you've learned more about Child Psychology & Child Counselling and begun your career, you can earn anything starting from £27,000! Student Testimonials - What Our Students Say! ''I was a little hesitant to take this course because I didn't have any prior experience in child psychology or safeguarding. But I'm so glad I did! The course was very well-structured and easy to follow. I learned so much about child development and the different types of child abuse and neglect.'' Reviewed by Imogen Harrison ''Really enjoyed learning how so many aspects of our childhood, and upbringing can impact us as we grow up and mature into adults.'' Reviewed by Katherine Dutton "The course of very helpful. A Very clear understanding of how child psychology helps to identify the cause and factor to solve problems and how to keep safe children from bullying, neglect and acts of violence later in life.Thank you" Reviewed by Pushpa Lockwood ''I am happy because I learning a lot. Reviewed by Chigozirim Nana So enrol now in this Child Psychology & Child Counselling Level 7 Advanced Diploma course today to Advance your career! The first years following birth are a time of fast growth and development when a child's brain develops at a breakneck pace. Early experiences, both positive and negative, build the groundwork for a child's future, development, and happiness. Join an Advanced Diploma in Child Psychology & Child Counselling Level 7 Advanced Diploma with Art Therapy in Childcare- learn the appropriate support to help children reach their full potential. Take a step toward a brighter future! Why Choose Our Child Psychology & Child Counselling Level 7 Advanced Diploma with Art Therapy Course? Opportunity to earn a certificate endorsed by the Quality Licence Scheme Get a free student ID card! Innovative and engaging Child Psychology & Child Counselling course content Free assessments are included with this Child Psychology & Child Counselling Level 7 Advanced Diploma with Art Therapy course 60% Marks to pass 24/7 tutor support Certificate of Completion After successfully completing this Advance Diploma in Child Psychology at QLS Level 7, you can order your CPD Accredited PDF Certificate (Advance Diploma in Child Psychology at QLS Level 7 ) as proof of your achievement. For the Hard Copy certificate, you have to pay £29.99 + Postal Charge. CPD 250 CPD hours / points Accredited by CPD Quality Standards Module 01: Introduction 31:38 1: Introduction Video Preview 01:33 2: Child Psychology Preview 02:39 3: Child Development Part - 1 03:37 4: Child Development Part - 2 03:06 5: Introduction to Child Psychology 20:43 Module 02: Introduction to Mental Health 16:54 6: Erikson_s Theory 02:45 7: Introduction to Mental Health 14:09 Module 03: Attachment and Relationship Building in Childhood 35:21 8: Attachment and Relationship Building in Childhood 35:21 Module 04: Impacts of Separation and Loss on Attachment 23:51 9: Impacts of Separation and Loss on Attachment 23:51 Module 05: Assessments of Attachment 10:51 10: Assessments of Attachment 10:51 Module 06: Attachment Disorder 11:11 11: Attachment Disorder 11:11 Module 07: Attachment-Focused Parenting 14:28 12: Attachment-Focused Parenting 14:28 Module 08: Emotions and Mind-Mindedness 09:27 13: Emotions and Mind-Mindedness 09:27 Module 09: Interventions, Treatment and Support 10:33 14: Interventions, Treatment and Support 10:33 Module 10: Factors that Influence Development18:39 15: Factors that Influence Development 18:39 Module 11: Cognitive Development 20:07 16: Cognitive Development 20:07 Module 12: Social and Emotional Development 33:54 17: Social and Emotional Development 33:54 Module 13: Personality & Intellectual Development in Children 31:00 18: Personality and Intellectual Development in Children 31:00 Module 14: Stages of Language Development23:16 19: Stages of Language Development 23:16 Module 15: Understanding Moral Development 12:26 20: Understanding Moral Development 12:26 Module 16: Problems of Infancy 14:16 21: Problems of Infancy 14:16 Module 17: Problems of Childhood 16:05 22: Problems of Childhood 16:05 Module 18: Signs of Child Neglect21:13 23: Signs of Child Neglect 21:13 Module 19: Risk Factors for Neglect 12:03 24: Risk Factors for Neglect 12:03 Module 20: The impact of Child Neglect 14:16 25: The impact of Child Neglect 14:16 Module 21: Prevent Child Negligence 14:15 26: Prevent Child Negligence 14:15 Module 22: Cyberbullying 19:10 27: Cyberbullying 19:10 Module 23: Internet Grooming 17:15 28: Internet Grooming 17:15 Module24: Identifying, Preventing & Overcome Internet Addiction 10:31 29: Identifying, Preventing and Overcoming Internet Addiction 10:31 Module 25: Mental Health Related Legislations in the UK 22:29 30: Mental Health Related Legislations in the UK 21:29 31: Final Words 01:00 Assignment (Optional) 03:00 32: Assignment on- Advanced Diploma in Child Psychology at QLS Level 7 03:00 Order Your Certificate 02:00 33: Order Your CPD Certificate 01:00 34: Order Your QLS Endorsed Certificate 01:00 Free Course No 01: Autism & Developmental Disorders 1:14:10 35: Module 01: Autism Spectrum Disorder (ASD) 13:08 36: Module 02: Learning Difficulties Related to Autism 14:51 37: Module 03: Autism Diagnosis 08:21 38: Module 04: Cognitive Approaches in Autism 09:03 39: Module 05: Dealing with Autistic Individuals 12:38 40: Module 06: Other Considerations for Dealing with Autistic Individuals 09:34 41: Module 07: Engagement in Autism Awareness 06:35 Free Course No 02: EYFS Teaching Assistant 1:41:14 42: Module 01: Introduction to EYFS 07:47 43: Module 02: Importance of Early Years in Development 11:46 44: Module 03: EYFS Teaching Techniques 08:51 45: Module 04: Working as an EYFS Teacher 10:50 46: Module 05: Promoting Learning and Development 18:53 47: Module 06: Children Having Special Education Needs or Disabilities 11:25 48: Module 07: Welfare Requirements 10:20 49: Module 08: The EYFS Educational Philosophies and Privileges 07:35 50: Module 09: Registration, Inspection, and Quality Improvement 06:22 51: Module 10: EYFS Framework in 2021 07:25 Free Course No 03: Speech & Language Therapy For Children 1:09:03 52: Module 01: An Overview of Speech Therapy 04:51 53: Module 02: The Science of Speech 09:27 54: Module 03: How to Help a Child with SL Difficulties 12:45 55: Module 04: Characteristic of Speech: Linguistic Discipline 13:45 56: Module 05: Literacy and Language Development 11:01 57: Module 06: Child Speech & Language Disorders 17:14 Free Course No 04: Safeguarding Children Level 3 2:11:37 58: Module 01: Introduction to Safeguarding 12:13 59: Module 02: Laws and Guidance 25:52 60: Module 03: Child Abuse 27:48 61: Module 04: Child Sexual Exploitation 22:22 62: Module 05: Responding to Disclosure and Reporting 15:04 63: Module 06: Risks and Risk Assessment 08:42 64: Module 07: Things to Do after Referral 10:46 65: Module 08: Record Keeping 08:50 Who is this course for? Child Psychology & Child Counselling Level 7 Advanced Diploma with Art Therapy This Child Psychology & Child Counselling Level 7 Advanced Diploma with Art Therapy course can be taken by: Child Psychologist Psychology Consultant Behavioural Therapist Teaching Assistant Childhood Counsellor Social Worker Health Care Counsellor Anyone interested in learning more about the topic is advised to take this Child Psychology Level 7 Advanced Diploma with Art Therapy. This Child Psychology Level 7 Advanced Diploma with Art Therapy course is open to everybody, especially those who are interested in: EDI Child Psychology (level 3) EDI Child Psychology Early Development Instrument (EDI) RQF Children and Young People's Workforce Level 2 Award in Safeguarding and Protecting Children and Young People NCFE Early Learning and Childcare Requirements Child Psychology & Child Counselling Level 7 Advanced Diploma with Art Therapy This Child Psychology & Child Counselling Level 7 Advanced Diploma with Art Therapy course requires no formal qualification to start. A fundamental understanding of Child Psychology & Child Counselling Level 7 Advanced Diploma with Art Therapy in Childcare will help you to easily grasp the key context of the course. Career path Child Psychology Level 7 Advanced Diploma This Child Psychology Level 7 Advanced Diploma with Art Therapy course will provide you with a unique combination of expertise and competencies that will enable you to pursue a range of profitable and rewarding careers, including- Childminders Child Psychologist EYFS Teachers Pediatric Nurses Social Service Worker Certificates Certificate Accredited by CPDQS Digital certificate - Included Diploma in Child Psychology at QLS Level 7 Hard copy certificate - £139 Show off Your New Skills with a Certificate of Completion After successfully completing the Advanced Diploma in Child Psychology at QLS Level 7, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme. The certificate will be home-delivered, with a pricing scheme of - 139 GBP inside the UK 149 GBP (including postal fees) for International Delivery Certificate Accredited by CPDQS Upon finishing the Child Psychology course, you need to order to receive aCertificate Accredited by CPDQSthat is accepted all over the UK and also internationally. The pricing schemes are: 29 GBP for Printed Hardcopy Certificate inside the UK 39 GBP for Printed Hardcopy Certificate outside the UK (International Delivery)

Child Psychology & Counselling Level 7 Advanced Diploma
Delivered Online On Demand14 hours 6 minutes
£12

Mastering Coffee Artistry Course

5.0(2)

By Training Express

Coffee artistry is more than just brewing a cup; it's about mastering the craft to create stunning coffee experiences. In this Mastering Coffee Artistry course, you will explore the finer aspects of coffee making, from the basics of bean selection to the techniques used to create beautiful latte art. Whether you’re looking to refine your current skills or dive deeper into the world of coffee, this course offers everything you need to gain a deeper appreciation for the art behind every cup. Throughout the course, you'll learn the secrets of perfecting your brew and how to elevate your coffee-making skills to a whole new level. From understanding the intricacies of espresso to designing intricate latte art, this course covers it all. With easy-to-follow guidance, you’ll master the tools and techniques needed to create visually impressive and delicious drinks that captivate both the eye and the taste buds. Whether for personal enjoyment or to enhance your coffee expertise, this course will transform the way you see and make coffee. 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 01: Introduction to Coffee Module 02: Coffee Beans Module 03: Coffee Roasting Module 04: Brewing Methods Module 05: Barista Skills and Techniques Module 06: The Classic Coffees Module 07: Mastering Latte Art Module 08: Coffee Menu Design and Trends Module 09: Working as a Professional Barista Learning Outcomes: Understand the coffee industry's rich history and origins. Gain in-depth knowledge of coffee bean varieties and their characteristics. Master the coffee roasting process, achieving optimal flavor profiles. Acquire expertise in various coffee brewing methods. Develop advanced barista skills and techniques for precision coffee preparation. Explore the world of classic and contemporary coffee offerings. 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 baristas Coffee enthusiasts and connoisseurs Café owners and staff Hospitality professionals Individuals seeking a career in the coffee industry Those looking to enhance their coffee-related skills Career path Barista Café Manager Coffee Roaster Coffee Shop Owner Coffee Educator Hospitality Professional 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.

Mastering Coffee Artistry Course
Delivered Online On Demand1 hour
£12

Principles of Immunology Course

5.0(2)

By Training Express

Ever wondered how your body knows how to fight off invaders without you lifting a finger? That’s the magic of immunology – the quiet superhero of health sciences. The Principles of Immunology Course takes you through the inner workings of the immune system, how it detects threats, launches responses, and sometimes gets a bit confused (hello allergies and autoimmunity). From the basics of immune cells to the complexity of antibodies, you'll get a solid grasp on what’s happening behind the scenes when your body says, “Not today, virus.” Whether you're aiming to understand immunity for personal interest or planning to apply this knowledge in a healthcare, biology or biomedical field, this course gives you the groundwork in a clear and structured way. No fluff, no jargon overload – just straight-to-the-point lessons with a healthy dose of scientific curiosity. This course is fully online and built for flexible learning, so you can dive into the world of immune responses from the comfort of your own space, pyjamas optional. 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 01 : Introduction to Immunology Module 02 : Immunity System Module 03 : Autoimmune Diseases Module 04 : Immunodeficiency Module 05 : Viral Immunology Module 06 : Tumour Immunology Module 07 : Vaccines Module 08 : Transplantation Learning Outcomes: Gain a comprehensive understanding of immunology principles. Comprehend the intricacies of the human immune system. Explore the mechanisms and implications of autoimmune diseases. Understand immunodeficiency and its impact on health. Study viral and tumour immunology in the context of disease. Learn about the development and importance of vaccines. 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. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Medical and healthcare students. Researchers and scientists in the field of immunology. Physicians and healthcare professionals. Biology and life sciences students. Those interested in understanding the human immune system. Individuals seeking knowledge in medical sciences. Anyone with a passion for immunology. Career path Immunologist Medical Researcher Immunology Professor Clinical Immunologist Immunology Technician Public Health 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.

Principles of Immunology Course
Delivered Online On Demand1 hour
£12

Vacuum Packing Training Course

5.0(14)

By Training Express

Vacuum packing has revolutionised the way food is preserved, stored, and transported across various industries. This Vacuum Packing Training Course is designed to give learners a clear understanding of vacuum sealing, from choosing suitable packaging materials to ensuring hygiene standards are maintained throughout the process. Whether you're involved in food production, catering, or retail, this course provides valuable insights into the techniques that extend shelf life and enhance product safety. Covering topics such as food safety, packaging choices, vacuum sealing methods, and business use cases, this course blends essential knowledge with industry applications. It’s ideal for anyone looking to strengthen their understanding of vacuum packing and its role in modern food handling and storage. Straightforward, focused, and industry-relevant, the course offers a well-rounded guide to help learners adopt best practices in vacuum packaging without overcomplicating the process. 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 01: Introduction to Vacuum Packing Module 02: Choosing the Right Packaging Materials Module 03: Food Safety and Hygiene Module 04: Vacuum Packing Techniques Module 05: Storage and Transportation of Vacuum-Packed Food Module 06: Business Applications of Vacuum Packing Learning Outcomes: Master vacuum packing fundamentals for food preservation. Select the right packaging materials for optimal freshness. Ensure food safety and maintain high hygiene standards. Acquire advanced vacuum packing techniques for culinary excellence. Efficiently store and transport vacuum-packed food. Harness vacuum packing skills for business applications. 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 chefs and culinary enthusiasts Restaurant owners and food service professionals Small-scale food producers and home-based businesses Caterers and event planners Food industry entrepreneurs Kitchen staff and culinary students Anyone interested in culinary innovation Those seeking food preservation knowledge Career path Food Production Assistant Sous Chef Catering Manager Food Packaging Technician Quality Control Inspector Small Food Business Owner 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.

Vacuum Packing Training Course
Delivered Online On Demand1 hour
£12

Skills for Role Playing Games

By Compete High

🌟 Introducing 'Skills for Role Playing Games'   Embark on a journey to master the art of Role Playing Games (RPGs) with our comprehensive training program. Whether you're a novice seeking to delve into the immersive worlds of RPGs or a seasoned player aiming to refine your skills, our modules are designed to elevate your gameplay experience to new heights.   📘 Module 1: Introduction to Role Playing Games Get acquainted with the fundamentals of RPGs, from understanding game mechanics to exploring different genres and playstyles. Lay the groundwork for your adventure and unlock the secrets of successful role-playing.   🌍 Module 2: World Building and Lore Dive deep into the creation of captivating game worlds and rich lore. Learn the art of building immersive environments, crafting compelling backstories, and developing intricate cultures that will enchant players and breathe life into your game universe.   🎭 Module 3: Character Design and Progression Master the art of character creation and development. Discover the key elements of designing memorable characters, from personalities to abilities, and learn how to guide their growth throughout the game, ensuring a dynamic and engaging player experience.   📜 Module 4: Quest Design and Narrative Crafting Unleash your creativity as you delve into the intricacies of quest design and storytelling. Explore techniques for crafting captivating narratives, designing challenging quests, and weaving them seamlessly into the fabric of your game world to immerse players in unforgettable adventures.   🤝 Module 5: Player Interaction and Dynamic NPCs Explore the dynamics of player interaction and the role of Non-Player Characters (NPCs) in shaping the gaming experience. Learn how to create dynamic NPCs with distinct personalities and motivations, fostering meaningful interactions that enhance immersion and engagement.   🌐 Module 6: World Events and Dynamic Storytelling Unlock the power of dynamic storytelling and world events to keep players engaged and invested in your game world. Discover how to create dynamic events that evolve based on player actions, driving the narrative forward and ensuring a constantly evolving gaming experience.   🚀 Why Choose 'Skills for Role Playing Games'? Comprehensive training covering all aspects of RPG design and gameplay. Expert-led modules crafted by industry professionals with years of experience. Practical insights and hands-on exercises to reinforce learning. Suitable for beginners and seasoned players alike, catering to diverse skill levels. Elevate your game design and storytelling abilities to create unforgettable RPG experiences.   Don't just play RPGs - master them with 'Skills for Role Playing Games' and unlock the potential to create worlds that captivate players and stand the test of time. Enroll now and embark on your journey to RPG mastery! Course Curriculum Module 1_ Introduction to Role Playing Games Introduction to Role Playing Games 00:00 Module 2_ World Building and Lore World Building and Lore 00:00 Module 3_ Character Design and Progression Character Design and Progression 00:00 Module 4_ Quest Design and Narrative Crafting Quest Design and Narrative Crafting 00:00 Module 5_ Player Interaction and Dynamic NPCs Player Interaction and Dynamic NPCs 00:00 Module 6_ World Events and Dynamic Storytelling World Events and Dynamic Storytelling 00:00

Skills for Role Playing Games
Delivered Online On Demand6 hours
£5

Eye Safety Training: Eye Protection in Everyday Life

4.3(43)

By John Academy

Enhance your understanding of eye safety with our comprehensive course on Eye Protection in Everyday Life. Learn to identify hazards, prevent injuries, and effectively use protective equipment. From workplace protocols to agricultural settings, acquire the skills to safeguard your eyes and promote a culture of safety. Enroll now!

Eye Safety Training: Eye Protection in Everyday Life
Delivered Online On Demand2 hours
£11.99

Radiation Safety Training

By Compete High

🌟 Unlock a Safer Tomorrow with Radiation Safety Training Course! 🌟   Are you ready to empower your team with the knowledge and skills to navigate the complexities of radiation safety? Our comprehensive course, 'Radiation Safety Training,' is designed to equip individuals and organizations with the expertise needed to foster a culture of safety, compliance, and preparedness. Let's delve into the transformative modules that make this training indispensable: Module 1: Introduction to Radiation Safety Detection and Measurement Techniques Discover the fundamentals of radiation safety, covering the essentials of detection and measurement techniques. From understanding radiation sources to mastering state-of-the-art measurement tools, this module lays the groundwork for a robust safety foundation. Module 2: Radiation Protection Strategies and Emergency Preparedness Prepare your team for any eventuality with Module 2, focusing on radiation protection strategies and emergency preparedness. Explore best practices in shielding, containment, and response protocols to ensure a swift and effective reaction to any unforeseen circumstances. Module 3: Radiation Safety Culture and Safety Audits Build a culture of safety within your organization. Module 3 emphasizes the importance of instilling a radiation safety culture and conducting regular safety audits. Learn how to assess, improve, and maintain a proactive approach to radiation safety. Module 4: Radiation Safety Training and Radiation Safety Program Management Take a deep dive into the intricacies of training programs and program management. Module 4 provides insights into crafting effective training sessions, ensuring compliance, and efficiently managing your radiation safety program for long-term success. Module 5: Radiation Monitoring and Radiation Emergency Preparedness Equip your team with the tools and knowledge to monitor radiation levels effectively. Module 5 addresses real-time monitoring techniques and drills into emergency preparedness strategies to mitigate risks and safeguard your personnel. Module 6: Radiation Waste Management and Maintaining a Strong Radiation Safety Culture Navigate the complexities of radiation waste management while emphasizing the importance of maintaining a robust safety culture. Module 6 ensures that your team not only manages waste responsibly but also upholds a strong commitment to radiation safety principles.   🚀 Key Benefits: Comprehensive Knowledge: Gain in-depth insights into radiation safety principles. Compliance Assurance: Ensure adherence to industry standards and regulations. Emergency Response Mastery: Develop skills to respond effectively to radiation emergencies. Cultivate Safety Culture: Instill a proactive safety culture within your organization. Expert-Led Training: Learn from industry experts with real-world experience.   🎓 Enroll today and empower your team with the expertise to navigate the world of radiation safety confidently. Secure a safer future with 'Radiation Safety Training' - where knowledge meets preparedness! 🌐 Course Curriculum Module 1- Introduction to Respiratory Protection and Types Introduction to Radiation Safety Detection and Measurement Techniques 00:00 Module 2- Respirator Use and Fit Testing Procedures Radiation Protection Strategies and Emergency Preparedness 00:00 Module 3- Respirator Training and Respiratory Hazard Assessments Radiation Safety Culture and Safety Audits 00:00 Module 4- Storage Equipment Fit Checks and Seal Checks Radiation Safety Training and Radiation Safety Program Management 00:00 Module 5- Inspection and Removal of Disposal Respiratory Equipment Radiation Monitoring and Radiation Emergency Preparedness 00:00 Module 6- Emergency Response and Respiratory Protection Program Evaluation Radiation Waste Management and Maintaining a Strong Radiation Safety Culture 00:00

Radiation Safety Training
Delivered Online On Demand6 hours
£4.99

Social Housing Management

By Compete High

Course Overview: Social Housing Management Introduction: Social Housing Management is a comprehensive course designed to equip participants with the knowledge and skills necessary to effectively manage and administer social housing programs. With a focus on history, challenges, strategies, and best practices, this course provides valuable insights into the complexities of social housing management. Module 1: History of Social Housing This module delves into the historical evolution of social housing, tracing its origins and development over time. Participants will explore key milestones, legislative frameworks, and societal factors that have shaped the landscape of social housing. Module 2: Current Challenges and Future Developments in Social Housing Participants will examine contemporary challenges facing social housing providers, including affordability, accessibility, and sustainability. Additionally, this module explores emerging trends and future developments in social housing policy and practice. Module 3: Strategies and Best Practices for Social Housing Providers This module focuses on effective strategies and best practices for social housing providers to optimize service delivery and meet the diverse needs of tenants. Topics covered include tenant engagement, community development, and partnership building. Module 4: The Role of Technology in Social Housing Technology plays a crucial role in modernizing social housing operations and improving efficiency. This module explores the use of technology platforms, data analytics, and smart systems to enhance tenant services, asset management, and operational processes. Module 5: Financing and Funding for Social Housing Understanding financing and funding mechanisms is essential for sustaining social housing initiatives. Participants will learn about various funding sources, financial models, and investment strategies to support the development and maintenance of social housing projects. Module 6: Managing and Maintaining Social Housing Effective management and maintenance are essential for ensuring the long-term viability of social housing properties. This module covers property management principles, maintenance planning, and regulatory compliance to uphold quality standards and ensure tenant satisfaction. Module 7: Understanding the Essence of Social Housing In this concluding module, participants will reflect on the fundamental principles and values underpinning social housing. By examining the essence of social housing, participants will gain a deeper understanding of its importance in promoting social equity, inclusion, and housing justice. Conclusion: Social Housing Management offers a holistic perspective on the multifaceted nature of social housing, equipping participants with the knowledge and tools to navigate the challenges and opportunities in this critical field. Whether you're a housing professional, policymaker, or advocate, this course provides valuable insights and practical strategies for advancing social housing initiatives and improving housing outcomes for all. Course Curriculum Module 1_ History of Social Housing History of Social Housing 00:00 Module 2_ Current Challenges and Future Developments in Social Housing Current Challenges and Future Developments in Social Housing 00:00 Module 3_ Strategies and Best Practices for Social Housing Providers Strategies and Best Practices for Social Housing Providers 00:00 Module 4_ The Role of Technology in Social Housing The Role of Technology in Social Housing 00:00 Module 5_ Financing and Funding for Social Housing Financing and Funding for Social Housing 00:00 Module 6_ Managing and Maintaining Social Housing Managing and Maintaining Social Housing 00:00 Module 7_ Understanding the Essence of Social Housing Module 7_ Understanding the Essence of Social Housing 00:00

Social Housing Management
Delivered Online On Demand7 hours
£4.99

Functional Skills Maths

By IOMH - Institute of Mental Health

Overview of Functional Skills Maths Join our Functional Skills Maths 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 Functional Skills Maths course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Functional Skills Maths 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! This Functional Skills Maths Course will help you to learn: 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 Functional Skills Maths. 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 Certificate of Completion - Digital / PDF Certificate After completing the Functional Skills Maths course, you can order your CPD Accredited Digital / PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This Functional Skills Maths 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 You don't need any educational qualification or experience to enrol in the Functional Skills Maths 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 Functional Skills Maths 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 Integers ( Directed Numbers) Lecture 1 Introduction 00:02:00 Lecture 2 Multiplying any digit number by 11, 22, and 33 00:09:00 Lecture 3 Integers and ordering of integers 00:06:00 Lecture 4 Addition and Subtractions of Integers 00:07:00 Lecture 5 Operations on Integers 00:04:00 Lecture 6 Multiplication and Division of Integers 00:04:00 Lecture 7 Powers of Integers (Exponents) 00:04:00 Factors and Multiples Lecture 8 Complete knowledge about factors and multiples 00:06:00 Lecture 9 Divisibility tests for 2,3,4,5,6 00:07:00 Lecture 10 Divisibility rules 7,8,9,10,11 00:06:00 Lecture 11 Prime Factorization 00:06:00 Lecture 12 Highest Common Factor HCF 00:10:00 Lecture 13 Least Common Multiple LCM 00:16:00 Lecture 14 Relation between LCM and HCF 00:04:00 Fractions Lecture 15 Classification of Fractions 00:04:00 Lecture 16 Convert mixed to improper and improper to mixed fractions 00:03:00 Lecture 17 Equivalent Fractions 00:04:00 Lecture 18 Comparing Fractions after converting to like fractions 00:09:00 Lecture 19 Reducing a fraction to lowest term 00:04:00 Lecture 20 Addition and subtraction OF fractions 00:08:00 Lecture 21 Multiplication and division of fractions 00:11:00 Lecture 22 Word problems on fractions 00:16:00 Simplification Rule : BODMAS Lecture 23 BODMAS and rules to remove brackets 00:03:00 Lecture 24 Simplify expressions using BODMAS rules 00:05:00 Lecture 25 Simplify expressions involving fractions using BODMAS 00:07:00 Decimal numbers Lecture 26 Decimal numbers in relation to fractions 00:08:00 Lecture 27 Like and unlike Decimals 00:05:00 Lecture 28 Ordering of Decimal numbers 00:10:00 Lecture 29 Addition and subtraction of Decimal 00:07:00 Lecture 30 Multiplication of Decimal 00:03:00 Lecture 31 Division of Decimal 00:05:00 Rational Numbers Lecture 32 Rational number 00:02:00 Lecture 33 Representation of Rational Numbers on Number line 00:04:00 Lecture 34 Determining which fraction is terminating or non terminating 00:05:00 Lecture 35 shortcut method of writing decimal expansion of fraction to decimal 00:08:00 Approximation Lecture 36 Rounding to whole number 00:06:00 Lecture 37 Rounding to required number of decimals (1 d.p. ) 00:05:00 Lecture 38 rounding to significant digits 00:07:00 Lecture 39 Practice question on three methods of approximation 00:05:00 Estimation and Scientific Notation or Standard form Lecture 40 Estimation 00:05:00 Lecture 41 Scientific Notation 00:07:00 Lecture 42 Operation on numbers when they are in scientific notation 00:06:00 Percentage Lecture 43 Percentage to fraction and fraction to percentage 00:06:00 Lecture 44 Percentage of a quantity and conversation to decimal 00:06:00 Lecture 45 Expressing one quantity as percentage of another quantity 00:06:00 Lecture 46 Finding increase decrease percent 00:05:00 Lecture 47 Uses of percentages-Word Problems 00:09:00 Ratio and Proportion Lecture 48 Ratio- How to express as simple ratio 00:09:00 Lecture 49 How to compare Ratios 00:04:00 Lecture 50 Word problems on finding ratios 00:07:00 Lecture 51 To divide a given quantity into a given Ratio 00:11:00 Lecture 52 Proportion 00:04:00 Lecture 53 Practice problems on Proportion 00:06:00 Lecture 54 Continued proportion 00:06:00 Unitary Method and its Applications Lecture 55 Direct Variation ( or proportion) 00:04:00 Lecture 56 Problems based on Direct proportion 00:10:00 Lecture 57 Inverse Variation ( or proportion) 00:10:00 Lecture 58 Multiple Ratios 00:10:00 Profit , Loss, discount and Tax Lecture 59 Basics - Profit and Loss 00:04:00 Lecture 60 More practice problems on Profit & Loss 00:06:00 Lecture 61 Selling price formula and Problems 00:04:00 Lecture 62 Cost price formula and Problems 00:03:00 Lecture 63 Higher problems on Profit and Loss 00:08:00 Lecture 64 Basics - Discount.mp4 00:05:00 Lecture 65 Practice problems on Discount 00:04:00 Lecture 66 Tax 00:06:00

Functional Skills Maths
Delivered Online On Demand6 hours 56 minutes
£11.99