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

5596 Computing & IT courses in Crewe delivered Online

AN30 IBM Power Systems for AIX - Virtualization I - Implementing Virtualization

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This advanced course is appropriate for System Administrators, Technical Support Personnel, and Business Partners responsible for implementing LPARs on IBM Power Systems with AIX servers. Overview Discuss the advantages or value of PowerVM edition's featuresDefine micro-partitioning and shared processor LPARsDiscuss the benefits of simultaneous multithreadingDiscuss and configure the Integrated Virtual Ethernet (IVE)Install and configure the Virtual I/O ServerConfigure virtual network devices, such as virtual Ethernet and shared Ethernet adaptersConfigure virtual SCSI and virtual Fibre Channel storage adaptersConfigure virtual SCSI target devices on a virtual SCSI adapterDefine file-backed storage pools and file-backed virtual optical devicesIdentify single points of failure in virtualized environmentsConfigure multiple VIO servers for high availabilityConfigure advanced virtual networking optionsConfigure the shared Ethernet adapter failover featureConfigure advanced virtual SCSI optionsConfigure MPIO in a VIO server's client partitionManage the service events, configure call home, add, exchange FRUs, and discuss FSP failoverPerform PowerVM (VIOS) Maintenance This course explains the new features and benefits of virtualization including processor virtualization, Virtual I/O Server, and virtual devices, such as virtual Ethernet, virtual SCSI, and virtual Fibre Channel adapters. Course Outline Unit 1: Introduction to partitioning Exercise 1: Power Systems documentation overview Unit 2: HMC V8 enhancements Exercise 2: HMC enhanced interface Unit 3: Processor virtualization Exercise 3: Processor virtualization configuration Unit 4: Virtual Ethernet Exercise 4: Virtual Ethernet adapter configuration Unit 5: Virtual I/O Server and Shared Ethernet Adapter Exercise 5: Virtual I/O Server configuration Unit 6: Virtual SCSI devices Exercise 6: Client partition configuration Unit 7: Virtual network configuration with dual VIOS Exercise 7: SEA failover setup Unit 8: Virtual SCSI configurations with dual VIOS Exercise 8: Dual VIO server configuration with MPIO in the client partition Unit 9: Virtual Fibre Channel devices Exercise 9: Virtual Fibre Channel adapter configuration Unit 10: HMC Service Management Exercise 10: Manage service events Unit 11: PowerVM advanced systems maintenance Exercise 11: PowerVM system maintenance Exercise 12: (Optional) File-backed virtual SCSI devices Additional course details: Nexus Humans AN30 IBM Power Systems for AIX - Virtualization I - Implementing Virtualization 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 AN30 IBM Power Systems for AIX - Virtualization I - Implementing Virtualization 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.

AN30 IBM Power Systems for AIX - Virtualization I - Implementing Virtualization
Delivered OnlineFlexible Dates
Price on Enquiry

55244 JavaScript for Developers

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for both novice and experienced programmers. Some experience in C++, C# or Java is helpful. Overview After completing this course, you will be able to: Write and test JavaScript code in modern browsers. Understand and work with the browser's Document Object Model (DOM). Work DOM objects and write code to respond to events. Add jQuery to their projects and use jQuery to manipulate the DOM and to make Ajax calls. Understand Ajax and Web Services, including HTTP Verbs and asynchronous Ajax calls. Work with XML and JSON data formats. Understand and use RESTful Web Services including ODATA queries. Work with Anonymous Functions, Self-Invoking Functions and Closures. Understand the role of the Window and Navigator objects. Describe and understand variables, 'variable hoisting', and JavaScript objects. This course is an in depth hands-on study of JavaScript. The course includes detailed hands-on labs and Q&A labs. The labs include multiple projects that update an existing web site. This course is similar to the retired Course 20480: Programming in HTML5 with JavaScript and CSS3. Module 1: Basic Scripting JavaScript Basics JavaScript or ECMAScript? Which Version of JavaScript am I Using? Shims, Shivs, and Polyfills Writing and Testing JavaScript Editors and the F12 Tools Key Parts of a Script Module 2: The Document Object Model The DOM Accessing Objects from the DOM Responding to Events Adding Elements to the DOM Module 3: Introduction to jQuery jQuery Downloading the jQuery Library jQuery Versions Linking to the Library Selecting Elements using jQuery Working with the Data Returned by jQuery Setting CSS Properties Running a Function Against the jQuery Return Set Module 4: Ajax and Web Services Web Services HTTP Verbs Data Formats ? XML and JSON Ajax RESTful Web Services OData OData Queries OData Updates Module 5: Diving in Deeper Is JavaScript Compiled? Data Types and Objects Extending Data Types Variables, Scopes and Hoisting Functions The ?this? Keyword Errors Recursion

