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

2325 Developer courses delivered Online

Excel 365 VBA Expert

By iStudy UK

Learning Objectives Introduction , Getting Started with VBA , Working with Variables , Working with Conditional Logic , Working with Strings and String Functions , Working with Loops , Working with Sub Procedures Options and Functions , Working with User Forms , Debugging your Code , Conclusion   Pre-Requisites Intermediate Microsoft Excel training or equivalent experience is recommended.   Description This course will teach students proper Visual Basic programming techniques along with an understanding of Excel's object structure. Students will learn how to work with variables, how to use various conditional logic statements such as If and Else, and how to work with string functions. Students will also learn how to work with various loops such as next loops and each loops, as well as how to create user forms. Finally, students will get an in-depth understanding of the debugging tools available and how to effectively debug their code. Course Introduction Introduction 00:03:00 Section 01 Lesson 1-Adding the Developer Toolbar 00:05:00 Lesson 2-Understanding the VBA Editor 00:11:00 Lesson 3-Recording a Macro in Personal 00:10:00 Lesson 4-Understanding the Elements of the VBA Language 00:07:00 Lesson 5-Understanding Methods 00:05:00 Lesson 6-Understanding Comments 00:06:00 Lesson 7-Working with the Range Property and Worksheet Object 00:07:00 Lesson 8-Adding a Macro Button to a Spreadsheet 00:03:00 Lesson 9-Working with the ActiveCell Object 00:02:00 Lesson 10-Working with the Offset Property 00:08:00 Section 02 Lesson 1-Understanding Variables 00:07:00 Lesson 2-Working with Integer Variables 00:03:00 Lesson 3-Understanding Option Explicit 00:05:00 Lesson 4-Working with Other Variable Types 00:07:00 Section 03 Lesson 1-Working with IF Statements 00:04:00 Lesson 2-Working with ELSE 00:03:00 Lesson 3-Working with ELSEIF 00:03:00 Lesson 4-Understanding Conditional Operators 00:06:00 Lesson 5-Working with NOT, AND, and OR 00:07:00 Lesson 6-Working with Nested IF 00:04:00 Lesson 7-Working with Select Case 00:06:00 Lesson 8-Working with WITH and END WITH 00:05:00 Section 04 Lesson 1-Working with Text Strings 00:05:00 Lesson 2-Working with LCASE and UCASE Functions 00:05:00 Lesson 3-Working with LEN and TRIM Functions 00:07:00 Lesson 4-Working with LEFT, RIGHT, and MID Functions 00:07:00 Section 05 Lesson 1-Understanding Loops 00:02:00 Lesson 2-Working with For Next Loops 00:07:00 Lesson 3-Working with For Each Loops 00:06:00 Lesson 4-Working with Cells Property 00:08:00 Lesson 5-Working with Do Until Loops 00:09:00 Lesson 6-Working with Do While Loops 00:05:00 Section 06 Lesson 1-Calling Sub Procedures 00:05:00 Lesson 2-Working with Exit Sub 00:04:00 Lesson 3-Working with Message Boxes 00:08:00 Lesson 4-Working with Input Boxes 00:08:00 Lesson 5-Working with VBA Functions 00:12:00 Lesson 6-Working with Object Variable and Set 00:06:00 Section 07 Lesson 1-Understanding and Creating a User Form 00:08:00 Lesson 2-Adding Controls to a User Form 00:16:00 Lesson 3-Adding Code for a User Form 00:10:00 Lesson 4-Launching a User Form from Excel 00:05:00 Section 08 Lesson 1-Getting Started with Debugging 00:10:00 Lesson 2-Stepping Through Your Code 00:06:00 Lesson 3-Working with Breakpoints 00:03:00 Lesson 4-Working with the Immediate Window 00:05:00 Lesson 5-Working with the Locals Window 00:05:00 Lesson 6-Working with the Err Object 00:06:00 Lesson 7-Getting Help-v2 00:07:00 Course Recap Recap 00:02:00 Additional Materials Resource - Excel 365 VBA Expert 00:00:00 Final Exam Final Exam - Excel 365 VBA Expert 00:20:00

Excel 365 VBA Expert
Delivered Online On Demand5 hours 34 minutes
£25

