Overview This comprehensive course on Programming AutoCAD to Excel using VB.NET will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Programming AutoCAD to Excel using VB.NET comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Programming AutoCAD to Excel using VB.NET. It is available to all students, of all academic backgrounds. Requirements Our Programming AutoCAD to Excel using VB.NET is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 7 sections • 102 lectures • 09:34:00 total length •Introduction: 00:04:00 •Who is this course for?: 00:02:00 •What will you learn from this course?: 00:05:00 •Tools needed: 00:01:00 •Course Prerequisites: 00:04:00 •Section Overview - Export AutoCAD Objects to Excel: 00:02:00 •Exporting Lines to Excel - Overview: 00:02:00 •Creating the VB.NET-Excel Project: 00:06:00 •Design of User Interface to Export Lines: 00:10:00 •Creating the Common Utility Class: 00:19:00 •Creating the ExportLines Method: 00:12:00 •Running and Testing ExportLines Method: 00:06:00 •Exporting MTexts to Excel - Overview: 00:02:00 •Creating the ExportMTexts Method: 00:11:00 •Export Polylines to Excel - Overview: 00:01:00 •Creating the ExportPolylines Method: 00:12:00 •Running and Testing ExportPoylines Method: 00:12:00 •Export Blocks (Without Attributes) to Excel - Overview: 00:01:00 •Creating the ExportBlocks Method: 00:12:00 •Creating Export Blocks UI and Running the Code: 00:06:00 •Exporting Blocks (With Attributes) to Excel - Overview: 00:02:00 •Creating the User Interface for exporting Blocks to Excel: 00:05:00 •Creation of BlocksForm UI: 00:04:00 •Coding the BlocksForm Load Event: 00:08:00 •Testing the BlocksForm UI: 00:03:00 •Coding the BlocksForm to populate the Listboxes: 00:15:00 •Coding the BlocksForm Export Button: 00:04:00 •Coding the ExportBlocksWithAttributes Method: 00:21:00 •Running and Testing ExportBlocksWithAttributes Method: 00:02:00 •Section Overview - Import Excel File into AutoCAD: 00:01:00 •Importing Lines from Excel File into AutoCAD - Overview: 00:01:00 •Creating ImportExcelUtil Class: 00:02:00 •Creating the ImportLines Method: 00:19:00 •Creating the UI for the ImportLines Method: 00:02:00 •Coding the ImportLines UI code behind.: 00:07:00 •Running and Testing ImportLines Method: 00:08:00 •Importing MTexts into AutoCAD - Overview: 00:01:00 •Creating the ImportMTexts Method: 00:11:00 •Creating ImportMTexts User Interface: 00:02:00 •Running and Testing ImportMTexts Method: 00:02:00 •Importing Polylines from Excel File into AutoCAD - Overview: 00:01:00 •Creating the ImportPolylines Method: 00:14:00 •Creating ImportPolylines User Interface: 00:02:00 •Running and Testing ImportPolylines Method: 00:03:00 •Running and Testing ImportPolylines (from a File) Method: 00:02:00 •Importing Blocks (without Attributes) from Excel File into AutoCAD - Overview: 00:01:00 •Creating the ImportBlocks Method: 00:09:00 •Creating the ImportBlocks User Interface: 00:02:00 •Running and Testing ImportBlocks Method: 00:03:00 •Importing Blocks (with Attirubtes) from Excel File into AutoCAD - Overview: 00:02:00 •Creating the ImportBlocksWithAttributes Method: 00:25:00 •Creating the UI for ImportBlocksWithAttributes Method: 00:04:00 •Running and Testing ImportBlocksWithAttributes Method: 00:03:00 •Exporting Lines to a File - Overview: 00:02:00 •Creating the ExportToFile Utility Class: 00:04:00 •Creating ExportLinesToFile Method: 00:14:00 •Creating the UI for ExportLinesToFile Method: 00:08:00 •Running and Testing ExportLinesToFile Method: 00:02:00 •Exporting MTexts to File - Overview: 00:01:00 •Creating the MTextToFile Method: 00:06:00 •Creating the UI for the ExportMTextToFile Method: 00:01:00 •Running and Testing ExportMTextToFile Method.: 00:08:00 •Exporting Polylines to File - Overview: 00:02:00 •Creating ExportPolylinesToFile Method: 00:11:00 •Exporting Polylines to File - User Interface: 00:01:00 •Running and Testing ExportPolylinesToFile Method: 00:02:00 •Exporting Blocks (without Attributes) to File - Overview: 00:02:00 •Creating the ExportBlocksToFile Method: 00:10:00 •Creating ExportBlocksToFile User Interface: 00:02:00 •Running and Testing ExportBlocksToFile Method: 00:02:00 •Exporting Blocks (With Attributes) to a File - Overview: 00:02:00 •Creating the EXportBlocksWithAttributesToFile Method: 00:19:00 •Creating the UI for ExportBlocksWithAttributesToFile Method: 00:06:00 •Coding the BlocksForm for ExportBlocksWithAttributeToFile Method: 00:04:00 •Running and Testing ExportBlocksWithAttributesToFile Method: 00:03:00 •Importing Text File into AutoCAD - Overview: 00:01:00 •Importing Lines from a Text File into AutoCAD - Overview: 00:02:00 •Creating the ImportFileUtil Class: 00:01:00 •Creating the ImportLinesMethod: 00:17:00 •Creation of ImportLines User Interface: 00:03:00 •Coding the ImportLines UI button: 00:05:00 •Running and Testing the ImportLines Method: 00:04:00 •Importing MTexts from Text File into AutoCAD - Overview: 00:02:00 •Creating the ImportMTexts Method: 00:09:00 •Creating the TextStyle Manipulation Code: 00:02:00 •Creating the UI for the ImportMTexts Method: 00:01:00 •Running and Testing the ImportMTexts Method: 00:04:00 •Importing Polylines from a Text File into AutoCAD - Overview: 00:02:00 •Creating the ImportPolylines Method: 00:18:00 •Creating the ImportPolylines UI: 00:02:00 •Running and Testing ImportPolylines (from a File) Method: 00:02:00 •Importing BLocks (without Attributes) from a Text File into AutoCAD - Overview: 00:02:00 •Creating the ImportBlocks (without Attributes) Method: 00:15:00 •Creating the ImportBlocks UI: 00:05:00 •Running and Testing ImportBlocks (without Attributes) Method: 00:04:00 •Importing Blocks (with Attributes) from a Text File into AutoCAD - Overview: 00:02:00 •Creating the ImportBlocksWithAttributes from a File Method: 00:24:00 •Creating the ImportBlocksWithAttributes (from a File) UI (Part 1): 00:06:00 •Creating the ImportBlocksWithAttributes (from a File) UI (Part 2): 00:04:00 •Running and Testing ImportBlocksWithAttributes (from a File) Method: 00:03:00 •Conclusion: 00:01:00 •Assignment - Programming AutoCAD to Excel using VB.NET: 00:00:00
Overview This comprehensive course on VMware vSphere Course will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This VMware vSphere Course comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? After successfully completing the course you will be able to order your certificate, these are included in the price. Who is This course for? There is no experience or previous qualifications required for enrolment on this VMware vSphere Course. It is available to all students, of all academic backgrounds. Requirements Our VMware vSphere Course is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 11 sections • 109 lectures • 08:15:00 total length •Who's the Intended Audience?: 00:02:00 •Getting VMware Certified: 00:05:00 •What is Virtual Machine and Hypervisor?: 00:04:00 •vSphere Licensing Editions: 00:04:00 •What's the New in VMware vSphere7: 00:03:00 •vCenter and the Role: 00:03:00 •VMware Hands on Lab: 00:06:00 •What This Module Covers: 00:01:00 •Virtualization System Requirements: 00:04:00 •What do we need to start the course?: 00:05:00 •Download VMware workstation: 00:01:00 •Install VMware workstation: 00:02:00 •Download ESXi and vCenter server: 00:04:00 •Download ESXi and vCenter server: 00:04:00 •How to boot a VM from in VMware Workstation: 00:07:00 •Configure ESX Part 1: 00:09:00 •Configure ESX Part 2: 00:05:00 •ESXi by a Browser: 00:03:00 •ESXi Settings: 00:05:00 •Create a Datastore in ESXi: 00:04:00 •Upload a Windows ISO file to ESXi: 00:01:00 •Install a Virtual Machine in ESXi: 00:07:00 •Connect to an ESXi by VMware Workstation: 00:02:00 •What This Module Covers: 00:01:00 •Why Do We Need Active Directory: 00:01:00 •Prepare Active Directory Windows 2019: 00:06:00 •Create Virtual Machine Template for VMware Workstation: 00:06:00 •Install Active Directory Role: 00:05:00 •Creating DNS Record for vCenter: 00:02:00 •Deploy and install vCenter Appliance: 00:12:00 •Adding ESXis to VC: 00:03:00 •AUTO start VM: 00:02:00 •Verify AUTO Start VM: 00:03:00 •Take Snapshot from vSphere Lab: 00:03:00 •Enable SSH on ESX: 00:02:00 •ESXi DCUI Console: 00:01:00 •vCSA's Management Ul: 00:06:00 •Install ftp Server Using FileZilla Server: 00:05:00 •Backing up VCSA with ftp Server: 00:06:00 •Restore VCSA: 00:09:00 •Exploring vCSA with vSphere Client: 00:07:00 •Overview of VM Tools: 00:02:00 •Install VM Tools: 00:04:00 •Virtual Machine Files: 00:02:00 •Virtual Machine Power off: 00:04:00 •OVA and OVF Files: 00:03:00 •Demo OVF (Importing and Exporting): 00:04:00 •What This Module Covers: 00:01:00 •Virtual Switch (vSwitch) Overview: 00:03:00 •Standard vSwitches: 00:02:00 •Distributed vSwitches: 00:02:00 •Adding Network Adapter: 00:03:00 •vSwitch Creation and Configuration: 00:07:00 •Assign New Switch to the Virtual Machine: 00:02:00 •Verify New vSwitch Configuration: 00:06:00 •Adding VMkernel for Management and Vmotion Traffic: 00:03:00 •Create a vSphere Distributed Switch: 00:10:00 •What This Module Covers: 00:01:00 •Overview of Using ESXi with a SAN: 00:02:00 •Types of Storage: 00:03:00 •What Is Software-Defined Storage (SEIS): 00:04:00 •What is File Level Storage and Block Level Storage?: 00:03:00 •What is an iScsi Storage?: 00:08:00 •Adding vSwitch for iScsi Target: 00:05:00 •Adding Disk to Active Directory: 00:02:00 •Enable iScsi Target on Windows Server: 00:05:00 •Adding iSsci Disk as ESXi Datastore: 00:08:00 •Expand and Extend Datastore: 00:09:00 •Enable NFS on Windows Server: 00:05:00 •Creating an NFS Datastore: 00:03:00 •Migrate a VM to NFS Share: 00:04:00 •VM Add to Inventory: 00:02:00 •What This Module Covers: 00:01:00 •Update Sequence: 00:03:00 •vCenter 6.7 Upgrade to vCenter 7: 00:08:00 •Upgrade ESXi 6.7 ESXi 7: 00:04:00 •Upgrade ESXi 6.7 ESXi 7 using Bundle File: 00:07:00 •Introduction to vSphere 7 Lifecycle Management: 00:03:00 •Demo vSphere 7 Lifecycle Management: 00:17:00 •What This Module Covers: 00:01:00 •vCenter 7 MultiMorning: 00:02:00 •Demo Configure vCenter J MultiMorning: 00:04:00 •vCenter 7 PNID and FQDN Changes: 00:10:00 •vCenter Server Profiles: 00:04:00 •vSphere 7 Licensing: 00:03:00 •What the Module Covers: 00:01:00 •Manual Backup and restore from a VM: 00:06:00 •Backup a VM using Filezilla: 00:05:00 •Backup a VM using OVF Files: 00:06:00 •Clone and Snapshot: 00:08:00 •Installing Veeam Backup and Replication: 00:05:00 •Backup and Restore Using Veeam Backup Software: 00:09:00 •Upload VM from Workstation to ESXi: 00:04:00 •What This Module Covers: 00:01:00 •User Identity: 00:04:00 •Users and Poles: 00:11:00 •Define a New Role in vSphere: 00:04:00 •Account Policy and Message: 00:03:00 •Firewall and Service: 00:11:00 •Enable Lockdown Mode: 00:09:00 •What This Module Covers: 00:01:00 •Troubleshooting using ESXi Management Agents: 00:05:00 •Working with vCenter 7 Logs: 00:04:00 •ESXi Shell Power on and off Commands: 00:05:00 •What This Module Covers: 00:01:00 •Monitoring Virtual Machines in vSphere 7: 00:15:00 •Introduction to ESXTOP Command in ESXi: 00:03:00 •Using ESXTOP to Monitor an ESXi 6.0 Host: 00:07:00 •Monitor Vsphere with Veeam ONE: 00:07:00
Overview Mastering English tenses is pivotal for effective communication, and the importance of this skill cannot be overstated. This Explore the Fundamentals of English Tenses course delves into the core principles that underpin effective communication, emphasising the importance of precise tense usage in academic, professional, and everyday contexts. It begins with a foundational understanding in 'Lesson 1a - Simple vs Perfect,' progressing systematically to intricate topics like 'Lesson 36a - Conditional perfect continuous tense questions.' By the time you conclude with 'Lesson 20e - Table of all the tenses,' you'll possess a robust, unshakeable grasp of English tenses. Empower your communication and amplify your opportunities by mastering the very essence of the English language. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Explore the Fundamentals of English Tenses. It is available to all students, of all academic backgrounds. Requirements Our Explore the Fundamentals of English Tenses is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 37 sections • 90 lectures • 05:43:00 total length •Fly Through English Verb Tenses Introduction: 00:01:00 •Lesson 1a - Simple vs Perfect: 00:03:00 •Lesson 1b - Continuous tenses: 00:03:00 •Lesson 1c - Practice with WALK: 00:02:00 •Lesson 2a - Non-continuous simple future: 00:03:00 •Lesson 2b - Non-continuous simple future contracted: 00:03:00 •Lesson 2c - Non-continuous simple future negative: 00:03:00 •Lesson 2d - Non-continuous simple future practice: 00:03:00 •Lesson 2e - Non-continuous simple future practice 2: 00:02:00 •Lesson 3a - Non-continuous simple conditional: 00:03:00 •Lesson 3b - Non-continuous simple conditional contracted: 00:03:00 •Lesson 3c - Non-continuous simple conditional negative: 00:03:00 •Lesson 3d - Non-continuous simple conditional practice: 00:03:00 •Lesson 4a - Non-continuous simple present: 00:04:00 •Lesson 4b - Non-continuous simple present negative: 00:03:00 •Lesson 4c - Non-continuous simple present practice: 00:04:00 •Lesson 4d - Non-continuous simple present irregular: 00:05:00 •Lesson 4e - Non-continuous simple present BE: 00:05:00 •Lesson 4f - Non-continuous simple present regular verb list: 00:03:00 •Lesson 5a - Non-continuous simple past: 00:03:00 •Lesson 5b - Non-continuous simple past negative: 00:03:00 •Lesson 5c - Non-continuous simple past practice: 00:03:00 •Lesson 5d - Non-continuous simple past irregular: 00:04:00 •Lesson 5e - Non-continuous simple past very irregular: 00:05:00 •Lesson 5f - Non-continuous simple past BE: 00:04:00 •Lesson 6a - Non-continuous perfect tenses: 00:04:00 •Lesson 6b - Non-continuous perfect tenses past participle: 00:09:00 •Lesson 7a - Non-continuous present perfect: 00:03:00 •Lesson 7b - Non-continuous present perfect contracting: 00:03:00 •Lesson 7c - Non-continuous present perfect negative: 00:03:00 •Lesson 7d - Non-continuous present perfect practice: 00:03:00 •Lesson 8a - Non-continuous past perfect: 00:04:00 •Lesson 8b - Non-continuous past perfect negative: 00:04:00 •Lesson 8c - Non-continuous past perfect practice: 00:04:00 •Lesson 9a - Non-continuous future perfect: 00:04:00 •Lesson 9b - Non-continuous future perfect negative: 00:03:00 •Lesson 9c - Non-continuous future perfect practice: 00:03:00 •Lesson 10a - Non-continuous conditional perfect: 00:02:00 •Lesson 10b - Non-continuous conditional perfect contracted: 00:03:00 •Lesson 10c - Non-continuous conditional perfect negative: 00:03:00 •Lesson 10d - Non-continuous conditional perfect practice: 00:04:00 •Lesson 11a - Simple continuous tenses: 00:03:00 •Lesson 11b - Simple continuous tenses present participle: 00:03:00 •Lesson 11c - Simple continuous tenses present participle irregulars: 00:03:00 •Lesson 12a - Simple present continuous tense: 00:04:00 •Lesson 12b - Simple present continuous negative: 00:04:00 •Lesson 12c - Simple present continuous tense negative practice: 00:03:00 •Lesson 12d - Simple present continuous practice: 00:03:00 •Lesson 13a - Simple past continuous tense: 00:04:00 •Lesson 13b - Simple past continuous tense negative: 00:04:00 •Lesson 13c - Simple past continuous tense practice: 00:03:00 •Lesson 14a - Simple future continuous tense: 00:03:00 •Lesson 14b - Simple future continuous negative: 00:04:00 •Lesson 14c - Simple future continuous practice: 00:04:00 •Lesson 15a - Simple conditional continuous tense: 00:04:00 •Lesson 15b - Simple conditional continuous negative: 00:04:00 •Lesson 15c - Simple conditional continuous practice: 00:04:00 •Lesson 16a - Perfect continuous tenses: 00:04:00 •Lesson 17a - Present perfect continuous tense: 00:04:00 •Lesson 17b - Present perfect continuous negative: 00:04:00 •Lesson 17c - Present perfect continuous practice: 00:04:00 •Lesson 18a - Past perfect continuous tense: 00:03:00 •Lesson 18b - Past perfect continuous negative: 00:04:00 •Lesson 18c - Past perfect continuous practice: 00:04:00 •Lesson 19a - Future perfect continuous tense: 00:04:00 •Lesson 19b - Future perfect continuous negative: 00:05:00 •Lesson 19c - Future perfect continuous practice: 00:05:00 •Lesson 20a - Conditional perfect continuous tense: 00:03:00 •Lesson 20b - Conditional perfect continuous contractions: 00:04:00 •Lesson 20c - Conditional perfect continuous negative: 00:03:00 •Lesson 20d - Conditional perfect continuous practice: 00:05:00 •Lesson 20e - Table of all the tenses: 00:01:00 •Lesson 21a - Simple present tense questions: 00:04:00 •Lesson 21b - Simple present tense negative questions: 00:04:00 •Lesson 22a - Simple past tense questions: 00:04:00 •Lesson 22b - Simple past tense negative questions: 00:03:00 •Lesson 23a - Simple future tense questions: 00:05:00 •Lesson 24a - Simple conditional tense questions: 00:05:00 •Lesson 25a - Present perfect tense questions: 00:05:00 •Lesson 26a - Past perfect tense questions: 00:05:00 •Lesson 27a - Future perfect tense questions: 00:05:00 •Lesson 28a - Conditional perfect tense questions: 00:05:00 •Lesson 29a - Present continuous tense questions: 00:06:00 •Lesson 30a - Past continuous tense questions: 00:05:00 •Lesson 31a - Future continuous tense questions: 00:05:00 •Lesson 32a - Conditional continuous tense questions: 00:05:00 •Lesson 33a - Present perfect continuous tense questions: 00:05:00 •Lesson 34a - Past perfect continuous tense questions: 00:06:00 •Lesson 35a - Future perfect continuous tense questions: 00:06:00 •Lesson 36a - Conditional perfect continuous tense questions: 00:06:00
Overview This comprehensive course on Ultimate PHP & MySQL Web Development Course & OOP Coding will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Ultimate PHP & MySQL Web Development Course & OOP Coding comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Ultimate PHP & MySQL Web Development Course & OOP Coding. It is available to all students, of all academic backgrounds. Requirements Our Ultimate PHP & MySQL Web Development Course & OOP Coding is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 15 sections • 133 lectures • 10:06:00 total length •Introduction: 00:02:00 •Setup On Windows: 00:15:00 •Setup On Mac: 00:11:00 •Setup On Linux: 00:12:00 •Online Code Editor: 00:03:00 •Basic File Syntax: 00:05:00 •Printing (echo): 00:06:00 •Comments: 00:05:00 •Variables: 00:06:00 •Variable Data Types: 00:07:00 •Variable Naming: 00:03:00 •Constants: 00:02:00 •Arrays: 00:05:00 •Associative Arrays: 00:06:00 •Multidimensional Arrays: 00:04:00 •if Statement: 00:06:00 •ifelse Statement: 00:02:00 •ifelseifelse Statement: 00:05:00 •Switch Statement: 00:06:00 •while Loop: 00:06:00 •doWhile Loop: 00:03:00 •for Loop: 00:03:00 •foreach Loop: 00:05:00 •Break Statement: 00:02:00 •Continue Statement: 00:02:00 •Basic Function: 00:03:00 •Passing Function Arguments: 00:03:00 •Passing Function Arguments By Reference: 00:04:00 •Default Argument Value: 00:02:00 •Function Returning Values: 00:05:00 •Dynamic Function Calls: 00:03:00 •Variable Scope: 00:04:00 •Simple HTML Form: 00:07:00 •GET vs POST: 00:05:00 •$_SERVER ['PHP_SELF']: 00:07:00 •Validating Form Data With PHP: 00:07:00 •Required Fields: 00:05:00 •Display Error Messages: 00:05:00 •Validate Name: 00:03:00 •Validate Email: 00:03:00 •Validate URL: 00:07:00 •Keep The Values In The Form: 00:04:00 •Read File (readfile()): 00:02:00 •Open, Read & Close A File (fopen(), fread(), fclose()): 00:04:00 •Read Single Line (fgets()): 00:03:00 •Check End-Of-File (feof()): 00:02:00 •Read Single Character (fgetc()): 00:02:00 •Write To File (fwrite()): 00:03:00 •Configure php.ini File For File Uploading: 00:02:00 •Front End HTML Upload Form: 00:04:00 •PHP Upload Script: 00:15:00 •Check If File Exists: 00:03:00 •Limit File Size: 00:05:00 •Limit File Type: 00:04:00 •MySQL vs MySQLi vs PDO: 00:05:00 •Creating A Database & Table (phpMyAdmin): 00:06:00 •Connecting To A Database: 00:06:00 •Get Data Using SELECT Query: 00:10:00 •WHERE Property For Filtering: 00:03:00 •LIKE Property For Pattern Search: 00:02:00 •Sorting Results Using ORDER BY Property: 00:01:00 •Using JOINS: 00:08:00 •Insert Data Using INSERT Query: 00:04:00 •Get ID Of The Last Inserted Row: 00:02:00 •Insert Multiple Rows: 00:05:00 •Update Data Using UPDATE Query: 00:03:00 •Delete Data Using DELETE Query: 00:02:00 •Delete All Rows In A Table Using TRUNCATE Query: 00:02:00 •Delete Table Using DROP Query: 00:02:00 •Limit Data Selections Using LIMIT, ROWNUM: 00:04:00 •Create Table Using CREATE Query: 00:03:00 •Clone/Duplicate Table: 00:03:00 •Alter Table: 00:05:00 •Create Database: 00:02:00 •Drop Database: 00:02:00 •SQL Injection & Prepared Statements: 00:09:00 •What Is XML?: 00:02:00 •What Is SimpleXML?: 00:02:00 •Parse XML String: 00:08:00 •Parse XML File: 00:02:00 •Get Node Values: 00:02:00 •Get Node Values of Specific Elements: 00:03:00 •Get Node Values - Loop: 00:03:00 •Get Attribute Values: 00:02:00 •What Is The XML Expat Parser?: 00:02:00 •Initializing The XML Expat Parser: 00:10:00 •Load and Output XML Using DOM Parser: 00:02:00 •Looping Through XML Using DOM Parser: 00:03:00 •What Is AJAX?: 00:02:00 •Load Simple Data Using AJAX Front End: 00:08:00 •Load Simple Data Using AJAX Back End: 00:05:00 •Load Data From A Database Using AJAX: 00:08:00 •Send A Plain Text Email: 00:04:00 •Send A HTML Email: 00:06:00 •Email Attachments: 00:17:00 •PHPMailer Setup: 00:03:00 •Send Email Using PHPMailer: 00:04:00 •Send HTML Email Using PHPMailer: 00:04:00 •Email Attachments Using PHPMailer: 00:02:00 •What Is Object Oriented Programming (OOP)?: 00:03:00 •Basic Class With Variables: 00:04:00 •Functions: 00:05:00 •Constructor: 00:04:00 •Destructor: 00:02:00 •Inheritance: 00:06:00 •Multi Class Inheritance: 00:03:00 •Function Overriding: 00:03:00 •Public vs Private vs Protected: 00:05:00 •Interfaces: 00:04:00 •Constants: 00:03:00 •Abstract Class: 00:06:00 •Static Keyword: 00:03:00 •Final Keyword: 00:02:00 •Initiating Parent Constructor: 00:02:00 •die() Function: 00:02:00 •Custom Error Handler: 00:04:00 •Triggering An Exception: 00:03:00 •Exception Handling: 00:05:00 •Create Database & Table: 00:04:00 •User Class & Database Connection: 00:15:00 •Register User Form: 00:09:00 •Inserting User Data Into Database: 00:10:00 •Registration Form Field Validation: 00:12:00 •Securing User Password: 00:03:00 •Check If Username or Email Already Exists: 00:11:00 •Retain Data After Failed Registration: 00:03:00 •Validate an Integer Within a Range: 00:04:00 •Validate IPv6 Address: 00:03:00 •Validate URL - Must Contain QueryString: 00:03:00 •Remove Characters With ASCII Value > 127: 00:04:00 •Including & Requiring External PHP Files: 00:05:00 •Resource: 00:00:00 •Assignment - Ultimate PHP & MySQL Web Development Course & OOP Coding: 00:00:00
Overview This comprehensive course on SQL NoSQL Big Data and Hadoop will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This SQL NoSQL Big Data and Hadoop comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? At the end of the course there will be an online written test, which you can take either during or after the course. After successfully completing the test you will be able to order your certificate, these are included in the price. Who is This course for? There is no experience or previous qualifications required for enrolment on this SQL NoSQL Big Data and Hadoop. It is available to all students, of all academic backgrounds. Requirements Our SQL NoSQL Big Data and Hadoop is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 14 sections • 130 lectures • 22:34:00 total length •Introduction: 00:07:00 •Building a Data-driven Organization - Introduction: 00:04:00 •Data Engineering: 00:06:00 •Learning Environment & Course Material: 00:04:00 •Movielens Dataset: 00:03:00 •Introduction to Relational Databases: 00:09:00 •SQL: 00:05:00 •Movielens Relational Model: 00:15:00 •Movielens Relational Model: Normalization vs Denormalization: 00:16:00 •MySQL: 00:05:00 •Movielens in MySQL: Database import: 00:06:00 •OLTP in RDBMS: CRUD Applications: 00:17:00 •Indexes: 00:16:00 •Data Warehousing: 00:15:00 •Analytical Processing: 00:17:00 •Transaction Logs: 00:06:00 •Relational Databases - Wrap Up: 00:03:00 •Distributed Databases: 00:07:00 •CAP Theorem: 00:10:00 •BASE: 00:07:00 •Other Classifications: 00:07:00 •Introduction to KV Stores: 00:02:00 •Redis: 00:04:00 •Install Redis: 00:07:00 •Time Complexity of Algorithm: 00:05:00 •Data Structures in Redis : Key & String: 00:20:00 •Data Structures in Redis II : Hash & List: 00:18:00 •Data structures in Redis III : Set & Sorted Set: 00:21:00 •Data structures in Redis IV : Geo & HyperLogLog: 00:11:00 •Data structures in Redis V : Pubsub & Transaction: 00:08:00 •Modelling Movielens in Redis: 00:11:00 •Redis Example in Application: 00:29:00 •KV Stores: Wrap Up: 00:02:00 •Introduction to Document-Oriented Databases: 00:05:00 •MongoDB: 00:04:00 •MongoDB Installation: 00:02:00 •Movielens in MongoDB: 00:13:00 •Movielens in MongoDB: Normalization vs Denormalization: 00:11:00 •Movielens in MongoDB: Implementation: 00:10:00 •CRUD Operations in MongoDB: 00:13:00 •Indexes: 00:16:00 •MongoDB Aggregation Query - MapReduce function: 00:09:00 •MongoDB Aggregation Query - Aggregation Framework: 00:16:00 •Demo: MySQL vs MongoDB. Modeling with Spark: 00:02:00 •Document Stores: Wrap Up: 00:03:00 •Introduction to Search Engine Stores: 00:05:00 •Elasticsearch: 00:09:00 •Basic Terms Concepts and Description: 00:13:00 •Movielens in Elastisearch: 00:12:00 •CRUD in Elasticsearch: 00:15:00 •Search Queries in Elasticsearch: 00:23:00 •Aggregation Queries in Elasticsearch: 00:23:00 •The Elastic Stack (ELK): 00:12:00 •Use case: UFO Sighting in ElasticSearch: 00:29:00 •Search Engines: Wrap Up: 00:04:00 •Introduction to Columnar databases: 00:06:00 •HBase: 00:07:00 •HBase Architecture: 00:09:00 •HBase Installation: 00:09:00 •Apache Zookeeper: 00:06:00 •Movielens Data in HBase: 00:17:00 •Performing CRUD in HBase: 00:24:00 •SQL on HBase - Apache Phoenix: 00:14:00 •SQL on HBase - Apache Phoenix - Movielens: 00:10:00 •Demo : GeoLife GPS Trajectories: 00:02:00 •Wide Column Store: Wrap Up: 00:05:00 •Introduction to Time Series: 00:09:00 •InfluxDB: 00:03:00 •InfluxDB Installation: 00:07:00 •InfluxDB Data Model: 00:07:00 •Data manipulation in InfluxDB: 00:17:00 •TICK Stack I: 00:12:00 •TICK Stack II: 00:23:00 •Time Series Databases: Wrap Up: 00:04:00 •Introduction to Graph Databases: 00:05:00 •Modelling in Graph: 00:14:00 •Modelling Movielens as a Graph: 00:10:00 •Neo4J: 00:04:00 •Neo4J installation: 00:08:00 •Cypher: 00:12:00 •Cypher II: 00:19:00 •Movielens in Neo4J: Data Import: 00:17:00 •Movielens in Neo4J: Spring Application: 00:12:00 •Data Analysis in Graph Databases: 00:05:00 •Examples of Graph Algorithms in Neo4J: 00:18:00 •Graph Databases: Wrap Up: 00:07:00 •Introduction to Big Data With Apache Hadoop: 00:06:00 •Big Data Storage in Hadoop (HDFS): 00:16:00 •Big Data Processing : YARN: 00:11:00 •Installation: 00:13:00 •Data Processing in Hadoop (MapReduce): 00:14:00 •Examples in MapReduce: 00:25:00 •Data Processing in Hadoop (Pig): 00:12:00 •Examples in Pig: 00:21:00 •Data Processing in Hadoop (Spark): 00:23:00 •Examples in Spark: 00:23:00 •Data Analytics with Apache Spark: 00:09:00 •Data Compression: 00:06:00 •Data serialization and storage formats: 00:20:00 •Hadoop: Wrap Up: 00:07:00 •Introduction Big Data SQL Engines: 00:03:00 •Apache Hive: 00:10:00 •Apache Hive : Demonstration: 00:20:00 •MPP SQL-on-Hadoop: Introduction: 00:03:00 •Impala: 00:06:00 •Impala : Demonstration: 00:18:00 •PrestoDB: 00:13:00 •PrestoDB : Demonstration: 00:14:00 •SQL-on-Hadoop: Wrap Up: 00:02:00 •Data Architectures: 00:05:00 •Introduction to Distributed Commit Logs: 00:07:00 •Apache Kafka: 00:03:00 •Confluent Platform Installation: 00:10:00 •Data Modeling in Kafka I: 00:13:00 •Data Modeling in Kafka II: 00:15:00 •Data Generation for Testing: 00:09:00 •Use case: Toll fee Collection: 00:04:00 •Stream processing: 00:11:00 •Stream Processing II with Stream + Connect APIs: 00:19:00 •Example: Kafka Streams: 00:15:00 •KSQL : Streaming Processing in SQL: 00:04:00 •KSQL: Example: 00:14:00 •Demonstration: NYC Taxi and Fares: 00:01:00 •Streaming: Wrap Up: 00:02:00 •Database Polyglot: 00:04:00 •Extending your knowledge: 00:08:00 •Data Visualization: 00:11:00 •Building a Data-driven Organization - Conclusion: 00:07:00 •Conclusion: 00:03:00 •Assignment -SQL NoSQL Big Data and Hadoop: 00:00:00
Overview This comprehensive course on Fitness Business - Sell Products, Training & Coaching Online will deepen your understanding on this topic.After successful completion of this course you can acquire the required skills in this sector. This Fitness Business - Sell Products, Training & Coaching Online comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast-track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Fitness Business - Sell Products, Training & Coaching Online. It is available to all students, of all academic backgrounds. Requirements Our Fitness Business - Sell Products, Training & Coaching Online is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G.There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 9 sections • 44 lectures • 03:08:00 total length •Who this course is for: 00:02:00 •What you will learn: 00:03:00 •Fitness Business Models Overview: 00:02:00 •The Coaching Business Model: 00:04:00 •Selling Products Business Model: 00:06:00 •Affiliate Marketing Business Model: 00:06:00 •Fitness Sponsorships: 00:02:00 •The First Steps: 00:03:00 •Finding The Right Fitness Niche: 00:04:00 •How To Identify The Ideal Coaching Client: 00:05:00 •How To Identify Your Clients Pain Points: 00:03:00 •How To Become An Expert: 00:04:00 •Understand What You Are Selling: 00:01:00 •Creating Your First Fitness Information Product: 00:07:00 •MVP - Minimal Viable Product: 00:03:00 •Creating Your First Workout Routine / Diet Plan: 00:04:00 •Writing Your First Fitness eBook: 00:06:00 •Recording Your First Fitness Video Course: 00:06:00 •Creating A Coaching Offer: 00:03:00 •Overview: 00:02:00 •Most Common Fitness Marketing Mistakes: 00:04:00 •Setting SMART Marketing Goals: 00:07:00 •Crafting A Stong Marketing Message: 00:06:00 •Choosing The Right Marketing Channel: 00:08:00 •Email Marketing For Your Product: 00:03:00 •How To Build An Email List: 00:03:00 •Your First Autoresponder Series: 00:10:00 •How To Build The Perfect Lead Magnet: 00:05:00 •How To Use WordPress For Your Fitness Business: 00:08:00 •Installing WordPress: 00:05:00 •Building A Landing Page: 00:06:00 •Building A Thank You Page: 00:03:00 •Starting A Niche Youtube Channel: 00:05:00 •Keyword Research For Youtube: 00:04:00 •My Youtube Content Strategy: 00:04:00 •How To Set Up Your First Lead Ad In Facebook: 00:06:00 •Affiliate Marketing Overview: 00:01:00 •Writing Blog Posts With Affiliate Links: 00:04:00 •Making Affiliate Sales With Youtube Videos: 00:03:00 •Motivation Intro: 00:01:00 •How To Deal With Difficult Customers / Clients: 00:03:00 •How To Deal With Email Overload: 00:04:00 •How To Develop The Mindset Of An Entrepreneur: 00:04:00 •How To Not Lose Track Of Your Business Goals: 00:05:00
Overview This comprehensive course on NodeJS made easy for MEAN or MERN Stack Level 4 will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This NodeJS made easy for MEAN or MERN Stack Level 4 comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this NodeJS made easy for MEAN or MERN Stack Level 4. It is available to all students, of all academic backgrounds. Requirements Our NodeJS made easy for MEAN or MERN Stack Level 4 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 14 sections • 116 lectures • 06:46:00 total length •Module 01: Course and Instructor Introduction: 00:03:00 •Module 02: GITHub URL: 00:01:00 •Module 01: What is Node?: 00:05:00 •Module 02: Why Node?: 00:04:00 •Module 03: NodeJS package manager NPM: 00:02:00 •Module 04: Install Node and Visual Studio Code: 00:02:00 •Module 01: Create a simple node application: 00:04:00 •Module 02: Adding Dependencies: 00:04:00 •Module 03: OS Module: 00:05:00 •Module 04: Write a file sync and async: 00:07:00 •Module 05: Use Arrow Functions: 00:02:00 •Module 06: Append and Rename: 00:03:00 •Module 07: Read and Delete: 00:04:00 •Module 08: HTTP module in action: 00:03:00 •Module 09: Return JSON Response: 00:04:00 •Module 10: Use nodemon: 00:02:00 •Module 11: Scripts block: 00:04:00 •Module 01: Introduction 04: 00:04:00 •Module 02: What is REST?: 00:06:00 •Module 03: Create an Express App: 00:02:00 •Module 04: Express In Action: 00:05:00 •Module 05: Handle other HTTP Methods: 00:06:00 •Module 06: Use Router: 00:05:00 •Module 07: Create Customer Endpoint: 00:05:00 •Module 01: Introduction 05: 00:02:00 •Module 02: Mongo Command Line: 00:07:00 •Module 03: Steps: 00:03:00 •Module 04: Use Mongo Client: 00:04:00 •Module 05: Implement Find All: 00:04:00 •Module 06: GET single product: 00:04:00 •Module 07: What is body-parser?: 00:03:00 •Module 08: Configure body-parser: 00:02:00 •Module 09: Create Product: 00:04:00 •Module 10: Update Product: 00:06:00 •Module 11: Delete Product: 00:02:00 •Module 01: Introduction 06: 00:04:00 •Module 02: Steps: 00:01:00 •Module 03: Create Project: 00:06:00 •Module 04: Create Server JS: 00:02:00 •Module 05: Create and Configure Product Controller: 00:02:00 •Module 06: Create Mongoose Schema and Model: 00:02:00 •Module 07: Create: 00:04:00 •Module 08: Test and Flow: 00:03:00 •Module 09: Read: 00:03:00 •Module 10: Update: 00:04:00 •Module 11: Delete: 00:02:00 •Module 01: Introduction 07: 00:01:00 •Module 02: Steps 7: 00:01:00 •Module 03: Create the Project 7: 00:02:00 •Module 04: Get All: 00:02:00 •Module 05: Create and Update: 00:04:00 •Module 06: Get and Delete: 00:03:00 •Module 01: Mocha and Chai: 00:03:00 •Module 02: Steps 8: 00:02:00 •Module 03: Install Dependencies: 00:01:00 •Module 04: First Test: 00:06:00 •Module 05: Handle Failures: 00:02:00 •Module 06: Test Create and Get: 00:02:00 •Module 07: Before and after methods: 00:03:00 •Module 01: Introduction 09: 00:03:00 •Module 02: Steps 09: 00:03:00 •Module 03: Create DB Connection: 00:04:00 •Module 04: Mongoose Static Methods: 00:03:00 •Module 05: Create the Model and DAO: 00:07:00 •Module 06: Create the Controller: 00:08:00 •Module 07: Map Routes: 00:05:00 •Module 08: Test: 00:02:00 •Module 09: Use src folder: 00:02:00 •Module 10: Use Babel and ES6 Syntax: 00:06:00 •Module 01: Usecase: 00:01:00 •Module 02: Create the Project: 00:03:00 •Module 03: Setup Configuration: 00:04:00 •Module 04: Create Model: 00:05:00 •Module 05: Implement Patient DAO: 00:03:00 •Module 06: Create Patient Controller: 00:04:00 •Module 07: Create and Configure Routes: 00:03:00 •Module 08: Create Clinical DAO and Controller: 00:07:00 •Module 09: Run and Test: 00:06:00 •Module 10: Fix Bug and Test: 00:02:00 •Module 01: Introduction 11: 00:02:00 •Module 02: Install Docker Desktop: 00:01:00 •Module 03: Steps: 00:03:00 •Module 04: Create Dockerfile: 00:07:00 •Module 05: Create docker-compose.yml: 00:05:00 •Module 06: docker compose up: 00:05:00 •Module 01: Introduction 12: 00:01:00 •Module 02: AWS EC2 Introduction: 00:03:00 •Module 03: Launch an EC2 Instance: 00:05:00 •Module 04: Windows - Use MobaXterm and connect: 00:04:00 •Module 05: Install Mongo: 00:04:00 •Module 06: Install Node and Git: 00:02:00 •Module 07: Push Project to Github: 00:04:00 •Module 08: Run the APP on EC2 and Test: 00:04:00 •Module 01: Introduction 13: 00:01:00 •Module 02: Install React CLI: 00:01:00 •Module 03: Create Project: 00:06:00 •Module 04: Create Components: 00:03:00 •Module 05: Configure Routing: 00:04:00 •Module 06: Home Component: 00:03:00 •Module 07: Use State and React Hook: 00:04:00 •Module 08: Render Rows: 00:03:00 •Module 09: Enable CORS on the Node Project: 00:04:00 •Module 10: Test Home Page: 00:03:00 •Module 11: Add Patient - Create Form: 00:05:00 •Module 12: Handle Submit: 00:04:00 •Module 13: Add Clinical's - Create Form: 00:07:00 •Module 14: Add Clinical's - Handle Submit: 00:04:00 •Module 01: Introduction 14: 00:02:00 •Module 02: Steps 14: 00:01:00 •Module 03: Setup the database: 00:03:00 •Module 04: Setup Project: 00:02:00 •Module 05: Get All: 00:05:00 •Module 06: Get One: 00:03:00 •Module 07: Create: 00:04:00 •Module 08: Return after Insert: 00:02:00 •Module 09: Update: 00:03:00
Overview This comprehensive course on Mastering Microsoft Office: Word, Excel, PowerPoint, and 365 will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Mastering Microsoft Office: Word, Excel, PowerPoint, and 365 comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast-track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Mastering Microsoft Office: Word, Excel, PowerPoint, and 365. It is available to all students, of all academic backgrounds. Requirements Our Mastering Microsoft Office: Word, Excel, PowerPoint, and 365 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 34 sections • 135 lectures • 08:20:00 total length •Introduction: 00:03:00 •Getting started on Windows, macOS, and Linux: 00:01:00 •How to ask great questions: 00:01:00 •FAQ's: 00:01:00 •Excel Overview: 00:05:00 •Start Excel Spreadsheet: 00:04:00 •Enter Text and Numbers: 00:07:00 •Relative References: 00:04:00 •Working with ranges: 00:07:00 •Save and Save as Actions: 00:08:00 •File Extensions, Share, Export, and Publish files: 00:06:00 •Adding Rows and Columns: 00:03:00 •Modifying Rows and Column lengths: 00:05:00 •Copy, Cut, and Paste: 00:07:00 •Copying Formulas: 00:03:00 •Page setup options: 00:06:00 •Fit to print on One Page: 00:03:00 •Print Workbooks: 00:03:00 •Sorting Data Ascending Order: 00:04:00 •Sorting Data Descending Order: 00:02:00 •Filter Data: 00:04:00 •Creating Basic Formulas: 00:06:00 •Datetime Formulas: 00:06:00 •Mathematical formulas phase1: 00:20:00 •Mathematical formulas phase2: 00:12:00 •VLOOKUP formula: 00:12:00 •HLOOKUP formula: 00:04:00 •XLOOKUP: 00:08:00 •Handling #NA and Approximates match in XLOOKUP: 00:11:00 •Split Text into columns: 00:07:00 •Flash Fill: 00:07:00 •Data Validation: 00:07:00 •Remove Duplicates: 00:08:00 •Import Data from Text files: 00:06:00 •Import Data from .CSV files: 00:03:00 •Formatting Font: 00:04:00 •Formatting Alignment: 00:06:00 •Formatting Numbers: 00:05:00 •Formatting Date: 00:03:00 •Formatting Tables: 00:05:00 •Pivot Tables: 00:07:00 •Pivot Charts: 00:02:00 •Excel Charts - Categories: 00:03:00 •Elements of a chart: 00:04:00 •Creating Charts: 00:02:00 •Column or Bar charts: 00:04:00 •Formatting charts: 00:04:00 •Line Charts: 00:02:00 •Pie and Doughnut charts: 00:04:00 •Overview: 00:04:00 •Start PowerPoint Presentation: 00:05:00 •Screen setting and Views: 00:05:00 •Presentation Tips and Guidelines: 00:06:00 •Creating a New Presentation: 00:04:00 •Working with Slides: 00:04:00 •Save a Presentation: 00:04:00 •Print Slides: 00:03:00 •Formatting Text: 00:05:00 •Slide Text Alignments: 00:03:00 •Multi-Column Text Alignments: 00:02:00 •Adding Bullets and Numbered List Items: 00:03:00 •Insert Shapes: 00:03:00 •Insert Icons: 00:03:00 •Insert Graphics: 00:04:00 •Add 3D Models: 00:03:00 •Insert Pictures: 00:03:00 •Picture Options: 00:04:00 •Picture Cropping: 00:03:00 •Applying Built-in Picture Styles: 00:04:00 •Add SmartArt Graphic: 00:03:00 •Modifying SmartArt: 00:03:00 •Creating a Target Chart using SmartArt: 00:03:00 •Create a Table on Slide: 00:04:00 •Formatting Tables: 00:02:00 •Inserting Tables: 00:02:00 •Table Layouts: 00:01:00 •Add a Chart: 00:02:00 •Formatting Charts: 00:02:00 •Insert Chart from Microsoft Excel: 00:03:00 •Adding Video to a Presentation: 00:03:00 •Adding Audio to a Presentation: 00:02:00 •Screen Recording and Adding: 00:02:00 •Applying Transitions to Presentation: 00:04:00 •Object Animation: 00:03:00 •Effect Options: 00:02:00 •Advanced Animation: 00:02:00 •Triggers to control animation: 00:02:00 •Onscreen Presentation: 00:02:00 •Hiding Slides: 00:02:00 •Changing Order of Slides: 00:02:00 •Copying Slides: 00:02:00 •Overview of MS Word: 00:04:00 •Start MS Word 2021: 00:05:00 •Create a new blank document: 00:04:00 •Creating a paragraph text: 00:05:00 •Non-printing characters: 00:03:00 •Save a document: 00:03:00 •Open a document: 00:01:00 •Find and replace: 00:04:00 •AutoCorrect options: 00:03:00 •Formatting text: 00:04:00 •Copy cut and paste: 00:04:00 •Character formatting: 00:02:00 •Format painter: 00:04:00 •Work with numbers: 00:02:00 •Add bullets: 00:03:00 •Outline creation: 00:04:00 •Creating a table: 00:03:00 •Adding rows and columns to a table: 00:02:00 •Formatting table data: 00:02:00 •Borders and shading: 00:02:00 •Sorting in a table: 00:04:00 •Draw a table: 00:04:00 •Convert text to table: 00:03:00 •Convert table to text: 00:02:00 •Insert a spreadsheet: 00:02:00 •Quick tables - readily available formats: 00:02:00 •Working with styles: 00:02:00 •Creating styles: 00:02:00 •Clear formatting: 00:01:00 •Margins: 00:02:00 •Orientation: 00:01:00 •Page size setting: 00:01:00 •Adding columns: 00:03:00 •Page break - section break: 00:02:00 •Adding watermark: 00:03:00 •Headers and footers: 00:03:00 •Create envelops: 00:02:00 •Creating labels: 00:02:00 •Creating a mail merge document: 00:03:00 •Thesaurus and spell check: 00:01:00 •Word count: 00:01:00 •Speech - read aloud: 00:01:00 •Language - translate: 00:01:00 •Tracking: 00:01:00
Overview In this age of technology, data science and machine learning skills have become highly demanding skill sets. In the UK a skilled data scientist can earn around £62,000 per year. If you are aspiring for a career in the IT industry, secure these skills before you start your journey. The Complete Machine Learning & Data Science Bootcamp 2023 course can help you out. This course will introduce you to the essentials of Python. From the highly informative modules, you will learn about NumPy, Pandas and matplotlib. The course will help you grasp the skills required for using python for data analysis and visualisation. After that, you will receive step-by-step guidance on Python for machine learning. The course will then focus on the concepts of Natural Language Processing. Upon successful completion of the course, you will receive a certificate of achievement. This certificate will help you elevate your resume. So enrol today! How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? Anyone with an interest in learning about data science can enrol in this course. It will help aspiring professionals develop the basic skills to build a promising career. Professionals already working in this can take the course to improve their skill sets. Requirements The students will not require any formal qualifications or previous experience to enrol in this course. Anyone can learn from the course anytime from anywhere through smart devices like laptops, tabs, PC, and smartphones with stable internet connections. They can complete the course according to their preferable pace so, there is no need to rush. Career Path This course will equip you with valuable knowledge and effective skills in this area. After completing the course, you will be able to explore career opportunities in the fields such as Data Analyst Data Scientist Data Manager Business Analyst Course Curriculum 18 sections • 98 lectures • 23:48:00 total length •Welcome & Course Overview6: 00:07:00 •Set-up the Environment for the Course (lecture 1): 00:09:00 •Set-up the Environment for the Course (lecture 2): 00:25:00 •Two other options to setup environment: 00:04:00 •Python data types Part 1: 00:21:00 •Python Data Types Part 2: 00:15:00 •Loops, List Comprehension, Functions, Lambda Expression, Map and Filter (Part 1): 00:16:00 •Loops, List Comprehension, Functions, Lambda Expression, Map and Filter (Part 2): 00:20:00 •Python Essentials Exercises Overview: 00:02:00 •Python Essentials Exercises Solutions: 00:22:00 •What is Numpy? A brief introduction and installation instructions.: 00:03:00 •NumPy Essentials - NumPy arrays, built-in methods, array methods and attributes.: 00:28:00 •NumPy Essentials - Indexing, slicing, broadcasting & boolean masking: 00:26:00 •NumPy Essentials - Arithmetic Operations & Universal Functions: 00:07:00 •NumPy Essentials Exercises Overview: 00:02:00 •NumPy Essentials Exercises Solutions: 00:25:00 •What is pandas? A brief introduction and installation instructions.: 00:02:00 •Pandas Introduction: 00:02:00 •Pandas Essentials - Pandas Data Structures - Series: 00:20:00 •Pandas Essentials - Pandas Data Structures - DataFrame: 00:30:00 •Pandas Essentials - Handling Missing Data: 00:12:00 •Pandas Essentials - Data Wrangling - Combining, merging, joining: 00:20:00 •Pandas Essentials - Groupby: 00:10:00 •Pandas Essentials - Useful Methods and Operations: 00:26:00 •Pandas Essentials - Project 1 (Overview) Customer Purchases Data: 00:08:00 •Pandas Essentials - Project 1 (Solutions) Customer Purchases Data: 00:31:00 •Pandas Essentials - Project 2 (Overview) Chicago Payroll Data: 00:04:00 •Pandas Essentials - Project 2 (Solutions Part 1) Chicago Payroll Data: 00:18:00 •Matplotlib Essentials (Part 1) - Basic Plotting & Object Oriented Approach: 00:13:00 •Matplotlib Essentials (Part 2) - Basic Plotting & Object Oriented Approach: 00:22:00 •Matplotlib Essentials (Part 3) - Basic Plotting & Object Oriented Approach: 00:22:00 •Matplotlib Essentials - Exercises Overview: 00:06:00 •Matplotlib Essentials - Exercises Solutions: 00:21:00 •Seaborn - Introduction & Installation: 00:04:00 •Seaborn - Distribution Plots: 00:25:00 •Seaborn - Categorical Plots (Part 1): 00:21:00 •Seaborn - Categorical Plots (Part 2): 00:16:00 •Seborn-Axis Grids: 00:25:00 •Seaborn - Matrix Plots: 00:13:00 •Seaborn - Regression Plots: 00:11:00 •Seaborn - Controlling Figure Aesthetics: 00:10:00 •Seaborn - Exercises Overview: 00:04:00 •Seaborn - Exercise Solutions: 00:19:00 •Pandas Built-in Data Visualization: 00:34:00 •Pandas Data Visualization Exercises Overview: 00:03:00 •Panda Data Visualization Exercises Solutions: 00:13:00 •Plotly & Cufflinks - Interactive & Geographical Plotting (Part 1): 00:19:00 •Plotly & Cufflinks - Interactive & Geographical Plotting (Part 2): 00:14:00 •Plotly & Cufflinks - Interactive & Geographical Plotting Exercises (Overview): 00:11:00 •Plotly & Cufflinks - Interactive & Geographical Plotting Exercises (Solutions): 00:17:00 •Project 1 - Oil vs Banks Stock Price during recession (Overview): 00:15:00 •Project 1 - Oil vs Banks Stock Price during recession (Solutions Part 1): 00:18:00 •Project 1 - Oil vs Banks Stock Price during recession (Solutions Part 2): 00:18:00 •Project 1 - Oil vs Banks Stock Price during recession (Solutions Part 3): 00:17:00 •Project 2 (Optional) - Emergency Calls from Montgomery County, PA (Overview): 00:03:00 •Introduction to ML - What, Why and Types..: 00:15:00 •Theory Lecture on Linear Regression Model, No Free Lunch, Bias Variance Tradeoff: 00:15:00 •scikit-learn - Linear Regression Model - Hands-on (Part 1): 00:17:00 •scikit-learn - Linear Regression Model Hands-on (Part 2): 00:19:00 •Good to know! How to save and load your trained Machine Learning Model!: 00:01:00 •scikit-learn - Linear Regression Model (Insurance Data Project Overview): 00:08:00 •scikit-learn - Linear Regression Model (Insurance Data Project Solutions): 00:30:00 •Theory: Logistic Regression, conf. mat., TP, TN, Accuracy, Specificityetc.: 00:10:00 •scikit-learn - Logistic Regression Model - Hands-on (Part 1): 00:17:00 •scikit-learn - Logistic Regression Model - Hands-on (Part 2): 00:20:00 •scikit-learn - Logistic Regression Model - Hands-on (Part 3): 00:11:00 •scikit-learn - Logistic Regression Model - Hands-on (Project Overview): 00:05:00 •scikit-learn - Logistic Regression Model - Hands-on (Project Solutions): 00:15:00 •Theory: K Nearest Neighbors, Curse of dimensionality .: 00:08:00 •scikit-learn - K Nearest Neighbors - Hands-on: 00:25:00 •scikt-learn - K Nearest Neighbors (Project Overview): 00:04:00 •scikit-learn - K Nearest Neighbors (Project Solutions): 00:14:00 •Theory: D-Tree & Random Forests, splitting, Entropy, IG, Bootstrap, Bagging.: 00:18:00 •scikit-learn - Decision Tree and Random Forests - Hands-on (Part 1): 00:19:00 •scikit-learn - Decision Tree and Random Forests (Project Overview): 00:05:00 •scikit-learn - Decision Tree and Random Forests (Project Solutions): 00:15:00 •Support Vector Machines (SVMs) - (Theory Lecture): 00:07:00 •scikit-learn - Support Vector Machines - Hands-on (SVMs): 00:30:00 •scikit-learn - Support Vector Machines (Project 1 Overview): 00:07:00 •scikit-learn - Support Vector Machines (Project 1 Solutions): 00:20:00 •scikit-learn - Support Vector Machines (Optional Project 2 - Overview): 00:02:00 •Theory: K Means Clustering, Elbow method.: 00:11:00 •scikit-learn - K Means Clustering - Hands-on: 00:23:00 •scikit-learn - K Means Clustering (Project Overview): 00:07:00 •scikit-learn - K Means Clustering (Project Solutions): 00:22:00 •Theory: Principal Component Analysis (PCA): 00:09:00 •scikit-learn - Principal Component Analysis (PCA) - Hands-on: 00:22:00 •scikit-learn - Principal Component Analysis (PCA) - (Project Overview): 00:02:00 •scikit-learn - Principal Component Analysis (PCA) - (Project Solutions): 00:17:00 •Theory: Recommender Systems their Types and Importance: 00:06:00 •Python for Recommender Systems - Hands-on (Part 1): 00:18:00 •Python for Recommender Systems - - Hands-on (Part 2): 00:19:00 •Natural Language Processing (NLP) - (Theory Lecture): 00:13:00 •NLTK - NLP-Challenges, Data Sources, Data Processing ..: 00:13:00 •NLTK - Feature Engineering and Text Preprocessing in Natural Language Processing: 00:19:00 •NLTK - NLP - Tokenization, Text Normalization, Vectorization, BoW.: 00:19:00 •NLTK - BoW, TF-IDF, Machine Learning, Training & Evaluation, Naive Bayes : 00:13:00 •NLTK - NLP - Pipeline feature to assemble several steps for cross-validation: 00:09:00
Overview This comprehensive course on CompTIA Security+ (SY0-601) will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This CompTIA Security+ (SY0-601) comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this CompTIA Security+ (SY0-601). It is available to all students, of all academic backgrounds. Requirements Our CompTIA Security+ (SY0-601) is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 14 sections • 164 lectures • 20:35:00 total length •Introduction to CompTIA Security+ SY0-601: 00:03:00 •About the CompTIA Security+ SY0-601 Exam: 00:03:00 •Defining Risk: 00:08:00 •Threats and Vulnerabilities: 00:07:00 •Threat Intelligence: 00:11:00 •Risk Management Concepts: 00:07:00 •Security Controls: 00:09:00 •Risk Assessments and Treatments: 00:06:00 •Quantitative Risk Assessments: 00:07:00 •Qualitative Risk Assessments: 00:04:00 •Business Impact Analysis: 00:09:00 •Data Types and Roles: 00:11:00 •Security and the Information Life Cycle: 00:09:00 •Data Destruction: 00:06:00 •Personnel Risk and Policies: 00:10:00 •Third-Party Risk Management: 00:09:00 •Agreement Types: 00:07:00 •Exam Question Review: 00:02:00 •Wiping Disks with the dd Command Lab: 00:06:00 •Ask Me Anything (AMA): 00:02:00 •Cryptography Basics: 00:16:00 •Data Protection: 00:09:00 •Cryptographic Methods: 00:07:00 •Symmetric Cryptosystems: 00:13:00 •Symmetric Block Modes: 00:08:00 •Asymmetric Cryptosystems: 00:13:00 •Diffie-Hellman: 00:07:00 •Hashing: 00:09:00 •Understanding Digital Certificates: 00:08:00 •Trust Models: 00:05:00 •Public Key Infrastructure: 00:04:00 •Certificate Types: 00:14:00 •Touring Certificates: 00:09:00 •Cryptographic Attacks: 00:05:00 •Password Cracking: 00:10:00 •Password Cracking Demo: 00:06:00 •Exam Question Review: 00:02:00 •SSH Public Key Authentication Lab: 00:09:00 •Ask Me Anything (AMA): 00:02:00 •Identification, Authentication, and Authorization: 00:08:00 •Enabling Multifactor Authentication: 00:05:00 •Authorization: 00:05:00 •Accounting: 00:05:00 •Authentication Methods: 00:14:00 •Access Control Schemes: 00:07:00 •Account Management: 00:13:00 •Network Authentication: 00:09:00 •Identity Management Systems: 00:06:00 •Exam Question Review: 00:02:00 •Creating LInux Users and Groups Lab: 00:06:00 •Ask Me Anything (AMA): 00:01:00 •Touring the CLI: 00:16:00 •Shells: 00:06:00 •The Windows Command Line: 00:05:00 •Microsoft PowerShell: 00:13:00 •Linux Shells: 00:12:00 •Python Scripts: 00:07:00 •Windows Command-Line Tools: 00:16:00 •Linux Command-Line Tools: 00:10:00 •Network Scanners: 00:05:00 •Network Scanning with Nmap: 00:09:00 •Network Protocol Analyzers: 00:08:00 •Using Wireshark to Analyze Network Traffic: 00:09:00 •Using tcpdump to Analyze Network Traffic: 00:08:00 •Log Files: 00:09:00 •Centralized Logging: 00:09:00 •Configuring Linux Log Forwarding: 00:08:00 •Exam Question Review: 00:03:00 •Lunux Shell Script Lab: 00:07:00 •Nmap Lab: 00:05:00 •Ask Me Anything (AMA): 00:02:00 •Malware: 00:14:00 •Weak Configurations: 00:12:00 •Common Attacks: 00:09:00 •Driver and Overflow Attacks: 00:08:00 •Password Attacks: 00:08:00 •Bots and Botnets: 00:06:00 •Disk RAID Levels: 00:10:00 •Securing Hardware: 00:11:00 •Securing Endpoints: 00:09:00 •Exam Question Review: 00:02:00 •Linux Software RAID Lab: 00:08:00 •Ask Me Anything (AMA): 00:02:00 •The OSI Model: 00:13:00 •ARP Cache Poisoning: 00:09:00 •Other Layer 2 Attacks: 00:05:00 •Network Planning: 00:07:00 •Load Balancing: 00:06:00 •Securing Network Access: 00:06:00 •Honeypots: 00:06:00 •Firewalls: 00:11:00 •Proxy Servers: 00:06:00 •Network and Port Address Translation: 00:07:00 •IP Security (IPsec): 00:09:00 •Virtual Private Networks (VPNs): 00:10:00 •Intrusion Detection and Prevention Systems (IDS/IPS): 00:13:00 •Exam Question Review: 00:03:00 •Linux Snort IDS Lab: 00:07:00 •Ask Me Anything (AMA): 00:01:00 •Wi-Fi Encryption Standards: 00:10:00 •RFID, NFC, and Bluetooth: 00:07:00 •Wi-Fi Coverage and Performance: 00:08:00 •Wi-Fi Discovery and Attacks: 00:12:00 •Cracking WPA2: 00:10:00 •Wi-Fi Hardening: 00:11:00 •Exam Question Review: 00:02:00 •WPA2 Cracking Lab: 00:06:00 •Ask Me Anything (AMA): 00:01:00 •Defining a Public Server: 00:01:00 •Common Attacks and Mitigations: 00:10:00 •Containers and Software-Defined Networking: 00:11:00 •Hypervisors and Virtual Machines: 00:08:00 •Cloud Deployment Models: 00:09:00 •Cloud Service Models: 00:08:00 •Securing the Cloud: 00:10:00 •Exam Question Review: 00:02:00 •Docker Container Lab: 00:04:00 •Ask Me Anything (AMA): 00:02:00 •Embedded Systems: 00:13:00 •Industrial Control System (ICS): 00:07:00 •Internet of Things (IoT) Devices: 00:10:00 •Connecting to Dedicated and Mobile Systems: 00:11:00 •Security Constraints for Dedicated Systems: 00:05:00 •Mobile Device Deployment and Hardening: 00:11:00 •Exam Question Review: 00:03:00 •Smartphone Hardening Lab: 00:03:00 •Ask Me Anything (AMA): 00:02:00 •Physical Security Overview: 00:01:00 •Physical Security: 00:10:00 •Keylogger Demo: 00:05:00 •Environmental Controls: 00:05:00 •Exam Question Review: 00:02:00 •Physical Security Lab: 00:03:00 •Ask Me Anything (AMA): 00:03:00 •DNS Security: 00:05:00 •FTP Packet Capture: 00:03:00 •Secure Web and E-mail: 00:02:00 •Request Forgery Attacks: 00:05:00 •Cross-Site Scripting Attacks: 00:07:00 •Web Application Security: 01:20:00 •Web App Vulnerability Scanning: 00:06:00 •Exam Question Review: 00:03:00 •OWASP ZAP Web App Scan Lab: 00:04:00 •Ask Me Anything (AMA): 00:02:00 •Testing Infrastructure Overview: 00:05:00 •Social Engineering: 00:06:00 •Social Engineering Attacks: 00:11:00 •Vulnerability Assessments: 00:09:00 •Penetration Testing: 00:10:00 •Security Assessment Tools: 00:12:00 •The Metasploit Framework: 00:08:00 •Exam Question Review: 00:02:00 •Hping3 Forged Packet Lab: 00:06:00 •Ask Me Anything (AMA): 00:02:00 •Incident Response Overview: 00:03:00 •Incident Response Plans (IRPs): 00:06:00 •Threat Analysis and Mitigating Actions: 00:08:00 •Digital Forensics: 00:12:00 •Gathering Digital Evidence: 00:10:00 •Business Continuity and Alternate Sites: 00:06:00 •Data Backup: 00:10:00 •Exam Question Review: 00:01:00 •Autopsy Forensic Browser Lab: 00:05:00 •Ask Me Anything (AMA): 00:02:00