55244 JavaScript for Developers
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to Reactive Spring (TT3355 )

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This in an intermediate-level Java development course geared for students experienced with Java and Spring programming essentials. This course does not cover Java or Spring development basics. Overview Working within in an engaging, hands-on learning environment, guided by our expert team, attendees will: Understand the ReactiveX specification Understand the basics of Reactive Programming Discuss the advantages and limitations of Observables Write a client application capable of handling Reactive events Apply operators to event streams to filter, modify and combine the objects emitted by event publishers Select the appropriate type of Event Source Use both Cold and Hot Observables Deal with backpressure problems in reactive programming Develop a reactive web application using Spring WebFlux Define application flows of a WebFlux application Use the WebClient API to work with both synchronous and streaming APIs Develop Unit and Integration tests to test WebFlux endpoints Creating a reactive REST endpoint Become familiar with the basics of WebSockets Create a WebSocket endpoint using Spring Create a WebSocket client Understand the basics of NoSQL Become familiar with the basics of MongoDB Understand how the data in MongoDB can be retrieved using a Reactive API Define Spring Data MongoDB repositories Query the MongoDB using Spring Data Define a reactive repository using MongoDB Explore the Spring Data R2DBC API to perform reactive CRUD operations against a relational database Spring Data reative allow us to implement database operations relying on Reative Programming APIs. While the Spring R2DBC initiative aims to bring reactive programming to relational databaes, several NoSQL databases already provide this possibility. After an introduction to NoSQL and the MongoDB, this courses covers the APIs available to communicate with this NoSQL database using both blocking and reactive APIs.Introdcution to Reactive Spring is a comprehensive Java training workshop geared for experienced developers who wish to explore concurrent, asynchronous and reactive programming APIs and techniques using Spring. After an introduction to reactive programming, Reactive Streams and the Project Reactor APIs, this course will show how this APIs are integrated into Spring. Spring 5 includes Spring WebFlux, providing a reactive programming model for web applications, including support for Reactive REST APIs. Spring WebSocket assists in the creation of web applications which provide a full-duplex, two-way communication between client and server. Introduction to Reactive Programming Reactive Manifesto Introduce ReactiveX ReactiveX implementations The Observer, Iterator pattern and functional programming Discuss hot and cold publishers Reactive Streams API Introduce the Reactive Streams specification Publisher and Subscribers java.util.concurrent.Flow Transformation of Messages (Processor) Controlling messages Tutorial: Setup Eclipse for Using Maven Introduction Introduce the Reactor Building blocks Flux and Mono Creating observables Subscribing to a stream Testing Event Sources (introduction) Testing reactive implementations StepVerifier : test sequence of emitted items Defining expectations TestPublisher: produce test data to test downstream operators Reactive Operators Introduce Operators Show the use of marble diagrams Explain some commonly used operators Callback operators Schedulers (Multithreading) Thread usage of subscriber and consumer Using the subscribeOn method Introduce the Scheduler interface Using the observeOn method Backpressure Strategies for dealing with Backpressure ?reactive pull? backpressure Exception Handling Handling errors in onError Exception handling strategies Using onErrorReturn or onErrorNext operators Using the retry operators The Global Error Handler Spring Data Review Quick review of Spring Data repositories Query return types Defining Query methods Pagination and sorting R2DBC Reactive Relational Database Connectivity DatabaseClient Performing CRUD operations Reactive Query annotated methods Spring WebFlux: Introduction Annotated Controllers Functional Endpoints WebFlux configuration Creating a reactive REST endpoint Defining flows Defining the application flow Actions Defining decision Navigating flows RouterFunction View Technologies View technologies Using Thymeleaf to create the view View Configuration Spring WebClient: Introduction to WebClient Working with asynchronous and streaming APIs Making requests Handling the response Lab: WebClient WebTestClient Testing WebFlux server endpoints Testing controllers or functions Define integration tests Introduction to Spring Reactive WebSockets Be familiar with the basics of WebSockets Understand the HTTP handshake and upgrade Name some of the advantages of WebSockets Defining the WebSocket WebSocket Message Handling WebSocketSession Implementing the WebSockethandler Creating a Browser WebSocket Client WebSocket STOMP Streaming (or Simple) text-orientated messaging protocol Introduce SockJS Connecting to the STOMP endpoint Configuring the message broker STOMP destinations Reactive WebSocket Reactive WebSocket support Implement the reactive WebSocketHandler BigData Introduce Big Data Explain the need for enhanced data storage Introduction to MongoDB JavaScript Object Notation Overview Introduce Binary JSON (BSON) Starting the database Creating Collections and Documents Executing ?simple? database commands Introduce the ObjectID Searching for documents using query operators Updating and deleting documents MongoDB Compass Spring and MongoDB MongoDB Support in Spring Data MongoClient and MongoTemplate Spring Data MongoDB configuration @EnableMongoRepositories Adding documents to the database The @Document and @Field annotations Polymorphism and the _class property The Criteria object Spring Data MongoDB MongoRepository Field naming strategy Using JSON queries to find documents The @PersistenceConstructor annotation Reactive Repositories with MongoDB Using reactive repositories ReactiveMongoTemplate RxJava or Reactor Additional course details: Nexus Humans Introduction to Reactive Spring (TT3355 ) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Introduction to Reactive Spring (TT3355 ) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Introduction to Reactive Spring (TT3355 )
Delivered OnlineFlexible Dates
Price on Enquiry

