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

1181 Coding courses in Borehamwood delivered Online

Working with Data

By futureCoders SE

Learn how to work with data using Python (the coding language) as a tool. Learn how data is structured and how to manipulate it into a usable, clean form ready for analysis. Work on a small real-life project from conception to solution, in a team or on your own.

Working with Data
Delivered OnlineJoin Waitlist
£200

Level 5 British Cleaning Course

By Training Tale

The British Cleaning is designed for those interested in becoming a professional cleaner or starting a cleaning business. It includes hands-on instruction in cleaning procedures, chemical safety, housekeeping, kitchen maintenance, and much more. It also provides important knowledge on promoting your cleaning services, training employees, and engaging with clients. This course will teach you how to work safely and correctly with cleaning chemicals, as well as key procedures and guidelines for cleaning offices, new-build houses, pubs, leisure premises, hospitals, hotels, and commercial kitchens. You will also learn about cleaning contracts, employment prospects, and essential issues such as working hours, business insurance, taxes, and service quality. If you want to start a cleaning business from the start, then this British Cleaning course is jam-packed with tips and strategies for training employees, increasing your client list, promoting your business online, and creating the perfect business plan. Learn the skills you need to advance your career and receive a recognised qualification that will set you apart from clients and prospective employers. Learning Outcomes After completing this British Cleaning course, the learner will be able to: Understand the fundamentals of the cleaning job. Set a business budget and create a solid cleaning service business plan. Use a variety of commercial cleaning products, personal protective equipment, and cleaning equipment. Clean offices, pubs, new-build homes, leisure premises and commercial premises. Clean windows, dust surfaces, maintain carpets and hardwood floors. Understand the cleaning standards and regulations for commercial kitchens. Unclog drains, repair showerheads, remove mold, and create a bathroom cleaning routine. Satisfy the customer in the cleaning industry. Why Choose British Cleaning Bundle Course from Us Self-paced course, access available from anywhere. Easy to understand, high-quality study materials. British Cleaning Course developed by industry experts. MCQ quiz after each module to assess your learning. Automated and instant assessment results. 24/7 support via live chat, phone call or email. Free PDF certificate as soon as completing the British Cleaning course. **Others Benefits of British Cleaning Course** Free One PDF Certificate Lifetime Access Unlimited Retake Exam Tutor Support [ Note: Free PDF certificate as soon as completing the British Cleaning course ] Detailed course curriculum *** British Cleaning *** Module 1: An Overview of the Cleaning Job What is the Job of a Cleaner? Role and Responsibilities of Cleaner Cleaner Skills and Qualifications How to Become a Cleaner Module 2: Different Cleaning Jobs Different Career Opportunities in the Cleaning Sector Cleaning Guidelines for New-build Homes, Pubs, and Offices Window Cleaning Training Tips for Cleaning Carpets and Upholstery Module 3: Understanding the Cleaning Equipment, Products and Clothing Learn about Different Commercial Cleaning Equipment and Products Tips on How to Store Equipment Tips on How to Remove Stains from Clothing and Iron Clothes Module 4: Understanding House Cleaning Cleaning Standards and Domestic Cleaning Techniques Different Dusting, Surface Cleaning, Mirror Cleaning Procedures How to Maintain Hardwood Floors Module 5: Cleaning: Food Kitchen and Commercial Kitchen How to Clean Microwaves How to Clean Ovens How to Clean Refrigerators How to Clean Sinks Module 6: Cleaning: Bathrooms and Toilets Overview of Equipment Required How to Unclog Drains How to Fix Showerheads How to Eliminate Mould How to Wash Shower Curtains Module 7: Cleaning: Office The Fundamental Principles of Office Cleaning Clean Up and Organise Rubbish to Procedures for Cleaning Staff Toilets, Desks, Lifts and Stairways Module 8: Cleaning: External Surfaces and Areas How to Use a Commercial Pressure Washer Identify Potential Safety Hazards During Cleaning Module 9: Cleaning: Handling Non-Routine Waste Explore Waste Management Principles How to Deal with PPE Explore Colour Coding Systems Module 10: Cleaning: Chemical Safety, Keyholding and Alarm Codes for Cleaners How to Use Chemical Correctly and Safely How to Store Chemical Products, Clean Chemical Storing What to Do at the Scene of a Chemical Accident Module 11: Planning for Starting a Cleaning Business What It Takes to Run a Cleaning Service How to Establish a Cleaning Business from Scratch Module 12: Ensuring Standard Service Different Aspects of Running a Cleaning Business, from Dealing with Staff Issues to Now Show Conduct and Ethics Module 13: Understanding Customer Satisfaction How to Satisfy the Customer in the Cleaning Industry How to Recognise Problems Before They Occur How to Deal with Client Complaints Module 14: Managing Staff Different Strategies for Staff Management How to Motivate and Reward Staff How to Conduct Interviews Module 15: The Ways of Marketing, Advertising and Sales How to Market a Cleaning Service How to Decide Locations and Offices to Target How to Advertise Your Services Online Module 16: Managing Growth Explore Business Growth Strategies and Retain Clients Payroll Management Training Assessment Method After completing each module of the British Cleaning Course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Certification After completing the MCQ/Assignment assessment for this British Cleaning course, you will be entitled to a Certificate of Completion from Training Tale. The certificate is in PDF format, which is completely free to download. A printed version is also available upon request. It will also be sent to you through a courier for £13.99. Who is this course for? British Cleaning course is ideal for anyone looking to start a career in the cleaning sector. It includes the following: Cleaning Supervisor Hotel Cleaner Office Cleaner School Cleaner Hospital Cleaner Requirements Students who intend to enrol in British Cleaning course must meet the following requirements: Good command of the English language Must be vivacious and self-driven Basic computer knowledge A minimum of 16 years of age is required Career path This British Cleaning Course will lead to a variety of career opportunities, some of which are listed below: Cleaner: £9.00 per hour Custodian: £12.00 per hour Housekeeper: £12.00 per hour Janitor: £10.00 per hour Certificates Certificate of completion Digital certificate - Included

