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

17135 Other courses in Killamarsh delivered Online

Running Container Enabled Microservices on AWS

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for: Developers System Administrators Solutions Architects Overview This course is designed to teach you how to: Design a microservices-based architecture that uses containers Use Amazon ECS to run and scale a microservices-based application Integrate Amazon ECS with other AWS services Running Container-Enabled Microservices on AWS is designed to teach you how to manage and scale container-enabled applications by using Amazon Elastic Container Service (ECS). This course highlights the challenges of running containerized applications at scale and provides guidance on creating and using Amazon ECS to develop and deploy containerized microservices-based applications. In the hands-on lab exercises you will use Amazon ECS to handle long-running services, build and deploy container images, link services together, and scale capacity to meet demand. You will also learn how to run container workers for asynchronous application processes. Module 1a: Overview of Microservices on AWS Welcome to Simple Mustache Service! The monolith What are microservices? How to implement a microservices infrastructure The six principles of microservices Module 1b: Containers and Docker Introduction to containers Comparing virtual machines with containers Docker Running containers Storing container images Hands-on lab: Building and running your first container Module 2: Continuous delivery for container-based microservices Compare and contrast different software development cycles Use AWS CodePipeline to code, build, and deploy a microservice Use AWS CodeCommit as a source control service Use Jenkins to perform a Docker build Use Postman to run and test microservices Use AWS CloudFormation to provision and deploy microservices Hands-on lab: Using the Amazon ECS Service Scheduler Module 3: High availability and scaling with Amazon Elastic Container Service High availability Cluster management and scheduling Monitoring Scaling a cluster Scaling services Hands-on lab: Continuous delivery pipelines for container-based microservices Module 4: Security for container-based microservices Implement security Apply best practices Automate security Evaluate compliance requirements Embed security into the CI/CD Hands-on lab: Extending Amazon ECS with Service Discovery and Config Management Additional course details: Nexus Humans Running Container Enabled Microservices on AWS 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 Running Container Enabled Microservices on AWS 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.

Running Container Enabled Microservices on AWS
Delivered OnlineFlexible Dates
Price on Enquiry

Red Hat Services Management and Automation (RH358)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Linux system administrators, site reliability engineers, and other IT professionals with some Ansible experience who are interested in learning how to manage and automate the deployment, configuration, and operation of key network services included with Red Hat Enterprise Linux 8. Overview Provide key network services using software included with Red Hat Enterprise Linux 8, including DNS with Unbound and BIND9, DHCP and DHCPv6, client e-mail transmission, printing service, NFS and SMB protocol file sharing, SQL database service with MariaDB, and web services using Apache HTTPD, nginx, Varnish, and HAProxy. Configure advanced networking for server use cases, including device teaming. Use Red Hat Ansible Engine to automate the manual deployment and configuration tasks covered in this course. Learn how to configure, manage, and scale key services used in the data center Red Hat Services Management and Automation (RH358) is designed for IT professionals with some experience managing Linux© systems and want to learn more about how to manage and deploy network services included with Red Hat© Enterprise Linux which are particularly important in the modern IT data center. You will learn how to install, configure, and manage basic configurations of these services manually, and then use Red Hat Ansible© Engine to automate your work in a scalable, repeatable manner. This course is based on Red Hat Ansible Engine 2.9 and Red Hat Enterprise Linux 8.1. 1 - Manage network services Discuss and review key tools and skills needed to manage network services. 2 - Configure link aggregation Improve the redundancy or throughput of network connections of servers by configuring Linux network teaming between multiple network interfaces. 3 - Manage DNS and DNS servers Explain the operation of DNS service, troubleshoot DNS issues, and configure servers to act as a DNS caching nameserver or as an authoritative name server. 4 - Manage DHCP and IP address assignment Explain and configure services used for IPv4 and IPv6 address assignment including DHCP, DHCPv6, and SLAAC. 5 - Manage printers and printing files Configure systems to print to a network printer that supports IPP Everywhere, as well as manage existing printer queues. 6 - Configure email transmission Discuss how mail servers operate, then configure a server to use system tools and Postfix to send email messages through an outbound mail relay. 7 - Configure MariaDB SQL databases Discuss the basic operation of SQL-based relational databases, perform basic SQL queries for troubleshooting, and be able to set up a simple MariaDB database service. 8 - Configure web servers Provide web content from Apache HTTPD or Nginx web servers, then configure them with virtual hosts and TLS-based encryption. 9 - Optimize web server traffic Improve performance of your web servers by using Varnish to cache static content being served and HAProxy to terminate TLS connections and balance load between servers. 10 - Provide file-based network storage Deliver simple file-based network shares to clients using the NFS and SMB protocols. 11 - Access block-based network storage Configure iSCSI initiators on your servers to access block-based storage devices provided by network storage arrays or Ceph storage clusters.