SQL Database Basics

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

SQL Database Basics
Delivered Online On Demand1 hour 31 minutes
£25

Learn How to Develop SQL Databases

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

Learn How to Develop SQL Databases
Delivered Online On Demand6 hours 2 minutes
£25

Information Security Manager

By Compliance Central

Are you looking to enhance your Information Security Manager skills? If yes, then you have come to the right place. Our comprehensive course on Information Security Manager will assist you in producing the best possible outcome by mastering the Information Security Manager skills. The Information Security Manager course is for those who want to be successful. In the Information Security Manager course, you will learn the essential knowledge needed to become well versed in Information Security Manager. Our Information Security Manager course starts with the basics of Information Security Manager and gradually progresses towards advanced topics. Why would you choose the Information Security Manager course from Compliance Central: Lifetime access to Information Security Manager course materials Full tutor support is available from Monday to Friday with the Information Security Manager course Learn Information Security Manager skills at your own pace from the comfort of your home Gain a complete understanding of Information Security Manager course Accessible, informative Information Security Manager learning modules designed by experts Get 24/7 help or advice from our email and live chat teams with the Information Security Manager Curriculum Breakdown of the Information Security Manager Course Course Outline: Module 01: Introduction Module 02: Organisational Security Management Module 03: Risk Analysis and Risk Reduction Module 04: Physical and Information Security Protection Module 05: Business Resilience and Crisis Management Module 06: Cyber Security and Fraud Prevention Module 07: Security Investigations and Threat Awareness Module 08: Laws and Regulations CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Information Security Manager course helps aspiring professionals who want to obtain the knowledge and familiarise themselves with the skillsets to pursue a career in Information Security Manager. Requirements To enrol in this Information Security Manager course, all you need is a basic understanding of the English Language and an internet connection. Career path Information Security Analyst: £40,000 to £70,000 per year Cybersecurity Consultant: £45,000 to £80,000 per year IT Risk Manager: £50,000 to £90,000 per year Security Operations Center (SOC) Analyst: £35,000 to £60,000 per year Penetration Tester (Ethical Hacker): £40,000 to £75,000 per year Chief Information Security Officer (CISO): £70,000 to £150,000 per year Certificates CPD Accredited PDF Certificate Digital certificate - Included CPD Accredited PDF Certificate CPD Accredited Hard Copy Certificate Hard copy certificate - £10.79 CPD Accredited Hard Copy Certificate Delivery Charge: Inside the UK: Free Outside of the UK: £9.99 each

