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

1188 Coding courses delivered Online

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

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

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

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

The Ultimate Guide to Python Programming with Python 3.10

By Packt

Master Python 3.10 from the experts with this course and demonstrate programming wizardry in Python. Go from a geek to a wizard in no time with this well-structured video course and write Python code like a pro. Learn about the often-forgotten basics and special features of programming and Python in general.

The Ultimate Guide to Python Programming with Python 3.10
Delivered Online On Demand14 hours 26 minutes
£82.99

Arduino Morse Code Generator Program

By Study Plex

Highlights of the Course Course Type: Online Learning Duration: 1 to 2 hours Tutor Support: Tutor support is included Customer Support: 24/7 customer support is available Quality Training: The course is designed by an industry expert Recognised Credential: Recognised and Valuable Certification Completion Certificate: Free Course Completion Certificate Included Instalment: 3 Installment Plan on checkout What you will learn from this course? Gain comprehensive knowledge about Arduino Morse Code Generator Understand the core competencies and principles of Arduino Morse Code Generator Explore the various areas of Arduino Morse Code Generator Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert electronic engineer Arduino Morse Code Generator Program Master the skills you need to propel your career forward in Arduino Morse code generator. This course will equip you with the essential knowledge and skillset that will make you a confident electronic engineer and take your career to the next level. This comprehensive Arduino Morse code generator course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this Arduino Morse code generator course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This Arduino Morse code generator course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries.  This comprehensive course will teach you the theory of effective Arduino Morse code generator practice and equip you with the essential skills, confidence and competence to assist you in the Arduino Morse code generator industry. You'll gain a solid understanding of the core competencies required to drive a successful career in Arduino Morse code generator. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for electronic engineer or for people who are aspiring to specialise in Arduino Morse code generator. This Arduino Morse Code Generator course has been endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. This course is not regulated by Ofqual and is not an accredited qualification.  Enrol in this Arduino Morse code generator course today and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive Arduino Morse code generator course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this Arduino Morse code generator can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This Arduino Morse code generator course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This Arduino Morse code generator course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This Arduino Morse code generator course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Introduction Introduction 00:04:00 Who We Are 00:05:00 What is Morse Code 00:02:00 Hardware and Software Requirements What are the Required Components 00:02:00 Software Requirements 00:00:00 Circuit Design Simple Circuit Diagram 00:00:00 Circuit Design 00:03:00 Arduino Speaker Circuit 00:00:00 Coding Getting Things Ready 00:09:00 Create Morse Code Main Method 00:04:00 Finishing Up 00:15:00 Download and Install Software Section Download and Install Arduino Software 00:09:00 Download and Install Circuit Design and Wiring Software 00:06:00 Obtain Your Certificate Order Your Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Arduino Morse Code Generator Program
Delivered Online On Demand
£19

Ultimate Rust Crash Course

By Packt

This video course introduces you to the world of Rust programming. You'll learn about the Rust ecosystem, tools, primitive types, and control flow, and gain knowledge of how real-world applications are actually developed in Rust.

Ultimate Rust Crash Course
Delivered Online On Demand2 hours 51 minutes
£33.99

PA - Personal Assistant Trainig

4.9(27)

By Apex Learning