Red Hat Services Management and Automation (RH358)
Delivered OnlineFlexible Dates
Price on Enquiry

R Programming for Data Science (v1.0)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for students who want to learn the R programming language, particularly students who want to leverage R for data analysis and data science tasks in their organization. The course is also designed for students with an interest in applying statistics to real-world problems. A typical student in this course should have several years of experience with computing technology, along with a proficiency in at least one other programming language. Overview In this course, you will use R to perform common data science tasks.You will: Set up an R development environment and execute simple code. Perform operations on atomic data types in R, including characters, numbers, and logicals. Perform operations on data structures in R, including vectors, lists, and data frames. Write conditional statements and loops. Structure code for reuse with functions and packages. Manage data by loading and saving datasets, manipulating data frames, and more. Analyze data through exploratory analysis, statistical analysis, and more. Create and format data visualizations using base R and ggplot2. Create simple statistical models from data. In our data-driven world, organizations need the right tools to extract valuable insights from that data. The R programming language is one of the tools at the forefront of data science. Its robust set of packages and statistical functions makes it a powerful choice for analyzing data, manipulating data, performing statistical tests on data, and creating predictive models from data. Likewise, R is notable for its strong data visualization tools, enabling you to create high-quality graphs and plots that are incredibly customizable. This course will teach you the fundamentals of programming in R to get you started. It will also teach you how to use R to perform common data science tasks and achieve data-driven results for the business. Lesson 1: Setting Up R and Executing Simple Code Topic A: Set Up the R Development Environment Topic B: Write R Statements Lesson 2: Processing Atomic Data Types Topic A: Process Characters Topic B: Process Numbers Topic C: Process Logicals Lesson 3: Processing Data Structures Topic A: Process Vectors Topic B: Process Factors Topic C: Process Data Frames Topic D: Subset Data Structures Lesson 4: Writing Conditional Statements and Loops Topic A: Write Conditional Statements Topic B: Write Loops Lesson 5: Structuring Code for Reuse Topic A: Define and Call Functions Topic B: Apply Loop Functions Topic C: Manage R Packages Lesson 6: Managing Data in R Topic A: Load Data Topic B: Save Data Topic C: Manipulate Data Frames Using Base R Topic D: Manipulate Data Frames Using dplyr Topic E: Handle Dates and Times Lesson 7: Analyzing Data in R Topic A: Examine Data Topic B: Explore the Underlying Distribution of Data Topic C: Identify Missing Values Lesson 8: Visualizing Data in R Topic A: Plot Data Using Base R Functions Topic B: Plot Data Using ggplot2 Topic C: Format Plots in ggplot2 Topic D: Create Combination Plots Lesson 9: Modeling Data in R Topic A: Create Statistical Models in R Topic B: Create Machine Learning Models in R

R Programming for Data Science (v1.0)
Delivered OnlineFlexible Dates
Price on Enquiry

Microsoft Outlook for Office 365 (Desktop or Online) - Part 1

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for those with a basic understanding of Microsoft© Windows© and who need to know how to use Outlook as an email client to manage their email communications, calendar events, contact information, and other communication tasks. Overview In this course, you will use Outlook to compose and handle your email communications and also manage your calendar, contacts, and tasks.You will:Navigate Outlook to read and respond to email.Use the Address Book and format and spell check new messages.Attach files and insert illustrations to messages.Customize read and response options.Use flags, categories, and folders to organize messages.Create and work with Contacts.Create appointments and schedule meetings in Calendar.Create and work with Tasks and Notes. In this course, you will use Outlook to send, receive, and manage email messages, manage your contact information, schedule appointments and meetings, create tasks and notes for yourself, and customize the Outlook interface to suit your working style.This course covers the Microsoft Office Specialist Program exam objectives to help you prepare for the Outlook Associate (Office 365 and Office 2019): Exam MO-400 certification exam. Getting Started with Outlook Topic A: Navigate the Outlook Interface Topic B: Work with Messages Topic C: Access Outlook Help Topic D: Outlook on the Web Formatting Messages Topic A: Add Message Recipients Topic B: Check Spelling and Grammar Topic C: Format Message Content Working with Attachments and Illustrations Topic A: Attach Files and Items Topic B: Add Illustrations to Messages Topic C: Manage Automatic Message Content Customizing Message Options Topic A: Customize Reading Options Topic B: Track Messages Topic C: Recall and Resend Messages Organizing Messages Topic A: Mark Messages Topic B: Organize Messages Using Folders Managing Contacts Topic A: Create and Edit Contacts Topic B: View and Print Contacts Working with the Calendar Topic A: View the Calendar Topic B: Create Appointments Topic C: Schedule Meetings Topic D: Print the Calendar Working with Tasks and Notes Topic A: Create Tasks Topic B: Create Notes Additional course details: Nexus Humans Microsoft Outlook for Office 365 (Desktop or Online) - Part 1 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 Microsoft Outlook for Office 365 (Desktop or Online) - Part 1 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.

