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

5190 Writing courses in Worsley delivered Online

The Complete Job Interviewing Skills Masterclass

By Compete High

🌟 Unlock Your Career Potential with 'The Complete Job Interviewing Skills Masterclass' 🌟 Are you ready to transform your job interview game and land the career of your dreams? Introducing our comprehensive online course, designed to equip you with the skills and strategies needed to excel in every aspect of the job interview process.   🚀 Curriculum Highlights: 1. Introduction to Career Hacking and Job Interview Understand the art of career hacking Learn the secrets to standing out in a competitive job market 2. The Complete Resume Craft a compelling resume that gets noticed Showcase your achievements and skills effectively 3. Job Search Navigate job boards and company websites like a pro Discover hidden job opportunities in the market 4. Mastering Technology for Job Search Leverage the latest tools and platforms for a successful job hunt Optimize your online presence to attract recruiters 5. Interview Preparation Hacks Develop a customized interview preparation plan Overcome nerves and present your best self on the big day 6. Interview Etiquette Master the art of professional communication Navigate tricky situations with confidence and grace 7. Ace Interview Questions Analyze and respond to common interview questions Craft impactful answers that leave a lasting impression 8. Advanced Techniques to Answer Questions Handle challenging questions with finesse Showcase your problem-solving and critical thinking skills 9. Turning the Tables Learn how to ask the right questions during the interview Position yourself as the ideal candidate for the role   🎓 What You'll Gain: Confidence to tackle any job interview Strategies to stand out in a competitive job market Skills to effectively navigate modern job search techniques Expert-level interview etiquette and communication skills   💼 Who Is This Course For? Job seekers looking to level up their interview skills Recent graduates entering the job market Professionals seeking career advancement opportunities   Don't let the fear of interviews hold you back! Enroll now in 'The Complete Job Interviewing Skills Masterclass' and take the first step toward unlocking the doors to your dream career. Your success story starts here! Course Curriculum Introduction to Career Hacking and Job Interview Introduction to Recruitment and Interview 00:00 Understanding Job Adverts 00:00 Practical - Extracting Information from Job Advert 00:00 The Complete Resume Resume Writing CV Writing 00:00 Practical - CV Writing 00:00 Canva CV and Video CV Tutorial 00:00 Resume CV writing difference between Fresher vs Experienced Job Seekers 00:00 Cover Letter 00:00 Resume and Cover Letter Proofreading Techniques 00:00 Job Search Jobscan Resume Scanner Tutorial 00:00 Job Hunting Methods 00:00 Job Search through Informational Interview 00:00 Building Network 00:00 Mastering Technology for Job Search Leveraging Technology for Job Search 00:00 Boolean Technology for Job Search 00:00 Use LinkedIn like a Pro 00:00 Monster Masterclass 00:00 Dice Masterclass 00:00 Interview Preparation Hacks Research the Company 00:00 Glassdoor Masterclass 00:00 Handling Interview Flutter 00:00 ABCDEF Solution for Pre-Interview Anxiety 00:00 Body Language and Non-Verbal Communication 00:00 Interview Etiquette Face-to-Face Interview Etiquette 00:00 Video Interview Etiquette 00:00 Telephone Interview Etiquette 00:00 Ace Interview Questions What to Bring at a Job Interview 00:00 What NOT to Bring at a Job Interview 00:00 What NOT to Say 00:00 Tell us about yourself 00:00 Why do you want this job 00:00 Tell us about your strengths 00:00 Tell us about your weaknesses 00:00 What is your work style 00:00 Why are you leaving your present job 00:00 What did you like least about your last job 00:00 What do you think of your previous boss 00:00 What's your ideal company 00:00 Why do you want to work at this company 00:00 Why should we hire you 00:00 Where do you see yourself in next five years 00:00 How do you deal with people who irritate you at work 00:00 How did you handle a mistake 00:00 How do you handle disagreement with supervisor 00:00 One thing you wouldn't want me to know 00:00 Sell me this pen 00:00 What if you can't answer a question 00:00 Handling Slip of Tongue during a Job Interview 00:00 Advanced Techniques to Answer Questions Finding answers using SWOT Analysis 00:00 Finding Answers Using the BCG Analysis 00:00 Turning the Tables Do you have any questions for us 00:00 What are your salary expectations 00:00

