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

5696 Software courses delivered Online

55315: Introduction to SQL Databases

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for The primary audience for this course is people who are moving into a database role, or whose role has expanded to include database technologies. Developers that deliver content from SQL Server databases will also benefit from this material. Overview After completing this course, you will be able to: Describe key database concepts in the context of SQL Server Describe database languages used in SQL Server Describe data modelling techniques Describe normalization and denormalization techniques Describe relationship types and effects in database design Describe the effects of database design on performance Describe commonly used database objects This course is provided as an introductory class for anyone getting started with databases. It will be useful to programmers and other IT professionals whose job roles are expanding into database management. Students will learn fundamental database concepts through demonstrations and hands-on labs on a SQL Server instance. This material updates and replaces course Microsoft course 10985 which was previously published under the same title. Module 1: Introduction to databases Introduction to Relational Databases Other Databases and Storage Data Analysis SQL Server Database Languages Module 2: Data Modeling Data Modelling Designing a Database Relationship Modeling Module 3: Normalization Fundamentals of Normalization Normal Form Denormalization Module 4: Relationships Introduction to Relationships Planning Referential Integrity Module 5: Performance Indexing Query Performance Concurrency Module 6: Database Objects Tables Views Stored Procedures, Triggers and Functions

55315: Introduction to SQL Databases
Delivered OnlineFlexible Dates
£1,785

Blender to Unreal Engine 5 - 3D Props - Medieval Gallows

By Packt

Welcome to the Blender to Unreal Engine 3D Props Medieval Gallows course. In this course, we will be creating a set of medieval gallows with aged wooden planks and rope. These medieval gallows game assets also incorporate animated elements such as a collapsible platform that was used to run the executions in the medieval age.

Blender to Unreal Engine 5 - 3D Props - Medieval Gallows
Delivered Online On Demand6 hours 54 minutes
£41.99

