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

2179 Developer courses delivered Online

Working with Apache Kafka (for Developers) (TTDS6760)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This in an Introductory and beyond level course is geared for experienced Java developers seeking to be proficient in Apache Kafka. Attendees should be experienced developers who are comfortable with Java, and have reasonable experience working with databases. Overview Working in a hands-on learning environment, students will explore Overview of Streaming technologies Kafka concepts and architecture Programming using Kafka API Kafka Streams Monitoring Kafka Tuning / Troubleshooting Kafka Apache Kafka is a real-time data pipeline processor. It high-scalability, fault tolerance, execution speed, and fluid integrations are some of the key hallmarks that make it an integral part of many Enterprise Data architectures. In this lab intensive two day course, students will learn how to use Kafka to build streaming solutions. Introduction to Streaming Systems Fast data Streaming architecture Lambda architecture Message queues Streaming processors Introduction to Kafka Architecture Comparing Kafka with other queue systems (JMS / MQ) Kaka concepts : Messages, Topics, Partitions, Brokers, Producers, commit logs Kafka & Zookeeper Producing messages Consuming messages (Consumers, Consumer Groups) Message retention Scaling Kafka Programming With Kafka Configuration parameters Producer API (Sending messages to Kafka) Consumer API (consuming messages from Kafka) Commits , Offsets, Seeking Schema with Avro Kafka Streams Streams overview and architecture Streams use cases and comparison with other platforms Learning Kafka Streaming concepts (KStream, KTable, KStore) KStreaming operations (transformations, filters, joins, aggregations) Administering Kafka Hardware / Software requirements Deploying Kafka Configuration of brokers / topics / partitions / producers / consumers Security: How secure Kafka cluster, and secure client communications (SASL, Kerberos) Monitoring : monitoring tools Capacity Planning : estimating usage and demand Trouble shooting : failure scenarios and recovery Monitoring and Instrumenting Kafka Monitoring Kafka Instrumenting with Metrics library Instrument Kafka applications and monitor their performance

Working with Apache Kafka (for Developers) (TTDS6760)
Delivered OnlineFlexible Dates
Price on Enquiry

Advanced Blockchain Coding

5.0(10)

By Apex Learning

Overview This comprehensive course on Advanced Blockchain Coding will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Advanced Blockchain Coding comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Advanced Blockchain Coding. It is available to all students, of all academic backgrounds. Requirements Our Advanced Blockchain Coding is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 2 sections • 32 lectures • 03:55:00 total length •Module 01: Introduction: 00:03:00 •Module 02: The UTXO model: 00:07:00 •Module 03: Operations in Blockchain: 00:06:00 •Module 04: Ethereum operations: 00:09:00 •Module 05: Transaction integrity: 00:05:00 •Module 06: Smart contact processing: 00:05:00 •Module 07: Setting you up: 00:10:00 •Module 08: Remix: 00:13:00 •Module 09: Variables Part 01: 00:11:00 •Module 10: Variables Part 02: 00:06:00 •Module 11: Variables Theory: 00:05:00 •Module 12: Mappings: 00:07:00 •Module 13: Structures and arrays: 00:10:00 •Module 14: Enums and their working: 00:06:00 •Module 15: Theory of mappings and user-defined data types: 00:08:00 •Module 16: Functions and Error handling: 00:10:00 •Module 17: Code the functions: 00:05:00 •Module 18: Common Errors: 00:07:00 •Module 19: Error Handling: 00:16:00 •Module 20: Important properties of Solidity: 00:07:00 •Module 21: Inheritance and Importing: 00:05:00 •Module 22: Coding, importing and inheriting: 00:11:00 •Module 23: Project - Distributed wallet: 00:10:00 •Module 24: Project Coding Part 01: 00:05:00 •Module 25: Project Coding Part 02: 00:09:00 •Module 26: Project Coding Part 03: 00:11:00 •Module 27: Project Coding Part 04: 00:08:00 •Module 28: Project Coding Part 05: 00:08:00 •Module 29: Theory of events: 00:05:00 •Module 30: Practical Implementation of events: 00:05:00 •Module 31: Conclusion: 00:02:00 •Assignment - Advanced Blockchain Coding: 00:00:00

Advanced Blockchain Coding
Delivered Online On Demand3 hours 55 minutes
£12

