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

949 Courses in Cardiff delivered Online

DevOps Engineering on AWS

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is intended for: DevOps engineers DevOps architects Operations engineers System administrators Developers Overview In this course, you will learn to: Use DevOps best practices to develop, deliver, and maintain applications and services at high velocity on AWS List the advantages, roles and responsibilities of small autonomous DevOps teams Design and implement an infrastructure on AWS that supports DevOps development projects Leverage AWS Cloud9 to write, run and debug your code Deploy various environments with AWS CloudFormation Host secure, highly scalable, and private Git repositories with AWS CodeCommit Integrate Git repositories into CI/CD pipelines Automate build, test, and packaging code with AWS CodeBuild Securely store and leverage Docker images and integrate them into your CI/CD pipelines Build CI/CD pipelines to deploy applications on Amazon EC2, serverless applications, and container-based applications Implement common deployment strategies such as 'all at once,' 'rolling,' and 'blue/green' Integrate testing and security into CI/CD pipelines Monitor applications and environments using AWS tools and technologies DevOps Engineering on AWS teaches you how to use the combination of DevOps cultural philosophies, practices, and tools to increase your organization?s ability to develop, deliver, and maintain applications and services at high velocity on AWS. This course covers Continuous Integration (CI), Continuous Delivery (CD), infrastructure as code, microservices, monitoring and logging, and communication and collaboration. Hands-on labs give you experience building and deploying AWS CloudFormation templates and CI/CD pipelines that build and deploy applications on Amazon Elastic Compute Cloud (Amazon EC2), serverless applications, and container-based applications. Labs for multi-pipeline workflows and pipelines that deploy to multiple environments are also included. Module 0: Course overview Course objective Suggested prerequisites Course overview breakdown Module 1: Introduction to DevOps What is DevOps? The Amazon journey to DevOps Foundations for DevOps Module 2: Infrastructure automation Introduction to Infrastructure Automation Diving into the AWS CloudFormation template Modifying an AWS CloudFormation template Demonstration: AWS CloudFormation template structure, parameters, stacks, updates, importing resources, and drift detection Module 3: AWS toolkits Configuring the AWS CLI AWS Software Development Kits (AWS SDKs) AWS SAM CLI AWS Cloud Development Kit (AWS CDK) AWS Cloud9 Demonstration: AWS CLI and AWS CDK Hands-on lab: Using AWS CloudFormation to provision and manage a basic infrastructure Module 4: Continuous integration and continuous delivery (CI/CD) with development tools CI/CD Pipeline and Dev Tools Demonstration: CI/CD pipeline displaying some actions from AWS CodeCommit, AWS CodeBuild, AWS CodeDeploy and AWS CodePipeline Hands-on lab: Deploying an application to an EC2 fleet using AWS CodeDeploy AWS CodePipeline Demonstration: AWS integration with Jenkins Hands-on lab: Automating code deployments using AWS CodePipeline Module 5: Introduction to Microservices Introduction to Microservices Module 6: DevOps and containers Deploying applications with Docker Amazon Elastic Container Service and AWS Fargate Amazon Elastic Container Registry and Amazon Elastic Kubernetes service Demonstration: CI/CD pipeline deployment in a containerized application Module 7: DevOps and serverless computing AWS Lambda and AWS Fargate AWS Serverless Application Repository and AWS SAM AWS Step Functions Demonstration: AWS Lambda and characteristics Demonstration: AWS SAM quick start in AWS Cloud9 Hands-on lab: Deploying a serverless application using AWS Serverless Application Model (AWS SAM) and a CI/CD Pipeline Module 8: Deployment strategies Continuous Deployment Deployments with AWS Services Module 9: Automated testing Introduction to testing Tests: Unit, integration, fault tolerance, load, and synthetic Product and service integrations Module 10: Security automation Introduction to DevSecOps Security of the Pipeline Security in the Pipeline Threat Detection Tools Demonstration: AWS Security Hub, Amazon GuardDuty, AWS Config, and Amazon Inspector Module 11: Configuration management Introduction to the configuration management process AWS services and tooling for configuration management Hands-on lab: Performing blue/green deployments with CI/CD pipelines and Amazon Elastic Container Service (Amazon ECS) Module 12: Observability Introduction to observability AWS tools to assist with observability Hands-on lab: Using AWS DevOps tools for CI/CD pipeline automations Module 13: Reference architecture (Optional module) Reference architectures Module 14: Course summary Components of DevOps practice CI/CD pipeline review AWS Certification