Level 5 British Cleaning Course
Delivered Online On Demand
£12

Introduction to Swift

By Nexus Human

Duration 2 Days 12 CPD hours From Playgrounds to protocols?discover, explore, and demonstrate how to use the fundamental building blocks of the Swift programming language. This 2-day, hands-on course teaches you the basic concepts of Swift programming, including syntax, logic, structures, functions, and patterns. It also includes detailed explanations of language syntax and coding exercises Introduction to Swift and Playgrounds Learn about the origin of Swift and some of its basic syntax Constants, Variables, and Data Types Learn how to define constants for values that don?t change and variables for values that do. Learn the data types that are included in Swift and how they can help you write better code Operators Learn about some of the operators in the Swift language, including basic math operators. Control Flow Learn how to use logical operators in Swift to check conditions; learn how to use control flow statements. Strings Learn how to create and store text using the string type. You'll learn a variety of string methods that allow you to compare two strings, access specific characters within a string, and insert and remove values Functions Learn how to declare functions with different parameters and return types Structures Learn how to create structures in Swift. Classes Learn what makes classes different from structures and when to use classes instead of structures. Also learn about inheritance, superclasses, and subclasses. Optionals Learn to use ?optionals? to properly handle situations when data may or may not exist Collections Learn about the various collection types available in Swift and how to choose the appropriate one for your program. Loops Learn how to create loops in Swift, control the conditions for looping, and specify when to stop. Type Casting Learn why some data can be expressed using only a broader type, and how you can test for specific kinds of data before using it. Guard Learn to use guard statements to better manage control flow. Scope Learn to write nicely structured code that's easy to read. You'll do this by properly scoping your constants and variables Enumerations Learn when enumerations are commonly used, how to define an enumeration, and how to work with enumerations using switch statements. Protocols Learn what protocols are, when to use them, and how to write your own. Learn how to enable objects to communicate with each other and how to extend protocols to provide shared functionality across multiple types Closures Learn about closures, how to define them, how to use them as function arguments, and how to use some of the common functions that take closures as arguments. Extensions Learn how to define an extension, as well as how and why to use extensions. Additional course details: Nexus Humans Introduction to Swift 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 Swift 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 Swift
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to JavaScript | Modern JavaScript Essentials (TT4110)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This is an introductory level course for experienced software developers seeking to enhance and extend their core web development skillset leveraging JavaScript. Attendees should have practical experience developing basic software applications. This course provides an excellent foundation for continued learning to gain in-demand skills in in-demand skills and technologies such as NodeJS, Angular, React, Redux and more. This course can also be tailored for less experienced or non-developers as needed. Please inquire for details. Overview Throughout this course, students will explore the practical use of the umbrella of technologies that work in conjunction with JavaScript as well as some of the tools, toolkits, and frameworks that can be used in conjunction with web development and deployment. The course thoroughly explores JavaScript and how it is used within the context of web applications, walking students through the different technologies that are used with JavaScript and exploring core aspects of JavaScript in terms of web applications, security, tools, and frameworks. This skills-focused course is approximately 50% hands-on lab to lecture ratio. Our instructors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working within in a hands-on learning environment guided by our expert team, attendees will learn to: Understand what JavaScript is and how it is used within the context of web applications Work with the different technologies that are the foundation for web applications. Understand and work with the fundamental aspects of JavaScript in terms of web applications, security, tools, and frameworks Learn to how to effectively work with the newest advances in JavaScript such as ES6 and TypeScript Develop code using conventions and optimal constructs for performance Introduction to JavaScript | Modern JavaScript Essentials is a hands-on geared for web developers who need to learn basic JavaScript to use with today's systems and architectures to build sophisticated web interfaces. The training will guide students through a balanced mixture of theory and practical labs to gain core JavaScript development skills and have them explore its related technologies through to the use of tools and libraries to ease the development of advanced web applications. Course attendees will be able to hit the ground running right after class, applying essential JavaScript to projects at both an architectural as well as a line by line coding level. HTML Refresher (optional) HTMLÿ HTML5 CSS Refresher (optional) CSSÿ CSS3 Overview Introduction to JavaScript JavaScript Basics Debugging Tools JavaScript Functions JavaScript Arrays, Math and Date JavaScript Event Handling and the DOM Object-Oriented JavaScript Advanced JavaScript Topics The Next Step TypeScript Introduction to JSON and Ajax JavaScript Best Practices JavaScript Scheduling, Execution, and Security HTML5 JavaScript API Working with XML (Optional) XML DOM Mechanics XSLT Applied Additional course details: Nexus Humans Introduction to JavaScript | Modern JavaScript Essentials (TT4110) 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 JavaScript | Modern JavaScript Essentials (TT4110) 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 JavaScript | Modern JavaScript Essentials (TT4110)
Delivered OnlineFlexible Dates
Price on Enquiry