Do you know what a PA or Personal Assistant's day-to-day job is? Are you thinking of giving your career a tuning by becoming a PA? Welcome onboard. Here is our 11 courses special PA - Personal Assistant Training bundle, only for you. Designed and crafted by expert professionals from this relevant sector will take you through the skill, knowledge and recent updates that a PA must adhere to. With this bundle, you will learn about the most important skills of a personal assistant, like minute taking, touch typing, effective communication, etc. On the other hand, your knowledge of workplace professionalism, workplace violence or conflict management and performance management might help you ride the success train. And an employee's resume enriched with decision making and workplace first aid training will be hunted by the employers. You have the most amazing deal in your hand. So, grab it now and take the most crucial career development decision. What other courses are included with this PA - Personal Assistant? Course 01: Paralegal Law and Skills Course 02: Payroll (UK Payroll) Course 03: Touch Typing Essential Skills Level 3 Course 04: Level 2 Effective Minute Taking Course Course 05: Workplace Professionalism and boundaries - Level 2 Course 06: Preventing Workplace Violence and Harassment Level 3 Course 07: Performance Management Course 08: Decision Making Course 09: First Aid at Work Course 10: Effective Communication Skills Learning Outcome: Successful completion of this 11 courses bundle, learners will: Define the duties and responsibilities of a paralegal Understand the UK payroll system Upskill themselves with minute-taking and touch typing skills Learn about workplace ethics and professionalism Know how to make critical decisions in the workplace Understand the importance of effective communication Benefits you'll get choosing Apex Learning for this PA - Personal Assistant: One payment, but lifetime access to 11 CPD courses Certificates, 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 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 Gain valuable knowledge without leaving your home How will I get my Certificate? After successfully completing the course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £10 * 11 = £110) Hard Copy Certificate: Free (For The Title Course) If you want to get hardcopy certificates for other courses, generally you have to pay £20 for each. But this Fall, Apex Learning is offering a Flat 50% discount on hard copy certificates, and you can get each for just £10! P.S. The delivery charge inside the U.K. is £3.99 and the international students have to pay £9.99. Curriculum of the Bundle Course 01: Paralegal Law and Skills Module 1: Introduction to Personal Assistant Role and Responsibilities of PA / Secretary Job Functions and Required Skills Planning Work Details Difference between Secretary and PA Module 2: Business Telephone Skills Telephone Etiquette Telephone Skills Telephone Courtesy Tips Domestic and International Calls Module 3: Representing Your Boss and Company Competence Professionalism Reflecting Brand Values Working Toward Company Objectives Module 4: Mail Services and Shipping The Office Mail Mailing and Shipping Details Royal Mail Services Alternatives to Royal Mail Module 5: Travel Arrangements Business Travel Hotel Reservations Transportation Reservations Itinerary and Trip Checklist Module 6: Organising Meeting and Conferences Meeting Arrangements Types of Meeting Scheduling Meetings Meeting Minutes Module 7: Time Management Introduction to Time Management Aspects of Time Management Prioritising the Workload Overcoming Procrastination Module 8: Record Keeping and Filing Systems Keeping Accurate Records Filing Systems How to Alphabetise for Filing and Indexing Handling Confidential Documents Module 9: Business Writing Skills Structures of Business Documents Structures of Other Official Documents Editing and Proofreading Module 10: Organisational Skills Organising Daily Work Organising Workplace Organising Resources Organising Tools Module 11: Communication Skills Effective Listening Skills Verbal Communication Non-Verbal Communication Communication Strategies Module 12: Customer Service Introduction To Customer Service The Power of Positive Thinking in Customer Service Types of Difficult Customers and How to Help them Module 13: Effective Planning and Scheduling Work Breakdown Structure Estimation Process and Resources Alignment Project Planning Risk Management Module 14: Invoicing/Petty Cash Financial Record Keeping Invoice Petty Cash Budgeting Course 02: Paralegal Paralegal Law and Skills Understanding the Concept of Paralegal Key Legal Terminology Effective Communication Skills for Paralegals The Legal Workplace & Professionals Law & Legal Systems Contract & Business Law Property Law Wills, Probate, Estate Law Criminal Law Common Paralegal Legal Matters Human Rights Conflict and Conflict Resolution Professional Conduct and Ethics of Paralegals Mandatory Knowledge Fields and Survival Tips for Paralegals Course 03: Payroll (UK Payroll) UK Payroll 1: Introduction Introduction to Payroll Management 22 An Overview of Payroll UK Payroll 2: The UK Payroll System Running the payroll - Part 1 Running the payroll - Part 2 Manual payroll Benefits in kind Computerised systems Total Photo scenario explained UK Payroll 3: Brightpay Brightpay conclude Find software per HMRC Brightpay Add a new employee Add 2 more employees Payroll settings Monthly schedule - 1 Sara Monthly schedule - Lana Monthly schedule - James Directors NI Reports Paying HMRC Paying Pensions RTI Submission Coding Notices Journal entries 102 Schedule AEO Payroll run for Jan & Feb 2018 Leavers - p45 End of Year p60 Installing Brightpay UK Payroll 4: Paye, Tax, NI PAYE TAX NI Pensions Online calculators Payslips Journal entries UK Payroll 5: Conclusion and Next Steps Conclusion and Next Steps Course 04: Touch Typing Essential Skills Level 3 Getting Started DRILL 1 The home keys DRILL 2 e and i, g and h DRILL 3 o and n, shift keys and t DRILL 4 extra practice . and y DRILL 5 , and w DRILL 6 m and u DRILL 7 v and x DRILL 8 sentence drills DRILL 9 figures DRILL 10 alphabetical paragraphs Recap Course 05: Level 2 Effective Minute Taking Course Introduction to Minute Writing Preparation for Minute Taking The Meeting Structure Minute Meeting, Decision and Action Roles and Responsibility of Minute Taker Tips for Minute Taking Technology in Minute Taking Building Confidence Course 06: Workplace Professionalism and boundaries - Level 2 Positioning Yourself as a Professional Enhancing Your Professional Image Expanding Your Skills Communicating for Results Building Relationships and Networks Course 07:Preventing Workplace Violence and Harassment Level 3 Section 1: Workplace Management: Violence What Is Workplace Harassment? Identifying the Bully How to Handle Workplace Violence Risk Assessment (I) Risk Assessment (II) Being the Victim Checklist for Employers Interview Process Investigation Process Developing a Workplace Harassment Policy Section 2: Workplace Management: Harassment The Background Developing an Anti-Harassment Policy Policies in the Workplace Proper Procedures in the Workplace False Allegations Other Options Sexual Harassment Mediation Conflict Resolution The Aftermath Course 08:Performance Management Performance Management Section 01: Introduction Section 02: Performance Section 03: Key Performance Indicators Section 04: Reporting Section 05: Rewarding Conclusion Course 09: Decision Making What is Decision Making? Stress and Its Impact Time Stress and Decision Making Personal Level Decision making Under Stress Organisational Level Decision making Under Stress Decision Making for Conflict Management Course 10: First Aid at Work Introduction to Workplace First Aid Legal Framework for Workplace First Aid Incident Management at Work Primary Survey Secondary Survey Basic First-Aid Techniques Dealing With Fractures and Dislocations Secondary Illness Loss of Responsiveness and CPR Secondary Illness Breathing Problems Secondary Illnesses and Injuries Dealing with Minor Injuries at the Workplace Call for an Emergency Course 11: Effective Communication Skills Business Communication Verbal and Non-verbal Communication Written Communication Electronic Communication Communicating with Graphic Effectively Working for Your Boss CPD 45 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Personal assistants usually carry out support tasks for individuals and managers, including administration, diary management, event planning, etc. So, anyone looking for a job in this field or existing professionals looking to reskill can take this course. Requirements Our Personal Assistant Training is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G. There is no time limit for completing this PA - Personal Assistant course, it can be studied in your own time at your own pace. Career path PA, personal assistant, personal secretary, executive secretary, executive assistant - are some familiar job roles that our PA - Personal Assistant bundle course might take you into. Support Secretary Data Entry Clerk Administrative Assistant Office Manager Personal Concierge Executive Assistant Certificates Certificate of completion Digital certificate - Included

PA - Personal Assistant Trainig
Delivered Online On Demand
£51