The Complete Job Interviewing Skills Masterclass
Delivered Online On Demand4 hours 52 minutes
£25

Journal Therapy

4.8(9)

By Skill Up

Gain the skills and credentials to kickstart a successful career and learn from the experts with this step-by-step

Journal Therapy
Delivered Online On Demand3 hours 50 minutes
£25

MySQL for developers

5.0(3)

By Systems & Network Training

MySQL for developers training course description This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands. The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling. What will you learn Provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database. Use advanced features of the MySQL Client. Use advanced data types. Manage the structure of databases and tables. Manage and using indexes. Write complex SQL query statements. Use advanced SQL expressions. Use advanced SQL functions. Perform advanced Insert, Update, Delete, Replace and Truncate Operations. Use user variable syntax and properties. Import and export data from within MySQL. Import and export data from the command line. Perform complex joins to access multiple tables. Perform complex subqueries. Create, manage and us views. Use prepared statements. Create and use stored routines. Create and use triggers. Obtain database metadata. Optimize queries. Work with the main storage engines. Debug MySQL applications. MySQL for developers training course details Who will benefit: MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course. Prerequisites: MySQL foundation Duration 5 days MySQL for developers training course contents Introduction Administration and Course Materials, Course Structure and Agenda, Delegate and Trainer Introductions. Client/server concepts MySQL client/server architecture, Server modes, Using client programs, Logging in options, Configuration files, Precedence of logging in options Hands on Using client/server The MySQL client program Using MySQL interactively, The MySQL prompts, Client commands and SQL statements, Editing, Selecting a database, Help, Safe updates, Using script files, Using a source file, Redirecting output into a file, Command line execution, Mysql output formats, Overriding the defaults, Html and xml output, MySQL Utilities. Hands on Using the MySQL client program Data types Bit data type, Numeric data types, Auto_increment, Character string data types, Character sets and collation, Binary string data types, Enum and Set data types, Temporal data types, Timezone support, Handling Missing Or Invalid Data Values, SQL_MODE options. Hands on Using data types Identifiers Using Quotes with identifier naming, Case sensitivity in Identifier naming, Qualifying columns with table and database names, Using reserved words as identifiers, Function names Hands on Using identifiers Databases Database properties, Creating a database, Selecting a database, Altering databases, Dropping databases, Obtaining database metadata, The SHOW command, The INFORMATION_SCHEMA database, The SHOW CREATE command Hands on Using databases Tables and indexes Table properties, Creating tables, Create table using Select or Like, Temporary tables and memory tables, Altering tables, Adding columns, Changing column widths and types, Renaming columns, Dropping columns, Adding constraints, Dropping constraints, Renaming tables, Change the table storage engine, Multiple alterations, Dropping tables, Emptying tables, Obtaining table metadata, Show create table, The information_schema, Index introduction, Structure of a mysql index, Creating and dropping indexes, Creating an index, Altering a table to add an index, Specifying index type, Dropping indexes, Obtaining Index Metadata. Hands on Creating, altering and dropping tables/indexes Querying for data The SQL select statement and MySQL differences, Advanced order by, Order by and collation, Order by with enum datatype, Order by with Set datatype, Ordering with distinct and group by Special features of union, Limit and order by clauses, Group By clause, Group_concat, Using Rollup in a Group By clause. Hands on Querying for data SQL Expressions and functions Components of expressions, Nulls, Numeric expressions, String expressions, Temporal expressions, Comparison functions, Flow control functions, Numeric functions, String functions, Temporal functions. Hands on Using expressions and functions Updating data Update operations and privileges, Inserting rows, Insert using a set clause, Inserting duplicate values, Replacing rows, Updating rows, Update using the order by and limit clauses, Deleting rows, The delete and truncate statements. Exercise: Inserting, updating, replacing and deleting data Connectors MySQL client interfaces, MySQL connectors, Oracle and community conectors, Connecting to MySQL server using Java and PHP connectors, MySQL and NoSQL, Innodb integration with memcached. Obtaining database metadata What is metadata?, The mysqlshow utility, The show and describe commands, Describing tables, The information_schema, Listing tables, Listing columns, Listing views, Listing key_columns_usage. Hands on Obtaining database metadata Debugging Mysql error messages, The show statement, Show errors, Show count(*) errors, Show warnings, Show count(*) warnings, Note messages, The perror utility. Hands on Debugging Joins Overview of inner joins, Cartesian product, Inner joins with original syntax, Non equi-join, Using table aliases to avoid name clashes, Inner Joins With ISO/ANSI Syntax, Outer Joins, Left outer joins, Right outer joins, Full outer joins, Updating multiple tables simultaneously, Updating rows in one table based on a condition in another, Updating rows in one table reading data from another, Deleting from multiple tables simultaneously, Deleting rows in one table based on a condition in another. Hands on Coding joins Subqueries Types of subquery, Multiple-column subqueries, Correlated subqueries, Using the ANY, ALL and SOME operators, Using the EXISTS operator, Subqueries as scalar expressions, Inline views, Converting subqueries to joins, Using subqueries in updates and deletes. Hands on Coding subqueries Views Why views are used, Creating views, View creation restrictions, View algorithms, Updateable views, Altering and dropping views, Displaying information about views, Privileges for views. Hands on Using views Import and Export Exporting using SQL, Privileges required to export data, Importing using SQL, Messages when loading data, Privileges required to load data, Exporting from the command line, Mysqldump main options, Importing from the command line, Mysqlimport main options. Hands on Importing and exporting User variables and prepared statements Creating User variables, User variables in a select, Prepared statements, The prepare statement, The execute statement, The deallocate statement, Using prepared statements in code, with connectors. Hands on Using variables and prepared statements Introduction to stored routines Types of stored routines, Benefits of stored routines, Stored routine features, Differences between procedures and functions, Introduction to the Block, Declaring variables and constants, Assigning values to variables, Definer rights and invoker rights, Using SELECT in stored routines, Altering and dropping stored routines, Obtaining stored routine metadata, Stored routine privileges and execution security. Hands on Writing simple stored routines Stored routines - program logic The IF .. THEN .. ELSEIF construct, The CASE statement, The basic loop, The while loop, The repeat loop, The iterate statement, Nested loops. Hands on Writing stored routines with program logic Stored routines - exception handlers and cursors Dealing with errors using Exception handlers, Cursors, What is a cursor?, Cursor operations, Declaring cursors, Opening and closing cursors, Fetching rows, Status checking. Hands on Writing stored routines with program logic Procedures with parameters Creating procedures with parameters, Calling Procedures With Parameters. Hands on Writing stored routines with parameters Functions What is a function?, The create function statement, Executing functions, Executing functions from code, Executing functions from SQL statements, The deterministic and SQL clauses. Hands on Writing functions Triggers Trigger creation, Restrictions on triggers, The create trigger statement, Using the old and new qualifiers, Managing triggers, Destroying triggers, Required privileges. Hands on Writing triggers Basic optimizations Normalisation of data to third normal form, Using indexes for optimization, General query enhancement, Using Explain to analyze queries, Choosing an INNODB or MYISAM storage engine, Using MySQL Enterprise Monitor in query optimization. Hands on Making use of basic optimizations More about indexes Indexes and joins Hands on Investigating indexes and joins