CV722 IBM DB2 11 for z/OS Application Programming Workshop

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This intermediate course is for application programmers who need to write embedded SQL COBOL or PL/I programs in either a DB2 9 or DB2 10 for z/OS environment. Overview Incorporate static SQL statements in an application program Prepare the program for execution Validate execution results are correct Produce code to support multiple rows being returned from the database manager using cursors Identify considerations regarding units of work, concurrency, and restart of programs Identify differences between static and dynamic SQL Provide test data for applications Discuss program and DB2 options relative to performance of static SQL This course enables you to acquire the skills necessary to produce application programs that manipulate DB2 databases. Emphasis is on embedding Structured Query Language (SQL) statements and preparing programs for execution. CV720G;CF82G;DB2 Concepts Identify DB2 family products Explain DB2 workstation component functions Identify DB2 objects Identify the key differences between static SQL and other application alternatives for accessing DB2 data Program Structure I Embed INSERT, UPDATE, DELETE and single-row SELECT statements in application programs Effectively communicate with DB2 when processing NULL values and determining success of statement execution Demonstrate use of DB2 coding aids Code CONNECT statements within an application program Identify connection types and impacts on a unit of work Program for the Call Attach Facility (CAF) Program Preparation Identify the additional steps necessary to prepare a program that contains embedded SQL for execution Describe the functions of the DB2 PRECOMPILE and BIND processes Describe factors relevant to the BIND process, including RUNSTATS positioning, package status, parameters, and authorization requirements Program Structure II Use DECLARE, OPEN, FETCH, and CLOSE CURSOR statements to handle select criteria that may return multiple rows in application programs Issue positioned UPDATE and DELETE statements Identify how scrollable cursors can be used Recovery and Locking Concepts Define a unit of recovery Identify the basic locking strategies used by DB2 Dynamic SQL Introduction Describe the difference between static and dynamic SQL List the types of dynamic statements Code dynamic SQL in a program Managing Test Data Identify methods to insert data into a table Use the LOAD or IMPORT utility Identify the purpose of the RUNSTATS utility Identify the purpose of the REORG utility Performance Considerations Use programming techniques that enhance DB2 application performance by following general guidelines, using indexable predicates, and avoiding unnecessary sorts Identify the access paths available to DB2 List common causes of deadlocks and avoid such causes when possible Use the EXPLAIN tools as aids to develop applications that emphasize performance Additional course details: Nexus Humans CV722 IBM DB2 11 for z/OS Application Programming Workshop 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 CV722 IBM DB2 11 for z/OS Application Programming Workshop 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.