DevOps Engineering on AWS
Delivered OnlineFlexible Dates
Price on Enquiry

Web Applications for Specialisation on Development Course

By One Education

Web applications shape the digital world we interact with daily—from the simplest online form to complex platforms driving entire businesses. This course is designed for those who are eager to specialise in building, maintaining, and optimising web-based systems. Whether you're familiar with HTML or curious about frameworks and database logic, this course steadily guides you through the layers of modern web application architecture. You’ll explore front-end and back-end development concepts, delve into programming essentials, and gain insights into how dynamic web environments function behind the scenes. If you're aiming to deepen your understanding and sharpen your development capabilities in a focused, structured format—this is your route. Delivered entirely online, it's tailored for learners who appreciate flexibility without compromising depth. Expert Support Dedicated tutor support and 24/7 customer support are available to all students with this premium quality course. Key Benefits Learning materials of the Design course contain engaging voiceover and visual elements for your comfort. Get 24/7 access to all content for a full year. Each of our students gets full tutor support on weekdays (Monday to Friday) Course Curriculum: Section 01: CSS Introduction Introduction How to ask a great questions Introduction CSS Choosing Code Editor Installing Code Editor (Sublime Text) CSS Syntax Creating a first page with CSS Style Section 02: CSS Basic Inline CSS Internal CSS External CSS CSS Classes CSS IDs Colors Backgrounds Floating Positioning Margins Padding Borders Section 03: CSS Intermediate Styling Text Aligning Text Styling Links Font Family Font Styles Applying Google Fonts Box Model Icons Tables Navigation-Menu Dropdowns Section 04: CSS Advanced Advanced Selectors Forms Website Layout Rounded Corners Color Keywords Animations Pseudo Classes Gradients Shadows Calculations Creating Responsive Page Section 05: CSS Expert Button Styles Pagination Multiple Columns Image Reflection UI - UX Design Social Media Icons External CSS Style adding Section 06: PHP Introduction What is PHP Installing XAMPP for PHP, MySQL and Apache Installing Code Editor(Visual Studio Code) Creating PHP Project on XAMPP Hello World Program Section 07: PHP Basic Variables Echo and Print Data Types Numbers Boolean Arrays Multi-Dimensional Array Sorting Arrays Constants Section 08: PHP Strings Strings String Formatting String Methods Coding Exercise Solution for Coding Exercise Section 09: PHP Operators Arithmetic operators Assignment operators Comparison operators Increment - decrement operators Logical operators Ternary operator Section 10: PHP Decision making system If statement If-else statement If-elseif-else statement Switch-case statement Section 11: PHP Control flow statements Flow Chart While loop Do-while loop For loop For each loop Coding Exercise Solution for Coding Exercise Section 12: PHP Functions Creating a Function Function with Arguments Default Argument Function return values Call-by-value Call-by-reference Section 13: PHP Super globals $_POST Method $_GET Method Section 14: PHP Advanced Form Handling Date and Time Include Require Sessions File Reading File Upload Section 15: PHP Object oriented programming[OOPs] What is OOP Class and Objects Constructor Destructor Access Modifiers Inheritance Method overriding Abstract Class Interface Section 16: PHP - MySQL Application [CRUD] MySQL Basic PhpMyAdmin Creating Database and Table Database Connection PHP Form Create records PHP Form Reading records PHP Form Update Data PHP Form Delete records Section 17: PHP Real world code forms Registration Form MD5 Algorithm for Encrypting Sha Algorithm Login Form Section 18: PHP Validations On Submit Validation Input Numeric Validation Login Form Validation Form Server-side all Data Validation Form Server-side Validation Section 19: PHP Error handling Try-throw-catch Try-throw-catch-finally Section 20: MYSQL introduction Overview of Databases MySQL Installation MySQL Workbench Installation Connecting to MySQL using Console Section 21: MySQL basic Overview of Challenges SQL Statement Basic SELECT Statement SELECT DISTINCT Column AS Statement COUNT function Section 22: MySQL filtering data SELECT WHERE Clause - One SELECT WHERE Clause - Two ORDER BY LIMIT BETWEEN IN Operator LIKE and ILIKE Section 23: MySQL functions Overview of GROUP BY Aggregation function SUM() Aggregation MIN() and MAX() GROUP BY - One GROUP BY - Two HAVING Clause Section 24: MySQL joins Overview Assessment Overview of JOINS Introduction to JOINS AS Statement table INNER JOIN FULL Outer Join LEFT Outer JOIN RIGHT JOIN Union Section 25: MySQL advanced commands Advanced SQL Commands Timestamps EXTRACT from timestamp Mathematical Functions String Functions SUBQUERY Section 26: MySQL structure creation Database and Tables Data Types Primary key and Foreign key Create Table in SQL Script Section 27: MySQL data queries Insert Update Delete Section 28: MySQL structure queries Alter Table Drop Table Section 29: MySQL constraints NOT NULL Constraint UNIQUE Constraint Section 30: MySQL backup and restore Overview of Databases and Tables Backup database using phpMyAdmin Restoring a Database Course Assessment To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score will be displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). Who is this course for? This Web Applications for Specialisation on Development course is designed to enhance your expertise and boost your CV. Learn key skills and gain a certificate of achievement to prove your newly-acquired knowledge. Requirements This Web Applications for Specialisation on Development course is open to all, with no formal entry requirements. Career path Upon successful completion of The Web Applications for Specialisation on Development Course, learners will be equipped with many indispensable skills and have the opportunity to grab.