CompTIA Cloud+

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for IT professionals who wish to develop cloud computing skills to enable them to move IT workloads to the cloud and integrate products and services from different providers and industries. Their focus is to ensure that cloud deployments are secure, that automation and orchestration are used effectively to bring business value from the cloud, and that costs are controlled through effective management of cloud vendors. This course is also designed for students who are preparing to take the CompTIA Cloud+ certification exam CV0-003, or who plan to use Cloud+ as the foundation for more advanced cloud certifications or career roles. Overview In this course, you will deploy, test, secure, manage, optimize, and troubleshoot a cloud solution. You will: - Prepare to deploy cloud solutions - Deploy a pilot project - Test a pilot project deployment - Design a secure network for cloud deployment - Determine CPU and memory sizing for cloud deployments - Determine storage requirements for cloud deployments - Plan Identity and Access Management for cloud deployments - Analyze workload characteristics to ensure successful migration to the cloud - Secure systems to meet access requirements - Maintain cloud systems - Implement backup, restore, and business continuity measures - Analyze cloud systems for required performance - Analyze cloud systems for anomalies and growth forecasting - Troubleshoot deployment, capacity, automation, and orchestration issues - Troubleshoot connectivity issues - Troubleshoot security issues In this course, you will learn how to implement, maintain, and deliver cloud technologies including network, storage, and virtualization technologies to create cloud solutions. 1 - PREPARING TO DEPLOY CLOUD SOLUTIONS Describe Interaction of Cloud Components and Services Describe Interaction of Non-cloud Components and Services Evaluate Existing Components and Services for Cloud Deployment Evaluate Automation and Orchestration Options Prepare for Cloud Deployment 2 - DEPLOYING A PILOT PROJECT Manage Change in a Pilot Project Execute Cloud Deployment Workflow Complete Post-Deployment Configuration 3 - TESTING PILOT PROJECT DEPLOYMENTS Identify Cloud Service Components for Testing Test for High Availability and Accessibility Perform Deployment Load Testing Analyze Test Results 4 - DESIGNING A SECURE AND COMPLIANT CLOUD INFRASTRUCTURE Design Cloud Infrastructure for Security Determine Organizational Compliance Needs 5 - DESIGNING AND IMPLEMENTING A SECURE CLOUD ENVIRONMENT Design Virtual Network for Cloud Deployment Determine Network Access Requirements Secure Networks for Cloud Interaction Manage Cloud Component Security Implement Security Technologies 6 - PLANNING IDENTITY AND ACCESS MANAGEMENT FOR CLOUD DEPLOYMENTS Determine Identity Management and Authentication Technologies Plan Account Management Policies for the Network and Systems Control Access to Cloud Objects Provision Accounts 7 - DETERMINING CPU AND MEMORY SIZING FOR CLOUD DEPLOYMENTS Determine CPU Size for Cloud Deployment Determine Memory Size for Cloud Deployment 8 - DETERMINING STORAGE REQUIREMENTS FOR CLOUD DEPLOYMENTS Determine Storage Technology Requirements Select Storage Options for Deployment Determine Storage Access and Provisioning Requirements Determine Storage Security Options 9 - ANALYZING WORKLOAD CHARACTERISTICS TO ENSURE SUCCESSFUL MIGRATION Determine the Type of Cloud Deployment to Perform Manage Virtual Machine and Container Migration Manage Network, Storage, and Data Migration 10 - MAINTAINING CLOUD SYSTEMS Patch Cloud Systems Design and Implement Automation and Orchestration for Maintenance 11 - IMPLEMENTING BACKUP, RESTORE, DISASTER RECOVERY, AND BUSINESS CONTINUITY MEASURES Back Up and Restore Cloud Data Implement Disaster Recovery Plans Implement Business Continuity Plans 12 - ANALYZING CLOUD SYSTEMS FOR PERFORMANCE Monitor Cloud Systems to Measure Performance Optimize Cloud Systems to Meet Performance Criteria 13 - ANALYZING CLOUD SYSTEMS FOR ANOMALIES AND GROWTH FORECASTING Monitor for Anomalies and Resource Needs Plan for Capacity Create Reports on Cloud System Metrics 14 - TROUBLESHOOTING DEPLOYMENT, CAPACITY, AUTOMATION, AND ORCHESTRATION ISSUES Troubleshoot Deployment Issues Troubleshoot Capacity Issues Troubleshoot Automation and Orchestration Issues 15 - TROUBLESHOOTING CONNECTIVITY ISSUES Identify Connectivity Issues Troubleshoot Connectivity Issues 16 - TROUBLESHOOTING SECURITY ISSUES Troubleshoot Identity and Access Issues Troubleshoot Attacks Troubleshoot Other Security Issues Additional course details: Nexus Humans CompTIA Cloud Plus Certification (Exam CV0-003) 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 CompTIA Cloud Plus Certification (Exam CV0-003) 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.

CompTIA Cloud+
Delivered OnlineFlexible Dates
£2,475

55366 Querying Data with Transact-SQL

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for novice database developers, database administrators, Business Intelligence developers, report creators, and application developers who have an understanding of relational database concepts and have basic Windows navigation skills. Overview Create single table SELECT queries Create multiple table SELECT queries Filter and sort data Insert, update, and delete data Query data using built-in functions Create queries that aggregate data Create subqueries Create queries that use table expressions Use UNION, INTERSECT, and EXCEPT on multiple sets of data Implement window functions in queries Use PIVOT and GROUPING SETS in queries Use stored procedures in queries Add error handling to queries Use transactions in queries This five-day instructor-led course is intended for IT professionals who wish to use the Transact-SQL language to query and configure Microsoft SQL Server. Students are typically database developers and database administrators, but might also be Business Intelligence developers, report creators, or application developers. In this course, students learn how to query single tables, join data from multiple tables, filter and sort data, modify data, use procedures and functions, and implement error handling. Prerequisites Basic understanding of relational databases. Basic Windows knowledge. Module 1: Introduction to Transact-SQL What is Transact-SQL The SELECT statement The WHERE clause Sorting results Calculations CASE expressions Module 2: Joining tables with Transact-SQL The JOIN clause Inner joins Outer joins Self joins and cross joins Module 3: Filtering and sorting results Implement the ORDER BY clause Filter data with the WHERE clause Limit the number of rows returned by a query Implement NULL logic Module 4: SQL Server data types Understand data types Implement string data types Implement temporal data types Module 5: Inserting, updating and deleting data Insert new records Update existing records Delete data Module 6: Using SQL Server functions with Transact-SQL Understand function types in SQL Server Convert data using functions Implement logical functions Work with NULL data using functions Module 7: Aggregating data with Transact-SQL Implement aggregation in SQL Server Group records in SQL Server Filter aggregated data Module 8: Implement subqueries with Transact-SQL Implement scalar and multi-valued sub-queries Implement correlated subqueries Implement existence checks with subqueries Module 9: Create queries that use table expressions Create views Create table-valued functions Implement derived tables Implement common table expressions Module 10: Use UNION, INTERSECT, EXCEPT and APPLY on multiple sets of data Write queries with the UNION operator Write queries with the INTERSECT and EXCEPT operators Write queries with the APPLY operator Module 11: Implement window functions in queries Understand window functions Impement window functions Module 12: Use PIVOT and grouping sets in queries Implement PIVOT in queries Implement grouping sets in queries Module 13: Use stored procedures in queries Query data with stored procedures Interact with stored procedures using input and output parameters Write simple stored procedures Pass dynamic SQL to SQL Server Module 14: Implement programming features in Transact-SQL Understand T-SQL programming elements Implement loops and conditions in T-SQL queries Module 15: Add error handling to queries Understand SQL Server error handling Implemet structured exception handling Module 16: Use transactions in queries Understand database transactions Implement transactions in T-SQL

