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

843 Web Development courses

Practical Python: Learn Python Basics Step by Step - Python 3

By Packt

This course for beginners will help you build a solid foundation in programming with Python 3. We will cover core concepts such as Python statements, variables, data types, lists, typecasting, comments, conditional statements, loops, file handling, OOP concepts, and more. A carefully structured course with live demonstrations to get you started.

Practical Python: Learn Python Basics Step by Step - Python 3
Delivered Online On Demand3 hours 49 minutes
£41.99

Test-Driven Development in .NET Core - The Handbook

By Packt

This course delves into the rudiments of unit testing, including the red-green-refactor cycle, and provides in-depth knowledge on testing and implementing business logic in a .NET Core application, Develop the ability to design, write, and execute unit tests using xUnit and Moq for robust and scalable .NET Core applications.

Test-Driven Development in .NET Core - The Handbook
Delivered Online On Demand3 hours 57 minutes
£41.99

HTML: Installation & Editing HTML

By Course Cloud

A survey in the Uk shows that the total number of skills required for a single job has increased by 10% year-over-year since 2017. Furthermore, one in three skills in an average 2017 job posting are already obsolete. Due to ongoing business disruption and rapidly evolving needs, emerging skills gaps have accelerated due to the COVID-19 pandemic. And to help you bridge that gap, Course Cloud has prepared this comprehensive HTML: Installation & Editing HTML online course. HTML: Installation & Editing HTML covers a collection of necessary skills required to help you achieve your goals. In addition, our industry professionals will guide you through the process of establishing a solid foundation in HTML: Installation & Editing HTML.  The HTML: Installation & Editing HTML course is broken down into manageable sections, each of which will provide you with a new level of expertise. Our exclusive training in HTML: Installation & Editing HTML will equip you with the skills required to set yourself up for career success. The HTML: Installation & Editing HTML provides internationally accepted certification upon successful completion. This certificate will add value to your resume and let you stand out among your peers. So enrol now and work your way towards becoming a highly sought-after professional at HTML: Installation & Editing HTML.

HTML: Installation & Editing HTML
Delivered Online On Demand
£319

Web Design With HTML5, CSS3 And Bootstrap

4.7(160)

By Janets

Discover the art of modern web design with our comprehensive course on HTML5, CSS3, and Bootstrap. Learn the latest techniques to create visually stunning and responsive websites. Master the essential tools and frameworks used by industry professionals to bring your web design skills to the next level. Enroll now for a hands-on learning experience that blends theory with practical application in the dynamic world of web development.

Web Design With HTML5, CSS3 And Bootstrap
Delivered Online On Demand3 weeks
£25

AWS Certified Solutions Architect Associate (SAA-C03)

By Packt

Prepare for the AWS Certified Solutions Architect - Associate (SAA-C03) exam. Learn about the AWS Management Console, S3 buckets, instances, database services, cloud security, costs associated with AWS, Amazon Elastic Compute Cloud (EC2), Amazon Virtual Private Cloud (VPC), Amazon Simple Storage Service (S3), and Amazon Elastic Block Store (EBS).

AWS Certified Solutions Architect Associate (SAA-C03)
Delivered Online On Demand23 hours 24 minutes
£261.99

Learn Angular 8 by Creating a Simple Full Stack Web App

By Packt

Learn Angular 8 by getting hands-on and creating a simple full-stack app using Angular 8 and its Web API

Learn Angular 8 by Creating a Simple Full Stack Web App
Delivered Online On Demand5 hours 30 minutes
£67.99

Practical WebRTC: A Complete WebRTC Bootcamp for Beginners

By Packt

In this course, we will learn about the future's technology called WebRTC by building two real-world chat applications. We will learn what is WebRTC, why it is important, how it works, and cover the different protocols used in WebRTC. A basic understanding of HTML, CSS, and JavaScript is required.

Practical WebRTC: A Complete WebRTC Bootcamp for Beginners
Delivered Online On Demand3 hours 26 minutes
£52.99

Writing Secure Code in ASP.NET

By Packt

This course will enable you as a professional to execute secure coding practices, identify vulnerabilities in the code, remediate identified weaknesses, design with security in mind, and build effective security controls to protect against breaches and malicious hackers.