Getting Started with Programming, OO and Basic Java for Non-Developers (TT2000)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This basic course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of the fundamentals of coding and basics of Java and object-oriented programming concepts. Attendees might include: Technically-minded attendees who want or who want to begin the process of becoming an OO application developer Technical team members from non-development roles, re-skilling to move into software and application development roles within an organization Recent college graduates looking to apply their college experience to programming skills in a professional environment, or perhaps needing to learn the best practices and standards for programming within their new organization Technical managers tasked with overseeing programming teams, or development projects, where basic coding knowledge and exposure will be useful in project oversight or communications needs Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in basic coding with Java, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn: The steps involved in the creation and deployment of a computer program What OO programming is and what the advantages of OO are in today's world To work with objects, classes, and OO implementations The basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction The basic constructs that all programming languages share The basic Java constructs supporting processing as well as the OO orientation How to use Java exception handling About and how to use classes, inheritance and polymorphism About use collections, generics, autoboxing, and enumerations How to take advantage of the Java tooling that is available with the programming environment being used in the class Getting Started with Programming, OO and Java Basics for Non-Developers is a skills-focused, hands-on coding course that teaches students the fundamentals of programming object oriented (OO) applications with Java to a basic level, using sound coding skills and best practices for OO development. This course is presented in a way that enables interested students to embrace the fundamentals of coding as well as an introduction to Java, in a gentle paced environment that focuses on coding basics.Students are introduced to the application development cycle, structure of programs, and specific language syntax. The course introduces important algorithmic constructs, string and character manipulation, dynamic memory allocation, standard I/O, and fundamental object-oriented programming concepts. The course explains the use of inheritance and polymorphism early on so the students can practice extensively in the hands-on labs. Structured programming techniques and error handling are emphasized. The course includes the processing of command line arguments and environment variables, so students will be able to write flexible, user-friendly programs. Students will leave this course armed with the required skills to begin their journey as a Java programmer using modern coding skills and technologies. Introduction to Computer Programming Introduction to Programming Programming Tools Programming Fundamentals Thinking About Objects Program Basics Programming Constructs Java: A First Look The Java Platform Using the JDK The Eclipse Paradigm Writing a Simple Class OO Concepts Object-Oriented Programming Inheritance, Abstraction, and Polymorphism Getting Started with Java Adding Methods to the Class Language Statements Using Strings Specializing in a Subclass Essential Java Programming Fields and Variables Using Arrays Java Packages and Visibility Advanced Java Programming Inheritance and Polymorphism Interfaces and Abstract Classes Exceptions Java Developer's Toolbox Utility Classes Enumerations and Static Imports Formatting Strings Collections and Generics Introduction to Generics Collections

Getting Started with Programming, OO and Basic Java for Non-Developers (TT2000)
Delivered OnlineFlexible Dates
Price on Enquiry

Complete Practical LINQ Tutorial in C#

By Packt

Master LINQ to entities, LINQ to objects, LINQ to XML, functional programming relying on LINQ

Complete Practical LINQ Tutorial in C#
Delivered Online On Demand4 hours
£93.99

Hands on Machine Learning Project - Covid Mask Detector Course

By One Education