CV722 IBM DB2 11 for z/OS Application Programming Workshop
Delivered OnlineFlexible Dates
Price on Enquiry

Accounting Clerk and Bookkeeping Course

5.0(1)

By Course Gate

In this competitive job market, you need to have some specific skills and knowledge to start your career and establish your position. This Accounting Clerk and Bookkeeping Course will help you understand the current demands, trends and skills in the sector. The course will provide you with the essential skills you need to boost your career growth in no time. The Accounting Clerk and Bookkeeping Course will give you clear insight and understanding about your roles and responsibilities, job perspective and future opportunities in this field. You will be familiarised with various actionable techniques, career mindset, regulations and how to work efficiently. This course is designed to provide an introduction to Accounting Clerk and Bookkeeping Course and offers an excellent way to gain the vital skills and confidence to work toward a successful career. It also provides access to proven educational knowledge about the subject and will support those wanting to attain personal goals in this area. Learning Objectives Learn the fundamental skills you require to be an expert Explore different techniques used by professionals Find out the relevant job skills & knowledge to excel in this profession Get a clear understanding of the job market and current demand Update your skills and fill any knowledge gap to compete in the relevant industry CPD accreditation for proof of acquired skills and knowledge Who is this Course for? Whether you are a beginner or an existing practitioner, our CPD accredited Accounting Clerk and Bookkeeping Course is perfect for you to gain extensive knowledge about different aspects of the relevant industry to hone your skill further. It is also great for working professionals who have acquired practical experience but require theoretical knowledge with a credential to support their skill, as we offer CPD accredited certification to boost up your resume and promotion prospects. Entry Requirement Anyone interested in learning more about this subject should take this Accounting Clerk and Bookkeeping Course. This course will help you grasp the basic concepts as well as develop a thorough understanding of the subject. The course is open to students from any academic background, as there is no prerequisites to enrol on this course. The course materials are accessible from an internet enabled device at anytime of the day. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path The Accounting Clerk and Bookkeeping Course will help you to enhance your knowledge and skill in this sector. After accomplishing this course, you will enrich and improve yourself and brighten up your career in the relevant job market. Course Curriculum Introduction to the course Introduction 00:02:00 Introduction to Bookkeeping Introduction to Bookkeeping 00:15:00 Bookkeeping systems Manual System 00:08:00 Computerised Systems 00:10:00 How it Fits Together 00:08:00 Basics of Bookkeeping Bookkeeping Basics 00:25:00 The functionality of bookkeeping Ledgers 00:10:00 Trial Balance and Coding 00:10:00 PNL Account and Balance Sheet 00:04:00 On a personal note AILE Personal 00:05:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Accounting Clerk and Bookkeeping Course
Delivered Online On Demand1 hour 37 minutes
£11.99

Web Development Intermediate Level

4.7(160)

By Janets