Information Security Manager
Delivered Online On Demand4 hours
£12

Walking Safely in Icy Landscapes

By Online Training Academy

Step confidently through icy terrains with our comprehensive winter safety training. Unveil the secrets of navigating frosty landscapes in this enlightening programme, carefully crafted to equip you with essential knowledge. Begin with an exploration into the nuances of icy conditions, understanding the various types of ice. Delve into the world of suitable footwear and equipment tailored for frosty walks. Master the art of walking with finesse, acquiring techniques that ensure balance and stability on icy surfaces. Learn to proactively prevent slips, falls, and injuries with expert strategies. Finally, enhance your preparedness by discovering effective reactions to slips and falls. Join us on this educational journey, where safety meets sophistication in the realm of icy landscapes. Key Features: CPD Certified Free Certificate from Reed CIQ Approved Developed by Specialist Lifetime Access Hop on a transformational experience that unveils the secrets of winter safety. From deciphering the intricacies of icy conditions to mastering advanced walking techniques, this programme empowers you with indispensable skills. Dive deep into understanding the diverse types of ice and discover the perfect footwear and equipment for icy terrains. Elevate your confidence as you learn to navigate with poise, preventing slips, falls, and injuries effortlessly. Be prepared for any icy challenge with our proactive strategies and learn to react decisively in case of unexpected slips and falls. This winter safety training is your key to unlocking a world where every step is a secure, graceful move through icy conditions. Course Curriculum Module 01: Introduction to Walking Safely in Icy Conditions Module 02: Types of Ice Module 03: Footwear and Equipment for Icy Conditions Module 04: Walking Techniques for Balance and Stability Module 05: Preventing Slips, Falls, and Injuries Module 06: Reacting to Slips and Falls Learning Outcomes: Identify various types of ice to enhance situational awareness. Select appropriate footwear and equipment for optimal safety in icy conditions. Apply walking techniques to maintain balance and stability on icy surfaces. Implement proactive measures to prevent slips, falls, and injuries effectively. Develop quick reactions to slips and falls, ensuring minimal impact. Enhance overall safety consciousness for confident navigation in icy environments. CPD 10 CPD hours / points Accredited by CPD Quality Standards Walking Safely in Icy Landscapes 1:51:04 1: Module 01: Introduction to Walking Safely in Icy Conditions 19:11 2: Module 02: Types of Ice 17:42 3: Module 03: Footwear and Equipment for Icy Conditions 18:13 4: Module 04: Walking Techniques for Balance and Stability 15:50 5: Module 05: Preventing Slips, Falls, and Injuries 22:02 6: Module 06: Reacting to Slips and Falls 17:06 7: CPD Certificate - Free 01:00 Who is this course for? Outdoor enthusiasts seeking winter adventure preparedness. Individuals working in cold climates or icy terrains. Hikers and nature lovers exploring frosty landscapes. Professionals with outdoor job responsibilities during winter. Anyone interested in mastering winter safety skills. Career path Ice Safety Instructor Winter Wilderness Guide Outdoor Adventure Tour Leader Environmental Researcher in Cold Climates Safety Officer in Arctic or Subarctic Regions Winter Sports Equipment Consultant Certificates Digital certificate Digital certificate - Included Reed Courses Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.

Walking Safely in Icy Landscapes
Delivered Online On Demand1 hour 54 minutes
£12

Confidentiality in the Workplace

By Online Training Academy