Microsoft Outlook for Office 365 (Desktop or Online) - Part 1
Delivered OnlineFlexible Dates
Price on Enquiry

Customer Service (Second Edition)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for customer service professionals with any level of experience who want to expand their knowledge, improve their skill set, and increase the understanding of customer benefits. Overview In this course, you will develop the skills to coach for results. You will:  Describe the benefits of customer service, identify internal customers, identify the benefits to you of giving good customer service, and identify how you can help your company to excel. Identify the major trends in customer service today and the combination of criteria required for customer satisfaction. Identify the benefits of bringing respect, emotional support, and a personal touch to customer interactions, and apply the personal touch to customer interactions. Identify the six categories of face-to-face communication, the critical success factors in face-to-face communication, and the benefits of actively listening to your customers. Identify remote customer service communication channels and apply remote customer service best practices. Identify guidelines for handling unreasonable customers, explore ways to handle angry customers, and identify guidelines for handling unhelpful colleagues. Take action to increase the loyalty of the customers you serve. You will also identify guidelines for dealing with moments of truth, identify the benefits of customer complaints, identify the steps in the service recovery process, and analyze the moments of truth in a real-life situation. As a customer service representative, you are expected to handle customer interactions in the best way possible. The expectations of both your company and your customers hinge on your ability to provide the right service in the right way. In this course, you will explore the background and techniques of customer interactions.Providing quality customer care ensures that every single contact with your company is a positive experience. Customers can range from external consumers to internal employees in other departments. Knowing how to provide the same level of service to all customers will enrich your time spent at work by establishing positive business relationships. Recognizing crucial points throughout customer interactions increases your ability to solve problems and offer affirmative solutions. Applying this knowledge to trends in service and consumer desires allows you to contribute to the company?s bottom line and make a customer?s life a little easier. Understanding Customer Service Describe Customer Service Benefits Recognize the Importance of Internal Customer Service Identify How Customer Service Benefits You Excel with Customer Service Identifying How Customers Define the Success of Your Company Recognize Trends in Customer Service Identify Criteria for Customer Satisfaction Increasing Customer Satisfaction Identify Characteristics of the Personal Touch Create Lasting Positive Impressions on Your Customers Providing Face-to-Face Customer Service Identify Categories of Face-to-Face Contact Understand the Critical Success Factors in Face-to-Face Customer Service Identify the Characteristics of Active Listening Providing Remote Customer Service Identify Remote Customer Service Communication Channels Apply Remote Customer Service Best Practices Engaging Difficult Customers Serve Difficult Customers Manage Angry Customers Deal with Difficult or Unhelpful Colleagues Increasing Customer Loyalty Optimize Moments of Truth Recognize the Value of Customer Complaints Identify the Stages of the Service Recovery Process

Customer Service (Second Edition)
Delivered OnlineFlexible Dates
Price on Enquiry

General Anxiety and Phobia Specialist Coaching

By Creature Courage

Freedom In Courage is a specialised anxiety coaching service using powerful neuro science to radically liberate the mind from fear and worry.

General Anxiety and Phobia Specialist Coaching
Delivered in SUTTON or OnlineFlexible Dates
£56

Creative Writing: Write Stories Like a Professional Writer

By NextGen Learning

