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

18652 Basic courses in Edinburgh delivered Online

Learn AutoCAD Programming using VB.NET - Hands On!

4.5(3)

By Studyhub UK

The course 'Learn AutoCAD Programming using VB.NET - Hands On!' provides comprehensive training in using VB.NET to program and automate tasks in AutoCAD. It covers essential concepts, components of the AutoCAD .NET API, creating and manipulating AutoCAD objects, exploring AutoCAD dictionaries, user interactions, selection sets, and developing practical projects. Participants will gain the necessary skills to efficiently create custom plugins and enhance their productivity in AutoCAD. Learning Outcomes: Understand the fundamentals of VB.NET programming and its relevance to AutoCAD. Explore the AutoCAD .NET API components and learn to work with the AutoCAD object hierarchy. Create and manipulate various AutoCAD objects such as lines, circles, polylines, and more using VB.NET. Implement AutoCAD dictionaries to manage layers, line types, text styles, and other entities. Utilize user interactions for input and output in VB.NET, enhancing the user experience. Work with selection sets and filters to efficiently select and process AutoCAD objects. Develop hands-on projects, including a BlocksCounter plugin and an ObjectExtractor plugin, to reinforce learning and practical application. Why buy this Learn AutoCAD Programming using VB.NET - Hands On!? 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 Learn AutoCAD Programming using VB.NET - Hands On! 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 Learn AutoCAD Programming using VB.NET - Hands On! does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This Learn AutoCAD Programming using VB.NET - Hands On! 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 Learn AutoCAD Programming using VB.NET - Hands On! is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Unit 01: Introduction Module 01: Course Outline 00:05:00 Module 02: Introduction 00:01:00 Module 03: Who is this Course for? 00:01:00 Module 04: What will I learn from this Course? 00:01:00 Module 05: What is VB.NET? 00:01:00 Module 06: What is AutoCAD .NET API? 00:01:00 Module 07: What are the advantages of programming in AutoCAD .NET API? 00:01:00 Module 08: Hands-on Projects overview 00:06:00 Unit 02: Exploring AutoCAD .NET API Components Module 01: AutoCAD .NET API Components Overview 00:01:00 Module 02: AutoCAD .NET API Assemblies 00:02:00 Module 03: Understanding AutoCAD Object Hierarchy 00:03:00 Module 04: AutoCAD .NET API Application Object 00:02:00 Module 05: AutoCAD .NET API Document Object 00:02:00 Module 06: AutoCAD .NET API Database Object 00:04:00 Unit 03: Hello AutoCAD from VB.NET Module 01: Section Overview 00:04:00 Module 02: Installing Visual Studio 2019 00:05:00 Module 03: Setting up Visual Studio 2019 Integrated Development Environment (IDE) 00:04:00 Module 04: Creating First VB.NET Plugin (Hello AutoCAD) 00:12:00 Module 05: Different ways to communicate with the User 00:04:00 Module 06: Configuring VS2019 Target Processor 00:10:00 Unit 04: Creating AutoCAD Objects using VB.NET Module 01: Creating AutoCAD Object using VB.NET Overview 00:01:00 Module 02: Creating DrawObjects Project 00:04:00 Module 03: Creating a Line Object using VB.NET 00:15:00 Module 04: Creating a MText Object using VB.NET 00:12:00 Module 05: Creating a Circle Object using VB.NET 00:09:00 Module 06: Creating an Arc Object using VB.NET 00:07:00 Module 07: Creating a Polyline Object using VB.NET 00:08:00 Module 08: Creating Multiple Circles Vertically 00:09:00 Module 09: Creating Multiple Circles Horizontally 00:05:00 Unit 05: Manipulating AutoCAD Objects using VB.NET Module 01: Manipulating AutoCAD Objects Overview 00:01:00 Module 02: Creating the Project ManipulateObjects 00:04:00 Module 03: Creating the SingleCopy Method 00:13:00 Module 04: Creating the MultipleCopy Method 00:11:00 Module 05: Creating the EraseObject Method 00:12:00 Module 06: Creating the MoveObject method 00:07:00 Module 07: Creating the MirrorObject method 00:10:00 Module 08: Creating the RotateObject method 00:07:00 Module 09: Creating the ScaleObject method 00:05:00 Module 10: Creating the OffsetObject method 00:05:00 Unit 06: Exploring AutoCAD Dictionaries using VB.NET Module 01: Exploring AutoCAD Dictionaries - Overview 00:02:00 Module 02: Creating LayersLineTypesAndStyles Project 00:06:00 Module 03: Creating the ListLayers Method 00:11:00 Module 04: Creating the CreateLayer Method 00:10:00 Module 05: Creating the UpdateLayer Method 00:12:00 Module 06: Creating the SetLayerOnOff Method 00:08:00 Module 07: Creating the SetLayerFrozenOrThaw Method 00:04:00 Module 08: Creating the DeleteLayer Method 00:05:00 Module 09: Creating the LockUnlockLayer Method 00:04:00 Module 10: Creating the SetLayerToObject Method 00:08:00 Module 11: Creating the ListLineTypes Method 00:09:00 Module 12: Creating the LoadLineType Method 00:07:00 Module 13: Creating the SetCurrentLineType Method 00:05:00 Module 14: Creating the DeleteLineType Method 00:09:00 Module 15: Creating the SetLineTypeToObject Method 00:05:00 Module 16: Exploring TextStyles - Overview 00:01:00 Module 17: Creating the ListStyles Method 00:08:00 Module 18: Creating the UpdateCurrentTextStyleFont Method 00:12:00 Module 19: Creating the SetCurrentTextStyle Method 00:08:00 Module 20: Creating the SetTextStyleToObject Method 00:08:00 Unit 07: User Interactions in VB.NET Module 01: User Input Functions - Overview 00:02:00 Module 02: Creating the UserInteractions Project 00:03:00 Module 03: Creating the GetName Method 00:11:00 Module 04: Creating the SetLayer Method using the GetString function 00:12:00 Module 05: Creating the CreateLineUsingGetpoint Method 00:11:00 Module 06: Creating the CalculateDefinedArea Method 00:17:00 Module 07: Creating the DrawObjectsUsingGetKeywords Method 00:14:00 Module 08: Creating the GetDistanceBetweenTwoPoints Method 00:05:00 Module 09: Creating the CountObjects Method 00:15:00 Unit 08: Selection Sets and Filters Module 01: Selection Sets and Filters - Overview 00:13:00 Module 02: Creating the SelectionSets Project 00:05:00 Module 03: Creating the SelectAllAndChangeLayer Method 00:12:00 Module 04: Creating the SelectObjectOnScreen Method 00:08:00 Module 05: Creating the SelectWindowAndChangeColor Method 00:06:00 Module 06: Creating the SelectCrossingAndDelete Method 00:05:00 Module 07: Creating the SelectFenceAndChangeLayer Method 00:06:00 Module 08: Creating the CountPickFirstSelection Method 00:07:00 Module 09: Creating the SelectLines Method 00:13:00 Module 10: Creating the SelectMTexts Method 00:05:00 Module 11: Creating the SelectPlines Method 00:04:00 Module 12: Creating the SelectWalls Method 00:07:00 Module 13: Creating the SelectStairs Method 00:03:00 Module 14: Creating the SelectFrenchDoors Method 00:04:00 Module 15: Creating the SelectBifoldDoors Method 00:03:00 Module 16: Creating CountReceptacles Method 00:04:00 Module 17: Creating the CountLightingFixtures Method 00:10:00 Unit 09: Developing Projects - Hands On Module 01: Developing Projects - Hands on Overview 00:02:00 Module 02: BlocksCounter Plugin Demo 00:03:00 Module 03: Creating the BlocksCounter Project 00:04:00 Module 04: Creating the CountBlocksToTable Method 00:08:00 Module 05: Creating the PromptUser Function 00:08:00 Module 06: Creating the GatherBlocksAndDrawTable Method 00:12:00 Module 07: Continuation of GatherBlocksAndDrawTable Method 00:17:00 Module 08: Running and Debugging the BlocksCounter Project - Part 1 00:15:00 Module 09: Running and Debugging the BlocksCounter Project - Part 2 00:11:00 Module 10: Running and Debugging the BlocksCounter Project - Part 3 00:01:00 Module 11: Creating the ObjectExtractor Plugin Project 00:04:00 Module 12: Creating the ExtractObjects Method 00:07:00 Module 13: Creating the ExtractLine Method 00:16:00 Module 14: Running and Debugging the ExtractLine Method 00:05:00 Module 15: Creating the ExtractCircle Method 00:11:00 Module 16: Creating the ExtractMText Method 00:13:00 Module 17: Creating the ExtractPolyline Method 00:19:00 Module 18: Creating the ExtractBlock Method 00:10:00 Unit 10: Conclusion Module 01: Congratulations and Thank you very much! 00:01:00 Assignment Assignment - Learn AutoCAD Programming using VB.NET - Hands On! 00:00:00