MySQL for developers
Delivered in Internationally or OnlineFlexible Dates
£2,797

Create Your First Kindle Book

By iStudy UK

Want to know how to transfer books to Kindle and make money in the process? The Create Your First Kindle Book course designed for the individuals who want to learn all the myths, fables, rules and reviews about what it takes to write and publish a book. Initially, you will receive step by step guideline to start writing a book. The course will show you an astonishingly easy way, where you will get ideas for writing and have a book to share. Explore more about layout and formatting, following with learning a few fundamental text-formatting rules that will enable you to transform the pages of your script into a final book that looks attractive and professional. Last but not the least, you will learn how the technology of the iPhone can be effectively used to get your book started. What Will I Learn? Will know that they can actually write and share a book of their thoughts and ideas in a simple but powerful way. How to cultivate and live with a writer's 'state of mind.' that give us the power and confidence to achieve our goals. Know that you are not going to write a book as much as you are going to perform your story and solutions so a book can be written. Learn how the technology of the iPhone can be effectively used to get the book, your book, started. You will start to claim the term writer and enjoy the fun of being a book writer. Requirements They will need to have some idea of what they want to achieve in their life and business. Who is the target audience? Starting now, in life and business, your book will be your business card and your broadcast will be your brochure, so every aspiring professional and anyone who has had in any way an inclination that ,'perhaps I should try to write a book'. If you are not willing to be challenged in your ideas and beliefs you should not take this course because all of Stan Hustad's courses contain new and creative information combined with challenging ideas and a call to accept and take action on tough challenges. Create Your First Kindle Book Introduction to Creating Your First Book FREE 00:03:00 How To Start To Write Your First Book - Stan Hustad FREE 00:08:00 How To Make This Idea Work For You! 00:13:00 Our State of Mind Matters ... a lot! 00:15:00 A Writer Is a Capturer ... How To Do That! copy 00:13:00 You Are a Writer - Tools of The Trade - Power of The iPhone copy 00:16:00 Ready Set Run! copy 00:10:00 Start With Why, Who & What When Writing Your First Book copy 00:12:00 Image & Cover Matter - Keep your Energy Level High copy 00:10:00 This Is For You - Teach & Write -To Change the World! copy 00:08:00