Web Development Intermediate Level is one of our best selling and most popular course. The Web Development Intermediate Level is organised into 3 modules and includes everything you need to become successful in this profession. To make this course more accessible for you, we have designed it for both part-time and full-time students. You can study at your own pace or become an expert in just 34 hours! If you require support, our experienced tutors are always available to help you throughout the comprehensive syllabus of this course and answer all your queries through email. 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 Development Intermediate Level 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 Content Basic Coding for Web Development HTML Basics 00:30:00 CSS Basics 01:00:00 Web Design & Development: HTML5, CSS3 and JavaScript 02:00:00 Web Development Basics What Are Niche Website? 01:00:00 The Role Of Visualization In Education 00:15:00 Identify Your Best Platform Or Software 01:00:00 Select A Web Host 01:00:00 Collect Your Site 00:15:00 Building A Content Rich Website 00:15:00 Build Backlinks 00:30:00 Use SEO, Multimedia And Social Sites 01:30:00 Use Analytics 01:00:00 Wrapping Up 00:15:00 Web Designing The Best Website Design for Your Business 01:00:00 What's in a Domain Suffixes 00:31:00 Website Design Terminology 01:00:00 CSS Explanation 01:00:00 Website Designs & Power Stations 01:00:00 How Can I Build my Website for Free 01:00:00 Six Steps to Website Design for Beginners 01:00:00 Dreamweaver or CoffeeCup for Website Design 01:00:00 Using Dreamweaver to Create your Site Layout 00:30:00 Three Crucial Steps to Creating Your Website 01:00:00 Dos and Don'ts of Website Creation9 01:00:00 SEO Basics for Effective Website Design 01:30:00 Ideas for Your Internet Business Website Design 01:00:00 Immediately Applicable Design Tips for a User-Friendly Website 01:00:00 6 Best Reasons to Create a Website 01:00:00 Common Mistakes in Website Design 01:00:00 Too Much or Too Little 00:30:00 Why Successful Website Development is Committed to Design 01:00:00 Ideas for Your Personal Website Design 01:00:00 How to Create a Social Networking Website to Enhance your Business 01:00:00 Tips for Designing an Affiliate Website 01:00:00 How to Use WordPress for your Website 01:30:00 Top 14 Reasons to Create a Blog 00:30:00 Tips for Designing a Successful Blog 00:30:00 More Tips Ahead 00:30:00 Recommended Reading Recommended Reading : Web Development Intermediate Level 00:00:00 Mock Exam Mock Exam- Web Development Intermediate Level 00:30:00 Final Exam Final Exam- Web Development Intermediate Level 00:30:00 Order your Certificates & Transcripts Order your Certificates & Transcripts 00:00:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Web Development Intermediate Level
Delivered Online On Demand34 hours
£25

Web Application Penetration Testing & Security

4.9(27)

By Apex Learning