Learn AutoCAD Programming using VB.NET - Hands On!
Delivered Online On Demand12 hours 9 minutes
£10.99

Retail Assistant Training

4.9(27)

By Apex Learning

14 in 1 "Retail Assistant Training" Bundle only at £79 Get Hard Copy + PDF Certificates + Transcript + Student ID Card + e-Learning App as a Gift - Enrol Now Tired of browsing and searching for a Retail Assistant Training course you are looking for? Can't find the complete Training package that fulfils all your needs? Then don't worry as you have just found the solution. Take a minute and look through this 14-in-1 extensive bundle that has everything you need to succeed in Retail and other relevant fields! After surveying thousands of learners just like you and considering their valuable feedback, this all-in-one bundle has been designed by industry experts. We prioritised what learners were looking for in a complete Retail Assistant Training package and developed this in-demand course that will enhance your skills and prepare you for the competitive job market. Furthermore, to help you showcase your expertise in Retail, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These certificates will enhance your credibility and encourage possible employers to pick you over the rest. This Retail Assistant Training Bundle Consists of the following Premium courses: Course 01: Retail Management - Level 5 Course 02: Logistic Management Course 03: Retail Strategy Course 04: Basic Product Management Course 05: Purchasing & Procurement Course - Level 3 Course 06: Level 3 Tax Accounting Course 07: Introduction to VAT Course 08: Commercial Law 2021 Course 09: Operations Management Course 10: Strategic Planning and Analysis for Marketing Course 11: Sales Negotiation Training Course 12: Basic Business Finance Course 13: Diploma in Quickbooks Bookkeeping Course 14: Customer Relationship Management Enrol now to advance your career, and use the premium study materials from Apex Learning. Benefits you'll get from choosing Apex Learning for this Retail Assistant Training: Pay once and get lifetime access to 14 CPD courses Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID included in a one-time fee Free up your time - don't waste time and money travelling for classes Learn anytime, from anywhere Study from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills How will I get my Certificate? After successfully completing the course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (For The Title Course) Hard Copy Certificate: Free (For The Title Course) Curriculum Course 01: Retail Management - Level 5 Module 01: Introduction to Retail Management Module 02: Retail Strategy Module 03: Retail Buying and Merchandising Module 04: Retail Pricing Module 05: Supply Chain Management in Retailing Module 06: The Sales Process and Dealing with Customers at the Checkout Module 07:Importance of Consumer Behaviour Module 08: Taking Trends and Targeting Customers Effectively Module 09: The Importance of Communicating with Customers Module 10: Choosing a Retail Location Module 11: Retail Psychology Module 12: Negotiate the Right Deal with Suppliers Module 13: Develop Store Security Procedures Module 14: Management Skills for Leading Your Team Module 15: Selling in Multiple Channels Module 16: Retail Brand Management Module 17: Health & Safety for Retail Stores Module 18: Consumer Rights Act Course 02: Logistic Management Module 01: Introduction to Logistic Management Module 02: Planning Framework for Logistics Module 03: Supply Chain Management Module 04: Logistics Management and Organisation Module 05: Sourcing, Purchasing, and Procurement Module 06: Channels of Distribution Module 07: Supplier Relationship Management Module 08: Inventory Planning and Management Module 09: Principles of Warehousing Module 10: Transport Management Module 11: Negotiation Techniques Module 12: Customer Service and Logistics Course 03: Retail Strategy Module 01: Introduction to Retail Management Module 02: Retail Strategy Module 03: Retail Buying and Merchandising Module 04: Retail Pricing Module 05: Supply Chain Management in Retailing Module 06: The Sales Process and Dealing with Customers at the Checkout Module 07:Importance of Consumer Behaviour Module 08: Taking Trends and Targeting Customers Effectively Module 09: The Importance of Communicating with Customers Module 10: Choosing a Retail Location Module 11: Retail Psychology Module 12: Negotiate the Right Deal with Suppliers Module 13: Develop Store Security Procedures Module 14: Management Skills for Leading Your Team Module 15: Selling in Multiple Channels Module 16: Retail Brand Management Module 17: Health & Safety for Retail Stores Module 18: Consumer Rights Act Course 04: Basic Product Management Module 01: Course Introduction - Product Module 02: Definition of Product Module 03: Classification of Product Module 04: Consumer Goods Module 05: Business Goods Module 06: Levels of a Product Module 07: Product Quality Module 08: Product Mix Module 09: Product Life Cycle Module 10: Branding Module 11: Branding Strategies Module 12: Brand Equity Course 05: Purchasing & Procurement Course - Level 3 Module 01: Supply Chain Basics Module 02: Role of Procurement in an Organisation Module 03: The Purchasing Cycle Module 04: Purchasing Toolkits Module 05: Managing Competitive Bids Module 06: Quality Management Module 07: Supplier Relationship Management Module 08: Analysing and Reducing Risk in the Supply Chain Module 09: Improving Efficiency and Accuracy Module 10: Category Management Module 11: Inventory Management Module 12: E-Procurement Course 06: Level 3 Tax Accounting Module 01: Tax System and Administration in the UK Module 02: Tax on Individuals Module 03: National Insurance Module 04: How to Submit a Self-Assessment Tax Return Module 05: Fundamentals of Income Tax Module 06: Advanced Income Tax Module 07: Payee, Payroll and Wages Module 08: Capital Gain Tax Module 09: Value Added Tax Module 10: Import and Export Module 11: Corporation Tax Module 12: Inheritance Tax Module 13: Double Entry Accounting Module 15: Career as a Tax Accountant in the UK Course 07: Introduction to VAT Module 01: Understanding VAT Module 02: VAT Terminology and Calculation Module 03: VAT Taxable Persons Module 04: VAT Registration Module 05: VAT Rates Module 06: Invoicing and Records Module 07: VAT Application in Goods, Services and Vehicles Module 08: Supply Module 09: The VAT Return Module 10: Tips on VAT Compliance Module 11: VAT Exemptions and Zero-Rated VAT Module 12: Miscellaneous VAT Issues and Penalties Module 13: Making Tax Digital Course 08: Commercial Law 2021 Module 01: Introduction of Commercial law Module 02: Business Organisations Module 03: International Trade: the Theory, the Institutions, and the Law Module 04: Sales of Goods Law Module 05: Consumer Law and Protection Module 06: E-Commerce Law Module 07: Competition Law Course 09: Operations Management Module 01: Introduction Module 02: Project Module 03: Business Development and Succession Planning Module 04: Process Module 05: Supply Chain Module 06: Planning & Forecasting Operations Module 07: Procurement & Purchasing Module 08: Manufacturing & Delivery Operations Module 09: Quality Module 10: Managing Risk and Recovery Module 13: Communication Skills Module 14: Negotiation Techniques Module 18: Business Environment Module 19: Business Writing Skills Course 10: Strategic Planning and Analysis for Marketing Module 01: An Introduction to Strategic Planning Module 02: Development of a Strategic Plan Module 03: Strategic Planning for Marketing Module 04: Strategic and Marketing Analysis Module 05: Internal Analysis Module 06: External Analysis Module 07: Market Segmentation, Targeting and Positioning Module 08: Approaches to Customer Analysis Module 09: Approaches to Competitor Analysis Course 11: Sales Negotiation Training Sales Negotiation Training Negotiation Station - How To Negotiate Successfully Course 12: Basic Business Finance Module 01: What is Business Finance? Module 02: Why Businesses Fail Module 03: The Principles of Business Finance Part 1 Module 04: The Principles of Business Finance Part 2 Module 05: The Balance Sheet Module 06: The Income Statement Module 07: The Cashflow Statement Module 08: A Business Finance Exercise Module 09: Financial Performance Indicators Module 10: Investment Analysis Module 11: Investment Analysis Exercise Module 12: Key Learning Points in Business Finance Course 13: Diploma in Quickbooks Bookkeeping Getting prepared - access the software and course materials Getting started Setting up the system Nominal ledger Customers Suppliers Sales ledger Purchases ledger Sundry payments Sundry receipts Petty cash VAT - Value Added Tax Bank reconciliation Payroll / Wages Reports Tasks Course 14: Customer Relationship Management Module 01: Introduction Module 02: CRM Fundamentals Module 03: CRM Strategies CRM Strategies Module 04: Data Analysis in CRM Module 05: CRM Databases Module 06: Deepening Customer Relationship Module 07: Handling Customer Complaints Module 08: Future of CRM CPD 140 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Retail Assistant Training bundle including- Students Graduates Job Seekers Job Holders Requirements Our Retail Assistant Training is fully compatible with PCs, Macs, laptops, tablets 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. Career path Having this Retail Assistant Training expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included You will get the PDF Certificate for the title course (Retail Management - Level 5) absolutely Free! Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Retail Management - Level 5) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Retail Assistant Training
Delivered Online On Demand
£79