Course Overview Unlock your full creative potential with Creative Writing: Write Stories Like a Professional Writer! This course provides a comprehensive introduction to the art and craft of writing across a wide range of genres. Whether you aspire to write novels, poetry, children's books, or compelling non-fiction, this course offers practical insights and structured guidance to elevate your writing skills. Learners will explore key techniques for character development, dialogue creation, and story structuring, while gaining a deeper understanding of critical thinking and business writing. By the end of the course, you will be equipped with the knowledge and confidence to write professionally, refine your work through editing, and pursue opportunities for publication. Course Description Creative Writing: Write Stories Like a Professional Writer! takes you on an enriching journey through the world of creative writing. Covering fiction, non-fiction, poetry, and professional writing, the course develops both foundational and advanced writing techniques. Learners will engage with modules on writing horror and thriller stories, creating believable characters, crafting realistic dialogue, and understanding the publishing process. The course also introduces vital skills such as critical thinking and business writing to enhance versatility. With a focus on structured development and creativity, learners will build the confidence to produce polished, compelling pieces that meet professional standards. This course is suitable for individuals at all stages of their writing journey, offering the tools needed to transform ideas into powerful written works. Course Modules Module 01: Introduction to Creative Writing Module 02: The Development of Creative Writing Module 03: Novel Writing Module 04: Writing Non-Fiction Module 05: Creating Fictional Characters Module 06: Writing Realistic Dialogue Module 07: Writing Horrors, Thriller and Murder Stories Module 08: Writing for Children Module 09: Writing Poetry Module 10: Proposal Writing Module 11: Critical Thinking Module 12: Business Writing Module 13: Other Writings Module 14: Editing, Evaluating and Getting Published (See full curriculum) Who is this course for? Individuals seeking to master creative writing and storytelling techniques. Professionals aiming to enhance their communication and writing skills for diverse applications. Beginners with an interest in exploring the field of creative writing. Writers looking to prepare manuscripts for publication or self-publishing. Career Path Author Copywriter Content Writer Scriptwriter Editor Publishing Assistant Communications Officer Journalist Creative Writing Tutor

Creative Writing: Write Stories Like a Professional Writer
Delivered OnlineFlexible Dates
£9.99

Adobe Lightroom Complete Training

5.0(1)

By Course Gate

Are you looking forward to learn the world's most powerful and efficient editing application, used by professional photographers? Light-room is software for the professional and keen amateur photographer, helping you organize, edit and share your photography. It also allows for a cross-platform interaction with other programs such as Adobe Photoshop. By getting involved with Lightroom, you save time and are more productive, which means you can get back to doing what you love - taking amazing pictures. If so, having this Adobe Lightroom Complete Training will be a great choice for you! Boost your skills to rapidly import, categorize and batch edit your photography. This course will teach you everything you to start photo editing today. You will learn to manage and store your digital images, and how to properly edit, print and display your work for the world to see.  Who is this course for? Adobe Lightroom Complete Training is suitable for anyone who want to gain extensive knowledge, potential experience and professional skills in the related field. This course is CPD accredited so you don't have to worry about the quality. Requirements Our Adobe Lightroom Complete Training is open to all from all academic backgrounds and there is no specific requirements to attend this course. It is compatible and accessible from any device including Windows, Mac, Android, iOS, Tablets etc. CPD Certificate from Course Gate  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Edit Like a Pro! - 1 - Navvy on the river Liffey, Dublin, Ireland Opening Titles FREE 00:01:00 Introduction to our image 00:03:00 Let's start with some global adjustments Fix verticals using transform 00:02:00 Crop out distracting elements 00:01:00 Tonal range, black and white points 00:03:00 Decisions about clarity 00:01:00 now we focus in and make localised adjustments to different parts of the image Localised adjustments using the radial filter 00:03:00 Localised adjustments using the clone tool 00:06:00 Localised brightening using the adjustment brush 00:01:00 Localised adjustments - white balance 00:03:00 Finishing off... Final edits - subject, background, corners 00:02:00 Thanks for watching! 00:01:00 Let's get started Titles and promo 00:01:00 Edit Like a Pro promo 00:02:00 Introduction to our image 00:03:00 Initial Processing - Assessing the image Reading the Histogram 00:03:00 Creating the HDR merge 00:05:00 Sorting your images in Grid view 00:02:00 Using Survey mode (N) to compare images 00:01:00 Keywording our new image 00:03:00 Main Edits Editing - the Basic tab 00:06:00 Editing - the Transform tab 00:04:00 Editing - Sharpening 00:03:00 Edit - Radial filters 00:08:00 Editing - Adjustment brush 00:07:00 Thanks for Watching! Editing - Final Tweaks 00:04:00 Thanks for watching! 00:01:00 Edit Like a Pro! - 3 - Light Trails on O'Connell Street Bridge, Dublin, Ireland Opening titles 00:01:00 Introduction to our image 00:03:00 Using Lightroom and Photoshop Selecting the images to export into Photoshop 00:02:00 Combining our images in Photoshop 00:04:00 Finding the new composite file back in Lightroom 00:01:00 Editing our composite image back in Lightroom Editing our merged image 00:02:00 Edit - fixing verticals with the transform tab 00:02:00 Edit - changing the crop 00:02:00 Edit - Basic panel adjustments 00:05:00 Edit - tone curve and sharpening 00:02:00 Finishing off... Final touches 00:02:00 Thanks for watching! 00:01:00 Let's set our image up for editing... Opening titles 00:01:00 Promo for Edit Like a Pro! - 4 - Castletown Stately Home 00:01:00 Introduction to our image 00:01:00 Keywording our image 00:02:00 Editing metadata pre-sets 00:02:00 The Basic Tab - initial editing Setting the Crop 00:05:00 Adjusting tonal range using the Histogram 00:04:00 Highlights, Shadows, Whites & Blacks 00:03:00 Clarity, Vibrance & Saturation 00:02:00 Adjusting Contrast using the Tone Curve 00:02:00 The HSL tab Adjusting Hue, Saturation and Luminance 00:04:00 Sharpening and Orientation Sharpening & the Detail tab 00:04:00 Lens Corrections 00:02:00 Tweaking verticals with the Transform tab 00:04:00 Subtle finishing touches Applying a vignette in the Effects tab 00:01:00 Using Camera Calibration for different 'looks' 00:03:00 Bring out shadow detail with Radial Filters & Adjustment Brushes 00:06:00 Cloning out distracting elements 00:10:00 B&W using Nik Silver Efex Pro 2 00:10:00 Thanks for watching! 00:01:00 Introduction Opening titles 00:01:00 Basic edits Setting up the develop tab 00:02:00 Correcting perspective 00:04:00 Applying a panoramic crop 00:03:00 Complex selections in Lightroom Selecting the sky 00:16:00 Adjusting the building 00:08:00 Cleaning the clock faces 00:04:00 Finishing off The Basic tab 00:04:00 Seeing the before and after 00:01:00 Thanks for watching 00:01:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Adobe Lightroom Complete Training
Delivered Online On Demand3 hours 39 minutes
£11.99