Create Your First Kindle Book
Delivered Online On Demand1 hour 48 minutes
£25

Copywriting (Copy) : Press & Print Media Copywriting

By NextGen Learning

Have you ever wondered why you read any write-up? Because you find something in it. Simple as that. However, is it simple to create a write-up that makes people read it and take action according to what it says? Surely it takes effort. Our Copywriting (Copy) course is going to make this effort effective with its amazing training materials on Copywriting. Within this course, you will be able to get a clear concept of copywriting. You will find A to Z guidance on creating a lucrative write-up. It will show you how to write eye-catching headlines, attractive advertisements and many more engaging write-up tips. You will be trained on different types of writing for different purposes. Online copywriting, press-related and print media copywriting are some of the topics covered in this portion of the course. There will be lots of tips and tricks for better copywriting. This course will simply make you ready to grab any work based on any sort of writing. It is going to give you complete preparation for your desired field. Freshen up your skills with us in a relatively short time! Learning outcome: Our course will help learners to Have an in-depth understanding of copywriting Be able to create an attractive writeup Create engaging advertisement content Learn essential skills of copywriting Be an expert in situational writing and get lots of tips on copywriting The substantial Copywriting (Copy) is designed to help you demonstrate the preliminary to in-depth level of learning regarding this topic. Moreover, you will be provided with the most knowledgeable and informative modules for your lifetime by enrolling in this course just once. Furthermore, as you proceed through the modules of this course, you will discover the fundamentals of Copywriting (Copy) and explore the key topics Therefore, reinforce your knowledge and furnish your skills by enrolling in our course. Take one step closer to achieving your goal. Show off your new skills with a certificate of completion Once you complete the Copywriting (Copy) course, you will be eligible to request a digital certificate for free. For Printed Transcript & Hardcopy Certificate- 4.99 GBP (Inside the UK Postal Fee) 8.99 GBP (International Delivery Fee) CPD 10 CPD hours / points Accredited by CPD Quality Standards Module 01: Introduction to Copywriting 06:23 1: Introduction to Copywriting Preview 06:23 Module 02: Basics of Copywriting 16:13 2: Basics of Copywriting 16:13 Module 03: Eye-Catching Headlines 12:08 3: Eye-Catching Headlines 12:08 Module 04: Attention-Grabbing Advertisements 12:52 4: Attention-Grabbing Advertisements 12:52 Module 05: Essential Copywriting Skills 21:25 5: Essential Copywriting Skills 21:25 Module 06: Online Copywriting 24:07 6: Online Copywriting 24:07 Module 07: Press Related Copywriting 17:50 7: Press Related Copywriting 17:50 Module 08: Print Media Copywriting 15:04 8: Print Media Copywriting 15:04 Module 09: Copywriting for Mainstream Media 09:00 9: Copywriting for Mainstream Media 09:00 Module 10: Copywriting for Other Media 11:17 10: Copywriting for Other Media 11:17 Module 11: How to Write Better Copy 11:59 11: How to Write Better Copy 11:59 Module 12: Final Tips 11:38 12: Final Tips 11:38 Who is this course for? This Copywriting (Copy) course is for those who want to take their writing skills to a higher level and pursue a career in the related field. Requirements Without any formal requirements, you can delightfully enrol in this course. Career path This Copywriting (Copy) course provides skills related to jobs like Advertising copywriter. Salary: £20,000 to £80,000 Technical author. Salary: £20,000 to £50,000 Art director. Salary: £18,000 to £45,000 Editorial Assistant. Salary: £18,000 to 28,000 Content writer. Salary: £20,000 to £22,000