C To Master Skill: Learn C Programming Technique

By simplivlearning

Step by Step explanation of each topics in C Language with lots of programs.

C To Master Skill: Learn C Programming Technique
Delivered OnlineFlexible Dates
£10

Car Mechanic and Motorbike Repairing Training Course

By Compliance Central

Are you interested in pursuing a career in the Car Mechanic and Motorbike Repairing Training Courses industry or learning more about it? If yes, then you have come to the right place. Our comprehensive courses on Car Mechanic and Motorbike Repairing Training will assist you in producing the best possible outcome by learning the Car Mechanic and Motorbike Repairing Training skills. The Car Mechanic and Motorbike Repairing Training bundle is for those who want to be successful. In the Car Mechanic and Motorbike Repairing Training bundle, you will learn the essential knowledge needed to become well versed in Motorcycle Mechanic Training Courses. Why would you choose the Car Mechanic and Motorbike Repairing Training Courses from Compliance Central: Lifetime access to Car Mechanic and Motorbike Repairing Courses materials Full tutor support is available from Monday to Friday with the Car Mechanic and Motorbike Repairing Courses Learn Car Mechanic and Motorbike Repairing Courses skills at your own pace from the comfort of your home Gain a complete understanding of Car Mechanic and Motorbike RepairingCourses Accessible, informative Car Mechanic and Motorbike Repairing Courses learning modules designed by expert instructors Get 24/7 help or advice from our email and live chat teams with the Car Mechanic and Motorbike Repairing Courses bundle Study Car Mechanic and Motorbike Repairing Courses in your own time through your computer, tablet or mobile device Our Car Mechanic and Motorbike Repairing Training bundle starts with the basics of Car Mechanic and Motorbike Repairing Training Courses and gradually progresses towards advanced topics. Therefore, each lesson of this Car Mechanic and Motorbike Repairing Training is intuitive and easy to understand. Courses in this Car Mechanic and Motorbike Repairing Training Courses Bundle: Course 01: Car Mechanic and Repair Training Diploma Course 02: Car Restoration Course 03: Basic Automotive Engineering: Onboard Diagnostics Course 04: HGV Mechanic Training Course 05: Hybrid Vehicle Expert Training Course 06: Supercharger Automobile Engineering Course 07: Engine Lubricant System Training - Level 4 Course 08: Energy Saving in Electric Motors Course 09: Motorbike Repairing and Maintenance Diploma Course 10: PUWER Course 11: MET Technician Course 12: Certificate Course In Two Wheeler Servicing Course 13: Bicycle Maintenance Course CPD 130 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Car Mechanic and Motorbike Repairing bundle helps aspiring professionals who want to obtain the knowledge and familiarise themselves with the skillsets to pursue a career in Motorcycle Mechanic Training Courses. Requirements To enrol in this Car Mechanic and Motorbike Repairing Courses, all you need is a basic understanding of the English Language and an internet connection. Career path The Car Mechanic and Motorbike Repairing Courses bundle will enhance your knowledge and improve your confidence in exploring opportunities in various sectors related to Motorcycle Mechanic Training. Certificates 13 CPD Accredited PDF Certificate Digital certificate - Included Each CPD Accredited Hard Copy Certificate Hard copy certificate - £10.79 CPD accredited hard copy certificates are available for £10.79 each Delivery Charge for Each Hard Copy Certificates: Inside the UK: Free Outside of the UK: £9.99 each