Give a compliment to your career and take it to the next level. This Web Application Penetration Testing & Security will provide you with the essential knowledge and skills required to shine in your professional career. Whether you want to develop skills for your next job or want to elevate skills for your next promotion, this Web Application Penetration Testing & Security will help you keep ahead of the pack. The Web Application Penetration Testing & Security incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can reinforce your professional skills and essential knowledge, reaching out to the level of expertise required for your position. Further, this Web Application Penetration Testing & Security will add extra value to your resume to stand out to potential employers. Throughout the programme, it stresses how to improve your competency as a person in your profession while at the same time it outlines essential career insights in this job sector. Consequently, you'll strengthen your knowledge and skills; on the other hand, see a clearer picture of your career growth in future. By the end of the Web Application Penetration Testing & Security, you can equip yourself with the essentials to keep you afloat into the competition. Along with this Web Application Penetration Testing & Security course, you will get 10 other premium courses. Also, you will get an original Hardcopy and PDF certificate for the title course and a student ID card absolutely free. This Bundle Consists of the following Premium courses: Course 01: Complete Web Application Penetration Testing & Security Course 02: Secure Programming of Web Applications Course 03: GDPR Data Protection Level 5 Course 04: Front End Web Development Diploma Course 05: Modern Web Designing - Level 2 Course 06: WebGL 2D/3D Programming and Graphics Rendering Course 07: Python for Data Analysis Course 08: Network Security Level 2 Course 09: SQL Server for Beginners Course 10: Functional Skills IT Course 11: Level 2 Microsoft Office Essentials As one of the top course providers in the UK, we're committed to providing you with the best educational experience possible. Our industry experts have designed the Web Application Penetration Testing & Security to empower you to learn all at once with accuracy. You can take the course at your own pace - anytime, from anywhere. So, enrol now to advance your career! Benefits you'll get choosing Apex Learning for this Web Application Penetration Testing & Security: One payment, but lifetime access to 11 CPD courses Certificate, student ID for the title course included in a one-time fee Full tutor support available from Monday to Friday Free up your time - don't waste time and money travelling for classes Accessible, informative modules taught by expert instructors Get 24/7 help or advice from our email and live chat teams Learn at your ease - anytime, from anywhere Study the course 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 Certificates: Free (Previously it was £10*11= £110) Hard Copy Certificates: Free (Previously it was £20*11= £220) Curriculum of the Bundle Course 01: Complete Web Application Penetration Testing & Security Unit 01: Introduction Unit 02: BE PREPARED Unit 03: WEB APPLICATION TECHNOLOGIES Unit 04: INFORMATION GATHERING - MAPPING THE APPLICATIONS Unit 05: CROSS-SITE SCRIPTING ATTACKS - XSS Unit 06: SQL INJECTION ATTACKS - EXPLOITATIONS Unit 07: CROSS SITE REQUEST FORGERY - XSRF Unit 08: AUTHENTICATION & AUTHORIZATION ATTACKS Unit 09: CLIENT SIDE SECURITY TESTING Unit 10: FILE RELATED VULNERABILITIES Unit 11: XML EXTERNAL ENTITY ATTACKS - XXE Course 02: Secure Programming of Web Applications Section 01: Introduction Section 02: Well-known Vulnerabilities and Secure Programming Section 03: Conclusion and Summary Course 03: GDPR Data Protection Level 5 Module 01: GDPR Basics Module 02: GDPR Explained Module 03: Lawful Basis for Preparation Module 04: Rights and Breaches Module 05: Responsibilities and Obligations Course 04: Front End Web Development Diploma Welcome to the course! Web Development Basics - HTML Advanced HTML Concepts Introduction to Cascading Style Sheets (CSS) Advanced CSS JavaScript for Begeinners More JavaScript Concepts Getting Started with jQuery More jQuery Bootstrap Basics Project #2 - Pipboy from Fallout 4 Project #3 - Google Chrome Extension BONUS - Coding Another Google Chrome Extension Course 05: Modern Web Designing - Level 2 Module: 01 1.1 Intro 1.2 Install the Tools and Get Started Module: 02 2.1 Intro to HTML 2.2 What is HTML 2.3 Start a New HTML File & Use Tags 2.4 Header Tags 2.5 Edit Text 2.6 Links 2.7 Images 2.8 Lists 2.9 Challenge 1 2.10 HTML Outro Module: 03 3.1 CSS Intro 3.2 Add CSS Styles 3.3 Classes and IDs 3.4 Borders 3.5 Sizing 3.6 Padding and Margin 3.7 Text Styles 3.8 DIVs 3.9 Postioning 3.10 Hover 3.11 Easily Center Elements 3.12 Fonts 3.13 Challenge 3.14 CSS Outro Module: 04 4.1 Intro to Bootstrap 4.2 Install Bootstrap 4.3 Indenting and Containers 4.4 The Grid System 4.5 Images 4.6 Buttons 4.7 Challenge 3 4.8 Bootstrap Outro Module: 05 5.1 Landing Page Intro 5.2 Sketch Your Landing Page 5.3 The Top Section 5.4 Polish the Top Section 5.5 Adding Images 5.6 The Main Points Section 5.7 Collecting Emails With an Opt-In Form 5.8 Challenge 4 5.9 Landing Page Outro Module: 06 6.1 Business Site Intro 6.2 Sketch Up 6.3 Using Fancy Font Logo 6.4 Carousel Basics 6.5 Carousel Extras 6.6 Text on Images 6.7 Phone Number Icon 6.8 Google Maps 6.9 Font Awesome 6.10 Challenge 4 6.11 Business Site Outro Module: 07 7.1 Intro 7.2 Portfolio Sketch 7.3 Jumbotron 7.4 Nav Bar 7.5 Panels 7.6 Challenge 5 7.7 Portfolio Outre Module: 08 8.1 Hosting 8.2 Bluehost 8.3 Uploading 8.4 Tips 8.5 Hosting Outro Course 06: WebGL 2D/3D Programming and Graphics Rendering Section 01: Introduction Section 02: Drawing Objects Section 03: Colours and Textures Section 04: Moving & Transforming Objects Section 05: Movement & Camera Section 06: Lighting & Shading Course 07: Python for Data Analysis Welcome, Course Introduction & overview, and Environment set-up Python Essentials Python for Data Analysis using NumPy Python for Data Analysis using Pandas Python for Data Visualization using matplotlib Python for Data Visualization using Seaborn Python for Data Visualization using pandas Python for interactive & geographical plotting using Plotly and Cufflinks Capstone Project - Python for Data Analysis & Visualization Python for Machine Learning (ML) - scikit-learn - Linear Regression Model Python for Machine Learning - scikit-learn - Logistic Regression Model Python for Machine Learning - scikit-learn - K Nearest Neighbors Python for Machine Learning - scikit-learn - Decision Tree and Random Forests Python for Machine Learning - scikit-learn -Support Vector Machines (SVMs) Python for Machine Learning - scikit-learn - K Means Clustering Python for Machine Learning - scikit-learn - Principal Component Analysis (PCA) Recommender Systems with Python - (Additional Topic) Python for Natural Language Processing (NLP) - NLTK - (Additional Topic) Course 08: Network Security Level 2 Security and Risk Management Asset Security Security Engineering Communication and Network Security Identity and Access Management Security Assessment and Testing Security Operations Software Development Security Course 09: SQL Server for Beginners Introduction Setup Basic queries Security MSSQL an ddifferent drivers Files General Course 10: Functional Skills IT Section 1: Introduction Section 2: Information Technology Section 3: Components of IT Section 4: Hardware Section 5: Operating System Section 6: Application/Software Section 7: Networking Section 8: Security Section 9: Traffic Flow & Enterprise Level IT Components Section 10: Storage Section 11: Database Section 12: Virtualisation & Cloud Section 13: Management & Other IT Jobs Course 11: Level 2 Microsoft Office Essentials Excel 2016 Getting Started with Microsoft Office Excel 2016 Performing Calculations Modifying a Worksheet Formatting a Worksheet Printing Workbooks Managing Workbooks Word 2016 Getting Started with Word Formatting Text and Paragraphs Working More Efficiently Managing Lists Adding Tables Inserting Graphic Objects Controlling Page Appearance Preparing to Publish a Document Workbooks - Microsoft Word 2016 (Beginner) PowerPoint 2016 PowerPoint Interface Presentation Basics Formatting Inserting Options Working with Objects Table Charts Review and Presentatin Access 2016 Introduction to Access Modify Data Working with Queries Access Forms Working with Reports CPD 135 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Web Application Penetration Testing & Security bundle. Persons with similar professions can also refresh or strengthen their skills by enrolling in this course. Students can take this course to gather professional knowledge besides their study or for the future. Requirements Our Web Application Penetration Testing & Security 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 expertise will increase the value in your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included