55366 Querying Data with Transact-SQL
Delivered OnlineFlexible Dates
£2,976

Remote Working Online Training

4.3(43)

By John Academy

Master the art of remote work with our comprehensive 'Remote Working Online Training' course. From setting up a productive home office and effective communication strategies to staying motivated, boosting productivity, and fostering virtual collaboration, this course equips you with the essential skills for success in the digital workplace. Explore modules on virtual etiquette, cybersecurity, and strategies for continuous growth as a remote professional. Elevate your remote work experience and thrive in the evolving world of flexible and digital work environments.

Remote Working Online Training
Delivered Online On Demand
£23.99

Embedded Systems with 8051 Microcontroller

4.5(3)

By Studyhub UK

Join us on a thought-provoking trip into the core of technology with our 'Embedded Systems with 8051 Microcontroller' course. Picture yourself unraveling the mysteries of embedded systems and delving into the intricacies of the 8051 microcontroller. This course is not just a series of modules; it's an odyssey into the world of programming, interfacing, and innovation. From the foundational concepts of embedded systems to the nitty-gritty of program creation for the 8051, each module is a stepping stone towards mastery. Imagine crafting projects that involve LED alternations, switch interfacing, and even the precise control of DC motors and relays. Join us, and let the 8051 microcontroller be your passport to unlocking a realm where circuits come to life, timers dictate precision, and serial communication is your language of control. As you progress through units on LCD and ADC interfacing, envision yourself creating schematics, writing code, and connecting with the essence of each concept. This course transcends theoretical knowledge, offering hands-on experience in program downloading using Nuvoton ICSP programmer and FlashMagic. The journey concludes not just with a module on conclusions but with a sense of empowerment, equipped with the skills to conquer the intricate world of embedded systems. Learning Outcomes Master the fundamentals of embedded systems, from the basics to the intricate workings of the 8051 microcontroller. Acquire proficiency in software installation, including the setup of the Keil IDE and the creation of initial projects. Develop expertise in input and output interfacing, covering LED concepts, for loops, and switch interfacing with the 8051. Explore advanced concepts, such as DC motor and relay interfacing, LCD concepts, and serial communication principles. Gain hands-on experience in timer concepts, timer as a counter, and analog-to-digital conversion with the LM35 temperature sensor, along with the practical skills of program downloading. Why choose this Embedded Systems with 8051 Microcontroller 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 Embedded Systems with 8051 Microcontroller course for? Electronics enthusiasts eager to delve into embedded systems and microcontroller programming. Students and beginners seeking a comprehensive understanding of 8051 microcontroller applications. Hobbyists with a keen interest in hands-on projects involving LEDs, switches, motors, and more. Aspiring engineers looking to enhance their skills in the field of embedded systems. DIY enthusiasts interested in crafting innovative projects with practical applications. Career path Embedded Systems Engineer: £40,000 - £60,000 Electronics Design Engineer: £35,000 - £55,000 Control Systems Engineer: £40,000 - £65,000 Microcontroller Programmer: £30,000 - £50,000 Hardware Development Engineer: £35,000 - £60,000 Automation Specialist: £45,000 - £70,000 Prerequisites This Embedded Systems with 8051 Microcontroller does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Embedded Systems with 8051 Microcontroller 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 Unit 01: Introduction Module 01: Introduction to the Course 00:03:00 Module 02: Introduction to Embedded Systems 00:20:00 Module 03: Introduction to 8051 Controller 00:15:00 Module 04: Program for 8051 00:13:00 Unit 02: Software Installation Module 01: Installation of Keil IDE 00:05:00 Module 02: First Project creation on Keil 00:05:00 Unit 03: Input And Output Interfacing Module 01: Concepts on LED 00:12:00 Module 02: Project based on Led Alternate on off 00:04:00 Module 03: Using For Loop 00:05:00 Unit 04: 8051 Interfaces Module 01: Switch Interfacing with 8051 00:13:00 Unit 05: Interfacing With DC Motor And Relay Module 01: Relay Interfacing 00:11:00 Module 02: Relay Interfacing Part 2 00:03:00 Module 03: Introduction to DC Motor 00:09:00 Module 04: DC Motor Interfacing Part 2 00:07:00 Unit 06: Concepts On LCD Module 01: Introduction to LCD 00:09:00 Module 02: Creating Schematics for LCD 00:07:00 Module 03: First Program on LCD 00:07:00 Module 04: LCD Interfacing - 4 00:08:00 Unit 07: Concepts On Serial Module 01: Serial Part-01 00:07:00 Module 02: Serial Part-02 00:13:00 Module 03: Serial Part-03 00:08:00 Module 04: Serial Part-04 00:08:00 Unit 08: Timer Concepts Module 01: Timer Part-01 00:08:00 Module 02: Timer Part-02 00:07:00 Module 03: Timer Part-03 00:06:00 Unit 09: Timer As Counter Module 01: Timer as Counter 00:08:00 Unit 10: ADC With LM35 Module 01: Analog to Digital Converter with 8051 - Part 1 00:10:00 Module 02: Analog to Digital Converter with 8051 - Part 2 00:07:00 Module 03: Analog to Digital Converter with 8051 - Part 3 00:10:00 Module 04: Analog to Digital Converter with 8051 use LM35 Temperature Sensor 00:11:00 Unit 11: Stepper Motor And Program For Stepper Motor Module 01: Concepts around Stepper Motor [34] 00:15:00 Unit 12: Program Downloading Module 01: Program Downloading Using Nuvoton ICSP Programmer 00:09:00 Module 02: Program (Hex File) Downloading using FlashMagic to P89v51RD2 Controller 00:16:00 Unit 13: Conclusion Conclusion 00:01:00

