Learn how to create an automated trading bot using Python with this comprehensive course. Master Python basics, understand trading fundamentals, build and integrate the bot with a broker API, and run it effectively. Learning Outcomes: Gain proficiency in Python programming for trading purposes. Understand the fundamental concepts of trading and market dynamics. Build a structured trading bot using Python and Github version control. Integrate the bot with a broker API for real-time trading functionality. Successfully run and manage the automated trading bot for efficient execution. Why buy this Making Automated Trading Bot Using Python? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Making Automated Trading Bot Using Python there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Making Automated Trading Bot Using Python course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Making Automated Trading Bot Using Python does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Making Automated Trading Bot Using Python was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Making Automated Trading Bot Using Python is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 01: Introduction About the course structure 00:05:00 Why working is important? 00:04:00 The free and perfect tools 00:07:00 Our editor: Atom 00:04:00 Version control: Github 00:07:00 Python download (Mac) 00:05:00 Python download (Windows) 00:02:00 Section 02: Python Basics for Trading Introduction 00:03:00 Python Libraries 00:05:00 Iterators: for 00:08:00 Iterators: while 00:08:00 Conditionals: if & else 00:10:00 Logic gates: and & or 00:09:00 Error handling: try & except 00:09:00 Functions and calls to libraries 00:13:00 Objects and classes (1) 00:10:00 Objects and classes (2) 00:07:00 Debugging the code 00:12:00 Closing and wrap up 00:01:00 Section 03: Trading Basics Introduction 00:03:00 Fundamental vs Technical Analysis 00:04:00 Stocks vs CFDs 00:05:00 Long and Short positions 00:04:00 Takeprofit and Stoploss 00:03:00 Setting a real Stoploss 00:08:00 Limit and Market orders 00:10:00 Don't forget the spread 00:04:00 Stock data visualisation: candles 00:08:00 Technical Indicators: about 00:05:00 Exponential Moving Average 00:08:00 EMA use and interpretation 00:06:00 Relative Strength Index 00:07:00 Stochastic Oscillator 00:09:00 Closing and wrap up 00:01:00 Section 04: Bot Code General Structure Introduction 00:02:00 Overview 00:08:00 The Entry Strategy 00:10:00 About Tradingview 00:12:00 When to enter (1) 00:08:00 When to enter (2) 00:08:00 Open and hold a position 00:12:00 Closing a position 00:08:00 Review (1) 00:06:00 Review (2) 00:13:00 Closing 00:02:00 Section 05: Github Basics Introduction 00:04:00 Download and install Github 00:01:00 Create a repo 00:10:00 Working with branches 00:13:00 Section 06: Building Your Bot Introduction 00:05:00 Create the first bot file 00:07:00 Building the bot scheme 00:08:00 Complete your code scheme (1) 00:11:00 Complete your code scheme (2) 00:11:00 Complete your code scheme (3) 00:18:00 A logger to remember (1) 00:14:00 A logger to remember (2) 00:14:00 Organising your code 00:07:00 Main function: run bot 00:23:00 Link the bot and the library 00:08:00 Traderlib control functions (1) 00:12:00 Traderlib control functions (2) 00:13:00 Check if tradable function 00:06:00 Set stoploss function 00:10:00 Set takeprofit function 00:04:00 Load historical data function 00:01:00 Get open positions function 00:04:00 Submit and cancel order functions 00:04:00 Check positions function 00:09:00 The Tulipy libraries 00:07:00 Importing all the libraries 00:03:00 First filter: get general trend 00:19:00 Second filter: get instant trend 00:14:00 Third filter: RSI 00:08:00 Fourth filter: Stochastic Oscillator 00:14:00 Enter position (1) 00:13:00 Enter position (2) 00:11:00 Enter position (3) 00:15:00 Enter position (4) 00:08:00 Last check before opening 00:13:00 Exit position and get out 00:10:00 Linking everything (1) 00:12:00 Linking everything (2) 00:12:00 Linking everything (3) 00:15:00 Fixing a mistake: going Short 00:05:00 Handling all your variables 00:18:00 Closing and wrap up 00:01:00 Run function scheme clarification and rebuild 00:13:00 Section 07: Integrating the Broker API Introduction 00:03:00 The Alpaca Python API Wrapper 00:07:00 Initialising the REST API 00:09:00 Running the program (crash!) 00:06:00 Integration with check account (1) 00:08:00 Integration with check account (2) 00:05:00 Clean open orders function 00:10:00 Importing the trading library 00:04:00 Running the main 00:05:00 Check position function 00:09:00 Check if asset exists function 00:08:00 Fetching barset data (theory) 00:07:00 Fetching barset data (practice) 00:12:00 Updating the code for the Alpaca API V2 (explanation) 00:03:00 Updating the code for the Alpaca API V2 (implementation) 00:08:00 Organizing data with Pandas 00:06:00 Get general trend function (1) 00:08:00 Reframing the timeframe with Pandas 00:23:00 Get general trend function (2) 00:13:00 Get instant trend function 00:08:00 Get RSI function 00:06:00 Get Stochastic function 00:10:00 Get current price function 00:05:00 Finishing get shares amount 00:09:00 Opening a position (1) 00:12:00 Opening a position (2) 00:09:00 Check the open position 00:07:00 Cancelling the order (1) 00:20:00 Cancelling the order (2) 00:08:00 Making sure we cancelled 00:03:00 Get average entry price function 00:10:00 Fixing bugs when getting price 00:18:00 Check Stochastic crossing 00:02:00 Holding an open position 00:11:00 Submitting the exit order 00:08:00 Closing position and out (1) 00:08:00 Closing position and out (2) 00:10:00 Closing and wrap up 00:01:00 Section 08: Running the Trading Bot Introduction 00:03:00 Filtering asset by price and volume 00:07:00 Get the bot ready to trade 00:04:00 Running the Trading Bot with AAPL 00:09:00 A real open position 00:08:00 Debugging and bug fixing 00:12:00 Fixing one (last) bug 00:02:00 Running the bot with TSLA 00:10:00 Discussing EMA implementations 00:12:00 Closing and wrap up 00:02:00
Overview Uplift Your Career & Skill Up to Your Dream Job - Learning Simplified From Home! Kickstart your career & boost your employability by helping you discover your skills, talents and interests with our special Power Electronics for Electrical Engineering Course. You'll create a pathway to your ideal job as this course is designed to uplift your career in the relevant industry. It provides professional training that employers are looking for in today's workplaces. The Power Electronics for Electrical Engineering Course is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Power Electronics for Electrical Engineering Course has been designed by industry experts to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Power Electronics for Electrical Engineering Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into elementary modules, allowing our students to grasp each lesson quickly. At StudyHub, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from StudyHub, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this Power Electronics for Electrical Engineering? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Power Electronics for Electrical Engineering there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Power Electronics for Electrical Engineering course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Power Electronics for Electrical Engineering does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Power Electronics for Electrical Engineering was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Power Electronics for Electrical Engineering is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Unit 1- Introduction to Power Electronics Components Module 1- Introduction to Power Electronics 00:13:00 Module 2- Uncontrolled Switches 00:17:00 Module 3- What is the Benefit of Diode 00:06:00 Module 4- Semi-Controlled Switches Part 1 00:09:00 Module 5- Semi-Controlled Switches Part 2 00:14:00 Module 6- Semi-Controlled Switches Part 3 00:05:00 Module 7- What is the Benefit of Thyristor 00:05:00 Module 8- Fully Controlled Switches Part 1 00:17:00 Module 9- Fully Controlled Switches Part 2 00:10:00 Module 10- Fully Controlled Switches Part 3 00:12:00 Unit 2- Fundamentals of Rectifier Circuits Module 1- Overview on Rectifiers 00:02:00 Module 2- Rectifier Definition 00:01:00 Module 3- Half Wave Uncontrolled Rectifier with R Load 00:21:00 Module 4- Example on Half Wave Uncontrolled Rectifier with R Load Part 1 00:06:00 Module 5- Example on Half Wave Uncontrolled Rectifier with R Load Part 2 00:07:00 Module 6- Half Wave Uncontrolled Rectifier with RL Load 00:10:00 Module 7- Derivation of the Discontinuous Current in R-L Load 00:08:00 Module 8- Freewheeling Diode (Commutation Diode) 00:03:00 Module 9- Half Wave R-L Load with FWD 00:09:00 Module 10- Difference Between Continuous and Discontinuous Mode in RL Load 00:07:00 Module 11- Half Wave RL Load with FWD Continuous Mode 00:06:00 Module 12- Example on Half Wave Rectifier with FWD 00:07:00 Module 13- Bridge Full Wave Uncontrolled Rectifier Part 1 00:07:00 Module 14- Bridge Full Wave Uncontrolled Rectifier Part 2 00:05:00 Module 15- Quick Revision on Bridge Full Wave Uncontrolled Rectifier 00:06:00 Module 16- Firing Angle 00:02:00 Module 17- Half Wave Controlled Rectifier R Load 00:05:00 Module 18- Half Wave Controlled Rectifier R-L Load 00:04:00 Module 19- Half Controlled R-L Load with FWD 00:06:00 Module 20- Example 1 00:07:00 Module 21- Example 2 00:08:00 Module 22- Example 3 00:13:00 Module 23- Example 4 00:09:00 Module 24- Example 5 00:05:00 Module 25- Fully Controlled Bridge Rectifier Part 1 00:06:00 Module 26- Fully Controlled Bridge Rectifier Part 2 00:06:00 Module 27- Quick Revision on Bridge Full Wave Controlled Rectifier 00:02:00 Module 28- Example 6 00:08:00 Module 29- Half Controlled Bridge Rectifier 00:08:00 Module 30- Half Controlled Bridge Rectifier with FWD 00:05:00 Module 31- Example 7 00:06:00 Module 32- Example 8 00:07:00 Module 33- Performance Parameters 00:04:00 Module 34- Power Factor 00:04:00 Unit 3- Fundamentals of AC Choppers Module 1- Introduction to AC Choppers 00:02:00 Module 2- Definition of AC Choppers 00:05:00 Module 3- Switching Techniques in AC Choppers 00:06:00 Module 4- Applications on AC Choppers 00:03:00 Module 5- Types of AC Choppers 00:02:00 Module 6- AC Chopper with R Load 00:14:00 Module 7- Example 1 on AC Chopper with R Load 00:06:00 Module 8- Example 2 on AC Chopper with R Load 00:04:00 Module 9- AC Chopper with L Load Part 1 00:13:00 Module 10- AC Chopper with L Load Part 2 00:06:00 Module 11- Example on AC Chopper with L Load 00:08:00 Module 12- AC Chopper with RL Series Load 00:20:00 Module 13- Example on AC Chopper with RL Series Load 00:07:00 Module 14- AC Chopper with RL Parallel Load 00:25:00 Module 15- Example on AC Chopper with RL Parallel Load 00:06:00 Module 16- AC Chopper with Pure Capacitive Load 00:14:00 Module 17- Example on AC Chopper with Pure Capacitive Load 00:04:00 Module 18- AC Chopper Loaded by Heavy Rectifier 00:06:00 Module 19- AC Chopper Loaded by an AC Motor with Sinusoidal Back Emf 00:12:00 Module 20- Example on AC Chopper Loaded by an AC Motor with Sinusoidal Back Emf 00:08:00 Module 21- Integral Cycle Control 00:11:00 Module 22- Example on Integral Cycle Control 00:04:00 Unit 4- Fundamentals of DC Choppers Module 1- Introduction to DC Choppers 00:02:00 Module 2- Definition and Application of DC Choppers 00:05:00 Module 3- Step down DC Chopper with R Load 00:12:00 Module 4- Example on Step Dwon DC Chopper with R Load 00:08:00 Module 5- Generation of Duty Cycle 00:09:00 Module 6- Switching Techniques 00:03:00 Module 7- Step Down DC Chopper with RLE Load Part 1 00:19:00 Module 8- Step Down DC Chopper with RLE Load Part 2 00:15:00 Module 9- Example 1 on Step Down DC Chopper with RLE Load 00:13:00 Module 10- Example 2 on Step Down DC Chopper with RLE Load 00:02:00 Module 11- Step Up DC Chopper with R or RL Load 00:09:00 Module 12- Step Up DC Chopper with RE Load 00:15:00 Module 13- Example on Step Up DC Chopper with RE Load 00:20:00 Module 14- Buck Regulator Part 1 00:16:00 Module 15- Buck Regulator Part 2 00:17:00 Module 16- Example on Buck Regulator 00:03:00 Module 17- Boost Regulator 00:23:00 Module 18- Example on Boost Regulator 00:06:00 Module 19- Buck Boost Converter 00:17:00 Module 20- Example on Buck-Boost Converter 00:05:00 Unit 5- Fundamentals of Inverters Module 1- Introduction to Inverters 00:02:00 Module 2- Definition of Inverters 00:04:00 Module 3- Importance and Applications of Inverters 00:08:00 Module 4- Single Phase Half Bridge R-Load 00:15:00 Module 5- Single Phase Half Bridge RL- Load 00:08:00 Module 6- Performance Parameters of an Inverter 00:05:00 Module 7- Example on Single Phase Half Bridge 00:10:00 Module 8- Single Phase Bridge Inverter R- Load 00:06:00 Module 9- Single Phase Bridge Inverter RL- Load 00:07:00 Module 10- Example on Single Phase Bridge Inverter 00:06:00 Module 11- Three Phase Inverters and Obtaining the Line Voltages 00:15:00 Module 12- Threee Phase Inverters and Obtaining The Phase Voltages 00:17:00 Module 13- Example on Three Phase Inverters 00:16:00 Module 14- Single Pulse Width Modulation 00:13:00 Module 15- Multiple Pulse Width Modulation 00:13:00 Module 16- Example on Multiple Pulse Width Modulation 00:04:00 Module 17- Sinusoidal Pulse Width Modulation 00:16:00 Module 18- Industrial Inverter 00:03:00 Assignment Assignment - Power Electronics for Electrical Engineering 00:00:00
Overview Uplift Your Career & Skill Up to Your Dream Job - Learning Simplified From Home! Kickstart your career & boost your employability by helping you discover your skills, talents and interests with our special Electrical Machines for Electrical Engineering Course. You'll create a pathway to your ideal job as this course is designed to uplift your career in the relevant industry. It provides professional training that employers are looking for in today's workplaces. The Electrical Machines for Electrical Engineering Course is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Electrical Machines for Electrical Engineering Course has been designed by industry experts to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Electrical Machines for Electrical Engineering Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into elementary modules, allowing our students to grasp each lesson quickly. At StudyHub, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from StudyHub, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this Electrical Machines for Electrical Engineering? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Electrical Machines for Electrical Engineering there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Electrical Machines for Electrical Engineering course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Electrical Machines for Electrical Engineering does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Electrical Machines for Electrical Engineering was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Electrical Machines for Electrical Engineering is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Unit 1: Introduction to Electric Machines Module 1- Introduction to Electric Machines 00:03:00 Module 2- Types of Electric Machines and Principle of Electrical Generation 00:09:00 Unit 2: DC Machines Module 1- Importance and Construction of DC Machines 00:26:00 Module 2- Armature Winding and EMF Equation 00:40:00 Module 3-Solved Example 1 00:05:00 Module 4-Solved Example 2 00:04:00 Module 5-Solved Example 3 00:07:00 Module 6-Solved Example 4 00:06:00 Module 7-Separately Excited DC Machine 00:21:00 Module 8-Shunt and Series DC Machines 00:25:00 Module 9-Solved Example 1 on Separately Excited DC Machine 00:07:00 Module 10-Solved Example 2 on Separately Excited DC Machine 00:07:00 Module 11-Solved Example 3 on Shunt Generator 00:04:00 Module 12-Solved Example 4 on Shunt Generator 00:07:00 Module 13-Solved Example 5 on Series DC Generator 00:06:00 Module 14-Types and Applications of Compound DC Motors 00:07:00 Module 15- Torque-Speed Characteristics and Speed Control of Separately Excited DC Motor 00:33:00 Module 16- Torque-Speed Characteristics of Series DC Motor 00:08:00 Module 17-Solved Example 1 on Speed Control 00:08:00 Module 18-Solved Example 2 on Speed Control 00:06:00 Module 19- Starting of DC Machine 00:14:00 Module 20- Armature Reaction in DC Machines 00:10:00 Module 21-Losses in DC Machines 00:04:00 Unit 3: Construction of Transformers Module 1- What is a Transformer 00:02:00 Module 2- Importance of Transformer 00:04:00 Module 3-Iron Core of Transformer 00:04:00 Module 4- Magnetic Circuit Inside Transformer 00:05:00 Module 5- Windings of Transformer 00:03:00 Module 6- Why are Windings Made of Copper 00:01:00 Module 7- Classification of Windings 00:05:00 Module 8- Insulating Material and Transformer Oil 00:02:00 Module 9- Conservator of Transformer 00:03:00 Module 10- Breather of Transformer 00:04:00 Module 11- Bushings of Transformer 00:04:00 Module 12- Tap Changer of Transformer 00:03:00 Module 13- Cooling Tubes of Transformer 00:01:00 Module 14- Buchholz Relay of Transformer 00:02:00 Module 15- Explosion Vent 00:02:00 Module 16- Methods of Cooling 00:03:00 Module 17-Types of Transformers 00:03:00 Module 18- Power Transformer and Distribution Transformer 00:05:00 Module 19- Single Phase Core Type Transformer 00:04:00 Module 20-Single Phase Shell Type Transformer 00:05:00 Module 21- 3 Phase Core Type 00:02:00 Module 22- 3 Phase Shell Type 00:01:00 Module 23- Comparison between Shell and Core CSA 00:01:00 Module 24- Comparison between Shell and Core Type 00:01:00 Module 25- Notes 00:03:00 Module 26-Video Explaining The Components in 3D and Real Life 00:05:00 Unit 4: Fundamentals of Magnetic Circuits Module 1- Introduction to Magnetic Circuits 00:02:00 Module 2- Induced Emf and Current 00:04:00 Module 3- Ampere Right Hand Rule 00:04:00 Module 4- Magnetic Circuit and Important Definitions 00:06:00 Module 5- Linear and Non Linear Materials 00:03:00 Module 6-Flux Linkage and Reluctance 00:04:00 Module 7- Analogy between Electric and Magnetic Circuits 00:06:00 Module 8- Fringing Effect 00:02:00 Module 9- Example 1 Magnetic Circuits 00:07:00 Module 10- Example 2 00:03:00 Module 11- Example 3 00:06:00 Module 12- Application on Magnetic Circuit - Transformers 00:04:00 Unit 5: Theoretical Part on Transformers Module 1- Introduction to Transformers 00:02:00 Module 2- Construction of Transformer 00:02:00 Module 3-Theory of Operation 00:04:00 Module 4- Ideal Transformer 00:05:00 Module 5-Non Ideal Transformer 00:02:00 Module 6- Effect of Loading on Transformer 00:03:00 Module 7- Transformer Regulation 00:03:00 Module 8- Transformer Losses 00:03:00 Module 9- Transformer Efficiency 00:05:00 Module 10- Transformer Rating 00:02:00 Module 11- Question 1 00:01:00 Module 12- Question 2 00:02:00 Module 13- Question 3 00:01:00 Module 14- Example 1 00:01:00 Module 15- Voltage Relation of Transformer 00:04:00 Module 16- Transformer Exact Equivalent Circuit 00:06:00 Module 17- Concept of Refereeing 00:04:00 Module 18- Approximate Equivalent Circuit 00:02:00 Unit 6: Synchronous Machines Module 1- Construction and Principle of Operation of Synchronous Generator 00:29:00 Module 2- Principle of Operation of Synchronous Motor 00:24:00 Module 3- Equivalent Circuit and Phasor Diagram of Non Salient Synchronous Machine 00:29:00 Module 4-Solved Example 1 on Non Salient Machine 00:05:00 Module 5-Solved Example 2 on Non Salient Machine 00:11:00 Module 6-Solved Example 3 on Non Salient Machine 00:07:00 Module 7- Solved Example 4 on Non Salient Machine 00:04:00 Module 8-Solved Example 5 on Non Salient Machine 00:07:00 Module 9-Solved Example 6 on Non Salient Machine 00:03:00 Module 10- Equivalent Circuit and Phasor Diagram of Salient Synchronous Machine 00:39:00 Module 11-Solved Example 1 on Salient Machine 00:09:00 Module 12- Solved Example 2 on Salient Machine 00:05:00 Module 13-Solved Example 3 on Salient Machine 00:10:00 Module 14- Parallel Operation of Two Generators 00:17:00 Module 15- Synchronization of Machine with Grid 00:10:00 Unit 7: Induction Machines Module 1- Construction and Theory of Operation of Induction Machines 00:27:00 Module 2- Equivalent Circuit and Power Flow in Induction Motor 00:23:00 Module 3- Torque-Speed Characteristics of Induction Motor 00:20:00 Module 4- Solved Example 1 on Induction Motor 00:08:00 Module 5-Solved Example 2 on Induction Motor 00:06:00 Module 6-Solved Example 3 on Induction Motor 00:06:00 Module 7-Solved Example 4 on Induction Motor 00:18:00 Module 8-Solved Example 5 on Induction Motor 00:13:00 Module 9- Methods of Speed Control of Induction Motor 00:27:00 Module 10- Methods of Starting of Induction Motor 00:21:00 Module 11-Solved Example on Motor Starter 00:15:00 Module 12- Principle of Operation of Doubly Fed Induction Generator 00:11:00 Module 13-Self Excited Induction Generator 00:08:00 Assignment Assignment - Electrical Machines for Electrical Engineering 00:00:00
The course 'Deep Learning & Neural Networks Python - Keras' provides a comprehensive introduction to deep learning using the Keras library in Python. It covers topics ranging from basic neural networks to more advanced concepts, such as convolutional neural networks, image augmentation, and performance improvement techniques for various datasets. Learning Outcomes: Understand the fundamental concepts of deep learning and how it differs from traditional machine learning. Gain proficiency in using Keras, a powerful deep learning library, for building and training neural network models. Develop practical skills in creating and optimizing neural network models for different datasets, including image recognition tasks and regression problems. Why buy this Deep Learning & Neural Networks Python - Keras? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Deep Learning & Neural Networks Python - Keras there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Deep Learning & Neural Networks Python - Keras course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Deep Learning & Neural Networks Python - Keras does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Deep Learning & Neural Networks Python - Keras was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Deep Learning & Neural Networks Python - Keras is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Course Introduction and Table of Contents Course Introduction and Table of Contents 00:11:00 Deep Learning Overview Deep Learning Overview - Theory Session - Part 1 00:06:00 Deep Learning Overview - Theory Session - Part 2 00:07:00 Choosing Between ML or DL for the next AI project - Quick Theory Session Choosing Between ML or DL for the next AI project - Quick Theory Session 00:09:00 Preparing Your Computer Preparing Your Computer - Part 1 00:07:00 Preparing Your Computer - Part 2 00:06:00 Python Basics Python Basics - Assignment 00:09:00 Python Basics - Flow Control 00:09:00 Python Basics - Functions 00:04:00 Python Basics - Data Structures 00:12:00 Theano Library Installation and Sample Program to Test Theano Library Installation and Sample Program to Test 00:11:00 TensorFlow library Installation and Sample Program to Test TensorFlow library Installation and Sample Program to Test 00:09:00 Keras Installation and Switching Theano and TensorFlow Backends Keras Installation and Switching Theano and TensorFlow Backends 00:10:00 Explaining Multi-Layer Perceptron Concepts Explaining Multi-Layer Perceptron Concepts 00:03:00 Explaining Neural Networks Steps and Terminology Explaining Neural Networks Steps and Terminology 00:10:00 First Neural Network with Keras - Understanding Pima Indian Diabetes Dataset First Neural Network with Keras - Understanding Pima Indian Diabetes Dataset 00:07:00 Explaining Training and Evaluation Concepts Explaining Training and Evaluation Concepts 00:11:00 Pima Indian Model - Steps Explained Pima Indian Model - Steps Explained - Part 1 00:09:00 Pima Indian Model - Steps Explained - Part 2 00:07:00 Coding the Pima Indian Model Coding the Pima Indian Model - Part 1 00:11:00 Coding the Pima Indian Model - Part 2 00:09:00 Pima Indian Model - Performance Evaluation Pima Indian Model - Performance Evaluation - Automatic Verification 00:06:00 Pima Indian Model - Performance Evaluation - Manual Verification 00:08:00 Pima Indian Model - Performance Evaluation - k-fold Validation - Keras Pima Indian Model - Performance Evaluation - k-fold Validation - Keras 00:10:00 Pima Indian Model - Performance Evaluation - Hyper Parameters Pima Indian Model - Performance Evaluation - Hyper Parameters 00:12:00 Understanding Iris Flower Multi-Class Dataset Understanding Iris Flower Multi-Class Dataset 00:08:00 Developing the Iris Flower Multi-Class Model Developing the Iris Flower Multi-Class Model - Part 1 00:09:00 Developing the Iris Flower Multi-Class Model - Part 2 00:06:00 Developing the Iris Flower Multi-Class Model - Part 3 00:09:00 Understanding the Sonar Returns Dataset Understanding the Sonar Returns Dataset 00:07:00 Developing the Sonar Returns Model Developing the Sonar Returns Model 00:10:00 Sonar Performance Improvement - Data Preparation - Standardization Sonar Performance Improvement - Data Preparation - Standardization 00:15:00 Sonar Performance Improvement - Layer Tuning for Smaller Network Sonar Performance Improvement - Layer Tuning for Smaller Network 00:07:00 Sonar Performance Improvement - Layer Tuning for Larger Network Sonar Performance Improvement - Layer Tuning for Larger Network 00:06:00 Understanding the Boston Housing Regression Dataset Understanding the Boston Housing Regression Dataset 00:07:00 Developing the Boston Housing Baseline Model Developing the Boston Housing Baseline Model 00:08:00 Boston Performance Improvement by Standardization Boston Performance Improvement by Standardization 00:07:00 Boston Performance Improvement by Deeper Network Tuning Boston Performance Improvement by Deeper Network Tuning 00:05:00 Boston Performance Improvement by Wider Network Tuning Boston Performance Improvement by Wider Network Tuning 00:04:00 Save & Load the Trained Model as JSON File (Pima Indian Dataset) Save & Load the Trained Model as JSON File (Pima Indian Dataset) - Part 1 00:09:00 Save & Load the Trained Model as JSON File (Pima Indian Dataset) - Part 2 00:08:00 Save and Load Model as YAML File - Pima Indian Dataset Save and Load Model as YAML File - Pima Indian Dataset 00:05:00 Load and Predict using the Pima Indian Diabetes Model Load and Predict using the Pima Indian Diabetes Model 00:09:00 Load and Predict using the Iris Flower Multi-Class Model Load and Predict using the Iris Flower Multi-Class Model 00:08:00 Load and Predict using the Sonar Returns Model Load and Predict using the Sonar Returns Model 00:10:00 Load and Predict using the Boston Housing Regression Model Load and Predict using the Boston Housing Regression Model 00:08:00 An Introduction to Checkpointing An Introduction to Checkpointing 00:06:00 Checkpoint Neural Network Model Improvements Checkpoint Neural Network Model Improvements 00:10:00 Checkpoint Neural Network Best Model Checkpoint Neural Network Best Model 00:04:00 Loading the Saved Checkpoint Loading the Saved Checkpoint 00:05:00 Plotting Model Behavior History Plotting Model Behavior History - Introduction 00:06:00 Plotting Model Behavior History - Coding 00:08:00 Dropout Regularization - Visible Layer Dropout Regularization - Visible Layer - Part 1 00:11:00 Dropout Regularization - Visible Layer - Part 2 00:06:00 Dropout Regularization - Hidden Layer Dropout Regularization - Hidden Layer 00:06:00 Learning Rate Schedule using Ionosphere Dataset - Intro Learning Rate Schedule using Ionosphere Dataset 00:06:00 Time Based Learning Rate Schedule Time Based Learning Rate Schedule - Part 1 00:07:00 Time Based Learning Rate Schedule - Part 2 00:12:00 Drop Based Learning Rate Schedule Drop Based Learning Rate Schedule - Part 1 00:07:00 Drop Based Learning Rate Schedule - Part 2 00:08:00 Convolutional Neural Networks - Introduction Convolutional Neural Networks - Part 1 00:11:00 Convolutional Neural Networks - Part 2 00:06:00 MNIST Handwritten Digit Recognition Dataset Introduction to MNIST Handwritten Digit Recognition Dataset 00:06:00 Downloading and Testing MNIST Handwritten Digit Recognition Dataset 00:10:00 MNIST Multi-Layer Perceptron Model Development MNIST Multi-Layer Perceptron Model Development - Part 1 00:11:00 MNIST Multi-Layer Perceptron Model Development - Part 2 00:06:00 Convolutional Neural Network Model using MNIST Convolutional Neural Network Model using MNIST - Part 1 00:13:00 Convolutional Neural Network Model using MNIST - Part 2 00:12:00 Large CNN using MNIST Large CNN using MNIST 00:09:00 Load and Predict using the MNIST CNN Model Load and Predict using the MNIST CNN Model 00:14:00 Introduction to Image Augmentation using Keras Introduction to Image Augmentation using Keras 00:11:00 Augmentation using Sample Wise Standardization Augmentation using Sample Wise Standardization 00:10:00 Augmentation using Feature Wise Standardization & ZCA Whitening Augmentation using Feature Wise Standardization & ZCA Whitening 00:04:00 Augmentation using Rotation and Flipping Augmentation using Rotation and Flipping 00:04:00 Saving Augmentation Saving Augmentation 00:05:00 CIFAR-10 Object Recognition Dataset - Understanding and Loading CIFAR-10 Object Recognition Dataset - Understanding and Loading 00:12:00 Simple CNN using CIFAR-10 Dataset Simple CNN using CIFAR-10 Dataset - Part 1 00:09:00 Simple CNN using CIFAR-10 Dataset - Part 2 00:06:00 Simple CNN using CIFAR-10 Dataset - Part 3 00:08:00 Train and Save CIFAR-10 Model Train and Save CIFAR-10 Model 00:08:00 Load and Predict using CIFAR-10 CNN Model Load and Predict using CIFAR-10 CNN Model 00:16:00 RECOMENDED READINGS Recomended Readings 00:00:00
In this Advanced Diploma in User Experience UI/UX Design course, you will learn everything you need to know to become an expert UI/UX designer. We will start by teaching you the basics of UX and UI design and then move on to more advanced topics like wireframing prototyping, and usability testing. We will also teach you how to use Adobe XD, a powerful design tool professionals use worldwide. UI/UX design is the process of creating products that are user-centred. It is all about understanding user demands and building goods to fulfil those goals. This User Experience Design course will begin with an overview of the web industry, with an emphasis on essential concepts and trends. You will then learn about the fundamentals of graphic design, understanding the principles and techniques that underpin visually appealing designs. You will explore the exciting world of UX design with a solid foundation, concentrating on building user-centred experiences that meet users' requirements and aspirations. The course will also teach you how to integrate your UX design thoughts into aesthetically appealing user interfaces. To bring your ideas to life, you will use Adobe XD, a sophisticated design tool. You will find optimisation tactics along the way to improve the performance and usability of your designs. Furthermore, this course offers useful insights on how to begin a career in UI/UX design, as well as resources and support to help you excel in the sector. Practical assignments will allow you to put your newly learned abilities to use and receive feedback, ensuring that you obtain experience throughout your learning journey. Join us in the User Experience Design from A-Z: Adobe XD UI/UX Design course to realise your full potential as a UI/UX designer. Begin by developing memorable and user-friendly digital experiences that engage users and create a lasting impression. Enrol now and start your path to a successful career in UI/UX design! Learning Outcomes: Upon completion of the User Experience Design course, you will be able to: Understand the main concepts and trends in the web industry. Apply the principles of graphic design to create visually appealing designs. Properly design user-centred experiences that meet users' needs and goals. Translate UX design concepts into visually engaging user interfaces. Utilise Adobe XD to bring your designs to life with interactive prototypes. Optimise designs for improved performance and usability. Gain valuable insights and resources for starting a career in UX/UI design. Who is this course for? This User Experience Design course is ideal for: Beginners interested in entering the UX/UI design field. Graphic designers looking to expand their skill set into UX/UI design. Web designers seeking to enhance their understanding of user experience. Product managers and developers aiming to collaborate effectively with designers. Individuals passionate about creating intuitive and impactful digital experiences. Career Path Our course will prepare you for a range of careers, including: Junior UX/UI Designer: £25,000 - £40,000 per year. UX/UI Designer: £35,000 - £70,000 per year. Senior UX/UI Designer: £50,000 - £100,000 per year. UX/UI Design Lead: £80,000 - £90,000 per year. UX/UI Design Manager: £95,000 - £120,000 per year. UX/UI Design Director: £120,000+ per year. Certification After studying the course materials of the Advanced Diploma in User Experience UI/UX Design there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Prerequisites This Advanced Diploma in User Experience UI/UX Design does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Advanced Diploma in User Experience UI/UX Design 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. Course Curriculum UX/UI Course Introduction Learn UX/UI Course Overview 00:05:00 Section Overview 00:04:00 UX vs UI 00:04:00 UX/UI Designer Marketplace 00:05:00 Overview of UX Roles 00:06:00 Introduction To The Web Industry Web Industry Section Overview 00:03:00 The Phases of Web Development 00:13:00 Designer Responsibilities (working in a team) 00:09:00 Roles & Descriptions (working in a team) 00:05:00 Agile Approach To Project Management 00:12:00 Scrum - Flexible Framework 00:06:00 Project Management Apps 00:13:00 XD Lesson - Introduction 00:13:00 Foundations of Graphic Design Graphic Design Section Overview 00:02:00 The Psychology of Color 00:13:00 Color Wheel & Color Schemes 00:06:00 Working with Fonts 00:10:00 Working With Icons 00:04:00 XD Lesson - Tools, Object Manipulation and Components 00:13:00 XD Lesson - Font Styles and Artboard Settings 00:07:00 Graphic Design Software Tools 00:03:00 Adobe XD lesson 4 - Icons & Vector Graphics 00:14:00 UX Design (User Experience Design) UX Design Section Overview 00:04:00 What is User Experience Design? (UX) 00:09:00 UX Design Process 00:03:00 The UX Analysis Process 00:08:00 Working with User Profiles 00:03:00 Understanding User Pain Points 00:03:00 XD Lesson 5 Class Project: Сompetitive Analysis 00:10:00 Developing a Persona Part 1 00:05:00 Developing a Persona Part 2 00:05:00 Customer Journey 00:04:00 Customer Journey vs Sales Funnel 00:04:00 3 Phases of a Sales Funnel 00:07:00 4 Stages of a Sales Funnel 00:06:00 Macro/Micro Conversions 00:05:00 Stages of Market Sophistication 00:06:00 Lead Generation Funnel 00:06:00 Digital Product Sales Funnel 00:05:00 7 Principles of Influence 00:12:00 Age Based Influence Triggers 00:06:00 Gender Influence Triggers 00:06:00 Interest Based Marketing 00:04:00 Understanding User Flow 00:08:00 XD Lesson 6 Class Project: Userflow - Your first UX deliverable 00:07:00 Working with Story Boards 00:05:00 XD Lesson 7 Class Project: Crafting a Story board 00:09:00 Working with Moodboards 00:04:00 XD Lesson 8 Class Project: Creating Moodboard 00:11:00 Sitemap & Information Architecture 00:07:00 XD Lesson - Class Project: App Architecture 00:09:00 Low and Hi Fidelity Wireframes 00:03:00 XD Lesson - Class Project: Login Screen Wireframe Using Material Design 00:08:00 Working with Prototypes 00:04:00 XD Lesson - Class Project: Home Screen Wireframe and Linking 00:07:00 XD Lesson - Class Project: Adding Interaction to Wireframes 00:10:00 Testing and Evaluating 00:11:00 UX Deliverables 00:03:00 UX Design Conclusion 00:01:00 UI Design (User Interface Design) UI Design Section Overview 00:03:00 UI Design Overview 00:03:00 Types of Interfaces 00:10:00 Landing Pages Overview 00:10:00 XD Lesson - Using Grids in XD 00:08:00 XD Lesson - Single Card design 00:13:00 UI Controls 00:07:00 UI Navigational Components 00:12:00 Header Design Overview 00:07:00 XD Lesson - Mobile & Desktop: Header Design 00:10:00 XD Lesson - Mobile & Desktop: Dropdown Design 00:06:00 Common Layouts Overview 00:08:00 XD Lesson - Common Layouts 00:07:00 Mobile & Desktop Footer Design Overview 00:07:00 XD Lesson - Mobile & Desktop: Footer Design 00:06:00 Mobile & Desktop Button Design Overview 00:05:00 XD Lesson - Mobile & Desktop: Button Design 00:10:00 XD Lesson - Mobile & Desktop: Input Design 00:07:00 Mobile & Desktop Filter Search Bar Design Overview 00:06:00 Adobe XD Lesson - Mobile & Desktop: Filter Design 00:07:00 Adobe XD Lesson - Mobile & Desktop: Search Design 00:03:00 UI Kit Overview 00:05:00 Adobe XD Lesson - Desktop and Mobile: UI Kit 00:06:00 Microinteractions Overview 00:05:00 Adobe XD lesson - Microinteractions 00:07:00 Optimization Optimization Section Overview 00:02:00 Feedback Review & Getting Referrals 00:04:00 'Above the Fold' Rule 00:04:00 Adobe XD lesson - Designing a Powerful Above the Fold 00:08:00 Using Analytics For Optimization 00:05:00 Heat Maps & Element Placements 00:04:00 Crafting A Usability Report Overview 00:08:00 Adobe XD lesson - Crafting Reports in XD 00:20:00 Starting a Career in UX/UI Design Careers in UX/UI Section Overview 00:06:00 Your Daily Productivity Hub 00:14:00 How To Start Freelancing 00:08:00 Client Consulting 00:04:00 Building a Brand 00:10:00 Personal Branding 00:06:00 The Importance of Having a Website 00:08:00 Creating a Logo 00:05:00 Step by Step Website Setup 00:17:00 UI Templates 00:06:00 Logo Templates 00:04:00 Creating a Business Email 00:06:00 Networking Do's and Don'ts 00:04:00 Top Freelance Websites 00:10:00 UX/UI Project Scope Questions 00:10:00 Laser Focus & Productivity Tools 00:06:00 The Places to Find UX Jobs 00:05:00 Resources Resources - Advanced Diploma in User Experience UI/UX Design 00:00:00 Assignment Assignment - Advanced Diploma in User Experience UI/UX Design 00:00:00
Overview Uplift Your Career & Skill Up to Your Dream Job - Learning Simplified From Home! Kickstart your career & boost your employability by helping you discover your skills, talents and interests with our special British Sign Language (BSL) Course. You'll create a pathway to your ideal job as this course is designed to uplift your career in the relevant industry. It provides professional training that employers are looking for in today's workplaces. The British Sign Language (BSL) Course is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This British Sign Language (BSL) Course has been designed by industry experts to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This British Sign Language (BSL) Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into elementary modules, allowing our students to grasp each lesson quickly. At StudyHub, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from StudyHub, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this British Sign Language (BSL) Course? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the British Sign Language (BSL) Course there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This British Sign Language (BSL) Course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This British Sign Language (BSL) Course does not require you to have any prior qualifications or experience. You can just enrol and start learning.This British Sign Language (BSL) Course was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This British Sign Language (BSL) Course is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum British Sign Language Level 1 What is British Sign Language? 00:01:00 Introduction to BSL and Fingerspelling Fingerspelling A-Z with Subtitles 00:02:00 Fingerspelling A-Z without Subtitles 00:01:00 Fingerspelling A-Z 00:00:00 Fingerspelling Right or Left Handed 00:01:00 A to Z Cards 00:10:00 1st Name A to Z in 3 parts - Fingerspelling 00:07:00 1st Name A to Z Fingerspelling 00:00:00 Fingerspelling - Fill in the Blanks 00:10:00 Fingerspelling - Fill in the Blanks - PDF 00:10:00 What is my name and Live, Where? (UK) 00:03:00 Who am I and Live Where in UK 00:10:00 Exchanging Personal Information Meeting People and Introduction with Subtitles 00:02:00 Meeting People and Introduction without Subtitles DONE 00:02:00 Questions on Directions Signs without Subtitles 00:01:00 Family sentences Homework 00:04:00 Meeting People 00:10:00 Families Families 00:10:00 Families Sign Part 1 with Subtitles 00:01:00 Families Sign Part 2 with Subtitles 00:02:00 Families Sign Part 1 without Subtitles DONE 00:01:00 Families Sign Part 2 without Subtitles 00:02:00 Numbers (Time, Calendar and Money) Number 0 to 100 00:05:00 Numbers 00:10:00 Numbers 00:02:00 Numbers 00:10:00 Bingo Numbers Games (4) 00:04:00 BINGO 4 Games 00:10:00 Phone Numbers 00:10:00 Time and Calendar Signs with Subtitles 00:01:00 Time and Calendar without Subtitles 00:01:00 Calendars 00:10:00 Calendars Birthday Ages and Names 00:10:00 What is the Time? With Subtitles 00:01:00 What is the Time? Without Subtitles 00:01:00 What is the time 00:10:00 Calendar Signs with Subtitles 00:05:00 Calendar Signs without Subtitles 00:05:00 Birthday, When? 00:02:00 Birthday When 00:10:00 Colours 00:10:00 Colour Signs with Subtitles 00:01:00 Colour Signs without Subtitles 00:01:00 Colours Games 00:03:00 Draw a colour Elephant 00:02:00 HNADOUT ANSWER Draw a colour Elephant 00:00:00 Colours Colours 00:04:00 Transports Transports 00:10:00 Transports sign without Subtitles 00:01:00 Transports sign without Subtitles 00:01:00 Transport and Time Signs with Subtitles 00:01:00 Transport and Time Signs without Subtitles 00:01:00 Weather Weather Signs with Subtitles 00:01:00 Weather Signs without Subtitles 00:01:00 Weather 00:10:00 Weather and Questions 00:01:00 Directions Directions Signs with Subtitles 00:02:00 Directions Signs without Subtitles 00:02:00 Directions 00:06:00 Questions for Directions Signs with Subtitles 00:01:00 Questions on Directions Signs without Subtitles 00:01:00 Non-Manual Features (NMF) in BSL 00:10:00 Affirmative & Negative Signs with Subtitles 00:01:00 Affirmative & Negative Signs without Subtitles 00:01:00 Affirmative and Negative 00:10:00 Activities/Hobbies and Sports Activities Interests and Sports Handouts 00:10:00 Information about different clubs 00:10:00 Interests and Hobbies with Subtitles 00:03:00 Interests and Hobbies without Subtitles 00:01:00 Sports Signs with Subtitles 00:03:00 Sports Signs without Subtitles 00:03:00 Hobbies/Interests Questions with Subtitles 00:01:00 Hobbies/Interests Questions without Subtitles 00:01:00 Sports Clubs 00:01:00 Description of A Person and Clothes Description of a Person with Subtitles 00:04:00 Description of a Person without Subtitles 00:04:00 Describing a Person 00:13:00 Describing Clothes with Subtitles 00:02:00 Describing Clothes without Subtitles 00:02:00 Wearing Clothes 00:13:00 Animals A -Z of Animals with Subtitles 00:02:00 A -Z of Animals without Subtitles 00:02:00 Animal A to Z 00:22:00 Questions about Pets with Subtitles 00:01:00 Questions about Pets without Subtitles 00:01:00 STUDY About Pets 00:02:00 STUDY ANSWERS About Pets 00:01:00 Numbers (Money) Money Signs (Part 1) with Subtitles 00:01:00 Money Signs (Part 1) without Subtitles 00:01:00 Money Signs (Part 2) without Subtitles 00:01:00 Money Signs (Part 2) without Subtitles 00:01:00 How Much is it? 00:01:00 How much is it 00:01:00 Foods and Drinks Foods and Drinks with Subtitles 00:09:00 Foods and Drinks without Subtitles 00:09:00 Food and Drinks 00:12:00 Hurley's Food and Drink Menu with Images 00:09:00 Hurley's Food and Drink Menu without Images 00:09:00 HANDOUT Top Eat Menu 00:02:00 Hurley' s Food and Drink Menu 00:10:00 STUDY At the Restaurant 00:10:00 STUDY HANDOUT ANSWERS At the Restaurant 00:02:00 Exam STUDY: BSL LEVEL 1 EXAM 00:04:00 STUDY ANSWERS : BSL LEVEL 1 EXAM 00:01:00 British Sign Language Level 2 Asking Questions about the Jobs without Subtitles 00:02:00 Asking Questions about the Jobs without Subtitles 00:02:00 STUDY What is My Job 00:05:00 Job Vocabulary with Subtitles 00:06:00 Job Vocabulary without Subtitles 00:06:00 Jobs Signs with Images 00:02:00 Jobs Signs without Images 00:02:00 Type of Buildings with Subtitles 00:03:00 Type of Buildings without Subtitles 00:03:00 At Home (Room) with subtitles 00:03:00 At Home (Room) without Subtitles 00:01:00 At Home - What is in each room with subtitles 00:05:00 At Home - What is in each room without Subtitles 00:05:00 How to describe each room with Subtitles 00:12:00 Day to Day Routine with Images 00:02:00 Day to Day Routine without images 00:02:00 Emotional Signs with Subtitles 00:02:00 Emotional Signs without Subtitles 00:02:00 Emotional Signs 00:02:00 Emotional Stories Study 00:05:00 Countries and Flags 00:04:00 L2 Itemising_Listings inc 4 Stories 00:09:00 L2 Multi-Channels Sign with Subtitles 00:03:00 L2 Multi-Channels Sign without Subtitles 00:03:00 Transport HOMEWORK 00:03:00 Resources Resources - British Sign Language Level 2 00:00:00 Assignment Assignment - British Sign Language (BSL) Course 06:40:00
The 'Electrical Circuits Laws and Methods' course is designed to provide a comprehensive understanding of electric circuits, laws, and analytical methods. It covers fundamental concepts, basic laws, methods of analysis, circuit theorems, operational amplifiers, and capacitors and inductors. Students will learn essential principles to analyze and design electrical circuits effectively. Learning Outcomes: Understand the basic concepts of electric circuits, including electric charge, current, voltage, power, and energy. Apply Ohm's Law and other basic laws to analyze resistive circuits and determine currents and voltages. Use nodal and mesh analysis methods to analyze and solve complex electrical circuits with various sources. Apply circuit theorems such as the Superposition Theorem, Thevenin's Theorem, and Norton's Theorem to simplify circuit analysis. Comprehend the properties and applications of operational amplifiers in various amplifier configurations. Analyze capacitors and inductors in DC circuits, calculate their stored energy, and understand their equivalent capacitance and inductance in series and parallel configurations. Why buy this Electrical Circuits Laws and Methods? 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. Certification After studying the course materials of the Electrical Circuits Laws and Methods there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? The Electrical Circuits Laws and Methods course is designed for undergraduate and graduate electrical engineering students as a foundational study of circuit theory. It is suitable for electronics enthusiasts eager to grasp the functioning and design of electrical circuits for various applications. Engineering technicians and technologists working in fields like telecommunications and manufacturing can benefit from this course to better understand and troubleshoot electrical circuits in practical settings. Electrical technicians and electricians can enhance their problem-solving abilities and theoretical knowledge of electrical circuits by taking this course. Hobbyists and DIY enthusiasts interested in electronics projects will find value in learning circuit design and troubleshooting through this course. Professionals in engineering and related fields can use this course for continuing education to refresh their knowledge and stay up-to-date with advancements in electrical circuit theory and methods. Prerequisites This Electrical Circuits Laws and Methods does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Electrical Circuits Laws and Methods was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Electrical Engineer: £28,000 - £70,000 per year Electronics Engineer: £30,000 - £75,000 per year Electrician: £24,000 - £45,000 per year Power Systems Engineer: £32,000 - £80,000 per year Telecommunications Engineer: £28,000 - £70,000 per year Automation and Control Systems Engineer: £35,000 - £80,000 per year Course Curriculum Unit 1- Basic Concepts Module 1- What Is an Electric Circuit 00:02:00 Module 2-System of Units 00:07:00 Module 3- What Is an Electric Charge 00:05:00 Module 4- What Is an Electric Current 00:08:00 Module 5-Example 1 00:01:00 Module 6- Example 2 00:02:00 Module 7- Example 3 00:02:00 Module 8- What Is Voltage 00:07:00 Module 9- What Is Power 00:06:00 Module 10- What Is Energy 00:04:00 Module 11- Example 4 00:03:00 Module 12-Example 5 00:03:00 Module 13- Dependent and Independent Sources 00:05:00 Module 14- Example 6 Part 1 00:04:00 Module 15- Example 6 Part 2 00:01:00 Module 16- Application 1 Cathode Ray Tube 00:04:00 Module 17-Example 10 00:03:00 Module 18- Application 2 Electricity Bills 00:02:00 Module 19- Example 8 00:03:00 Unit 2- Basic Laws Module 1- Introduction to Basic Laws 00:01:00 Module 2- Definition of Resistance 00:06:00 Module 3- Ohm's Law 00:02:00 Module 4- Types of Resistances 00:06:00 Module 5- Open and Short Circuit 00:05:00 Module 6- Definition of Conductance 00:04:00 Module 7-Example 1 00:01:00 Module 8- Example 2 00:03:00 Module 9- Example 3 00:03:00 Module 10- Branch, Node and Loops 00:07:00 Module 11- Series and Parallel Connection 00:04:00 Module 12- KCL 00:04:00 Module 13- KVL 00:03:00 Module 14- Example 4 00:05:00 Module 15- Example 5 00:02:00 Module 16- Example 6 00:06:00 Module 17- Series Resistors and Voltage Division 00:07:00 Module 18-Parallel Resistors and Current Division 00:12:00 Module 19- Analogy between Resistance and Conductance 00:07:00 Module 20-Example 7 00:03:00 Module 21-Example 8 00:04:00 Module 22- Introduction to Delta-Wye Connection 00:06:00 Module 23-Delta to Wye Transformation 00:05:00 Module 24- Wye to Delta Transformation 00:07:00 Module 25-Example 9 00:03:00 Module 26- Example 10 00:15:00 Module 27- Application Lighting Bulbs 00:03:00 Module 28-Example 11 00:05:00 Unit 3- Methods of Analysis Module 1- Introduction to Methods of Analysis 00:02:00 Module 2- Nodal Analysis with No Voltage Source 00:15:00 Module 3-Example 1 00:04:00 Module 4-Cramer's Method 00:04:00 Module 5-Nodal Analysis with Voltage Source 00:07:00 Module 6- Example 2 00:05:00 Module 7- Example 3 00:13:00 Module 8-Mesh Analysis with No Current Source 00:10:00 Module 9-Example 4 00:04:00 Module 10- Example 5 00:06:00 Module 11-Mesh Analysis with Current Source 00:07:00 Module 12-Example 6 00:08:00 Module 13-Nodal Vs Mesh Analysis 00:04:00 Module 14-Application DC Transistor 00:04:00 Module 15-Example 7 00:04:00 Unit 4- Circuit Theorems Module 1-Introduction to Circuit theorems 00:02:00 Module 2-Linearity of Circuit 00:07:00 Module 3-Example 1 00:04:00 Module 4-Superposition Theorem 00:07:00 Module 5- Example 2 00:04:00 Module 6-Example 3 00:06:00 Module 7-Source Transformation 00:08:00 Module 8-Example 4 00:05:00 Module 9-Example 5 00:03:00 Module 10-Thevenin Theorem 00:10:00 Module 11-Example 6 00:06:00 Module 12-Example 7 00:05:00 Module 13- Norton's Theorem 00:05:00 Module 14-Example 8 00:03:00 Module 15-Example 9 00:05:00 Module 16-Maximum Power Transfer 00:05:00 Module 17-Example 10 00:03:00 Module 18-Resistance Measurement 00:05:00 Module 19-Example 11 00:01:00 Module 20-Example 12 00:04:00 Module 21-Summary 00:05:00 Unit 5- Operational Amplifiers Module 1-Introduction to Operational Amplifiers 00:03:00 Module 2-Construction of Operational Amplifiers 00:07:00 Module 3-Equivalent Circuit of non Ideal Op Amp 00:10:00 Module 4-Vo Vs Vd Relation Curve 00:03:00 Module 5-Example 1 00:09:00 Module 6-Ideal Op Amp 00:07:00 Module 7- Example 2 00:04:00 Module 8-Inverting Amplifier 00:05:00 Module 9-Example 3 00:05:00 Module 10-Example 4 00:02:00 Module 11-Non Inverting Amplifier 00:08:00 Module 12-Example 5 00:03:00 Module 13-Summing Amplifier 00:05:00 Module 14-Example 6 00:02:00 Module 15-Difference amplifier 00:06:00 Module 16-Example 7 00:08:00 Module 17-Cascaded Op Amp Circuits 00:06:00 Module 18-Example 8 00:04:00 Module 19-Application Digital to Analog Converter 00:06:00 Module 20-Example 9 00:04:00 Module 21-Instrumentation Amplifiers 00:05:00 Module 22-Example 10 00:01:00 Module 23-Summary 00:04:00 Unit 6- Capacitors and Inductors Module 1-Introduction to Capacitors and Inductors 00:02:00 Module 2-Capacitor 00:06:00 Module 3-Capacitance 00:02:00 Module 4-Voltage-Current Relation in Capacitor 00:03:00 Module 5-Energy Stored in Capacitor 00:06:00 Module 6-DC Voltage and Practical Capacitor 00:02:00 Module 7-Example 1 00:01:00 Module 8-Example 2 00:01:00 Module 9-Example 3 00:05:00 Module 10-Equivalent Capacitance of Parallel Capacitors 00:02:00 Module 11-Equivalent Capacitance of Series Capacitors 00:03:00 Module 12-Example 4 00:02:00 Module 13-Definition of Inductors 00:06:00 Module 14-Definition of Inductance 00:03:00 Module 15-Voltage-Current Relation in Inductor 00:03:00 Module 16-Power and Energy Stored in Inductor 00:02:00 Module 17-DC Source and Inductor 00:04:00 Module 18-Example 5 00:02:00 Module 19-Series Inductors 00:03:00 Module 20-Parallel Inductors 00:04:00 Module 21-Example 6 00:01:00 Module 22-Small Summary to 3 Basic Elements 00:02:00 Module 23-Example 7 00:05:00 Module 24-Application Integrator 00:05:00 Module 25-Example 8 00:03:00 Module 26-Application Differentiator 00:02:00 Module 27-Example 9 00:06:00 Module 28-Summary 00:05:00 Assignment Assignment - Electrical Circuits Laws and Methods 00:00:00
Dive into the realm of effective management with our course, 'Essentials of Becoming a Manager and Managing Teams'. Navigate the challenges of stepping into a managerial role in 'New Manager Mastery'. Discover the art of selecting the perfect candidate for your team in 'A Masterclass in Hiring For Your Teams' and foster an environment that promotes continuous growth with 'Creating a Culture of Learning in Your Organisation'. Equip yourself with top-tier interview techniques, manage stress, lead with conviction, conduct impactful meetings, and delve into the intricacies of advanced team management. Learning Outcomes Understand the transition intricacies and best practices of becoming a new manager. Master the strategies to effectively hire and onboard team members. Establish and nurture a growth-oriented learning culture within the organisation. Acquire techniques to proficiently manage stress, ensuring personal and team well-being. Lead meetings effectively and gain insights into advanced aspects of team leadership. Why buy this Essentials of Becoming a Manager and Managing Teams course? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Essentials of Becoming a Manager and Managing Teams there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this Essentials of Becoming a Manager and Managing Teams course for? Aspiring managers looking to transition into leadership roles seamlessly. Team leaders seeking to refine their hiring and team-building strategies. Organisational heads aiming to instil a robust learning culture. Professionals wanting to enhance their interview conduction skills. Individuals eager to develop leadership attributes and manage workplace stress. Prerequisites This Essentials of Becoming a Manager and Managing Teams does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Essentials of Becoming a Manager and Managing Teams was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Manager: £30,000 - £45,000 Team Leader: £25,000 - £35,000 HR Specialist: £28,000 - £40,000 Training and Development Officer: £27,000 - £37,000 Stress Management Consultant: £35,000 - £50,000 Meetings Coordinator: £22,000 - £30,000 Course Curriculum Section 01: New Manager Mastery What to Expect & About Me 00:02:00 Well Done! 00:02:00 It's a Different Job 00:03:00 You're Scared? Good! 00:02:00 The Manager Mindset 00:03:00 Set Expectations 00:04:00 Get Learning Leadership! 00:03:00 What is Culture? 00:02:00 Culture of Fairness 00:08:00 People Are Crazy 00:02:00 Mastering One To One Meetings 00:05:00 Manager to Coach 00:07:00 Me? A Psychologist? 00:02:00 Emotional Intelligence 00:05:00 Mastering Performance Evaluations 00:07:00 Welcoming New Starters 00:07:00 How to Hire a Diverse Workforce 00:06:00 Get the Basics Right Every Time 00:02:00 Conclusion 00:02:00 Section 02: A Masterclass In Hiring For Your Teams Introduction 00:02:00 The Importance of the Interview Process 00:03:00 What's Wrong With The Interview Process 00:07:00 Human Vs. Algorithm 1 00:02:00 Unconscious Interviewer Biases 00:03:00 Be Data Driven 00:03:00 Let's See You In Action 00:02:00 Keep it Relevant 00:02:00 Seriously Avoid These Topics 00:03:00 Benefits of a Diverse Workforce 00:03:00 How to Hire a Diverse Workforce 00:06:00 Hunger and Desire Over Skills 00:03:00 Culture Addition, Not Culture Fit 00:03:00 Compliment, Backup or Add To The Team 00:05:00 Hiring The Right Rank 00:04:00 What Are Your Location Restrictions 00:01:00 The Risk Of Delivering Less 00:02:00 The Risk Of Burnout 00:02:00 The Risk Of Losing The Headcount 00:02:00 Confirm The Job Is What They Think It Is 00:02:00 Sell Yourself, The Team & The Company 00:03:00 Don't Be A Jerk 00:02:00 It's Not About Making You Look Good 00:02:00 Managing Recruitment Agencies 00:04:00 Communications With The Candidate 00:03:00 Be Ready 00:03:00 Assign A Buddy 00:02:00 You Got It Wrong! 00:02:00 Conclusion 00:03:00 Section 03: Creating a Culture Of Learning In Your Organization What To Expect From The Course 00:02:00 Why Even Bother? 00:07:00 What Learning Used To Be Like 00:02:00 Individual Learner 00:01:00 Everyone Says They Are A Self-Learner 00:10:00 Online Communities 00:02:00 Embedding Learning Into Daily Life 00:03:00 Teach It To Learn It 00:02:00 Learning New Vs Becoming Expert 00:01:00 Listen Faster 00:01:00 Tom's Approach 00:02:00 The Paid Training Course Is History 00:03:00 Develop The Right Mental Habits 00:06:00 Make It Easier On Yourself 00:02:00 Manager Responsibilities 00:01:00 Are You Really A Centre Of Excellence? 00:02:00 Learning As Part Of Performance Evaluation 00:02:00 Don't Worry If People Leave 00:01:00 The Benefits Of A Skilled User Base 00:02:00 Push It, Push It, Push It 00:01:00 The Golden Hour 00:09:00 Internal Mobility 00:03:00 Team Secondment 00:02:00 Make People Good Enough To Quit 00:03:00 Lunch & Learns 00:02:00 Personalised Learning Plans 00:02:00 Use It Or Lose It 00:02:00 Certifiably Great 00:02:00 Get A Learning Buddy 00:02:00 Senior Leaders Responsibilities 00:01:00 Walk It From The Top 00:02:00 Learning Wherever, Whenever 00:02:00 Show Us The Data 00:02:00 Create Learning Champions 00:02:00 Gamification 00:02:00 Sell, Sell, Sell 00:03:00 Don't Block The Useful Sites 00:03:00 Create A Varied Library Of Resources 00:02:00 Encourage Conferences And Seminars 00:04:00 The Feedback Loop 00:02:00 Learning Is Expensive 00:03:00 Learning Takes Time 00:02:00 Concluding Remarks 00:04:00 Section 04: Job Interview Practicals: Complete Interview Skills Training Interview Masterclass - Maximize Your Chances of Success 00:03:00 Get Yourself Game Ready! 00:08:00 Final Prep Tips! 1-2 Days Before Interview 00:03:00 It's Interview Day! How to ACE the interview! 00:07:00 Positive Personality Traits Interviewers Are Desperate For 00:07:00 How to Engage & Impress in Conversation 00:05:00 The Art of Asking Questions 00:08:00 How to Answer Questions Using Skill & Psychological Tricks 00:10:00 After Interview - Still More You Can Do 00:05:00 Staying Professional 00:02:00 That Wasn't What You Expected!! 00:03:00 Waiting For The Answer 00:02:00 Let's Review The Tips - So Much To Consider 00:04:00 Section 05: Beating Burnout - Practical & Complete Stress Management Introduction to Overcoming Burnout 00:03:00 The Problem of Burnout in Modern Workplaces 00:06:00 Symptoms of Burnout - Do You Have It? 00:03:00 How Individuals Can Fight Back Against Burnout 00:12:00 How Leaders Can Create A Burnout Free Culture 00:10:00 Let's Review The Advice - What's Important? 00:03:00 Section 06: Practical Leadership: Complete Guide To Great Leadership Characteristics of Great Leaders - Introduction 00:02:00 Honesty, Coaching & The Mission 00:08:00 Empathy, Togetherness & Feedback 00:06:00 Change, Authenticity & Enablement 00:05:00 Perspective, Empowerment & Emotional Intelligence 00:05:00 My Favourite Tips & Bonus! 00:05:00 Section 07: Mastering Meetings - A Complete Practical Guide To Meetings What to Expect 00:04:00 What & Why? 00:03:00 The Cost of Meetings 00:02:00 Red Amber & Green Meetings 00:06:00 Do You Need A Meeting? 00:04:00 Timing Considerations 00:07:00 Contents of the Invite 00:03:00 Scheduling Etiquette 00:07:00 Considerations for Externals 00:05:00 The Meeting as an Opportunity 00:02:00 Chairing Meetings 00:01:00 Your Agenda 00:08:00 Kicking Off 00:06:00 During The Meeting 00:08:00 After Meeting Minutes 00:06:00 Considerations 00:06:00 Concluding Remarks 00:02:00 Section 08: Advanced People Management - What They Don't Tell You About Team Leading! What To Expect & About Me 00:02:00 Management Vs. Coaching 00:07:00 What Is Culture? 00:02:00 Culture of Fairness 00:08:00 How To Be A Great Listener 00:05:00 Mastering Performance Evaluations 00:07:00 Welcoming New Starters 00:07:00 Stupid Things NOT To Say To Your Team 00:07:00 Your Team Made A Mistake 00:06:00 Mastering Crucial Conversations 00:05:00 When to Fire Someone 00:06:00
This course aims to prepare individuals for the AWS Certified Solutions Architect Associate exam. It covers essential AWS services, cloud architecture design, deployment strategies, and best practices for managing various AWS components. Learning Outcomes: Understand the fundamental concepts of AWS Cloud Services and their application in real-world scenarios. Design and implement AWS Storage and Virtual Private Cloud (VPC) solutions. Learn how to design, implement, and manage Compute Services effectively. Master Identity and Access Management (IAM) and its best practices for secure access control. Explore Auto Scaling Solutions and Virtual Network Services to optimize AWS infrastructure. Gain proficiency in deploying applications and databases on AWS. Discover additional AWS services and their integration for comprehensive cloud solutions. Develop insights into achieving operational excellence with AWS services. Why buy this AWS Certified Solutions Architect Associate Preparation? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the AWS Certified Solutions Architect Associate Preparation there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This AWS Certified Solutions Architect Associate Preparation course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This AWS Certified Solutions Architect Associate Preparation does not require you to have any prior qualifications or experience. You can just enrol and start learning.This AWS Certified Solutions Architect Associate Preparation was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This AWS Certified Solutions Architect Associate Preparation is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 01: Introduction Introduction 00:03:00 Section 02: Exam Tips and Tricks What is AWS? 00:02:00 Why use AWS? 00:03:00 How to Get Started with AWS 00:04:00 AWS Certifications 00:04:00 Preparation Resources 00:02:00 Benefits of Certification 00:02:00 AWS CSA-A Overview 00:04:00 What's New on the 2020 Updated Exam? 00:03:00 AWS CSA-A Exam Objectives 00:06:00 The Four Key Areas (Compute, Networking, Storage, and Databases) 00:04:00 Master the Knowledge Areas 00:02:00 Use the System 00:05:00 Take Notes 00:03:00 Be Mentally and Physically Prepared 00:04:00 Take the Exam 00:04:00 Section 03: AWS Cloud Services Overview Cloud Computing Defined 00:08:00 Benefits of Cloud Computing 00:10:00 Cloud Computing Models 00:07:00 History 00:07:00 Platform 00:06:00 Services, Part 1 00:10:00 Services, Part 2 00:08:00 Security and Compliance 00:07:00 Regions and Availability 00:06:00 Section 04: AWS Storage Design Storage Services 00:07:00 S3 Storage Class 00:07:00 S3 Terminology 00:09:00 S3 Advanced Features 00:08:00 Creating S3 Buckets Lab 00:08:00 S3 Bucket Properties 00:08:00 S3 Managing Objects Lab 00:11:00 Glacier 00:07:00 Setting up a Glacier Vault Lab 00:08:00 S3 and Tape Gateway 00:06:00 S3 Enhanced Features 00:08:00 Elastic Block Store (EBS) 00:08:00 Creating EBS Volumes Lab 00:07:00 Elastic File System (EFS) 00:07:00 Creating an EFS File System Lab 00:07:00 EFS and PrivateLink 00:03:00 Intro to Amazon FSx 00:06:00 Hands-on with FSx 00:06:00 Integrating on-Premises Storage 00:07:00 Storage Access Security Lab 00:10:00 Storage Performance 00:08:00 Section 05: Virtual Private Cloud (VPC) Virtual Private Cloud (VPC) Overview 00:10:00 Creating a VPC Lab 00:11:00 Configuring DHCP Options Lab 00:04:00 Elastic IP Addresses 00:07:00 Elastic Network Interfaces (ENIs) 00:05:00 Endpoints 00:07:00 VPC Peering 00:08:00 Creating a VPC Peering Connection Lab 00:10:00 Security Groups Overview 00:07:00 Network Address Translation (NAT) 00:11:00 Gateways (VPGs and CGWs) 00:08:00 VPN Configuration Option 00:04:00 Section 06: Compute Services Design EC2 Overview 00:11:00 EC2 Instance Types 00:11:00 EC2 Pricing 00:13:00 EBS and EC2 00:05:00 Section 07: Compute Services Implementation Launching an EC2 Linux Instance Lab 00:13:00 Configuring an EC2 Linux Instance Lab 00:08:00 Setting up an EC2 Windows Instance Lab 00:12:00 Shared Tenancy 00:05:00 Dedicated Hosts 00:08:00 Dedicated Instances 00:06:00 AMI Virtualization 00:12:00 Section 08: Compute Services Management Instance Management 00:09:00 Connecting to Instances Lab 00:09:00 Working with Security Groups 00:10:00 Working with Security Groups Lab 00:10:00 Advanced EC2 Management 00:06:00 AWS Batch 00:06:00 Elastic Container Service (ECS) 00:08:00 Elastic Beanstalk Environment 00:11:00 Section 09: Identity and Access Management (IAM) Identity and Access Management (IAM) Overview 00:07:00 Principals 00:10:00 Root User 00:06:00 Authentication 00:06:00 Authorization Policies 00:13:00 Multi-Factor Authentication 00:08:00 Key Rotation 00:10:00 Multiple Permissions 00:06:00 AWS Compliance Program 00:07:00 AWS Security Hub 00:06:00 Shared Responsibility Models 00:06:00 Section 10: IAM Best Practices User Accounts 00:11:00 Password Policies 00:09:00 Credential Rotation 00:06:00 Principle of Least Privilege 00:05:00 IAM Roles 00:08:00 Policy Conditions 00:08:00 CloudTrail 00:12:00 Section 11: Auto Scaling Solutions Auto Scaling Overview 00:06:00 Auto Scaling Groups 00:04:00 Termination Policies 00:07:00 Auto Scaling Configuration Lab 00:13:00 Launch Methods 00:04:00 Load Balancer Concepts 00:08:00 Elastic Load Balancing (ELB) 00:10:00 Section 12: Virtual Network Services DNS 00:14:00 Configuring DNS Lab 00:07:00 Configuring Route 53 Lab 00:13:00 Configuring ACLs and NACLs Lab 00:09:00 Flow Logs 00:07:00 Section 13: AWS Application Deployment Application and Deployment Services 00:04:00 Lambda 00:06:00 API Gateway 00:09:00 Kinesis 00:06:00 Kinesis Data Streams and Firehose 00:06:00 Kinesis Data Analytics 00:04:00 Reference Architectures 00:06:00 CloudFront 00:10:00 Web Application Firewall (WAF) 00:09:00 Simple Queue Service (SQS) 00:10:00 Simple Notification Service (SNS) 00:08:00 Simple Workflow (SWF) 00:07:00 Step Functions 00:05:00 OpsWorks 00:08:00 Cognito 00:04:00 Elastic MapReduce (EMR) 00:05:00 CloudFormation 00:10:00 CloudFormation Properties 00:03:00 CloudWatch 00:06:00 Trusted Advisor 00:07:00 Organizations 00:09:00 Section 14: AWS Database Design Database Types 00:08:00 Relational Databases 00:08:00 Database Hosting Methods 00:05:00 High Availability Solutions 00:06:00 Scalability Solutions 00:06:00 Database Security 00:08:00 Aurora 00:06:00 Redshift 00:11:00 DynamoDB 00:10:00 Section 15: Database Deployment DynamoDB Tables Lab 00:08:00 MySQL Lab 00:13:00 Configuration Lab 00:13:00 Backups Lab 00:04:00 Restore Lab 00:04:00 Snapshot Lab 00:08:00 Monitoring Lab 00:06:00 Section 16: Additional AWS Services Media Content Delivery 00:13:00 Desktop and Appstreaming 00:06:00 ElastiCache 00:05:00 Security Services Lab 00:12:00 Analytics Engines 00:11:00 Development Operations (DevOps) 00:12:00 AWS Solutions 00:05:00 AWS Transit Gateway 00:03:00 AWS Backup 00:04:00 AWS Cost Explorer 00:04:00 Section 17: Operational Excellence with AWS The Operational Excellence Process 00:08:00 Widget Makers Scenario 00:06:00 Resilient Design 00:08:00 Resilient Design Scenario 00:05:00 Performant Design 00:09:00 Performant Design Scenario 00:06:00 Secure Design 00:08:00 Secure Design Scenario 00:05:00 Cost Optimization 00:07:00 Cost Optimization Scenario 00:05:00 General Best Practices 00:07:00
The demand for coding essential skills is skyrocketing. The average salary for a web developer in the United Kingdom is £65,824 per year. And that number is only going to go up as more and more businesses move their operations online. If you want to get ahead in the tech industry, you need to learn how to code. This Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML course will teach you the crucial skills you need to become a web developer. You'll learn HTML, JavaScript, C#, and ASP.NET. You'll also learn how to build interactive web applications and use JavaScript to add dynamic functionality to your pages. In this Coding Essentials course, we start with an introduction to HTML, where you'll learn the basics, intermediate to advanced level topics, and explore advanced HTML techniques. Next, we dive into JavaScript, a powerful scripting language used for web development. From the fundamentals to conditional statements, control flow, functions, and error handling, you'll gain a solid understanding of JavaScript and its role in creating dynamic web pages. But that's not all! We also dive into the world of C#, a versatile and widely-used programming language. Starting with the basics, you'll progress through operators, statements, control flow, and debugging techniques. You'll also master object-oriented programming (OOPs) concepts, such as class encapsulation, inheritance, polymorphism, abstract classes, and interfaces. Our comprehensive curriculum concludes with exploring error-handling techniques in C#, ensuring you can create robust and reliable applications. Join us on this exciting coding adventure, where our experienced and expert instructors will guide you every step of the way. Don't miss this opportunity to unlock a world of possibilities and take your coding skills to new heights. Enrol in our Coding Essentials course today and unleash your coding potential! Learning Outcomes: Upon completion of the Coding Essentials course, you should be able to: Master the fundamentals of HTML for creating web pages. Gain intermediate and advanced HTML skills for enhanced web development. Understand the core concepts and syntax of JavaScript. Learn to use JavaScript to create dynamic and interactive web content. Develop proficiency in JavaScript operators and conditional statements. Explore control flow statements and error handling in JavaScript. Acquire a solid foundation in C# programming language. Learn C# operators, statements, and control flow techniques. Understand object-oriented programming (OOPs) concepts in C#. Apply C# error handling techniques for creating robust applications. Who is this course for? This Coding Essentials course is perfect for: Beginners who want to learn coding essentials from scratch. Individuals interested in web development and programming languages. Professionals seeking to enhance their coding skills and expand career opportunities. Students or graduates looking to add valuable coding skills to their resumes. Anyone with a passion for coding and a desire to create innovative applications. Career Path Our Coding Essentials course will help you to pursue a range of career paths, such as: Web Developer: £25,000 - £50,000 per year. Software Engineer: £30,000 - £60,000 per year. Full Stack Developer: £35,000 - £70,000 per year. Front-end Developer: £25,000 - £55,000 per year. Back-end Developer: £30,000 - £60,000 per year. C# Developer: £35,000 - £70,000 per year. JavaScript Developer: £30,000 - £60,000 per year. Certification After studying the course materials of the Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Prerequisites This Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Coding Essentials - Javascript, ASP. Net, C# - Bonus HTML 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. Course Curriculum Introduction Introduction 00:03:00 How to Get Course requirements 00:02:00 Getting Started on Windows, Linux or Mac 00:02:00 How to ask Great Questions 00:01:00 FAQ's 00:01:00 HTML Introduction HTML 00:05:00 Choosing Code Editor 00:06:00 Installing Code Editor (Sublime Text) 00:04:00 Overview of a Webpage 00:05:00 Structure of a Full HTML Webpage 00:07:00 First Hello World! Webpage 00:09:00 HTML Basic Heading tag 00:09:00 Paragraph 00:08:00 Formatting Text 00:12:00 List Items Unordered 00:05:00 List Items Ordered 00:04:00 Classes 00:09:00 IDs 00:06:00 Comments 00:04:00 HTML Intermediate Images 00:12:00 Forms 00:05:00 Marquee 00:06:00 Text area 00:06:00 Tables 00:06:00 Links 00:07:00 Navbar - Menu 00:04:00 HTML Entities 00:05:00 Div tag 00:06:00 Google Maps 00:07:00 HTML Advanced HTML Audio 00:07:00 HTML Video 00:05:00 Canvas 00:06:00 Iframes 00:05:00 Input Types 00:04:00 Input Attributes 00:06:00 Registration Form 00:04:00 Contact Us Form 00:10:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:02:00 JavaScript Introduction What is JavaScript 00:09:00 Hello World Program 00:14:00 Getting Output 00:11:00 Internal JavaScript 00:13:00 External JavaScript 00:09:00 Inline JavaScript 00:04:00 Async and defer 00:06:00 JavaScript Basics Variables 00:13:00 Data Types 00:10:00 Numbers 00:06:00 Strings 00:06:00 String Formatting 00:05:00 JavaScript Operators Arithmetic operators 00:07:00 Assignment operators 00:03:00 Comparison operators 00:06:00 Logical operators 00:08:00 JavaScript Conditional Statements If-else statement 00:05:00 If-else-if statement 00:04:00 JavaScript Control Flow Statements While loop 00:09:00 Do-while loop 00:03:00 For loop 00:08:00 Solution for Coding Exercise 00:02:00 JavaScript Functions Creating a Function 00:07:00 Function Call() 00:07:00 Function with parameters 00:05:00 JavaScript Error Handling Try-catch 00:05:00 Try-catch-finally 00:17:00 JavaScript Client-Side Validations On Submit Validation 00:09:00 Input Numeric Validation 00:12:00 C# Introduction Introduction to CSharp 00:07:00 CSharp vs NET 00:04:00 What is CLR 00:05:00 Architecture of NET Application 00:09:00 Getting Visual Studio 00:07:00 First CSharp Hello World Application 00:16:00 First CSharp Core Hello World Program 00:18:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 C# Basic Variables 00:24:00 CSharp Identifiers 00:08:00 Data Types 00:08:00 Type Casting 00:14:00 User Inputs 00:10:00 Comments 00:03:00 C# Operators Arithmetic Operators 00:09:00 Assignment Operators 00:03:00 Comparison Operators 00:03:00 Logical Operators 00:03:00 Strings 00:10:00 String Properties 00:08:00 Booleans 00:06:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 C# Statements If else Conditions and Statements 00:12:00 Switch-Case Statements 00:09:00 C# Control Flow statements While Loop Statement 00:07:00 Do-While Statement 00:03:00 For Loop Statement 00:07:00 Foreach Statement 00:06:00 Break and Continue 00:03:00 C# Built-in coding Arrays 00:13:00 Loop Through Arrays 00:10:00 Lists 00:07:00 SystemIO Namespace 00:03:00 Datetime 00:10:00 TimeSpan 00:06:00 C# Debugging techniques Debugging Tools in Visual Studio 00:13:00 Call Stack Window 00:04:00 Locals and Autos 00:04:00 C# Object-oriented programming [OOPs] Introduction to Class 00:03:00 Create a Class 00:15:00 Object Initializers 00:16:00 Parameters 00:12:00 Access Modifiers(theory) 00:13:00 C# Methods Introduction to methods 00:06:00 Create a method 00:16:00 Method with parameters 00:09:00 Method default and multiple parameters 00:09:00 Method return keyword 00:07:00 Method Over loading 00:08:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 C# Class Encapsulation Introduction to OOPs 00:04:00 Classes and Objects 00:11:00 Class Members 00:10:00 Class Constructors 00:14:00 Access Modifiers 00:11:00 Properties Get Set 00:06:00 Encapsulation 00:03:00 C# Inheritance and Polymorphism Intro Inheritance and Polymorphism 00:03:00 Inheritance 00:12:00 Polymorphism 00:13:00 Assessment Test 00:02:00 Solution for Assessment Test 00:03:00 C# Abstract and Interfaces Introduction 00:02:00 Abstraction 00:07:00 Interfaces 00:07:00 Enums 00:05:00 C# Error Handling Techniques Try Catch 00:10:00 Custom message on Errors 00:05:00 Finally 00:06:00 Throw keyword 00:09:00 Coding Exercise 00:02:00