Web Application Penetration Testing & Security
Delivered Online On Demand
£53

Xero Online Bookkeeping

By iStudy UK

Description Xero Accounts course is about how to use Xero based on the most popular functions which you as a Xero operator needs to know how to use, in order to be proficient in using the software. The learning is structured in a practical way. You are given a practical scenario assignment. There are various tasks to complete. You are given the task to do and have a go at, and then the video answer is available. It is suggested that you: Read the task Watch the video Have a go at it yourself on your own system Rewatch the video (if necessary) - to reinforce the learning You'll learn how to set up a Xero system from scratch, how to enter opening balances, post customer invoices and credit notes, post supplier bills and credit notes, pay suppliers, petty cash, prepare a VAT return, reconcile the bank, reconcile the credit card, post journals, use the payroll function, write off bad debts, run reports amongst over things. This is a useful course if: You are thinking of working with the software, You are going for jobs which have a requirement for you to be able to use this software You want to put this skill on your CV, or You are a bookkeeper or accountant and will be using this for clients or even You run your own business and want to know how to use Xero for yourself. You will need to access to Xero Online. We give you the link to access the FREE online version. This will be sufficient The instructor is online to answer student queries daily and is in the middle of writing a book about this software. The course materials include: the handout of the assignment task show you how to access the software for free Successful completion of the course is the equivalent to being at the level of having a level 2 certificate in computerised accounts. The course will take about 6.5 hours to complete. What Will I Learn? By the end of the course you will be able to complete various common functions using Xero software In this course, you will learn how to: Enter the opening balances Amend the nominal ledger Add new customer and supplier details Post customer invoices and credit notes to the sales ledger Post supplier invoices and credit notes to the purchase ledger Enter the supplier cheques and record the customer receipts Post Petty Cash transactions Prepare the VAT return Reconcile the bank Post the wages journal Post adjustments to the accounts and produce month-end reports Who is the target audience? Bookkeepers and Accountants who will be using this for their clients Students who are going for jobs where the requirement is working knowledge of Xero Those who have studied accounting, but want practical knowledge of how to use a popular accounting software which will help them find employment Previous knowledge of accounting is not presumed or required Requirements You will need access to Xero accounts online in order to complete the assignment (we'll give you the link to get the free trial version of the software) Introduction Introduction FREE 00:02:00 Getting Started Introduction - Getting Started FREE 00:01:00 Signing up to Xero 00:04:00 Quick Tour of Xero 00:12:00 Initial Xero Settings 00:13:00 Chart of Accounts 00:14:00 Adding a Bank Account 00:08:00 Demo Company 00:04:00 Tracking Categories 00:06:00 Contacts 00:12:00 Invoices and Sales Introduction - Invoices and Sales 00:01:00 Sales Screens 00:04:00 Invoice Settings 00:13:00 Creating an Invoice 00:18:00 Repeating Invoices 00:07:00 Credit Notes 00:06:00 Quotes Settings 00:03:00 Creating Quotes 00:07:00 Other Invoicing Tasks 00:03:00 Sending Statements 00:03:00 Sales Reporting 00:05:00 Bills and Purchases Introduction - Bills and Purchases 00:01:00 Purchases Screens 00:04:00 Bill Settings 00:02:00 Creating a Bill 00:13:00 Repeating Bills 00:05:00 Credit Notes 00:10:00 Purchase Order Settings 00:02:00 Purchase Orders 00:08:00 Batch Payments 00:13:00 Other Billing Tasks 00:02:00 Sending Remittances 00:03:00 Purchases Reporting 00:05:00 Bank Accounts Introduction - Bank Accounts 00:01:00 Bank Accounts Screens 00:07:00 Automatic Matching 00:04:00 Reconciling Invoices 00:06:00 Reconciling Bills 00:03:00 Reconciling Spend Money 00:05:00 Reconciling Receive Money 00:04:00 Find and Match 00:04:00 Bank Rules 00:09:00 Cash Coding 00:03:00 Remove and Redo vs Unreconcile 00:04:00 Uploading Bank Transactions 00:07:00 Automatic Bank Feeds 00:06:00 Products and Services Introduction - Products and Services 00:01:00 Products and Services Screen 00:02:00 Adding Services 00:03:00 Adding Untracked Products 00:03:00 Adding Tracked Products 00:07:00 Fixed Assets Introduction - Fixed Assets 00:01:00 Fixed Assets Settings 00:06:00 Adding Assets from Bank Transactions 00:06:00 Adding Assets from Spend Money 00:05:00 Adding Assets from Bills 00:02:00 Depreciation 00:04:00 Payroll Introduction - Payroll 00:01:00 Payroll Settings 00:15:00 Adding Employees 00:18:00 Paying Employees 00:10:00 Payroll Filing 00:04:00 VAT Returns Introduction - VAT Returns 00:01:00 VAT Settings 00:02:00 VAT Returns - Manual Filing 00:06:00 VAT Returns - Digital Filing 00:02:00

Xero Online Bookkeeping
Delivered Online On Demand6 hours 16 minutes
£25

Tailwind CSS From Scratch - Learn by Building Projects

By Packt

This is a fun project-based course to learn how to create awesome layouts using the Tailwind CSS framework and to get comfortable using utility classes over something like Bootstrap, which uses component-based classes. Experiment and learn all about certain aspects of Tailwind with the help of this course.

Tailwind CSS From Scratch - Learn by Building Projects
Delivered Online On Demand12 hours 33 minutes
£82.99