Car Mechanic and Motorbike Repairing Training Course
Delivered Online On Demand17 hours
£80

Dog Care & Nutrition Training - CPD Certified

4.9(27)

By Apex Learning

Give a compliment to your career and take it to the next level. This Dog Care bundle will provide you with the essential knowledge to shine in your professional career. Whether you want to develop skills for your next job or elevate your skills for your next promotion, this Dog Care bundle will help you stay ahead of the pack. Throughout the programme, it stresses how to improve your competency as a person in your chosen field while also outlining essential career insights in the relevant job sector. Along with this Dog Care course, you will get 10 premium courses, an originalhardcopy, 11 PDF certificates (Main Course + Additional Courses) Student ID card as gifts. This Dog Care Bundle Consists of the following Premium courses: Course 01: Dog Health Care Course 02: Basics of Dog Grooming Course 03: Introduction to Dog Breeds and Basic Anatomy Course 04: Dog Leash Training Course 05: Dog Training - Stop Dog Barking Course 06: Dog Raw Diet Training - Level 2 Course 07: Dog Training - Natural Remedies for Health & Dog Training Course 08: Dog Cleaning Course 09: Canine Communication Course 10: Setting Up Your Dog Grooming Business Course 11: Dog First Aid Training How will I get my Certificate? After successfully completing the Dog Care course, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £10 * 11 = £110) Hard Copy Certificate: Free (For The Title Course) PS The delivery charge inside the UK is £3.99, and the international students have to pay £9.99. The bundle incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can strengthen your Dog Care expertise and essential knowledge, which will assist you in reaching your goal. Moreover, you can learn from any place in your own time without travelling for classes. Curriculum of Bundle Course 01: Dog Health Care Module 01: Keeping Your Dog Healthy and Clean Module 02: Importance of Regular Check-up Module 03: Dog Vaccination Module 04: Food Habit and Healthy Diet Module 05: Food and Nutrition Requirements for Dogs Module 06: Neutering Your Dog CPD 110 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this bundle. Requirements This course has been designed to be fully compatible with tablets and smartphones. Career path Having this expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included P.S. The delivery charge inside the UK is £3.99, and the international students have to pay £9.99.