Embark on a transformational journey towards personal and professional growth with our "Confidentiality in the Workplace" course. Crafted by experts, this curriculum delves deep into the essential skills necessary to uphold confidentiality in any workplace setting. By enrolling, you gain access to a wealth of knowledge that not only enhances your understanding of confidentiality protocols but also equips you with practical tools to navigate sensitive information with finesse and integrity. Whether you're a seasoned professional or just starting your career, this course promises to propel your trajectory to new heights by instilling confidence in your ability to maintain confidentiality effectively. Don't miss out on this opportunity to invest in yourself and seize the chance to unlock boundless opportunities for advancement. Join us on this journey and watch as your career reaches unprecedented heights. Key Features: CPD Certified Confidentiality in the Workplace Course Free Certificate from Reed CIQ Approved Confidentiality in the Workplace Course Developed by Specialist Lifetime Access Course Curriculum Module 01: Introduction to Workplace Confidentiality Module 02: Business Etiquette and Types of Confidentiality Module 03: The Importance of Confidentiality Module 04: Maintaining Confidentiality with Co-workers Module 05: Preventing Confidentiality Breach Module 06: How Employees Can Protect Confidential Information Learning Outcomes: Identify various types of workplace confidentiality and their significance. Demonstrate business etiquette in handling confidential information with professionalism. Understand the importance of confidentiality in maintaining a trustworthy work environment. Apply strategies to maintain confidentiality while collaborating with co-workers. Implement measures to prevent breaches and protect sensitive information effectively. Equip employees with practical knowledge on safeguarding confidential data in the workplace. CPD 10 CPD hours / points Accredited by CPD Quality Standards Confidentiality in the Workplace 38:08 1: Module 01: Introduction to Workplace Confidentiality Preview 03:18 2: Module 02: Business Etiquette and Types of Confidentiality 08:01 3: Module 03: The Importance of Confidentiality 03:46 4: Module 04: Maintaining Confidentiality with Co-workers 05:45 5: Module 05: Preventing Confidentiality Breach 06:08 6: Module 06: How Employees Can Protect Confidential Information 10:10 7: CPD Certificate - Free 01:00 Who is this course for? This Confidentiality in the Workplace course is accessible to anyone eager to learn more about this topic. Through this course, you'll gain a solid understanding of Confidentiality in the Workplace. Moreover, this course is ideal for: Employees across industries seeking a comprehensive understanding of workplace confidentiality. Managers and team leaders responsible for fostering a confidential work environment. HR professionals aiming to enhance confidentiality practices within their organizations. New hires looking to integrate seamlessly into workplace confidentiality protocols. Business owners committed to instilling a culture of trust and discretion. Requirements There are no requirements needed to enrol into this Confidentiality in the Workplace course. We welcome individuals from all backgrounds and levels of experience to enrol into this Confidentiality in the Workplace course. Career path After finishing this Confidentiality in the Workplace course you will have multiple job opportunities waiting for you. Some of the following Job sectors of Confidentiality in the Workplace are: Data Protection Officer - £35K to 60K/year Compliance Officer - £30K to 50K/year Legal Secretary - £20K to 35K/year Human Resources Officer - £25K to 45K/year Administrative Assistant - £18K to 30K/year Certificates Digital certificate Digital certificate - Included Reed Courses Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.

Confidentiality in the Workplace
Delivered Online On Demand36 minutes
£12

SFBT - Solution-Focused Brief Therapy Training

By Course Cloud

Solution-Focused Brief Therapy (SFBT) is an evidence-based approach that focuses on the present and future rather than the past. It helps clients identify and achieve their desired goals in a short time by using their own resources and strengths. SFBT is based on the assumption that clients are experts on their own lives and have the ability to change.   This course is your gateway to mastering the art of SFBT-an approach that focuses on strengths, solutions, and client empowerment. It's about creating an environment where individuals can discover their own paths to positive change. Enroll now and be the change your clients are searching for.

SFBT - Solution-Focused Brief Therapy Training
Delivered Online On Demand
£25

Information Management

4.9(27)

By Apex Learning

Overview This comprehensive course on Information Management will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Information Management comes with accredited certification which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Information Management. It is available to all students, of all academic backgrounds. Requirements Our Information Management is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 7 sections • 7 lectures • 02:17:00 total length •Introduction to Information Management: 00:32:00 •Information Management Strategy: 00:17:00 •Databases and Information Management: 00:29:00 •Management Information Systems (MIS): 00:16:00 •Auditing Information Systems: 00:16:00 •Ethical and Social Issues and Data Protection: 00:27:00 •Assignment - Information Management: 00:00:00

Information Management
Delivered Online On Demand2 hours 17 minutes
£12