Machine learning isn’t just for self-driving cars and game-playing robots—it’s also helping identify whether someone’s wearing a mask or not. This course takes you through the full project lifecycle of building a Covid Mask Detector, using one of the most relevant applications of computer vision in recent years. Whether you're a data enthusiast or a coding hobbyist, you’ll enjoy diving into this machine learning challenge with a purpose that’s easy to relate to and timely. With clear, structured guidance, you'll explore how to prepare image data, train a neural network, and apply detection techniques—all from the comfort of your own screen. The content is delivered with clarity and a dash of wit, making the learning journey not just informative, but surprisingly enjoyable. You’ll walk away with confidence in building a full machine learning project, specifically tailored for image classification, and yes—taught in plain, human English (no jargon jungle here). Whether you're brushing up your Python skills or simply curious how AI spots face masks, this course offers an insightful experience in smart automation, delivered with a professional tone and just enough character to keep you grinning as you code. Learning Outcomes: Develop a Covid mask detector using machine learning. Master OpenCV, a popular computer vision library. Build models with TensorFlow. Design and build the app, upload files, and deploy it on AWS. Gain valuable experience in machine learning app development. The Hands-on Machine Learning Project - Covid Mask Detector course is designed to provide you with the skills and knowledge needed to develop a mask detector using deep learning. In this course, you'll learn how to master OpenCV, an open-source computer vision library used for image processing and face detection. You'll also learn how to build and train a deep learning model using Tensorflow, a popular machine learning framework. The course is perfect for aspiring data scientists, machine learning engineers, and developers who want to make a positive impact on society by contributing to public health and safety efforts. By the end of this course, you'll have a deep understanding of how to develop a mask detector app that can be used to detect whether individuals are wearing masks in public spaces. You'll be able to master OpenCV and use it to preprocess and detect faces in images. You'll also learn how to build and train a deep learning model using TensorFlow and how to deploy your mask detector app on AWS. This course provides a unique opportunity for individuals to gain real-world experience in developing cutting-edge technology that can make a positive impact on society. Hands on Machine Learning Project - Covid Mask Detector Course Curriculum Section 01: Introduction Introduction to Course Section 02: Mastering OpenCV Getting System Ready Read and Write Images Resize and Crop Working with Shapes Working with Text Section 03: Pre-Requisite for Face Detection Pre-Requisite for Face Detection Detect the Face Section 04: Deep Learning with Tensorflow Introduction to Deep Learning with Tensorflow Model Building Training the Mask Detector Saving the Best Model Basic Front End Design of App File Upload Interface for App App Prep App Build and Testing AWS Deployment AWS Deployment Continued How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring data scientists. Machine learning engineers. Developers interested in machine learning app development. Anyone interested in developing technology to fight the pandemic. Professionals looking to upskill in the latest technology. Career path Data Scientist: £40,000 to £80,000 per year. Machine Learning Engineer: £55,000 to £90,000 per year. Artificial Intelligence Developer: £40,000 to £80,000 per year. Computer Vision Engineer: £40,000 to £80,000 per year. Deep Learning Engineer: £55,000 to £90,000 per year. Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9.

Hands on Machine Learning Project - Covid Mask Detector Course
Delivered Online On Demand2 hours
£12

Object-oriented Programming with Python - A Practical Guide

By Packt

Learn Object-oriented Programming in Python-beginner-level! (Exercises + cheat sheets + better Coding)!

Object-oriented Programming with Python - A Practical Guide
Delivered Online On Demand2 hours 52 minutes
£33.99

SCRUM Master Certified Course (SMC®) Online

By Aspire People and Business Development

Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members (developers) and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.

SCRUM Master Certified Course (SMC®) Online
Delivered Online On Demand6 months
£200

Python: 8 in 1 Premium Courses Bundle

By Compete High

From coding your first line to shaping sleek, dynamic websites—this Python: 8 in 1 Premium Courses Bundle brings together essential programming languages and tools in one structured, online space. Whether you're eyeing full-stack roles or simply looking to boost your digital skillset, this suite includes Python, Go Lang, HTML, JavaScript, and more. Get to grips with the syntax and structure of today’s most in-demand web languages without any unnecessary distractions. Perfect for aspiring coders, self-taught enthusiasts, or those brushing up for career advancement, this content is built to deliver clarity, structure, and solid foundational knowledge. Learning Outcomes Understand Python syntax and basic object-oriented programming concepts. Write and edit HTML and CSS for structured web content layout. Use JavaScript to add interactive elements to websites. Learn SQL for managing and retrieving data from databases. Explore PHP to create dynamic website functionalities. Gain awareness of Go Lang's role in backend web development. Who is this Course For Beginners aiming to explore coding from the ground up. Freelancers wanting to offer wider website development services. Front-end learners ready to branch into full-stack territory. Self-learners looking for structured online content and clarity. Junior developers brushing up on syntax and coding principles. Hobbyists keen on building personal websites or web apps. Career changers moving into the digital tech space. IT students wanting extra resources alongside university studies. Career Path Junior Web Developer – Average salary: £27,000/year Python Developer – Average salary: £45,000/year Frontend Developer – Average salary: £35,000/year Full Stack Developer – Average salary: £42,000/year Backend Developer (Go Lang) – Average salary: £48,000/year Database Developer (SQL) – Average salary: £40,000/year

Python: 8 in 1 Premium Courses Bundle
Delivered Online On Demand16 hours
£28.99

Advanced Diploma in Content Writing

4.3(43)

By John Academy