Web Applications for Specialisation on Development Course
Delivered Online On Demand21 hours
£12

Trigonometry Basics

4.5(3)

By Studyhub UK

Welcome to Trigonometry Basics, your key to unlocking the magic of mathematics! This course is not just about numbers; it's about empowering you with skills that open doors to exciting possibilities. Imagine conquering the world of triangles, circles, and real-world problem-solving like a mathematical superhero! In Trigonometry Basics, you won't just memorise formulas; you'll journey through engaging modules, discovering the secrets of the unit circle, cracking the code of right triangles, and unleashing the power of polar coordinates. This isn't just a course; it's your ticket to mastering math and gaining a superpower that's invaluable in science, engineering, and beyond. Whether you're gearing up for a STEM career, diving into the wonders of mathematics, or simply curious about how trigonometry shapes our world, this course is your guide. It's not just about passing tests; it's about unleashing your inner problem-solving hero! So, are you ready to transform triangles from puzzling to powerful? Let's dive into the world of Trigonometry Basics!   Learning Outcomes Understand the foundational principles of trigonometry. Apply the unit circle approach to solve trigonometric problems. Demonstrate proficiency in solving trigonometry using right triangles. Analyse and solve complex problems using analytic trigonometry. Gain competence in working with polar coordinates. Utilise trigonometric concepts in real-world problem-solving scenarios. Apply acquired knowledge through practical assignments effectively. Develop a strong foundation for advanced mathematical concepts.   Who is this course for Students seeking to strengthen their mathematical fundamentals. Individuals pursuing careers in engineering or physical sciences. Enthusiasts interested in the practical applications of trigonometry. Professionals looking to enhance problem-solving skills. Anyone preparing for further studies in mathematics or related fields.   Why Choose This Course Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success.   Career Path Engineering roles (e.g., Mechanical Engineer): £25,000 - £50,000. Data Analyst: £20,000 - £40,000. Computer Programmer: £25,000 - £45,000. Physics Research Assistant: £22,000 - £35,000. Mathematics Teacher: £25,000 - £40,000.   Certification Upon completion of the Trigonometry Basics course, a written assignment test is available, which can be taken during or at the course's conclusion. After successfully passing the test, learners have the opportunity to obtain a downloadable PDF certificate for a fee of £4.99. Alternatively, an original hard copy certificate can be ordered at an additional cost of £8.   Prerequisites No prior qualifications or experience are necessary for enrollment in the Trigonometry Basics course. This program, crafted by industry professionals, is compatible with PCs, Macs, tablets, and smartphones. Accessibility is ensured, allowing learners to engage with the course from any location, provided there is a reliable internet connection. Course Curriculum Course Promo Course Promo 00:02:00 Module 01: Fundamentals Number Tools 00:10:00 Graphing Tools 00:06:00 The Coordinate Plane 00:06:00 Module 02: Trigonometry Unit Circle Approach Introduction 00:01:00 The Unit Circle 00:08:00 Terminal Points 00:31:00 Reference Number 00:22:00 Trigonometric Functions 00:12:00 Evaluating Trigonometric Functions 00:14:00 Graph of Sine & Cosine 00:24:00 Sine & Cosine Graph Transformations 00:17:00 Tangent & Cotangent Graphs 00:20:00 Secant & Cosecant Graphs 00:25:00 Domain and Range of Sin, Cos and Tan 00:22:00 Examples 00:13:00 Domain and Range of Sec, Csc and Cot 00:13:00 Examples 00:16:00 Module 03: Trigonometry: Right Triangle Approach Introduction 00:01:00 Angles 00:16:00 Standard Position 00:08:00 Trigonometric Ratios 00:15:00 Examples 00:13:00 Special Angles 00:24:00 Examples 00:05:00 Reference Angle 00:14:00 Evaluating Trig Functions and Points 00:18:00 Inverse Trigonometric Functions 00:12:00 The Law of Sines 00:13:00 The Law of Cosines 00:10:00 Area of a Triangle 00:08:00 Module 04: Analytic Trigonometry Introduction 00:01:00 Fundamental Identities 00:10:00 Examples 00:18:00 Addition and Subtraction Formulas 00:15:00 Sums of Sines and Cosines 00:07:00 Double Angle Formulas 00:10:00 Half Angle Formulas 00:08:00 Formulas for Lowering Powers 00:05:00 Sum-to-Product Formulas 00:06:00 Product-to-Sum Formulas 00:05:00 Module 05: Polar Coordinates Polar Coordinates 00:19:00 Polar and Rectangular Coordinates 00:11:00 Polar Equations 00:07:00 Graph of Polar Equations 00:18:00 Symmetry 00:17:00 Common Polar Curves 00:12:00 Graphing Complex Numbers 00:06:00 Modulus 00:04:00 Polar Form of Complex Numbers 00:09:00 Multiplication and Division 00:07:00 De Moivre's Theorem 00:05:00 nth Roots of a Complex Number 00:21:00 Resources Resource - Trigonometry Basics 00:00:00 Assignment Assignment - Trigonometry Basics 00:00:00