Embedded Systems with 8051 Microcontroller
Delivered Online On Demand5 hours
£10.99

Automotive Engineering with Supercharger & Hybrid Vehicle Training - CPD Certified

4.7(47)

By Academy for Health and Fitness

24-Hour Flash Sale! Prices Reduced Like Never Before!! As the world develops and adapts to new cutting-edge technologies, so does the automotive industry. The modern automotive industry requires a new breed of engineer who can take on this new challenge. With over 800,000 professionals already powering the UK's automotive sector, the revolution in supercharged and hybrid vehicles is not just creating ripples; it's setting the pace for a global transformation. This "Automotive Engineering with Supercharger & Hybrid Vehicle Training" bundle is your all-access pass to the forefront of vehicular technology. This comprehensive course bundle provides extensive insight into the realms of automotive engineering and vehicle technology. Starting with the basics of Onboard Diagnostics and Engine Lubrication Systems, the curriculum advances through Turbocharging and Supercharging techniques essential for high-performance vehicles. You'll dive deep into the mechanics of Electric and Hybrid Vehicles, including specialised training in Battery Management systems and Energy-efficient Motor solutions. Courses are Included in This Automotive Engineering Bundle: Course 01: Automotive Engineering: Onboard Diagnostics Course 02: Engine Lubricant System Training - Level 4 Course 03: Automotive Engineering: A complete course on Turbocharging Course 04: Supercharger Automobile Engineering Course 05: Electric Vehicle Battery Management System Course 06: Hybrid Vehicle Expert Training Course 07: Energy Saving in Electric Motors Course 08: Rotating Machines Course 09: Heating, Ventilation & Air Conditioning (HVAC) Technician Course 10: Renewable Energy: Solar Course 11: Mechanical Engineering Course 12: Engineering Mechanics Course for Beginners Course 13: Crack Your Mechanical Engineer Interview Course 14: HVAC Basics and Load Calculation Masterclass Course 15: Workshop Technology: Machine Shop Theory Course 16: Solidworks: Beginner to Advanced Course 17: Intermediate Solidworks Course Course 18: Solidworks Foundation Training Course 19: Domestic Appliance Repairing Course Course 20: Large Goods Vehicle (LGV) The automotive industry is evolving, and so should your skills. By enrolling in the "Automotive Engineering with Supercharger & Hybrid Vehicle Training" bundle, you position yourself at the forefront of vehicular innovation and sustainability. Ignite your passion for automotive technology-enrol today and start steering your professional path towards tomorrow's horizons! Learning Outcomes Diagnose and repair basic automotive systems using Onboard Diagnostics Understand engine lubrication systems and maintenance Apply engineering mechanics principles to automotive design Design turbocharger systems for improved engine performance Install and tune supercharger systems on automotive engines Troubleshoot issues with hybrid vehicle power and battery systems Calculate HVAC loads and design systems for vehicle interiors Use CAD software like SolidWorks for automotive design and prototyping But that's not all. With our Automotive Engineering exclusive bundle, you will geta PDF Certificate, Hard Copy Certificate, PDF Transcript and Digital Student ID Card (worth £50) Absolutely FREE. Why Prefer this Course? Get a Free CPD Accredited Certificate upon completion of the course Get a Free Student ID Card with this training program (£10 postal charge will be applicable for international delivery) The course is Affordable and Simple to understand Get Lifetime Access to the course materials The training program comes with 24/7 Tutor Support Start your learning journey straight away! Moreover, this diploma offers learners the opportunity to acquire skills that are highly valued in the field of Automotive Engineering. With this Certification, graduates are better positioned to pursue career advancement and higher responsibilities within the Automotive Engineering setting. The skills and knowledge gained from this course will enable learners to make meaningful contributions to Automotive Engineering-related fields, impacting their Automotive Engineering experiences and long-term development. Course Curriculum Course 01: Automotive Engineering: Onboard Diagnostics Module 01: Introduction Module 02: Brief history & Basic working of OBD Module 03: Onboard diagnostic apps Module 04: Exhaust gas-Diagnostics Module 05: APPS on Onboard Diagnostics Module 06: Engine -Diagnostics Module 07: Diagnostics-spark plug Module 08: Diagnostics- Fuel injection Module 09: Diagnosis -Lubrication Course 02: Engine Lubricant System Training - Level 4 Module 01: Introduction Module 02: Contents Module 03: Oil Filters and Types Module 04: Lube Oil Coolers & Types Module 05: Basic Working of the Lubrication System Module 06: Properties and Additives Module 07: Designations of Lube Oils Module 08: Oil Analysis and Interpretation Module 09: Lubricating Circuit Problems Course 03: Course 03: Automotive Engineering: A complete course on Turbocharging Module 01: Trainer Introduction Module 02: Brief History of Turbocharger & Basic Working Module 03: Advantages of Turbocharged Engines over Naturally Aspirated Engines Module 04: Types of Intercoolers and their functions Module 05: A/R ratio & Turbolag Module 06: Classification of Turbochargers Part A Module 07: Classification of Turbochargers Part B Module 08: Classification of Turbochargers Part C Module 09: Turbo Mapping & reading compressor map Module 10: Field Failures & Corrective Actions =========>>>>> And 17 More Courses <<<<<========= How will I get my Certificate? After successfully completing the course, you will be able to order your Certificates as proof of your achievement. PDF Certificate: Free (Previously it was £12.99*20 = £260) CPD Hard Copy Certificate: Free (For The First Course: Previously it was £29.99) CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this bundle. This bundle is ideal for: Aspiring automotive engineers Mechanical engineering students Vehicle designers Hybrid technology enthusiasts Workshop employees Career-changing professionals Requirements You will not need any prior background or expertise to enrol in this course. Career path After completing this bundle, you are to start your career or begin the next phase of your career. Automotive Engineer: £28,000 - £50,000 Mechanical Engineer: £30,000 - £55,000 Hybrid Systems Designer: £35,000 - £60,000 Electric Vehicle Specialist: £32,000 - £57,000 HVAC Technician: £25,000 - £40,000 Renewable Energy Engineer: £32,000 - £60,000 Certificates CPD Accredited Digital Certificate Digital certificate - Included Upon passing the Course, you need to order a Digital Certificate for each of the courses inside this bundle as proof of your new skills that are accredited by CPD QS for Free. CPD Accredited Hard Copy Certificate Hard copy certificate - Included If you are an international student, then you have to pay an additional 10 GBP for each certificate as an international delivery charge.

