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

532 Writing courses in Teignmouth delivered Live Online

English Through School Subjects

By Scotland Study Centre (SSC)

This course uses a non-traditional approach that improves all 4 Language Skills using materials from the students' own school courses. The training also focuses on examination techniques.

English Through School Subjects
Delivered OnlineFlexible Dates
£180

AZ-204T00 Developing Solutions for Microsoft Azure

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Students in this course are interested in Azure development or in passing the Microsoft Azure Developer Associate certification exam. This course teaches developers how to create end-to-end solutions in Microsoft Azure. Students will learn how to implement Azure compute solutions, create Azure Functions, implement and manage web apps, develop solutions utilizing Azure storage, implement authentication and authorization, and secure their solutions by using KeyVault and Managed Identities. Students will also learn how to connect to and consume Azure services and third-party services, and include event- and message-based models in their solutions. The course also covers monitoring, troubleshooting, and optimizing Azure solutions. Prerequisites To be successful in this course, learners should have the following: Hands-on experience with Azure IaaS and PaaS solutions, and the Azure Portal. Experience writing in an Azure supported language at the intermediate level. (C#, JavaScript, Python, or Java) Ability to write code to connect and perform operations on, a SQL or NoSQL database product. (SQL Server, Oracle, MongoDB, Cassandra or similar) Experience writing code to handle authentication, authorization, and other security principles at the intermediate level. A general understanding of HTML, the HTTP protocol and REST API interfaces. 1 - Explore Azure App Service Examine Azure App Service Examine Azure App Service plans Deploy to App Service Explore authentication and authorization in App Service Discover App Service networking features 2 - Configure web app settings Configure application settings Configure general settings Configure path mappings Enable diagnostic logging Configure security certificates 3 - Scale apps in Azure App Service Examine autoscale factors Identify autoscale factors Enable autoscale in App Service Explore autoscale best practices 4 - Explore Azure App Service deployment slots Explore staging environments Examine slot swapping Swap deployment slots Route traffic in App Service 5 - Explore Azure Functions Discover Azure Functions Compare Azure Functions hosting options Scale Azure Functions 6 - Develop Azure Functions Explore Azure Functions development Create triggers and bindings Connect functions to Azure services 7 - Explore Azure Blob storage Explore Azure Blob storage Discover Azure Blob storage resource types Explore Azure Storage security features Discover static website hosting in Azure Storage 8 - Manage the Azure Blob storage lifecycle Explore the Azure Blob storage lifecycle Discover Blob storage lifecycle policies Implement Blob storage lifecycle policies Rehydrate blob data from the archive tier 9 - Work with Azure Blob storage Explore Azure Blob storage client library Create a client object Manage container properties and metadata by using .NET Set and retrieve properties and metadata for blob resources by using REST 10 - Explore Azure Cosmos DB Identify key benefits of Azure Cosmos DB Explore the resource hierarchy Explore consistency levels Choose the right consistency level Explore supported APIs Discover request units 11 - Work with Azure Cosmos DB Explore Microsoft .NET SDK v3 for Azure Cosmos DB Create stored procedures Create triggers and user-defined functions Explore change feed in Azure Cosmos DB 12 - Manage container images in Azure Container Registry Discover the Azure Container Registry Explore storage capabilities Build and manage containers with tasks Explore elements of a Dockerfile 13 - Run container images in Azure Container Instances Explore Azure Container Instances Run containerized tasks with restart policies Set environment variables in container instances Mount an Azure file share in Azure Container Instances 14 - Implement Azure Container Apps Explore Azure Container Apps Explore containers in Azure Container Apps Implement authentication and authorization in Azure Container Apps Manage revisions and secrets in Azure Container Apps Explore Dapr integration with Azure Container Apps 15 - Explore the Microsoft identity platform Explore the Microsoft identity platform Explore service principals Discover permissions and consent Discover conditional access 16 - Implement authentication by using the Microsoft Authentication Library Explore the Microsoft Authentication Library Initialize client applications 17 - Implement shared access signatures Discover shared access signatures Choose when to use shared access signatures Explore stored access policies 18 - Explore Microsoft Graph Discover Microsoft Graph Query Microsoft Graph by using REST Query Microsoft Graph by using SDKs Apply best practices to Microsoft Graph 19 - Implement Azure Key Vault Explore Azure Key Vault Discover Azure Key Vault best practices Authenticate to Azure Key Vault 20 - Implement managed identities Explore managed identities Discover the managed identities authentication flow Configure managed identities Acquire an access token 21 - Implement Azure App Configuration Explore the Azure App Configuration service Create paired keys and values Manage application features Secure app configuration data 22 - Explore API Management Discover the API Management service Explore API gateways Explore API Management policies Create advanced policies Secure APIs by using subscriptions Secure APIs by using certificates 23 - Explore Azure Event Grid Explore Azure Event Grid Discover event schemas Explore event delivery durability Control access to events Receive events by using webhooks Filter events 24 - Explore Azure Event Hubs Discover Azure Event Hubs Explore Event Hubs Capture Scale your processing application Control access to events Perform common operations with the Event Hubs client library 25 - Discover Azure message queues Choose a message queue solution Explore Azure Service Bus Discover Service Bus queues, topics, and subscriptions Explore Service Bus message payloads and serialization Explore Azure Queue Storage Create and manage Azure Queue Storage and messages by using .NET 26 - Monitor app performance Explore Application Insights Discover log-based metrics Instrument an app for monitoring Select an availability test Troubleshoot app performance by using Application Map 27 - Develop for Azure Cache for Redis Explore Azure Cache for Redis Configure Azure Cache for Redis Interact with Azure Cache for Redis by using .NET 28 - Develop for storage on CDNs Explore Azure Content Delivery Networks Control cache behavior on Azure Content Delivery Networks Interact with Azure Content Delivery Networks by using .NET

AZ-204T00 Developing Solutions for Microsoft Azure
Delivered OnlineFlexible Dates
£2,975

IELTS Level 6-7

By Scotland Study Centre (SSC)

IELTS Level 6-7 prepares you for the IELTS exam aiming at Levels 6 or 7. You train in the Language and Techniques that will help you pass the exam.

IELTS Level 6-7
Delivered OnlineFlexible Dates
£120

Aspiring Authors - 7-9 year olds

By Creative Writing with Hannah

These groups are for children who can already have basic writing skills, but need support to pull it all together and develop their writing style. This is also a great age for reluctant writers to gain confidence and discover their enjoyment for writing. For this class your child should be able to write at least a paragraph independently. 5 children maximum fully interactive weekly 55 minute lessons qualified, expert teacher optional homework set weekly additional resources set via online classroom lesson recordings for absent students written progress reports three times per year Classes are £90 per month. Variety of times and dates available. Enquire to find out more!

Aspiring Authors - 7-9 year olds
Delivered OnlineFlexible Dates
£90

Linux shell scripting

5.0(3)

By Systems & Network Training

Linux shell scripting training course description A practical introduction to writing scripts using the Bourne shell under any Linux operating system. Applicable for those using the Korn shell as well. What will you learn Read shell scripts. Write shell scripts. Use different types of quotes. Recognise the role of shell scripts within the Linux system. Linux shell scripting training course details Who will benefit: Programmers developing programs under UNIX. Administrators / support personnel who wish to find out more about the workings of Linux or write simple utility programs. Prerequisites: Linux Fundamentals Duration 2 days Linux shell scripting training course contents Review of Linux fundamentals Basic shell scripts What does the shell do? How are commands executed? Different shells. what is a shell script? Comments, creating shell scripts. Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters $0 to $9, $#, $* and others. shift parameter substitution. Control statements The test command The if statement while loops for loops The case statement. Special characters Redirection of errors, here documents, quoting. Arithmetic in shell scripts The expr command. System shell scripts Screen handling The terminfo database, The tput command. Advanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. Optimising shell scripts The time command, performance tips.

Linux shell scripting
Delivered in Internationally or OnlineFlexible Dates
£1,497

3rd July Helen Lane #Agent121. Looking for: YA, NA, ADULT FICTION

5.0(3)

By I Am In Print

LOOKING FOR: YA, NA, ADULT FICTION Helen Lane has been an established agent for several years, formerly with the Booker Albert Agency before joining the Ki Agency. She has a BSc in Environmental Science from the University of East Anglia and a postgrad qualification in Acoustics. She lives in London with her family and the world’s naughtiest cocker spaniel. Helen represents (Adult) Fantasy, Sci Fi, Horror, Romance, Action & Adventure, and Thrillers. She also represents select YA Fantasy, Horror, and Sci Fi. Her tastes do run towards the dark and she is slightly obsessed with monster stories in general (especially if they have giant sharks or squids). And stories set in extreme environments such as the arctic, jungle, caves, ocean, and mountains. But she DOES NOT want to read about affairs or abuse in any genre. (Her husband likes her to add here that this is nothing to do with him, she just doesn’t like sad stories). Her favourite authors are Mira Grant, Greig Beck, James Rollins, Matthew Reilly, Darcy Coates, Andy Weir, Clive Cussler, R F Kuang, Patricia Briggs, and Kelley Armstrong. Her comfort movies are: Jaws, Outbreak, The Cave, Sanctum, Scream, Buffy, Grey's Anatomy, Charmed, Vampire Diaries. You can find her on: Bluesky: @helenlane.bsky.social Instagram: hflane_agenting Helen would like you to submit a covering letter, 1 page synopsis and first three chapters (Max 5,000 words) of your manuscript in a single word document. (In addition to the paid sessions, Helen is kindly offering one free session for low income/under-represented writers. Please email agent121@iaminprint.co.uk to apply, outlining your case for this option which is offered at the discretion of I Am In Print).  By booking you understand you need to conduct an internet connection test with I Am In Print prior to the event. You also agree to email your material in one document to reach I Am In Print by the stated submission deadline and note that I Am In Print take no responsibility for the advice received during your agent meeting. The submission deadline is: Wednesday 25th June 2025

3rd July Helen Lane #Agent121. Looking for: YA, NA, ADULT FICTION
Delivered Online + more
£72

Total PHP for developers

5.0(3)

By Systems & Network Training

Total PHP training course description PHP provides for the creation of dynamic web sites. This hands on training course looks at programming with PHP with an emphasis of building dynamic websites. Forms, state management and database integration are all covered with practicals used throughout the course to reinforce theory sessions. What will you learn Create dynamic web sites using PHP. Write PHP programs. Debug PHP programs. Examine existing code and determine its function. Total PHP training course details Who will benefit: Anyone creating dynamic web sites. Prerequisites: Software development fundamentals Duration 3 days Total PHP training course contents What is PHP? PHP history, dynamic web pages, how PHP works, alternatives to PHP. Downloading and installing PHP. Installing MySQL, installing Apache, platform issues. A first PHP web page A basic PHP script, PHP page structure. PHP comments. Integrating PHP and HTML. PHP forms HTML forms, taking values from forms. PHP and HTML Page inputs, environment inputs. phpinfo(), other form elements, sticky fields, generalised code, tables, forms, form elements, style sheets, JavaScript. Variables operators and expressions Expressions, data types, assignments, scope, constants, HTTP environment variables, getting data from forms using variables. Operators Arithmetic, logical, relational, Boolean, others. Control statements Conditional: if, else, elseif, switch. Loops: while, do while, for, break, continue, exit. Functions Built in functions, declaration, arguments, scope, loading functions from other files, defaulting parameters, call by value/ name. Arrays Indexes, array initialisation, array manipulation, multi dimensional arrays, array functions. String handling What is a string, string functions, matching, extraction, replacement. String operations, cleansing, sprintf, formatting web pages, strops and others, splitting strings, REs. PHP and databases Database structure, Database APIs, MySQL, Creating tables, Editing tables, simple SQL queries using PHP, building HTML tables using SQL queries, SQL injection, security issues, error handling. File I/O Opening, reading, writing files. Permissions, ownership, locking, directories. PHP, cookies and sessions State, Cookie properties, setting cookies, retrieving cookies, expiring/deleting cookies. Sessions, session variables, session IDs. PHP and email Emailing from servers, attachments. Objects OOP, PHP classes, constructors, instances.

Total PHP for developers
Delivered in Internationally or OnlineFlexible Dates
£2,367

11th July Steven Evans #Agent121. Looking for: MG, YA, ADULT FICTION, NON-FICTION

5.0(3)

By I Am In Print

LOOKING FOR: MG / YA / ADULT FICTION & NON-FICTION Steven Evans is an Agent and the Company Manager at Eve White. He grew up in Newcastle upon Tyne and studied French & Italian at Queens’ College, Cambridge. After completing an MPhil in Comparative Film & Literature, Steven lived in Paris, where he worked as a university language assistant and a freelancer for various scouting agencies. He joined Eve White Literary Agency in 2021. Steven reads fiction and non-fiction of all kinds. The non-fiction books he loves most often shed light on under-represented perspectives, communities and histories, while in fiction he seeks novels which might explore new ideas, challenge the reader or play with style, form, character and/or plot. Above all, he likes writing which has a sense of purpose, and likes to be taken by surprise. Items on Steven's wish list might include: Fiction (Adult) : Crime/thriller – might be regional or with an unusual hook/high-concept. Might have a speculative element (think Stuart Turton). A spy thriller appeals. Cosy crime with an original setting/protagonist is also welcome. Literary fiction – worlds, characters, perspectives and histories which haven’t been written about before. Might be formally or stylistically innovative (but with a sense of purpose that links back to the story/characters). Historical fiction – themes and ideas relevant to our current moment are on the list. Might be revisionist. Romance – contemporary: either very heartfelt, cosy, perhaps with older characters. Or, spicy, funny, tapping into current trends. Horror – on the literary end, perhaps with a folk tale element. Fiction (YA) : Thrillers Romance Fiction (MG) : Fun, historical adventure exploring contemporary issues. Might be tied into the national curriculum, though without being didactic. Quirky detective/mystery series. Funny and warm-hearted family-/relationship-based drama with a strong voice. Non-fiction : Voice-driven narrative non-fiction ; memoir ; big ideas. Most of all, Steven just loves to be taken into a world and surprised by what he reads! Steven would like you to submit a short covering letter, 1 page synopsis and the first 5,000 words of your novel in a single Word document.  (In addition to the paid sessions, Steven is kindly offering one free session for low income/under-represented writers. Please email agent121@iaminprint.co.uk to apply, outlining your case for this option which is offered at the discretion of I Am In Print).  By booking you understand you need to conduct an internet connection test with I Am In Print prior to the event. You also agree to email your material in one document to reach I Am In Print by the stated submission deadline and note that I Am In Print take no responsibility for the advice received during your agent meeting. The submission deadline is: Thursday 3rd July 2025

11th July Steven Evans #Agent121. Looking for: MG, YA, ADULT FICTION, NON-FICTION
Delivered Online + more
£72

This one-day or Two Session workshop will focus on a key but often ignored communication skill: Focused Listening.

Effective Listening
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£534

Report Writing

By NextGen Learning

Report Writing Course Overview This comprehensive course in report writing is designed to equip learners with the skills needed to write clear, structured, and effective reports in any professional setting. Covering essential topics such as planning, research, writing, and presentation, the course provides a solid foundation for producing high-quality reports. Learners will develop an understanding of grammar, punctuation, and the use of visual aids, such as tables and graphs, to enhance their reports. By the end of the course, participants will have the ability to create well-structured, concise, and informative reports suited to various industries. Course Description The course delves into the core principles of report writing, beginning with an introduction to the basics and progressing through the stages of planning, preparation, and writing. Learners will explore research techniques and how to collect relevant information effectively. Emphasis is placed on developing an organised structure for reports and revising for clarity and accuracy. The course also covers the technical aspects of grammar and punctuation, the inclusion of visual data, and proposal writing, enabling learners to present their findings professionally. With guidance on creative thinking, learners will refine their ability to approach report writing with a strategic mindset, ensuring their work is impactful and relevant in any workplace. Report Writing Curriculum Module 01: The Basics of Report Writing Module 02: Planning for Report Writing Module 03: Preparation for Report Writing Module 04: Research and Information Collection Module 05: Writing and Revising the Report Module 06: English Grammar and Punctuation Guide for Report Writing Module 07: Using Tables, Charts and Graphs in a Report Module 08: Proposal Writing Module 09: Presentation of the Report Module 10: Developing Creative Thinking and Creativity Module 11: Quick Check While Writing a Report (See full curriculum) Who is this course for? Individuals seeking to improve their report writing skills. Professionals aiming to enhance their report presentation abilities. Beginners with an interest in learning effective report writing. Those wishing to develop the skills necessary for clear communication in the workplace. Career Path Report Writer Business Analyst Technical Writer Project Manager Administrative Support Research Assistant

Report Writing
Delivered OnlineFlexible Dates
£7.99