Introduction to GITHub for Developers (TTDV7551)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This class assumes some prior experience with Git, plus basic coding or programming knowledge. Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. 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 led by our expert team, students will explore: Getting Started with Collaboration Understanding the GitHub Flow Branching with Git Local Git Configuration Working Locally with Git Collaborating on Your Code Merging Pull Requests Viewing Local Project History Streaming Your Workflow with Aliases Workflow Review Project: GitHub Games Resolving Merge Conflicts Working with Multiple Conflicts Searching for Events in Your Code Reverting Commits Helpful Git Commands Viewing Local Changes Creating a New Local Repository Fixing Commit Mistakes Rewriting History with Git Reset Merge Strategies: Rebase This is a fast-paced hands-on course that provides you with a solid overview of Git and GitHub, the web-based version control repository hosting service. While the examples in this class are related to computer code, GitHub can be used for other content. It offers the complete distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project. Getting Started with The GitHub Ecosystem What is Git? Exploring a GitHub Repository Using GitHub Issues Activity: Creating A GitHub Issue Using Markdown Understanding the GitHub Flow The Essential GitHub Workflow Branching with Git Branching Defined Activity: Creating a Branch with GitHub Introduction Class Diagram Interaction Diagrams Sequence Diagrams Communication Diagrams State Machine Diagrams Activity Diagram Implementation Diagrams Local Git Configuration Checking your Git version Git Configuration Levels Viewing your configurations Configuring your username and email Configuring autocrif Working Locally with Git Creating a Local copy of the repo Our favorite Git command: git status Using Branches locally Switching branches Activity: Creating a New File The Two Stage Commit Collaborating on Your Code Collaboration Pushing your changes to GitHub Activity: Creating a Pull Request Exploring a Pull Request Activity: Code Review Merging Pull Requests Merge Explained Merging Your Pull Request Updating Your Local Repository Cleaning Up the Unneeded Branches Viewing Local Project History Using Git Log Streaming Your Workflow with Aliases Creating Custom Aliases Workflow Review Project: GitHub Games User Accounts vs. Organization Accounts Introduction to GitHub Pages What is a Fork? Creating a Fork Workflow Review: Updating the README.md Resolving Merge Conflicts Local Merge Conflicts Working with Multiple Conflicts Remote Merge Conflicts Exploring Searching for Events in Your Code What is GitHub? What is Git bisect? Finding the bug in your project Reverting Commits How Commits are made Safe operations Reverting Commits Helpful Git Commands Moving and Renaming Files with Git Staging Hunks of Changes Viewing Local Changes Comparing changes with the Repository Creating a New Local Repository Initializing a new local repository Fixing Commit Mistakes Revising your last commit Rewriting History with Git Reset Understanding reset Reset Modes Reset Soft Reset Mixed Reset Hard Does gone really mean gone? Getting it Back You just want that one commit Oops, I didn?t mean to reset Merge Strategies: Rebase About Git rebase Understanding Git Merge Strategies Creating a Linear History Additional course details: Nexus Humans Introduction to GITHub for Developers (TTDV7551) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Introduction to GITHub for Developers (TTDV7551) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Introduction to GITHub for Developers (TTDV7551)
Delivered OnlineFlexible Dates
Price on Enquiry

JavaScript Foundations for Everyone

5.0(10)

By Apex Learning

Overview This comprehensive course on JavaScript Foundations for Everyone will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This JavaScript Foundations for Everyone comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this JavaScript Foundations for Everyone. It is available to all students, of all academic backgrounds. Requirements Our JavaScript Foundations for Everyone is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 1 sections • 32 lectures • 05:24:00 total length •Module 01: About the Author: 00:04:00 •Module 02: Introduction to JavaScript: 00:00:00 •Module 03: Strengths and Weaknesses of JavaScript: 00:15:00 •Module 04: Writing JavaScript in Chrome: 00:06:00 •Module 05: JavaScript Variables: 00:07:00 •Module 06: Demo of JavaScript Variables: 00:10:00 •Module 07: Basic Types of JavaScript: 00:07:00 •Module 08: JavaScript Boolean: 00:08:00 •Module 09: JavaScript Strings: 00:18:00 •Module 10: JavaScript Numbers: 00:16:00 •Module 11: JavaScript Objects: 00:13:00 •Module 12: Demo of JavaScript Objects: 00:07:00 •Module 13: JavaScript Arrays: 00:09:00 •Module 14: Demo of JavaScript Arrays: 00:26:00 •Module 15: JavaScript Functions: 00:06:00 •Module 16: Demo of JavaScript Functions: 00:08:00 •Module 17: JavaScript Scope and Hoisting: 00:10:00 •Module 18: Demo of JavaScript Scope and Hoisting: 00:07:00 •Module 19: Currying Functions: 00:03:00 •Module 20: Demo of Currying Functions: 00:07:00 •Module 21: Timeouts and Callbacks: 00:04:00 •Module 22: Demo of Timeouts and Callbacks: 00:08:00 •Module 23: JavaScript Promises: 00:05:00 •Module 24: Demo of JavaScript Promises: 00:07:00 •Module 25: Demo of Javascript Async: 00:04:00 •Module 26: Flow Control: 00:06:00 •Module 27: Demo of Flow Control: 00:07:00 •Module 28: JavaScript For Loop: 00:07:00 •Module 29: Demo of JavaScript For Loop: 00:04:00 •Module 30: Demo of Switch Statements: 00:05:00 •Module 31: Error Handling: 00:09:00 •Module 32: Demo Project: 01:11:00