Copywriting (Copy) : Press & Print Media Copywriting
Delivered Online On Demand28 hours
£12

Python for network engineers

5.0(3)

By Systems & Network Training

Python training course description This Python course focusses on teaching Python for use in network automation and network DevOps. We focus on getting delegates up and running with Python and network automation as quickly as possible rather than making them great programmers. In other words we concentrate on enabling delegates to use network automation libraries such as netmiko, NAPALM and Nornir, and APIs such as NETCONF and RESTCONF rather than enabling delegates to produce object oriented programs. Hands on sessions use Cisco and Juniper devices. What will you learn Run Python programs. Read Python programs. Write Python programs. Debug Python programs. Automate network tasks with Python programs. Configure network devices with Python. Collect data from network devices with Python. Python training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Python training course contents What is Python? Programming languages, Why Python? Python in interactive mode, Python scripts, ipython, Python version 2 versus version 3. A simple Python script. Comments. Hands on Installing Python, Hello world. A network example On box vs off box Python. telnet, ssh, NETCONF, HTTP, APIs, manufacturers and API support, analysis of a simple telnetlib program. Hands on Using Python to retrieve the configuration from a network device. Using wireshark to analyse the actions. Python basics I/O, operators, variables and assignment, types, indentation, loops and conditionals. Hands on Modifying the telnet program, changing configurations on a network devices. Functions, classes and methods What are functions, calling functions, builtin functions, useful builtin functions, file handling, classes, objects, creating instances. Hands on Storing configurations in files, configuring devices from files, using an inventory file to work on multiple devices. Libraries and modules Modules, files and packages, import, from-import, Python standard library, other packages, pip install, executing other programs. Managing python libraries. Hands on Using pip, installing and using ipaddress, subprocess to access netsnmp. For the more advanced, using the sockets library. Paramiko and netmiko SSH, enabling SSH on devices, keys. Paramiko versus netmiko, example scripts. pexpect. Hands on Configuring VLANs from Python. pySNMP Gathering facts using previous methods, SNMP review, pySNMP GET, pySNMP and SNMPv3. easySNMP library. Hands on Walking a MIB from Python. NETCONF What is NETCONF? Enabling NETCONF on devices, A first ncclient script, device handlers, get_config, edit_config, copy_config, delete_config, commit, validate, pyEZ, utils_config, utils.sw. Hands on Configuration using ncclient and PyEZ. This session is expanded for those interesting in JunOS automation. Manipulating configuration files Builtin functions, string handling. Unicode. Sequences, strings, lists, tuples. Dictionaries. TextFSM. Regular expressions. JSON, YAML, XML, YANG, Jinja2, templates. Hands on Jinja2 templating with Python to configure network devices. NAPALM Getters, configuration operations, supported devices, NAPALM transport, Config-replace, Config-merge, Compare config, Atomic changes, rollback. Example NAPLAM scripts. Hands on Using NAPALM to gather facts, Using NAPALM for configuration management REST and RESTCONF What is REST, HTTP methods, GET, POST, cURL, Postman, Python requests library. RESTCONF, a RESTCONF example. Hands on Modifying a configuration using RESTCONF. Scapy What is scapy, Scapy in interactive mode, Scapy as a module. Hands on Packet crafting from Python. Warning Errors and exceptions, Exception handling, try, except. Memory management. Garbage collection. Context management, With. Hands on Improving Python code. Nornir What is Nornir? A network automation framework, inventories, connection management and parallelization. Nornir architecture and other libraires. Hands on Setting up nornir, nornir fact gathering, nornir tasks. Optional Writing your own functions, Writing your own classes. pyntc. Hands on Writing reusable code.

Python for network engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Free Creative Writing Workshop - The Bridge

By London Writing School

A free creative writing workshop on the the theme of 'The Bridge'. Be guided through writing a scene on a bridge and explore why this setting is so useful for character and plot.

Free Creative Writing Workshop - The Bridge
Delivered Online On Demand1 hour 10 minutes
FREE