Trigonometry Basics
Delivered Online On Demand10 hours 40 minutes
£10.99

Driving Theory Test Preparation and Safety Training

5.0(1)

By Course Gate

Prepare for your driving test and learn essential road safety with our comprehensive Driving Theory Test Preparation and Safety Training course.

Driving Theory Test Preparation and Safety Training
Delivered Online On Demand10 hours
£11.99

Principles of Communication Online Course

By Lead Academy

This Course at a Glance Define communication and explain the essential elements of the communication cycle Understand the importance of communication in the social care sector Examine the key qualities needed for effective two-way communication Understand the importance of identifying each service user as a unique person Identify the most common ways you can communicate at work Know how to communicate with service users, families and colleagues Learn how to form both verbal and non-verbal communication Analyse different types of language such as braille, body language, sign language etc Understand the use of telephones, technological aids, text messaging and communication software Identify the main barriers to communication and know how to prepare yourself for communication to overcome specific barriers Learn how to check the understanding capacity of messages Know how to drive successful outcomes from any interaction with the service user Learn how to deal with open and closed questioning Know where to get help to enhance your communication skills Learn how to maintain the art of confidentiality in communications Understand the importance of service user's consent in confidentiality Principles of Communication Course Overview Effective communication in health and social care settings is critical because it can have a direct or indirect impact on the quality of care delivered, the patient's overall wellness, and relationships with patients, family members, and coworkers. Good communication is indeed the key to determining the service users' needs and wishes, providing high-quality care, and cultivating positive connections with service users, visitors, and coworkers. This Principles of Communication Online Course will enable care workers to have a better knowledge of a service user's requirements and offer them the assistance they require. This course covers a variety of communication methods, as well as how to detect and eliminate communication barriers and how to ensure that the person you're interacting with understands what you're saying. This course will also help you understand how to maintain confidentiality in communications including how to receive help with communication problems. Effective communication with patients is not the essential requirement for good communication. If you work in the healthcare field, you'll need to be able to communicate successfully with your coworkers and peers as well. According to several studies, poor communication skills can lead to healthcare providers ordering the wrong tests, providing the wrong medications, or discharging patients who should have been held overnight. Therefore, understanding how to communicate effectively with both patients and colleagues should be a top concern for everyone working in the healthcare business. Upon successful completion of this Principles of Communication Online Course, you will be able to develop your awareness of a service user's requirements and communicate more effectively with patients and coworkers. Who should take this course? This Principles of Communication Online Course is primarily aimed at Care and Support Workers working in a social care setting, such as: Nurse Healthcare professionals Social care worker Support staff Counsellor This training is not, however, confined to a single profession or industry. It may also be valuable to a broader audience of people who want to learn more about building effective communication with vulnerable people residing in their families or the society. Entry Requirements There are no academic entry requirements for this Principles of Communication Online Course, and it is open to students of all academic backgrounds. However, you are required to have a laptop/desktop/tablet or smartphone and a good internet connection. Assessment Method This Principles of Communication Online Course assesses learners through multiple-choice questions (MCQs). Upon successful completion of each module, learners must answer MCQs to step into the next module. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 75%. Course Curriculum Module 1: Reasons People Communicate Module 2: Ways of Communicating Module 3: Identifying Communication Barriers Module 4: Reducing Communication Barriers Module 5: Checking Understanding Module 6: Getting Help With Communication Issues Module 7: Confidentiality Recognised Accreditation CPD Certification Service 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. CPD certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Many organisations look for employees with CPD requirements, which means, that by doing this course, you would be a potential candidate in your respective field. Quality Licence Scheme Endorsed 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. It will give you a competitive advantage in your career, making you stand out from all other applicants and employees.     Certificate of Achievement Endorsed Certificate from Quality Licence Scheme After successfully passing the MCQ exam you will be eligible to order the Endorsed Certificate by Quality Licence Scheme. 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. It will give you a competitive advantage in your career, making you stand out from all other applicants and employees. There is a Quality Licence Scheme endorsement fee to obtain an endorsed certificate which is £65. Certificate of Achievement from Lead Academy After successfully passing the MCQ exam you will be eligible to order your certificate of achievement as proof of your new skill. The certificate of achievement is an official credential that confirms that you successfully finished a course with Lead Academy. Certificate can be obtained in PDF version at a cost of £12, and there is an additional fee to obtain a printed copy certificate which is £35.   FAQs Is CPD a recognised qualification in the UK? CPD is globally recognised by employers, professional organisations and academic intuitions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. CPD-certified certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Are QLS courses recognised? Although QLS courses are not subject to Ofqual regulation, they must adhere to an extremely high level that is set and regulated independently across the globe. A course that has been approved by the Quality Licence Scheme simply indicates that it has been examined and evaluated in terms of quality and fulfils the predetermined quality standards. When will I receive my certificate? For CPD accredited PDF certificate it will take 24 hours, however for the hardcopy CPD certificate takes 5-7 business days and for the Quality License Scheme certificate it will take 7-9 business days. Can I pay by invoice? Yes, you can pay via Invoice or Purchase Order, please contact us at info@lead-academy.org for invoice payment. Can I pay via instalment? Yes, you can pay via instalments at checkout. How to take online classes from home? Our platform provides easy and comfortable access for all learners; all you need is a stable internet connection and a device such as a laptop, desktop PC, tablet, or mobile phone. The learning site is accessible 24/7, allowing you to take the course at your own pace while relaxing in the privacy of your home or workplace. Does age matter in online learning? No, there is no age limit for online learning. Online learning is accessible to people of all ages and requires no age-specific criteria to pursue a course of interest. As opposed to degrees pursued at university, online courses are designed to break the barriers of age limitation that aim to limit the learner's ability to learn new things, diversify their skills, and expand their horizons. When I will get the login details for my course? After successfully purchasing the course, you will receive an email within 24 hours with the login details of your course. Kindly check your inbox, junk or spam folder, or you can contact our client success team via info@lead-academy.org