JavaScript Foundations for Everyone
Delivered Online On Demand5 hours 24 minutes
£12

AWS Essentials

5.0(10)

By Apex Learning

Overview This comprehensive course on AWS Essentials will deepen your understanding on this topic .After successful completion of this course you can acquire the required skills in this sector. This AWS Essentials comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this AWS Essentials for Everyone . It is available to all students, of all academic backgrounds. Requirements Our AWS Essentials is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 2 sections • 13 lectures • 01:39:00 total length •Introduction: 00:02:00 •So You Wanna Be An AWS Rock Star?: 00:08:00 •What's my name?: 00:03:00 •Ready, Set, Go: 00:05:00 •Exploring the Management Console: 00:07:00 •Creating an S3 Bucket: 00:13:00 •Creating an EC2 Instance: 00:14:00 •AWS Databases: 00:10:00 •Other Cool Services: 00:11:00 •IAMWhat?: 00:00:00 •AWS Costs: 00:08:00 •AWS Documentation: 00:09:00 •AWS Certification Path: 00:09:00

AWS Essentials
Delivered Online On Demand1 hour 39 minutes
£12

Quick Start to Mastering Prompt Engineering for Software Developers (TTAI2300)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for To gain the most from attending this course you should possess the following incoming skills: Basic knowledge of programming concepts and syntax in Python. Familiarity with common data formats such as CSV, JSON, and XML. Experience using command-line interfaces and basic text editing tools. Understanding of basic machine learning concepts and algorithms. Overview Working in an interactive learning environment, led by our engaging expert, you will: Gain a solid understanding of prompt engineering concepts and their applications in software development and AI-driven solutions. Master the techniques for preprocessing and cleaning text data to ensure high-quality inputs for AI models like GPT-4. Develop expertise in GPT-4 tokenization, input formatting, and controlling model behavior for various tasks and requirements. Acquire the ability to design, optimize, and test prompts effectively, catering to diverse business applications and use cases. Learn advanced prompt engineering techniques, such as conditional text generation and multi-turn conversations, to create more sophisticated AI solutions. Practice creating prompts to generate, run, and test code in a chosen programming language using GPT-4 and OpenAI Codex. Understand the ethical implications and best practices in responsible AI deployment, ensuring fair and unbiased AI applications in software development. Prompt Engineering offers coders and software developers a competitive edge by empowering them to develop more effective and efficient AI-driven solutions in their projects. By harnessing the capabilities of cutting-edge AI models like GPT-4, coders can automate repetitive tasks, enhance natural language understanding, and even generate code suggestions, boosting productivity and creativity. In addition, mastering prompt engineering can contribute to improved job security, as professionals with these in-demand skills are highly sought after in the rapidly evolving tech landscape. Quick Start to Prompt Engineering for Coders and Software Developers is a one day course designed to get you quickly up and running with the prompting skills required to out AI to work for you in your development efforts. Guided by our AI expert, you?ll explore key topics such as text preprocessing, data cleansing, GPT-4 tokenization, input formatting, prompt design, and optimization, as well as ethical considerations in prompt engineering. In the hands-on labs you?ll explore tasks such as formatting inputs for GPT-4, designing and optimizing prompts for business applications, and implementing multi-turn conversations with AI. You?ll work with innovative tools like the OpenAI API, OpenAI Codex, and OpenAI Playground, enhancing your learning experience while preparing you for integrating prompt engineering into your professional toolkit. By the end of this immersive course, you?ll have the skills necessary to effectively use prompt engineering in your software development projects. You'll be able to design, optimize, and test prompts for various business tasks, integrate GPT-4 with other software platforms, and address ethical concerns in AI deployment. Introduction to Prompt Engineering Overview of prompt engineering and its importance in AI applications Major applications of prompt engineering in business Common challenges faced in prompt engineering Overview of GPT-4 and its role in prompt engineering Key terminology and concepts in prompt engineering Getting Things Ready: Text Preprocessing and Data Cleansing Importance of data preprocessing in prompt engineering Techniques for text cleaning and normalization Tokenization and n-grams Stop word removal and stemming Regular expressions and pattern matching GPT-4 Tokenization and Input Formatting GPT-4 tokenization and its role in prompt engineering Understanding and formatting GPT-4 inputs Context windows and token limits Controlling response length and quality Techniques for handling out-of-vocabulary tokens Prompt Design and Optimization Master the skills to design, optimize, and test prompts for various business tasks. Designing effective prompts for different tasks Techniques for prompt optimization GPT-4 system and user parameters for controlling behavior Importance of prompt testing and iteration Best practices for prompt engineering in business applications Advanced Techniques and Tools in Prompt Engineering Learn advanced techniques and tools for prompt engineering and their integration in business applications. Conditional text generation with GPT-4 Techniques for handling multi-turn conversations Overview of tools for prompt engineering: OpenAI API, OpenAI Codex, and OpenAI Playground Integration of GPT-4 with other software platforms and tools Monitoring and maintaining prompt performance Code Generation and Testing with Prompt Engineering Develop the skills to generate, integrate, and test AI-generated code effectively, enhancing productivity and creativity in software development projects. Introduction to code generation with AI models like GPT-4 Designing prompts for code generation across programming languages Techniques for specifying requirements and constraints in prompts Generating and interpreting code snippets using AI-driven solutions Integrating generated code into existing projects and codebases Best practices for testing and validating AI-generated code Ethics and Responsible AI Understand the ethical implications of prompt engineering and the importance of responsible AI deployment in business. Ethical considerations in prompt engineering Bias in AI systems and its impact on prompt engineering Techniques to minimize bias and ensure fairness Best practices for responsible AI deployment in business applications Monitoring and addressing ethical concerns in prompt engineering