Dog Care & Nutrition Training  - CPD Certified
Delivered Online On Demand
£53

Node.js from Ground Up for Beginners

By Packt

This course will not only teach you the basics of Node.js but also help you to understand how it helps in building efficient server-side and networking applications. You will learn about sessions and find out how to work with the Node.js API, handle different HTTP requests, and use MongoDB with Node.js.

Node.js from Ground Up for Beginners
Delivered Online On Demand2 hours 51 minutes
£29.99

Cake Making Training

4.9(27)

By Apex Learning

Fall into Savings. Enjoy the biggest price fall this Autumn! Tired of browsing and searching for a Cake Making course you are looking for? Can't find the complete package that fulfils all your needs? Then don't worry as you have just found the solution. Take a minute and look through this extensive bundle that has everything you need to succeed. After surveying thousands of learners just like you and considering their valuable feedback, this all-in-one Cake Making bundle has been designed by industry experts. We prioritised what learners were looking for in a complete package and developed this in-demand Cake Making course that will enhance your skills and prepare you for the competitive job market. Also, our experts are available for answering your queries on Cake Making and help you along your learning journey. Advanced audio-visual learning modules of these Cake Making courses are broken down into little chunks so that you can learn at your own pace without being overwhelmed by too much material at once. Furthermore, to help you showcase your expertise in Cake Making, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These certificates will enhance your credibility and encourage possible employers to pick you over the rest. This Bundle Consists of the following Premium courses: Course 01: Introduction to Baking Course 02: Cookery: Bread Making & Baking Course 03: Bake a Layer Cake Course 04: Artisan Pastry & Desserts Course 05: Mastering the art of Macarons Course 06: Food Safety Supervising in Catering Diploma Course Course 07: New York Cheesecake Course 08: Chocolate Making Course 09: Baking and Cake Decorating Level 2 Course 10: Sourdough Breads & Pastries Mastery Course 11: Nutrition and Diet Awareness Course 12: Food Allergen Awareness Course 13: Food Hygiene Level 2 Diploma Course 14: Basic Food Photography Enrol now in to advance your career, and use the premium study materials from Apex Learning. The bundle incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can strengthen your Cake Making expertise and essential knowledge, which will assist you in reaching your goal. Curriculum: Course 01: Introduction to Baking Welcome to the Course Reading a Recipe Mise en Place Choosing Ingredients Equipment Toolkit Special Notes for High Altitude What is a Butter Cake- History of Butter Cakes Important Considerations for Butter Cakes Creaming Method- Almond Butter Cake Reverse Creaming Method- Vanilla Butter Cake What is an Oil Based Cake- History of Oil Based Cakes Important Considerations for Oil Cakes Blended Method- Chocolate Olive Oil Cake Blended Method- Carrot Cake What is a Sponge Cake- History of Sponge Cakes Sponge Cake Mise en Place American Sponge Cakes American Sponge Method- Classic American Sponge European Sponge Cakes European Sponge Method- Genoise What is Simple Syrup Simple Syrup Method Thank You! CPD 140 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this course bundle. Requirements Our course is fully compatible with PCs, Macs, laptops, tablets and Smartphone devices. Career path Having this Cake Making expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included You will get the PDF Certificate for the title course (Introduction to Baking) absolutely Free! Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Introduction to Baking) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Cake Making Training
Delivered Online On Demand
£79