Principles of Communication Online Course
Delivered Online On Demand
£20

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

Successful Freelance Translator Course

By One Education

Step into the dynamic realm of freelance translation with a course designed to sharpen your linguistic talents and boost your career prospects. This course offers a clear roadmap for those eager to navigate the freelance market confidently, teaching you how to secure clients, manage projects efficiently, and deliver polished translations that meet industry expectations. Whether you’re a language enthusiast or a professional seeking new opportunities, this course equips you with essential knowledge to flourish as a freelance translator without the need for physical attendance. Throughout the course, you’ll explore effective strategies for marketing your services, negotiating rates, and building lasting professional relationships—all delivered in an accessible online format that suits your pace and lifestyle. With expert insights and practical advice tailored to the freelance sector, you’ll gain the confidence to turn your language skills into a rewarding and sustainable freelance career. Ideal for anyone looking to broaden their horizons in translation, this course balances professionalism with a touch of wit to keep you engaged from start to finish. Meet the Endorsement The Quality Licence Scheme has been designed specifically to recognise high-quality courses. This Successful Freelance Translator course materials are recognised by Quality Licence Scheme (QLS). This ensures the deep research and quality resource allocation behind the development phase of the course. In addition, the QLS certificate enriches your CV and recognises your quality study on the relevant subject. Meet the Accreditation CPD Quality Standards (CPD QS) accreditation assure the Successful Freelance Translator course training and learning activities are relevant, reliable, and upto date. Expert Support Dedicated tutor support and 24/7 customer support are available to all students with this premium quality course. Key Benefits Learning materials of the Design course contain engaging voiceover and visual elements for your comfort. Get 24/7 access to all content for a full year. Each of our students gets full tutor support on weekdays (Monday to Friday) Course Curriculum: Here is a curriculum breakdown of the Successful Freelance Translator course: Course Introduction Introduction Intro Course Introduction Pre-Game Day one: Resume, Photo and Specializations Day two: Your website Extra info for Resumes Setting up your accounts Freelance websites (1 hour max per website) Signing up for Upwork: a Walk-through Translation Websites 1: A Proz. com Walk-through Translation Websites 2 (1 hour max per website) Translation agencies (1 hour max per agency) How do Kudoz Points Help? - (Answering your questions!) Starting Strategy Pricing Some Strategies for Starting Out Working for Free Marketing Active Marketing Passive Marketing Some General Marketing Strategies Using Linkedin for Marketing Job alerts Another way to find Agency Email Addresses Getting Paid: What to do after you are assigned a job Getting Paid Getting Paid - Invoices Tips and Tricks Tips and Tricks - Intro Tips 1 - OCR Tips 1b - OCR Walkthrough Tips 2 - Time Management Tips 3 - Shares, Commissions, Rush Jobs Tips 4 - Apps I recommend Tips 5 - Support System Tips 6 - CAT Tools Tips 6b - CAT Tools - More in depth Tips 7 - Glossary, and Translation Tips Tip 7b - More Translation Tips Tips 9 - Book Recommendations Tips 8 - 80/20 Analysis Bonus: How to Find a Good Translation Company Bonus: Going through Freelancer emails Closing Remarks Closing Remarks Course Assessment To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score will be displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Certificate of Achievement Endorsed Certificate of Achievement from the Quality Licence Scheme After successfully completing the Successful Freelance Translator course, learners will be able to order an endorsed certificate as proof of their achievement. Hardcopy of this certificate of achievement endorsed by the Quality Licence Scheme can be ordered and received straight to your home by post, by paying Within the UK: £109 International: £109 + £10 (postal charge) = £119 CPD Accredited Certification from One Education After successfully completing this Successful Freelance Translator course, you will qualify for the CPD accredited certificate from One Education. Certification is available in both PDF & hardcopy format, which can be received by paying - PDF Certificate: £9 Hardcopy Certificate (within the UK): £15 Hardcopy Certificate (international): £15 + £10 (postal charge) = £25 CPD 150 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Successful Freelance Translator course is designed to enhance your expertise and boost your CV. Learn key skills and gain a certificate of achievement to prove your newly-acquired knowledge. Requirements This Successful Freelance Translator course is open to all, with no formal entry requirements. Career path Upon successful completion of the Successful Freelance Translator Course, learners will be equipped with many indispensable skills and have the opportunity to grab.