How to write a CV

By Course Cloud

In the business world, the first step in applying for employment is to submit a CV for the perspective to review. A CV (curriculum vitae) is usually one or two-page document, which gives a detailed but concise overview of your past employment skills and abilities, educational history, and your personal profile. Since the CV is the first thing your employer will see, it's really important to make sure your CV has a positive impact and shows exactly why they should employ you. In this course, we're going to learn how to put together an attractive CV from scratch. You'll learn about different parts that you will need to include in your CV and will also cover up some key phrases employers look for. Another useful thing we will be looking at is some of the common mistakes that people make, so you can avoid them and stand out from the crowd. This course will help you to develop a standout CV fit for any job. So, Good luck. This CV Writing training course consists of several modules that take around 1 hour to complete. The course is accompanied by instructional videos, helpful illustrations, how-to instructions and advice. The course is offered online at a very affordable price. That gives you the ability to study at your own pace in the comfort of your home. You can access the modules from anywhere and from any device.

How to write a CV
Delivered Online On Demand
£25

Copywriting: Creative Writing with Proofreading and Copy Editing

5.0(3)

By School Of Health Care

Copywriting: Copywriting Course Online Unlock the Power of Copywriting: Copywriting Course: Enrol Now! Are you looking to start a copywriting career or do you want to improve your copywriting skills? Then this Copywriting: Copywriting Course will provide you with a solid foundation for becoming a confident copywriter and will assist you in developing your copywriting expertise. This Copywriting: Copywriting Course will take you on a step-by-step tour of the copywriter's role, covering all of the skills and knowledge required to succeed in this field. This Copywriting: Copywriting Course will help you quickly learn the skills you'll need to make a name for yourself in the commercial writing market. Through this Copywriting: Copywriting Course, you will learn the fundamentals of writing as well as how to create "eye-catching" headlines and "attention-grabbing" advertisements. Along with this, you will be taught how to constantly improve your writing style and how to adapt your material based on the expectations of your client or company. Main Course: Level 4 Copywriting course Free Courses included with Copywriting: Copywriting Course: Along with Copywriting Course you will get free Level 5 Proofreading & Copy Editing Along with Copywriting Course you will get free Creative Writing Special Offers of this Copywriting: Copywriting Course: This Copywriting: Copywriting Course includes a FREE PDF Certificate. Lifetime access to this Copywriting: Copywriting Course Instant access to this Copywriting: Copywriting Course 24/7 Support Available to this Copywriting: Copywriting Course Copywriting: Copywriting Course Online You will learn how to create a clear and convincing writing style by taking the Copywriting: Copywriting Course. You can connect emotionally with your audience with Copywriting: Copywriting Course while also comprehending email strategies and sales material. Also, this Copywriting: Copywriting Course covers the art of selling as well as effective methods for developing tempting offers. This Copywriting: Copywriting Course lesson covers objections and inspires readers to take the necessary action. Also, this Copywriting: Copywriting Course will teach you how to design successful direct mail campaigns. Who is this course for? Copywriting: Copywriting Course Online This Copywriting: Copywriting Course is ideal for those who want to be professional copywriters and want to engage in media writing. It may also benefit proofreaders or those seeking a specific writing role. Requirements Copywriting: Copywriting Course Online To enrol in this Copywriting: Copywriting Course, students must fulfil the following requirements: Copywriting: Good Command over English language is mandatory to enrol in our Copywriting Course. Copywriting: Be energetic and self-motivated to complete our Copywriting Course. Copywriting: Basic computer Skill is required to complete our Copywriting Course. Copywriting: If you want to enrol in our Copywriting Course, you must be at least 15 years old. Career path Copywriting: Copywriting Course Online This Copywriting: Copywriting Course is ideal for professional writers who want to pursue a career in copywriting or a related field. This is likely to include the following roles and careers: Copywriter Content writer Copywriter Interns Freelance Writer Advertising Staff

Copywriting: Creative Writing with Proofreading and Copy Editing
Delivered Online On Demand3 hours 24 minutes
£12

Report Writing When Your Child is in Burnout

By LivePlayLearn

Reporting to the LA when your child is in burnout

Report Writing When Your Child is in Burnout
Delivered Online On Demand1 hour
£25