Automotive Engineering with Supercharger & Hybrid Vehicle Training - CPD Certified
Delivered Online On Demand9 days
£109

Construction Management, Structural Engineering & Quantity Surveying - CPD Certified

4.7(47)

By Academy for Health and Fitness

24-Hour Knowledge Knockdown! Prices Reduced Like Never Before The construction industry is a vital component of the UK economy, contributing £117 billion annually and employing over 2.4 million people. However, with increasing complexities and stringent regulations, professionals in this field face numerous challenges. Are you looking to enhance your skills and knowledge in construction management, structural engineering, or quantity surveying? Do you aspire to stay ahead in this competitive industry? This Construction Management, Structural Engineering & Quantity Surveying bundle offers a wide range of courses designed to equip you with the essential knowledge and practical skills required in the construction industry. From construction management and architectural studies to structural drawing interpretation and quantity surveying, this bundle covers a diverse array of topics. Additionally, it provides valuable insights into specialized areas such as HVAC, bricklaying, cost estimation, green building standards, and health and safety regulations. But that's not all. When you enrol in Construction Management, Structural Engineering & Quantity Surveying Online Training, you'll receive 20 CPD-Accredited PDF Certificates, Hard Copy Certificates, and our exclusive student ID card, all absolutely free. Courses are Included in This Construction and Structural Engineering Bundle: Course 01: Diploma in Construction Management Course 02: Read Construction & Structural Drawing Like Expert Course 03: Construction Industry Scheme (CIS) Course 04: Building Quantity Surveying Diploma Course 05: Architectural Studies Course 06: Autocad Electrical Design Course 07: Heating, Ventilation & Air Conditioning (HVAC) Technician Course 08: Bricklaying Course 09: Construction Cost Estimation Diploma Course 10: WELL Building Standard Course 11: LEED Green Associate Course 12: LEED V4 - Building Design and Construction Course 13: Professional Interior Design & Construction Course 14: LOLER Training Course 15: Lone Worker Safety Course 16: Working At Height Course 17: RIDDOR Training Course 18: Site Management Safety Training Scheme (SMSTS) Course 19: Level 3 Health and Safety with First Aid at Work Diploma Take charge of your future in construction. Whether you're looking to launch a new career or upskill for new opportunities, this bundle provides the perfect foundation. Enroll today and take the first step towards a rewarding career in construction! Learning Outcomes of Construction Management Gain a thorough understanding of construction management principles. Develop the ability to read and interpret construction drawings effectively. Master the fundamentals of quantity surveying and cost estimation. Acquire specialized skills in areas like electrical design and HVAC systems. Learn about sustainable building practices and green building standards. Obtain essential health and safety qualifications for the construction workplace. Why Choose Us? Get a Free CPD Accredited Certificate upon completion of this bundle Get a free student ID card with this Training program (£10 postal charge will be applicable for international delivery) This training course is affordable and simple to understand This course is entirely online, interactive lesson with voiceover audio Get Lifetime access to the course materials This course comes with 24/7 tutor support Start your learning journey straightaway! *** Course Curriculum *** Course 01: Diploma in Construction Management Module 01: Introduction To Construction Management Module 02: Project Life Cycle And Success Module 03: Cost Management Module 04: Preliminary Site Investigation And Site Organisation Module 05: Site Management Module 06: Cost Estimation Module 07: Elements And Factors Influencing Cost Estimation Module 08: Planning And Management Of Equipment Module 09: Construction Materials Management Module 10: Vendor Analysis In Construction Management and much more... Course 02: Read Construction & Structural Drawing Like Expert Section 01: Architectural & Structural Drawings Of G+3 Residential Building Reading The Architectural Plan of G+3 Residential Building & Planning It Understanding To Read Footing Layout drawing Of G+3 Building Learn to Read Footing Schedule and Reinforcement Drawing of G+3 Building How Combined Footing Reinforcement Is given practically at Site & What is Chair Learn To Read Column Layout & Column Schedule Drawings of G+3 Building Learn to Read Column Reinforcement & Column Lateral Ties & SP-34 Detailing Video Explaining depth of footing, PCC, Development Length & Column Placing Section 02: Etabs Model Of G+3 Residential Building Learn How the G+3 Residential Building is Modeled On E tabs Software How to Define Beam, Column & Slab Sizes in the Etabs Model How Dead Load & Live loads are calculated practically and Applied On The Slab How to Apply Wall load on Beams & How to calculate Wall Load Manually How to Create Load Pattern & Load Combinations in Etabs How to check Footing Reaction & How to Size the footing Using excel Sheets Check Bending Moment of Beam & understand it with Structural drawings Detailing of Beam from Etabs Results & Excel Sheet Values and much more... Course 03: Construction Industry Scheme (CIS) Module 01: Construction Industry Scheme (CIS) Module 02: Coverage Of The Scheme Module 03: Contractors And Registration For The Scheme Module 04: Verification Process Module 05: The CIS Returns Module 06: Record Keeping And CIS Certificates Module 07: Penalties Involved In CIS Module 08: Miscellaneous Information =========>>>>> And 17 More Courses <<<<<========= How will I get my Certificate? After successfully completing the course, you will be able to order your Certificates as proof of your achievement. PDF Certificate:Free (Previously it was £12.99*20 = £260) CPD Hard Copy Certificate: Free (For The Title Course: Previously it was £29.99) CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this bundle. This bundle is ideal for: Existing construction workers Aspiring project managers Budding quantity surveyors Those seeking green building expertise Career changers Requirements You will not need any prior background or expertise to enrol in this Construction Management, Structural Engineering & Quantity Surveying bundle. Career path After completing this bundle, you are to start your career or begin the next phase of your career. Site manager Project manager Quantity surveyor Building surveyor Green building consultant Certificates CPD Accredited Digital Certificate Digital certificate - Included CPD Accredited Hard Copy Certificate Hard copy certificate - Included If you are an international student, then you have to pay an additional 10 GBP for each certificate as an international delivery charge.