Selenium Python Automation Testing from Scratch and Frameworks

By Packt

This course will help you learn about the basic and advanced topics for automating tests with Selenium and Python. Without any prior knowledge of Python or automation testing, you will be able to perform automation testing with this practical course.

Selenium Python Automation Testing from Scratch and Frameworks
Delivered Online On Demand18 hours 11 minutes
£56.99

Data Science and Machine Learning with R from A-Z Course [Updated for 2021]

By Packt

In this practical, hands-on course, you'll learn how to use R for effective data analysis and visualization and how to make use of that data in a practical manner. You will learn how to install and configure software necessary for a statistical programming environment and describe generic programming language concepts as they are implemented in a high-level statistical language.

Data Science and Machine Learning with R from A-Z Course [Updated for 2021]
Delivered Online On Demand28 hours 50 minutes
£101.99

Retail Assistant Manager

4.9(27)

By Apex Learning

11 in 1 "Retail Assistant" Bundle only at £53 Boost Your Career with Apex Learning and Get Noticed By Recruiters in this Hiring Season! Get Hard Copy + PDF Certificates + Transcript + Student ID Card worth £160 as a Gift - Enrol Now Looking to advance your career as a retail assistant manager? Look no further than our Retail Assistant Manager Bundle package, consisting of 11 premium courses designed to give you the skills and knowledge necessary to succeed in the retail industry. Our Level 5 Retail Management course covers everything from understanding customer behavior to managing finances, giving you a comprehensive understanding of what it takes to run a successful retail operation. With the Logistic Management course, you'll learn how to manage supply chains, optimize logistics, and increase efficiency. The Retail Strategy course will teach you how to develop and execute effective retail strategies, while Basic Product Management will give you a solid foundation in product development and management. Purchasing & Procurement Course - Level 3 is an essential course for anyone looking to manage supply chains and procurement processes. For those interested in accounting, the Level 3 Tax Accounting course and Introduction to VAT course will teach you the ins and outs of tax and VAT accounting. Commercial Law 2021 covers the latest legal developments and how they apply to the retail industry. Operations Management will help you manage inventory, scheduling, and staffing, while Strategic Planning and Analysis for Marketing will give you the tools to develop and execute effective marketing strategies. Finally, the Diploma in Quickbooks Bookkeeping course will teach you how to manage finances and bookkeeping using the popular Quickbooks software. With our Retail Assistant Manager Bundle package, you'll have all the skills and knowledge necessary to excel in your career as a retail assistant manager. Enroll now and take your career to the next level! Along with this course, you will get 10 premium courses, an originalHardcopy, 11 PDF Certificates (Main Course + Additional Courses) Student ID card as gifts. This Bundle Consists of the following Premium courses: Course 01: Retail Management - Level 5 Course 02: Logistic Management Course 03: Retail Strategy Course 04: Basic Product Management Course 05: Purchasing & Procurement Course - Level 3 Course 06: Level 3 Tax Accounting Course 07: Introduction to VAT Course 08: Commercial Law 2021 Course 09: Operations Management Course 10: Strategic Planning and Analysis for Marketing Course 11: Diploma in Quickbooks Bookkeeping Benefits you'll get from choosing Apex Learning for this course: Pay once and get lifetime access to 14 CPD courses Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative modules designed by expert instructors Learn anytime, from anywhere Study from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills How will I get my Certificate? After successfully completing the course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £6*11 = £66) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) Curriculum Course 01: Retail Management - Level 5 Introduction to Retail Management Strategy Buying and Merchandising Pricing Supply Chain Management in Retailing The Sales Process and Dealing with Customers at the Checkout Importance of Consumer Behaviour Taking Trends and Targeting Customers Effectively The Importance of Communicating with Customers Choosing a Location Retail Psychology Negotiate the Right Deal with Suppliers Develop Store Security Procedures Management Skills for Leading Your Team Selling in Multiple Channels Retail Brand Management Health & Safety for Retail Stores Consumer Rights Act --------Other Courses Are-------- Course 02: Logistic Management Course 03: Retail Strategy Course 04: Basic Product Management Course 05: Purchasing & Procurement Course - Level 3 Course 06: Level 3 Tax Accounting Course 07: Introduction to VAT Course 08: Commercial Law 2021 Course 09: Operations Management Course 10: Strategic Planning and Analysis for Marketing Course 11: Diploma in Quickbooks Bookkeeping CPD 110 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Retail Assistant bundle including- Students Graduates Job Seekers Job Holders Requirements Our Retail Assistant is fully compatible with PCs, Macs, laptops, tablets 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. Career path Having this Retail Assistant expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included Certificate of completion is included in course price. Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Retail Management - Level 5) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Retail Assistant Manager
Delivered Online On Demand
£53