Quick Start to Mastering Prompt Engineering for Software Developers  (TTAI2300)
Delivered OnlineFlexible Dates
Price on Enquiry

Amazon Web Services (AWS)

5.0(10)

By Apex Learning

Overview This comprehensive course on Amazon Web Services (AWS) will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Amazon Web Services (AWS) comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast-track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Amazon Web Services (AWS). It is available to all students, of all academic backgrounds. Requirements Our Amazon Web Services (AWS) is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 9 sections • 66 lectures • 08:58:00 total length •Introduction to AWS - Cloud Computing: 00:11:00 •Introduction to AWS - Cloud Computing Continue: 00:10:00 •Launching a Server: 00:10:00 •Launching a Server Continues: 00:08:00 •Adding Tags: 00:09:00 •Launching a Windows Instance: 00:08:00 •Data storage Using S3: 00:07:00 •Data storage Using S3 Continues: 00:07:00 •AWS - EBS Part A: 00:07:00 •AWS - EBS Part B: 00:08:00 •AWS - EBS Part C: 00:06:00 •Running Instance: 00:08:00 •Terminate Instances: 00:02:00 •RDS and Dynamo DB Overview: 00:08:00 •Delete DB Instance: 00:06:00 •AWS - EFS Demo: 00:08:00 •More on AWS - EFS Demo: 00:10:00 •S3 Java API: 00:12:00 •More on S3 Java API: 00:11:00 •Dynamo DB Java API: 00:08:00 •Dynamo DB Java API Continues: 00:05:00 •Connecting to RDS - MySql: 00:11:00 •My SQL Driver: 00:09:00 •S3 using CLI: 00:10:00 •S3 using CLI Continues: 00:08:00 •AWS - Syn Command: 00:08:00 •Amazon DynamoDB Using: 00:09:00 •Amazon DynamoDB Using Continue: 00:10:00 •Amazon RDS Using CL: 00:12:00 •Amazon RDS Using CL Continue: 00:06:00 •More on Amazon RDS Using CL: 00:07:00 •Static website Using S3: 00:06:00 •AWS - Set Permission: 00:06:00 •Point your Domain to S3 Static Website: 00:07:00 •Point your Domain to S3 Static Website Continues: 00:09:00 •Name Servers: 00:07:00 •Create Record Set: 00:08:00 •Security Pre Work: 00:09:00 •IAM in AWS: 00:07:00 •IAM in AWS Continues: 00:06:00 •Creating New User: 00:07:00 •Storage C3: 00:10:00 •AWS - MFA in AWS: 00:07:00 •AWS - MFA in AWS Continues: 00:06:00 •Source Vs Destination: 00:07:00 •Infrastructure as Code: 00:08:00 •Infrastructure as Code Continues: 00:07:00 •Resources Name - AWSCF Bucket: 00:07:00 •Deployment Cloud Formation: 00:09:00 •Changing Access Control: 00:11:00 •Key Name - Key Val: 00:06:00 •Deployment Elastic Beanstalk: 00:06:00 •Creating Sample ENV: 00:06:00 •Deployment Ops Works Demo: 00:08:00 •Cloud Front Demo: 00:08:00 •Cloud Front Demo Continues: 00:10:00 •Security Groups: 00:08:00 •More on Security Groups: 00:08:00 •Creating a VPC: 00:09:00 •Virtual Private Cloud: 00:09:00 •Elastic IP: 00:07:00 •Allocate New Address: 00:08:00 •ELB Demo: 00:10:00 •ELB Demo Continues: 00:10:00 •Elastic Map Reduce: 00:11:00 •Amazon Cluster Running: 00:11:00