Successful Freelance Translator Course
Delivered Online On Demand3 weeks
£12

Ambulance and Emergency Care Assistant

4.9(27)

By Apex Learning

11-in-1 Premium Bundle | CPD QS Certified | 115 CPD Points | Gifts: Hardcopy + PDF Certificate + SID - Worth £180 | Lifetime Access | Enrol Now

Ambulance and Emergency Care Assistant
Delivered Online On Demand3 days
£49

🚛 HGV Theory & CPC Case Study Test Preparation – 6-Month Access

5.0(27)

By PETM

Keep your drivers informed, compliant, and confident behind the wheel. This subscription is designed to improve driver knowledge, reduce risks, and support ongoing transport compliance. Each course tackles real-world challenges with clear, practical guidance drivers can apply immediately. 📲 24/7 online access for 12 months – start anytime, on any device!

🚛 HGV Theory & CPC Case Study Test Preparation – 6-Month Access
Delivered Online On Demand
£60

Building Recommender Systems with Machine Learning and AI

By Packt

Are you fascinated with Netflix and YouTube recommendations and how they accurately recommend content that you would like to watch? Are you looking for a practical course that will teach you how to build intelligent recommendation systems? This course will show you how to build accurate recommendation systems in Python using real-world examples.

Building Recommender Systems with Machine Learning and AI
Delivered Online On Demand11 hours 24 minutes
£44.99