Construction Management,  Structural Engineering & Quantity Surveying - CPD Certified
Delivered Online On Demand9 days
£109

VMware Data Center Automation with vRealize Orchestrator and vSphere PowerCLI

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Experienced vSphere administrators who want to use available tools to automate day-to-day tasks. Overview By the end of the course, you should be able to meet the following objectives:Describe the features and benefits of automation in a vSphere environmentUnderstand the role of the vSphere Web services API in automationUse the Managed Object Browser to view the structure of the vSphere Web services API and theVMware vCenter Server? inventoryUse vSphere PowerCLI to deploy and manage virtual machines and virtual infrastructureRun and manage vRealize Orchestrator workflows from the libraryDesign, develop, and run custom, reusable vRealize Orchestrator workflowsIncorporate JavaScript into vRealize Orchestrator workflowsSelect the appropriate tool for automating tasks in vCenter Server This course equips experienced administrators with the knowledge to use the automation tools that all vSphere customers have access to. Students learn how to automate administration tasks with VMware vSphere© PowerCLI? and VMware vRealize© Orchestrator?. Course Introduction Introductions and course logistics Course objectives Automation in vSphere Identify the features and the advantages of automation List the tools used to automate vCenter Server tasks vSphere API Identify the function of an API Recognize the components of VMware vSphere© API Understand how an API is consumed View objects and invoke methods with the Managed Object Browser vSphere PowerCLI Basics Connect vSphere PowerCLI to vCenter Server systems and VMware ESXi? hosts Understand vSphere PowerCLI concepts Use vSphere PowerCLI cmdlets Deploy and manage virtual infrastructure Advanced vSphere PowerCLI and the vSphere API Explore the vSphere object model Capture code with Onyx Use vSphere API documentation to analyze vCenter Server actions View objects with the Get-View cmdlet vSphere PowerCLI Use Cases Manage host networking Create a distributed switch Migrate hosts Create reports vRealize Orchestrator Basics Identify workflow components Run and manage library workflows Edit a workflow Build and schedule a simple workflow Debug a workflow vRealize Orchestrator Advanced Identify and use advanced vRealize Orchestrator workflow elements Implement vRealize Orchestrator workflow nesting Use variable types in a workflow Use JavaScript to create complex workflows Incorporate an Oynx script in a workflow vRealize Orchestrator Use Cases Create automation workflows that map to real-world scenarios Create reporting workflows that map to real-world scenarios Create migration workflows that map to real-world scenarios Create provisioning workflows that map to real-world scenarios vRealize Orchestrator PowerCLI Plug-In Invoke external scripts and pass workflow parameters as script inputs Generate new vRealize Orchestrator actions from Windows PowerShell and vSphere PowerCLI scripts and cmdlets Browse snap-ins and their associated cmdlets in the vRealize Orchestrator workflow editor vRealize Orchestrator Integration Understand the connectivity options for vRealize Orchestrator Differentiate between north-facing and south facing APIs List the APIs and their use cases Run a workflow through a REST call Guest Operations with vRealize Orchestrator and vSphere PowerCLI Use the most appropriate tools to perform guest operations Software Development Process & Tools Understand the software development lifecycle Understand version control system tools Map the correct tools to vRealize Orchestrator and vSphere PowerCLI