Amazon Web Services (AWS)
Delivered Online On Demand8 hours 58 minutes
£12

Blockchain for Project Management

By IIL Europe Ltd

Blockchain for Project Management Blockchain is not just a buzzword; it is an exciting new technology that allows users to exchange sensitive data without the need for brokers and other third party mediators. Blockchain technology provides a disruptive new method of conducting transactions over the internet and will ultimately change how we do project management. Enabling encrypted, distributed, and secure logging of digital transactions, blockchain is the underlying technology of Bitcoin and other cryptocurrencies. But it is capable of much more and in this session, we will discuss where and how this technology is useful in project management.This session will explore the intersection of blockchain technology and project management. We will discuss the base concepts of blockchain, in particular, the notion of smart contracts and how to apply them to managing project-related activities. Smart contracts are the most transformative blockchain application. For example, a smart contract could be used to register project status reports or some project work performance data. A smart contract could also be used to automatically send a payment to a vendor as soon as a milestone has been met.Experts tell us that blockchain technology is an effective project management platform because it supports superior operational workflow. In this session, you will learn how implementing a blockchain-based project will lower risk, save time, and lower costs. After completing this session attendees will be able to: Understand how blockchain can be applied to project management Explain the basics of blockchain and the technology that make blockchains possible Distinguish between the components of blockchain

Blockchain for Project Management
Delivered Online On Demand9 hours
£15

Web Design Bundle Course

4.7(160)

By Janets

Discover the best platform for your web design needs, how to build an audience and effectively promote your website, and the functional skills necessary to build a working website for ecommerce, business or personal use with this distance learning course. Taught through our e-learning platform, you can access lessons at any time and enhance your knowledge of building a content-rich website, HTML5, CSS3 and JavaScript basics, immediately applicable design tips for a user-friendly website and the importance of selecting the best URL suffix. Why choose this course Earn an e-certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Mock exams Multiple-choice assessment Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who is this course for? Web Design Bundle Course is suitable for anyone who want to gain extensive knowledge, potential experience and professional skills in the related field. This is a great opportunity for all student from any academic backgrounds to learn more on this subject. Course Contents Module 01: Web Design Basics Module 02: Developing Websites Module 03: E- Commerce Website Design Module 04: Basic Coding for Web Development

Web Design Bundle Course
Delivered Online On Demand41 hours
£9.99

Free Webinar | Purpose-Built Student Accommodation (PBSA) : Theory and Model Showcase

4.3(5)

By Bayfield Training

Purpose built student accommodation is a type of residential property specifically built for university students by private developers. In this webinar, we delve into the intricacies of PBSA, drawing comparisons with conventional real estate. Additionally, we’ll present a model highlighting its key aspects. Join us to gain insights into this unique asset class and its modelling intricacies.

Free Webinar | Purpose-Built Student Accommodation (PBSA) : Theory and Model Showcase
Delivered OnlineFlexible Dates
FREE