Writing Secure Code in ASP.NET
Delivered Online On Demand5 hours 58 minutes
£131.99

Introduction Perl Programming Essentials (TT4925)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is appropriate for anyone who wants to create applications or modules to automate and simplify common tasks with Perl. Overview Working within in an engaging, hands-on learning environment, guided by our expert web development, PHP practitioner, students will learn to: Create a working script that gets input from the command line, the keyboard, or a file Use arrays to store and process data from files Create formatted reports Use regular expressions Use the appropriate types of variables and data structures Refactor duplicate code into subroutines and modules What is available in the standard library Use shortcuts and defaults, and what they replace Introduction to Perl Programming Essentials is an Introductory-level practical, hands-on Perl scripting training course that guides the students from the basics of writing and running Perl scripts to using more advanced features such as file operations, report writing, the use of regular expressions, working with binary data files, and using the extensive functionality of the standard Perl library. Students will immediately be able to use Perl to complete tasks in the real world. Session: An Overview of Perl What is Perl? Perl is compiled and interpreted Perl Advantages and Disadvantages Downloading and Installing Perl Which version of Perl Getting Help Session: Creating and running Perl Programs Structure of a Perl program Running a Perl script Checking syntax and warnings Execution of scripts under Unix and Windows Session: Basic Data and I/O Numeric and Text literals Math operators and expressions Scalar variables Default values Writing to standard output Command line arguments Reading from the standard input Session: Logic and Loops About flow control The if statement and Boolean values Using unless and elsif Statement modifiers warn() and die() The conditional construct Using while loop and its variants Using the for loop Exiting from loops Session: Lists and Arrays The list data type Accessing array elements Creating arrays List interpolation Arrays and memory Counting elements Iterating through an array List evaluation Slices and ranges Session: Reading and writing text files File I/O Overview Opening a file Reading text files Writing to a text file Arrays and file I/O Using the <> operator Session: List functions Growing and shrinking arrays The split() function Splitting on whitespace Assigning to literal lists The join() function The sort() function Alternate sort keys Reversing an array Session: Formatting output Using sprintf() and printf() Report formatting overview Defining report formats The write() function Advanced filehandle magic Session: Hashes Hash overview Creating hashes Hash attributes Traversing a hash Testing for existence of elements Deleting hash elements Session: References What is a reference? The two ways to create references References to existing data References to anonymous data Dereferencing scalar, array, and ash references Dereferencing elements of arrays and hashes Multidimensional arrays and other data structures Session: Text and Regular Expressions String length The substr() function The index() and rindex() functions String replication Pattern matching and substitution Regular expressions Session: Raw file and data access Opening and closing raw (binary) files Reading raw data Using seek() and tell() Writing raw data Raw data manipulation with pack() and unpack() Session: Subroutines and variable scope Understanding packages Package and Lexical variables Localizing builtin variables Declaring and calling subroutines Calling subroutines Passing parameters and returning values Session: Working with the operating system Determining current OS Environment variables Running external programs User identification Trapping signals File test operators Working with files Time of day Session: Shortcuts and defaults Understanding $_ shift() with no array specified Text file processing Using grep() and Using map() Command-line options for file processing Session: Data wrangling Quoting in Perl Evaluating arrays Understanding qw( ) Getting more out of the <> operator Read ranges of lines Using m//g in scalar context The /o modifier Working with embedded newlines Making REs more readable Perl data conversion Session: Using the Perl Library The Perl library Old-style library files Perl modules Modules bundled with Perl A selection of modules Getting modules from ActiveState Getting modules from CPAN Using Getopt::Long Session: Some Useful Tools Sending and receiving files with Net::FTP Using File::Find to search for files and directories Grabbing a Web page Some good places to find scripts Perl man pages for more information Zipping and unzipping files

Introduction Perl Programming Essentials (TT4925)
Delivered OnlineFlexible Dates
Price on Enquiry

Python for Deep Learning - Build Neural Networks in Python

By Packt

This comprehensive deep learning course with Python will start with the basics and work up to advanced topics such as using different frameworks in Python to solve real-world problems and building artificial neural networks with TensorFlow and Keras.

Python for Deep Learning - Build Neural Networks in Python
Delivered Online On Demand2 hours 7 minutes
£37.99