VMware Data Center Automation with vRealize Orchestrator and vSphere PowerCLI
Delivered OnlineFlexible Dates
Price on Enquiry

Veeam Certified Engineer (VMCE)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Participants are any IT specialist eager to become an industry recognized expert on Veeam software solutions:System Engineer / Administrator Backup / Virtualization Administrators Pre-Sales / Post-Sales / Solution Architects / Consultants Overview This certification is an excellent investment for an IT professional looking to increase productivity, reduce operating costs, increase potential for personal career advancement and gain recognition from the employer and customers. By completing the Veeam Certified Engineer (VMCE) course you should be able to:Get more functionality out of Veeam solutionsIdentify and resolve issues more efficientlyGain a distinction from your peers The Veeam Certified Engineer (VMCE) course is a 3 day technical deep-dive focused on teaching consultants and engineers to architect, implement, optimize and troubleshoot the Veeam software solution. Introduction Introduction Overview of Veeam products Hypervisor Support Veeam Backup & Replication key features Veeam One key features Veeam Management Pack vCloud Director Support Key concepts Backup Methods Scheduling Changed Block Tracking (CBT) Compression and Deduplication Retention Policy Veeam ONE features and functionality Auto Discovery of Backup and Virtual Infrastructure Business Categorization Pre-Defined Alerting Unattended monitoring Reporting and dashboards Agentless data gathering Hyper-V specific features Veeam One Deployment Veeam One assessment Tool Deployment Solution Architecture Deployment Scenarios Prerequisites Upgrading Veeam Backup & Replication Initial Configuration Adding Servers Adding a VMware Backup Proxy Adding a Hyper-V Offhost Backup Proxy Adding Backup Repositories Performing Configuration Backup and Restore Getting to Know User Interface Performing Backup Creating Backup Jobs Creating VM Copy Jobs Instant VM Recovery Replication (Replication Job, Failover, Failback) Insight into Replication Insight into Failover Insight into Failback SureBackup, SureReplica SureBackup Recovery Verification SureReplica Restore your VMs and Objects Data Recovery Restoring Microsoft Exchange and SharePoint objects Working with Veeam Backup & Replication Utilities 3-2-1 rule (Backup to tape, WAN, Backup Copy) Wan Accelerator Offsite Backup Copy Job Delegate file and VM restores with Veeam Backup Enterprise Manager Veeam Backup Enterprise Manager RESTful API HP StoreVirtual VSA Product Editions Product Editions Comparison Full and Free Troubleshooting How to review and analyze the issue Search for additional information Veeam Support Additional course details: Nexus Humans Veeam Certified Engineer (VMCE) 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 Veeam Certified Engineer (VMCE) 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.

Veeam Certified Engineer (VMCE)
Delivered OnlineFlexible Dates
Price on Enquiry