Are you Passionate about writing ? Do you want to become an expert content writer?Do you want to learn how to write for your audience? Do you want to learn how to maintain your content?If you are committed to become an efficient content writer, this is where you begin. Description: Nobody can disregard the significance of quality content, yet the headway in innovation and web quality content has increased more significance. Quality content attracts audiences itself consequently in light of the fact that audience is continually searching for the substance that interests them. In the event that the content is unique, stylish, interesting and in the meantime instructive at that point, individuals won't just value the content of the author yet will dependably sit tight for the writer to compose greater quality content. It is critical to investigate the audience to compose a quality record. Knowing the audience helps the author in controlling the substance as indicated by the requirements of the gathering of people. It‟s not about delivering quality just once, but rather you need to keep up quality each time you compose. In this course, we provide you with the tips to compose quality substance and mistakes that you need to avoid if you want to produce a quality manuscript. Additionally, we have talked about how essential is to re-examine your content and edit it before submitting. Also, we have given a few hints in the event that you need to compose your first content and ensure that when you write its a quality content.  Who is the course for? Individuals who want to become bloggers and earn money Individuals who want to make a career in content writing Freshers Internet Marketers freelancers Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognised accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path: The Advanced Diploma in Content Writing is a useful qualification to possess and would be beneficial for the following careers:. Social media manager Technical writer Web copywriter Web designer Web developer Web publisher Webmaster Advertising designer Marketing designer public relations manager Assistant web designer. Advanced Diploma in Content Writing Why Choose Content Writing? 00:15:00 Skills Required For Writing Quality Content 01:00:00 The Keys to Understanding Your Audience 01:00:00 How to Create Connection with Your Readers 00:30:00 Writing for Web 01:00:00 Intelligent Creation of Micro-Content 01:00:00 The Tricks of Email Marketing 01:00:00 Mistakes to Avoid while Writing Articles 00:30:00 Revision: Sharpening purpose and Details 00:15:00 Proofreading and Editing 01:00:00 Refer A Friend Refer A Friend 00:00:00 Mock Exam Mock Exam-Advanced Diploma in Content Writing 00:20:00 Final Exam Final Exam-Advanced Diploma in Content Writing 00:20:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Advanced Diploma in Content Writing
Delivered Online On Demand8 hours 10 minutes
£11.99

Animal Assisted Therapy Certificate

4.5(3)

By Studyhub UK

Embark on a soulful journey, exploring the profound connection between humans and animals with our Animal Assisted Therapy Certificate course. Within this curriculum, you'll dive deep into the mesmerising world of therapeutic practices involving our four-legged friends, not merely learning but feeling the magical link binding human-animal interactions in a healing embrace. Unlock secrets to building and nurturing those significant bonds that enable animals to become invaluable companions and co-facilitators in therapeutic settings, creating moments where healing and solace flow effortlessly between beings. In the realms of our meticulously designed modules, you'll unravel the eclectic types of therapies that employ animals as critical therapeutic partners, understanding the essential psychological and emotional links that underpin successful Animal-Assisted Therapy (AAT). From establishing mental health connections to developing specialized therapy techniques and activities, every layer of knowledge gently peels away to reveal the sensitive, ethical considerations intrinsic to ensuring animal welfare while navigating through this symbiotic relationship. Learning Outcomes Comprehend and apply various types of animal-assisted therapies. Develop and manage ethical, welfare-focused therapy animal programs. Design and implement intricate animal-assisted therapy techniques and activities. Establish and nurture meaningful human-animal therapeutic relationships. Assess, plan, and modify animal-assisted therapy programs ensuring effectiveness and ethical integrity. Why buy this Animal Assisted Therapy Certificate? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Animal Assisted Therapy Certificate for? Individuals eager to explore innovative therapeutic practices. Aspiring therapists aiming to integrate animals into their methodologies. Veterinary professionals looking to diversify their skills in animal interaction. Mental health professionals curious about alternative therapeutic modalities. Animal enthusiasts keen to facilitate healing through human-animal connections. Career path Animal-Assisted Therapist: £30,000 - £40,000 Veterinary Psychotherapist: £35,000 - £50,000 Equine-Assisted Psychotherapist: £25,000 - £35,000 Canine Therapy Coordinator: £22,000 - £30,000 Animal Behaviour Counsellor: £20,000 - £28,000 Therapeutic Program Developer (AAT focused): £27,000 - £35,000 Prerequisites This Animal Assisted Therapy Certificate does not require you to have any prior qualifications or experience. You can just enrol and start learning. This 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. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Module 01: Introduction to Animal Assisted Therapy Introduction to Animal Assisted Therapy 00:15:00 Module 02: Types of Therapies with Animals Types of Therapies with Animals 00:18:00 Module 03: Human-Animal Bond in Animal-Assisted Therapy Human-Animal Bond in Animal-Assisted Therapy 00:20:00 Module 04: Selecting and Training Therapy Animals Selecting and Training Therapy Animals 00:18:00 Module 05: Mental Health and Animal-Assisted Therapy Mental Health and Animal-Assisted Therapy 00:22:00 Module 06: Animal-Assisted Interventions Animal-Assisted Interventions 00:19:00 Module 07: Animals as Physical Assistants in Therapy Animals as Physical Assistants in Therapy 00:18:00 Module 08: Children and Animals in Therapy Children and Animals in Therapy 00:19:00 Module 09: Assessing and Planning Therapy Programs Assessing and Planning Therapy Programs 00:22:00 Module 10: Animal-Assisted Therapy Techniques and Activities Animal-Assisted Therapy Techniques and Activities 00:20:00 Module 11: Developing Therapeutic Relationships with Animals Developing Therapeutic Relationships with Animals 00:21:00 Module 12: Animal Welfare and Ethics Animal Welfare and Ethics 00:18:00