Sales Negotiation Training Course

By NextGen Learning

Sales Negotiation Training Course Course Overview This Sales Negotiation Training Course is designed to provide learners with the essential skills and techniques required to excel in sales negotiations. With a focus on strategy, communication, and effective deal-making, this course equips learners to confidently navigate complex sales discussions. The course highlights key negotiation strategies, personal development techniques, and how to achieve successful outcomes. By the end of the course, learners will have developed the ability to engage with clients, manage objections, and close deals with confidence, making them highly effective in their sales roles. Course Description The Sales Negotiation Training Course covers a comprehensive range of topics crucial to successful sales negotiations. It begins with the importance of self-development for sales consultants, helping learners understand their strengths and areas for improvement. The course progresses into core negotiation strategies, including how to build rapport, handle objections, and reach mutually beneficial agreements. Learners will also gain insights into different negotiation styles, helping them adapt to various scenarios. By the end of the course, learners will be equipped with the knowledge and confidence to approach sales negotiations with professionalism and poise, making them valuable assets to any sales team. Sales Negotiation Training Course Curriculum Module 01: Prepare The Train Driver - Self Development For The Sales Consultant Module 02: Negotiation Station - How To Negotiate Successfully (See full curriculum) Who is this course for? Individuals seeking to enhance their sales negotiation skills. Professionals aiming to advance their careers in sales. Beginners with an interest in the sales industry. Any other individuals wishing to strengthen their negotiating capabilities. Career Path Sales Consultant Account Manager Business Development Manager Sales Director Customer Relationship Manager Negotiation Specialist

Sales Negotiation Training Course
Delivered OnlineFlexible Dates
£7.99

Adobe Acrobat Reader

By Underscore Group

There is so much more to this free tool than just creating PDFs. Learn what else you can do for free. Duration: 2 hours This Adobe Acrobat Reader course looks at the features of the Acrobat Reader tool. Learn how to create PDF and what options you have, complete and sign and mark up PDFs. Objectives  By the end of the course you will be able to: Create PDFs from other tools Complete and sign documents Mark up PDF documents Content Creating PDFs Building PDF documents from Word, Excel and PowerPoint Working in Acrobat Home, Tools and Document Views Using the Navigation Panel and Pane Floating toolbar and Contextual menus Completing and signing documents Using fill and sign to complete forms Adding signatures Marking up documents Marking up changes Using sticky notes Using the highlighter pen Adding stamps Attaching documents and audio

Adobe Acrobat Reader
Delivered in Horsham or OnlineFlexible Dates
Price on Enquiry