Animal Assisted Therapy Certificate
Delivered Online On Demand3 hours 50 minutes
£10.99

Shopify: A step by Step Guide to Creating an Online Store

4.5(3)

By Studyhub UK

Embrace the world of e-commerce and transform your entrepreneurial dreams into reality with our comprehensive Shopify: A Step-by-Step Guide to Creating an Online Store course. Embark on a guided journey to master the art of building and managing a successful Shopify store, empowering you to sell your products or services to a global audience. Delve into the fundamentals of Shopify setup, learning how to create an account, customize your store's design, and seamlessly add products and collections. Discover effective strategies to optimize your product pages, enhance your homepage, and establish a user-friendly navigation system. Unleash your creativity and personalize your online store with a variety of customization options, including adding a logo, connecting a domain name, and incorporating engaging content. Equip yourself with the knowledge and skills to navigate the e-commerce landscape with confidence and achieve your sales goals. Learning Outcomes Gain a comprehensive understanding of Shopify and its role in e-commerce Master the process of creating and managing a Shopify store from start to finish Discover effective strategies to customize your store's design and enhance user experience Learn how to add products, create collections, and optimize product pages for search engines Develop essential skills for managing orders, processing payments, and handling customer inquiries Understand the legal and regulatory aspects of running an online store Why choose this Shopify: A step by Step Guide to Creating an Online Store course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Shopify: A step by Step Guide to Creating an Online Store course for? Aspiring entrepreneurs seeking to launch their online businesses using Shopify Individuals with limited e-commerce experience seeking to expand their digital footprint Existing Shopify store owners looking to enhance their store's design, functionality, and marketing strategies Anyone interested in learning the ins and outs of building and managing a successful Shopify store Those seeking to acquire the skills to pursue a career in e-commerce and online business management Career path E-commerce Manager (£30,000 - £50,000) Digital Marketing Manager (£35,000 - £55,000) Social Media Marketing Manager (£30,000 - £50,000) Content Marketing Manager (£30,000 - £50,000) SEO Specialist (£30,000 - £50,000) Web Developer (£35,000 - £55,000) Prerequisites This Shopify: A step by Step Guide to Creating an Online Store does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Shopify: A step by Step Guide to Creating an Online Store was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Section 01: Course Overview Introduction 00:04:00 Where to get E-books to Sell 00:01:00 Section 02: Building Your Shopify Store Create Your Shopify Account 00:05:00 Create Your Online Store 00:03:00 Change Your Store Settings 00:07:00 Install Shopify Theme 00:05:00 Add Products to Your Store 00:06:00 Customize Your Product Page 00:04:00 Create Your Collections 00:04:00 Customize Your Home Page 00:05:00 Create Pages And Customize Navigation 00:07:00 Change Your Website Logo 00:03:00 Connect Your Domain Name 00:05:00 Section 03: Course Bonus Where to Get E-books 00:00:00 Assignment Assignment - Shopify: A step by Step Guide to Creating an Online Store 00:00:00

Shopify: A step by Step Guide to Creating an Online Store
Delivered Online On Demand59 minutes
£10.99