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

52877 Courses in Manchester delivered Online

ILM Level 3 Award in Leadership and Management - On-Demand Course

By Dickson Training Ltd

An accredited qualification for current and prospective managers. This programme gives Team Leaders & Managers the skills, disciplines and confidence to manage their team effectively and add a great deal more value to the organisation - where they have to apply their learning in order to achieve the highly coveted ILM qualification. One of the main responsibilities of a manager is to make sure that employees are satisfied with their job and reaching their full potential. A manager who can energise his or her employees will have a team which has a much greater potential and capability of achieving company goals and objectives. It is therefore vital that a manager has the essential skills to fully support and lead their team to success. This 3-day programme brings together the key leadership skills that you will need to be an effective manager so that you can return to the workplace and deliver tangible results. All of our ILM Programmes are provided in partnership with The BCF Group, which is the ILM Approved Centre we deliver under. Course Syllabus The syllabus of the ILM Level 3 Award in Leadership and Management course is split into three main modules, covering the following: Module OneSolving Problems and Making Decisions What is a problem? How to identify a problem, its nature, scope and impact Identifying the root cause Understanding how to interpret information to solve a problem What is involved in making an informed decision? Generate ideas/solutions- creative thinking techniques How to evaluate your options Finding the critical path Having confidence to commit to a decision Planning approach Communicating the decision Implementing the plan Module TwoUnderstanding Leadership What is leadership? Recognise the differences and similarities between leadership and management Qualities and skills of a leader Action Centered Leadership - Team, Task, Individual - John Adair Varying leadership styles Evaluating a range of leadership models and their significance for: Task, Performance, Culture, Relationships Reflect on your own leadership styles and behaviours Create an action plan to enhance your performance Module ThreeUnderstanding the Communication Process in the Workplace Identify what is effective communication Understand the importance of effective communication at work Recognise the different ways we communicate Recognise possible barriers to communication and how to overcome them Johari's window - communication flows How others will perceive and interpret the information you have provided Active listening Developing questioning skills Understanding the significance of non-verbal communication and body language Developing sensory acuity and how to use it effectively in the workplace In-House & Classroom Courses Available Online We have developed an alternative to traditional face-to-face training that continues to provide a full learning experience, and allows delegates to learn effectively whilst self-isolating from home. This is how it looks: Delegates booked on Classroom and In-House courses will continue to have access to their trainer online throughout the days that the course is booked to run. Prior to a delegate's course start date, they will be enrolled on our e-learning platform (in partnership with BCF Group) for the course they are booked on to. They will also be given contact information for their trainer, and details of how to access the online workshops. Delegates will not require any special IT equipment. A desktop computer, laptop, tablet, or a mobile phone with internet and audio capability is all that is required. Delegates taking ILM Qualifications will then proceed to the book review, video review and work based assignments with 12 months tutor support as appropriate, and in line with our previous arrangements. We hope you agree that this blended learning experience represents the safest way to continue supporting our clients and delegates during the Coronavirus disruption. In-House Courses As well as being one of the most popular open courses, we can also arrange this course as an in-house programme for companies and organisations who wish to develop a number of their managers at the same time, and would find an in-house course at their own premises much more suitable. Scheduled Courses On-Demand Course - Self-paced The online course option includes a comprehensive course manual, book reviews, useful guides and personalised tutor support. You will also be able to upload assessments online and receive online feedback. Our online training option gives you 24/7 access to our learning platform for the duration of your course. The programme elements and assignments can be completed as quickly as you like, with the only time limit being that the final assignment has to be submitted to ILM within 12 months of your registration on the programme. Cost: £695 + vat Dickson Training Ltd Founded in 1985 in Yorkshire, we have built an impressive and loyal client base. Our partnerships are built by consistently delivering outstanding development solutions and working in close collaboration with our clients, resulting in us becoming a leading UK and international training provider.

ILM Level 3 Award in Leadership and Management - On-Demand Course
Delivered Online On Demand18 hours
£695

Complete JavaScript

5.0(3)

By Systems & Network Training

Complete JavaScript training course description A hands on course covering JavaScript programming. Core JavaScript is covered first, including the basics, arrays, functions, classes, modules and Regular expressions. Client side JavaScript is then covered including JavaScript in browsers, Scripting CSS, the jQuery library and HTML APIs. What will you learn Read JavaScript. Write JavaScript. Debug JavaScript. Complete JavaScript training course details Who will benefit: Anyone wishing to learn JavaScript. Prerequisites: None. Duration 3 days Complete JavaScript training course contents CORE JAVASCRIPT Lexical structure: Character set, comments, literals, identifiers, and reserved words, optional semicolons.. Types, values and variables: Numbers, text, boolean values, null and undefines, the global object, wrapper objects, immutable primitive values and mutable object references, type conversions, variable declaration, variable scope. Expressions and operators: Primary expressions, object and array initializers, function definition expressions, property access expressions, invocation expressions, object creation expressions, operator overview, arithmetic expressions, relational expressions, logical expressions, assignment expressions, evaluation expressions, miscellaneous operators. Statements: Expression statements, compound and empty statements, declaration statements, conditionals, loops, jumps, miscellaneous statements, summary of JavaScript statements. Objects: Creating objects, querying and setting properties, deleting properties, testing properties, enumerating properties, property getters and setters, property attributes, object attributes, serializing objects, object methods. Arrays: Creating arrays, reading and writing array elements, sparse arrays, array length, adding and deleting array elements, iterating arrays, multi-dimensional arrays, array methods, FCMAScript 5 array methods, array type, array-like objects, strings as arrays. Functions: Defining functions, invoking functions, function arguments and parameters, functions as values, functions as namespaces, closures, function properties, methods and constructor, functional programming. Classes and modules: Classes and prototypes, classes and constructors, Java-style classes in JavaScript, augmenting classes, classes and types, object oriented techniques in JavaScript, subclasses, classes in ECMAScript 5, modules. Pattern matching and regular expressions: Defining regular expressions, string methods for pattern matching, the RegExp object. JavaScript subsets and extensions: JavaScript subsets, constants and scoped variables, destructuring assignment, iteration, shorthand functions, multiple catch clauses, E4X: ECMAScript for XML. Server-side JavaScript: Scripting Java with Rhino, asynchronous I/O with node. CLIENT SIDE JAVASCRIPT JavaScript in web browsers: Client side JavaScript, embedding JavaScript in HTML, execution of JavaScript programs, compatibility and interoperability, accessibility, security, client side frameworks. The Window object: Timers, browser location and navigation, browsing history, browser screen information, dialog boxes, error handling, document elements as window properties, multiple windows and frames. Scripting Documents: Overview of the DOM, selecting document elements, document structure and traversal, attributes, element content, creating, inserting and deleting nodes. Example: generating a table of contents, document and element geometry and scrolling, HTML forms, other document features. Scripting CSS: Overview of CSS, important CSS properties, scripting inline styles, querying computed styles, scripting CSS classes, scripting stylesheets. Handling events: Types of events, registering event handlers, event handler invocation, document load events, mouse events, mousewheel events, drag and drop events, text events, keyboard events. Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. HTMLS APIs: Geolocation, history management, cross-origin messaging, web workers, type arrays and ArrayBuffers, blobs, the filesystem API, client side databases, web sockets.

Complete JavaScript
Delivered in Internationally or OnlineFlexible Dates
£2,367

Employability Skills Online Course

By Training Tale

This Employability Skills Online course is designed for students who want to improve their employability skills and prepare for the world of work. This Employability Skills Online Course aims to help learners develop and improve skills required for the workplace and increase learners' confidence and communication skills to prepare them for employment or a change in employment. This Employability Skills Online Course will make you more aware of what employers are currently looking for when hiring new employees and how you can make the most of your technical qualifications, skills, experience, and personal qualifications when applying for jobs. Apart from technical qualifications, the Employability Skills Online Courseconsiders a variety of generic skills and capabilities that employers look for. Learning Outcomes After completing this Employability Skills Online Course, you will be able to: Understand a Mindset that can improve employability. Know how to deal with your first days at work. Recognise the key motivators and de-motivators that impact work situations. Understand how to set your targets. Understand how to manage time. Know how to present yourself. Know how to solve problems in a place of work. Recognise creative thinking. Know how to work in a team. Know how to deal with conflict. Gain a solid understanding of health, safety and security in the place of work. Why Choose This Course from Us Self-paced course, access available from anywhere. Easy to understand, high-quality study materials. Employability Skills Online Course developed by industry experts. MCQ quiz after each module to assess your learning. Automated and instant assessment results. 24/7 support via live chat, phone call or email. Free PDF certificate as soon as completing the Employability Skills Online Course. ***Other Benefits of This Course Free One PDF Certificate Lifetime Access Unlimited Retake Exam Tutor Support [ Note: Free PDF certificate as soon as completing the Employability Skills Online Course] ***Employability Skills Online Course*** Detailed course curriculum of the Employability Skills Online Course: Module 01: Understanding Mindset Module 02: Dealing with Your First Days at Work Module 03: Understanding Motivation Module 04: Setting Your Targets Module 05: Managing Your Time Module 06: Presenting Yourself Module 07: Problem Solving in a Place of Work Module 08: Creative Thinking Module 09: Understanding Risk Module 10: Working in a Team Module 11: Dealing with Conflict Module 12: Health, Safety and Security in the Place of Work ------------------ Assessment Method After completing each module of the Employability Skills Online Course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Certification After completing the MCQ/Assignment assessment for this Employability Skills Online Course, you will be entitled to a Certificate of Completion from Training Tale. The certificate is in PDF format, which is completely free to download. A printed version is also available upon request. It will also be sent to you through a courier for £13.99. Who is this course for? Employability Skills Online Course This Employability Skills Online Course course is ideal for people looking for employment or a change in employment. Requirements Employability Skills Online Course There are no specific requirements for this Employability Skills Online Course because it does not require any advanced knowledge or skills. Certificates Certificate of completion Digital certificate - Included

Employability Skills Online Course
Delivered Online On Demand6 hours
£12

CSR, Business Law with Social Work Studies (QLS)

4.7(47)

By Academy for Health and Fitness

Begin your journey towards a rewarding and successful career by enrolling in our all-inclusive bundle of 8 CSR, Business Law with Social Work Studies (QLS) courses. At UKHF Online, we have carefully selected and combined these courses to equip you with the vital skills and knowledge necessary to thrive in CSR, Business Law with Social Work Studies (QLS). Whether you're a student, recent graduate, or job seeker, our CSR, Business Law with Social Work Studies (QLS) bundle is designed to enhance your CV, impress potential employers, and set you apart from the competition. Key Features of the CSR, Business Law with Social Work Studies (QLS) Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our CSR, Business Law with Social Work Studies (QLS) bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: CSR - Corporate Social Responsibility QLS Course 02: Business Law QLS Course 03: Social Work Studies 5 CPD QS Accredited Courses: Additionally, our bundle includes 5 relevant CPD QS accredited courses, ensuring that you stay up-to-date with the latest industry standards and practices. Course 01: Environmental Health Course 02: Lean Process and Six Sigma Course 03: Process Improvement: How to Reduce Waste Course 04: Carbon Literacy Knowledge Course 05: Leadership & Management In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV Writing Course 02: Job Search Skills Course 03: Self-Esteem & Confidence Building Course 04: Professional Diploma in Stress Management Course 05: Complete Communication Skills Master Class Convenient Online Learning: Our CSR, Business Law with Social Work Studies (QLS) courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. Learning Outcomes of the CSR, Business Law with Social Work Studies (QLS) Bundle: Master the foundational principles and techniques of CSR, Business Law with Social Work Studies (QLS). Develop advanced proficiency in CSR, Business Law with Social Work Studies (QLS) methodologies and strategies. Acquire in-depth knowledge of the latest trends and advancements in CSR, Business Law with Social Work Studies (QLS). Enhance your problem-solving and critical thinking abilities within the context of CSR, Business Law with Social Work Studies (QLS). Cultivate strong communication and collaboration skills essential for success in CSR, Business Law with Social Work Studies (QLS). The CSR, Business Law with Social Work Studies (QLS) bundle is a comprehensive collection of courses that have been meticulously designed to provide you with a well-rounded education in CSR, Business Law with Social Work Studies (QLS). With a combination of 3 QLS-endorsed courses and 5 CPD QS-accredited courses, this bundle offers you the perfect balance of essential knowledge and valuable skills. What's more, we are proud to offer free hardcopy certificates for each course within the CSR, Business Law with Social Work Studies (QLS) bundle, giving you the recognition you deserve. CPD 260 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This course is ideal for anyone who wants to: Gain a comprehensive understanding of corporate social responsibility, business law, and social work studies. Develop skills and knowledge in environmental health, process improvement, leadership, and management. Enhance their career prospects in the areas of CSR, business law, and social work. Work in sustainability, environmental health, social work, or business law roles. Make a positive impact on society and the environment. Career path Upon completion of this bundle, you may pursue the following career paths: Corporate Social Responsibility Manager: £35,000 - £70,000 Social Worker: £24,000 - £40,000 Business Lawyer: £40,000 - £80,000 Process Improvement Manager: £30,000 - £60,000 Sustainability Manager: £35,000 - £60,000 Business Development Manager: £30,000 - £70,000 Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included

CSR, Business Law with Social Work Studies (QLS)
Delivered Online On Demand3 days
£309

CompTIA Linux+

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for IT professionals whose primary job responsibility is the management of servers and other devices running the Linux operating system. A typical student in this course should have at least nine months of hands-on Linux experience and at least one and a half years of IT experience in other computing environments. The target student should wish to expand their skillset to support their career in Linux system administration and operation. This course is also designed for students who are seeking the CompTIA Linux+ certification and who want to prepare for Exam XK0-005. The Linux+ certification can validate the student's understanding and skill in configuring, monitoring, and supporting Linux systems. Overview In this course, you will configure, operate, and troubleshoot Linux systems. You will: - Perform basic Linux tasks. - Manage users and groups. - Manage permissions and ownership. - Manage storage. - Manage files and directories. - Manage kernel modules. - Manage the Linux boot process. - Manage system components. - Manage devices. - Manage networking. - Manage packages and software. - Secure Linux systems. - Write and execute Bash shell scripts. - Automate tasks. - Plan and perform a Linux installation. The Official CompTIA© Linux+© courseware builds on your existing experience with systems operations and administration to provide you with the knowledge and skills required to configure, manage, operate, and troubleshoot a Linux environment by using security best practices, scripting, and automation. This course will also prepare you for the Exam XKO-005. 1 - PERFORMING BASIC LINUX TASKS Identify the History and Development of Linux Enter Shell Commands Get Help Using Linux 2 - MANAGING USERS AND GROUPS Assume Superuser Privileges Create, Modify, and Delete Users Create, Modify, and Delete Groups Query Users and Groups Configure Account Profiles 3 - MANAGING PERMISSIONS AND OWNERSHIP Modify File and Directory Permissions Modify File and Directory Ownership Configure Special Permissions and Attributes Troubleshoot Permissions Issues 4 - MANAGING STORAGE Create Partitions Manage Logical Volumes Mount File Systems Manage File Systems Navigate the Linux Directory Structure Troubleshoot Storage Issues 5 - MANAGING FILES AND DIRECTORIES Create and Edit Text Files Search for Files Perform Operations on Files and Directories Process Text Files Manipulate File Output 6 - MANAGING KERNEL MODULES Explore the Linux Kernel Install and Configure Kernel Modules Monitor Kernel Modules 7 - MANAGING THE LINUX BOOT PROCESS Configure Linux Boot Components Configure GRUB 2 8 - MANAGING SYSTEM COMPONENTS Configure Localization Options Configure GUIs Manage Services Troubleshoot Process Issues Troubleshoot CPU and Memory Issues 9 - MANAGING DEVICES Identify the Types of Linux Devices Configure Devices Monitor Devices Troubleshoot Hardware Issues 10 - MANAGING NETWORKING Identify TCP/IP Fundamentals Identify Linux Server Roles Connect to a Network Configure DHCP and DNS Client Services Configure Cloud and Virtualization Technologies Troubleshoot Networking Issues 11 - MANAGING PACKAGES AND SOFTWARE Identify Package Managers Manage RPM Packages with YUM Manage Debian Packages with APT Configure Repositories Acquire Software Build Software from Source Code Troubleshoot Software Dependency Issues 12 - SECURING LINUX SYSTEMS Implement Cybersecurity Best Practices Implement Identity and Access Management Methods Configure SELinux or AppArmor Configure Firewalls Implement Logging Services Back Up, Restore, and Verify Data 13 - WORKING WITH BASH SCRIPTS Customize the Bash Shell Environment Identify Scripting and Programming Fundamentals Write and Execute a Simple Bash Script Incorporate Control Statements in Bash Scripts 14 - AUTOMATING TASKS Schedule Jobs Implement Version Control Using Git Identify Orchestration Concepts 15 - INSTALLING LINUX Prepare for Linux Installation Perform the Installation Additional course details: Nexus Humans CompTIA Linux Plus Certification (Exam XK0-005) 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 CompTIA Linux Plus Certification (Exam XK0-005) 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.

CompTIA Linux+
Delivered OnlineFlexible Dates
£2,475

Evolving into the Manager Role

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for New managers wanting to become skilled in their management roles will benefit from this course Overview Describe the roles that a manager has in an organization Identify and nurture talent in your team Build a management vision for success Create strategies to motivate and empower your team Combine leadership qualities and influence skills to motivate your team Plan and manage effective meetings In this course, students will learn how to confidently acquire and build these skills through relevant discussions, team and individual activities. Private classes on this topic are available. We can address your organization?s issues, time constraints, and save you money, too. Contact us to find out how. 1. The Manager\'s Role Distinguishing a Manager\'s Role from Function Understanding Interpersonal, Informational, and Decision Roles 2. Building a Shared Vision Defining a Shared Vision Building a Strong Vision Creating and Communicating a Vision Statement Identifying Benefits of Your Vision 3. Leadership and Influence Identifying the Characteristics and Qualities of a Leader Modeling the Way and Enabling Others to Act Encouraging Your Inner Innovator and Mastering the Art of Persuasion Creating Mutual Respect Effectively Communicating and Reasoning with Others 4. Nurturing Talent Calibrating Talent Finding and Nurturing the Attributes that Meet Your Requirements Articulating Culture and Hiring for a Cultural Fit Looking to the Future - Developing and Executing a Plan Succession Planning Creating and Fostering Employee Engagement Coaching, Training, and Development 5. Delegation and Empowerment Working with Workgroups and Teams Delegating Progress Tracking and Reviewing Results 6. Building a Better Meeting Planning and Preparing a Meeting Identifying Proper Participants Creating an Agenda Evaluating the Use of Technology Additional course details: Nexus Humans Evolving into the Manager Role 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 Evolving into the Manager Role 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.

Evolving into the Manager Role
Delivered OnlineFlexible Dates
£2,250

The Complete Full-Stack JavaScript Course!

4.7(160)

By Janets

Register on the The Complete Full-Stack JavaScript Course! today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get a digital certificate as a proof of your course completion. The The Complete Full-Stack JavaScript Course! is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The The Complete Full-Stack JavaScript Course! Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the The Complete Full-Stack JavaScript Course!, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Introduction and Setup Welcome To The Course 00:11:00 Environment Setup 00:12:00 Anatomy of a React Project 00:13:00 Getting Started with ReactJS Writing a React Component 00:09:00 Purchasing and Procurement Management 01:40:00 The React State 00:15:00 Understanding Component Props and Re-rendering 00:18:00 Importing CSS Into React Components[iframevideo] [/iframevideo] 00:05:00 Building a ReactJS Website Coding a calculator part 1 00:19:00 Coding a Calculator Part 2 00:35:00 React Website Setup 00:06:00 Component Children 00:17:00 React Routing 00:10:00 Route Parameters and HTML Slicing Part 1 00:15:00 Route Parameters and HTML Slicing Part 2 00:17:00 Services and Portfolio Pages Part 2 00:10:00 Working With Forms in React Part 1 00:16:00 Working With Forms in React Part 2 00:22:00 Using Formik 00:23:00 Yup Form Validation Schemas 00:17:00 Rest API with LoopbackJS Setup of REST API Using LoopbackJS 00:15:00 Creating Models 00:13:00 Model Observers 00:16:00 Model Relations 00:16:00 ESLINT 00:09:00 Subclassing Access Tokens 00:06:00 Persisting Data Using MongoDB 00:20:00 Creating Data 00:07:00 Updating Data 00:04:00 Finding Model Instances Part 2 00:03:00 Deleting Model Instances 00:07:00 Creating Post Collection 00:06:00 Roles and Rolemapping 00:14:00 Applying Access Control to Our Post Model 00:13:00 Adding an Editor Role 00:10:00 Creating a Category Model 00:09:00 File Storage and Collection Part 1 00:15:00 File Storage and Collection Part 2 00:10:00 Custom Remote Methods and File Uploads Part 1 00:18:00 Custom Remote Methods and File Uploads Part 2 00:14:00 Creating Login Route 00:18:00 Adding a Login Form 00:12:00 Redux and Material-UI Wrapping Components 00:11:00 Dispatching Actions 00:06:00 Creating Our Store and Reducers 00:24:00 Integrating Remote API Calls 00:22:00 Applying Middle Ware 00:15:00 Material-UI Intro 00:12:00 Drawer and CSS 00:16:00 Drawer Collapsing and Animations 00:14:00 Icons, Lists, Links 00:17:00 Main Content Class 00:14:00 Persisting Reducers Using Local Storage 00:15:00 Basic Tables 00:11:00 Fetching Posts and Users From Our API 00:21:00 Fab Buttons 00:12:00 Setting up Redux, Material-UI and Formik for Our Add Post Page 00:12:00 Material-UI Forms With Formik 00:19:00 Flex Display and Connecting Our Post Form to Our Database via Redux Part 1 00:15:00 Flex Display and Connecting Our Post Form to Our Database via Redux Part 2 00:15:00 Editing Existing Posts 00:28:00 Uploading Post Images Part 1 00:16:00 Uploading Post Images Part 2 00:17:00 Integrating Quill as a Content Editor 00:18:00 Loading Posts on the Front-end Part 1 00:14:00 Loading Posts on The Front-end Part 2 00:17:00 Loading More Posts on Demand 00:12:00 Single Post Page 00:27:00 Registering New Accounts 00:25:00 Posting Comments and Adding Relations and ACLs to Our API Part 1 00:20:00 Posting Comments and Adding Relations and ACLs to Our API Part 2 00:19:00 Deploying React Apps With NGINX 00:26:00 Deploying Our API Using PM2 And NGINIX Part 1 00:18:00 Deploying Our API Using PM2 And NGINIX Part 2 00:14:00 Deploying Our API Using PM2 And NGINIX Part 3 00:17:00 WebSocket Chat Application Creating A Chat App 00:08:00 Creating Our Chat Store 00:11:00 Websocket Connections 00:08:00 Sending Socket Messages 00:13:00 Creating Signup and Login Forms 00:18:00 Writing Account Based Logic Part 1 00:30:00 Writing Account Based Logic Part 2 00:02:00 Using Auth Tokens 00:13:00 Styling The Messenger 00:21:00 Tracking Logged In Users 00:14:00 Search Functionality 00:20:00 Creating New Threads And Sending To Relevant Clients 00:27:00 Connecting On Page Load If Already Logged In 00:24:00 Get Threads on Page Load 00:10:00 Disconnecting Socket Sessions 00:11:00 Adding Messages and Sending to Relevant Clients 00:32:00 Rendering Messages Client-side 00:19:00 Rendering Messages With User Information 00:23:00 Ejecting a React Application 00:09:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

The Complete Full-Stack JavaScript Course!
Delivered Online On Demand25 hours
£25

SOC - EC Council Official SOC Analyst (CSA) with exam

5.0(12)

By Nemstar Ltd

Classroom based, instructor led workshop with proctor at home exam. The lab-intensive Certified SOC Analyst (CSA) program emphasizes the holistic approach to deliver the advanced knowledge of how to identify, validate and defend against cyber-attacks.

SOC - EC Council Official SOC Analyst (CSA) with exam
Delivered OnlineFlexible Dates
£2,394

NCSP 800-171 Specialist

By IIL Europe Ltd

The NCSP® 800-171 Specialist accredited (APMG International), certified (NCSC/GCHQ-UK), and recognized (DHS-CISA-USA) certification course teaches Digital Business, Operational Stakeholders, Auditors, and Risk Practitioners a Fast-Track approach to adopting and adapting the 800-171 controls in the context of a NIST Cybersecurity Framework program. This course looks at the impact of adapting a principled approach to the enterprise risk management (ERM) framework to better support cybersecurity decisions, establishing the context for the selected informative reference (IR). It guides participants on the best approach to adapting, implementing, and operating (AIO) a comprehensive cybersecurity program that can be integrated into the existing organizational capabilities and incorporates the selected IR. NCSP® 800-171 Specialist introduces the integration of typical enterprise capabilities with cybersecurity from the selected cybersecurity IR perspective. The overall approach places these activities into a systems-thinking context by introducing the service value management system (SVMS), including governance, assurance, and the Z-X model. With this in place, the course presents the approach to adapt, implement, operate, and improve the organizational cybersecurity posture that builds on the application of the FastTrack™ concept presented in the NCSP Practitioner course. The NIST Cybersecurity Professional (NCSP®) program is the industry's first accredited certification training program that teaches organizations how to build a Digital Value Management Overlay System capable of leveraging the NIST Cybersecurity Framework to deliver the secure, digital business outcomes expected by executives, government regulators, and legal advisors.

NCSP 800-171 Specialist
Delivered OnlineFlexible Dates
£2,995

Dream 100 Email Training Course

4.3(43)

By John Academy

Description Your Dream 100 is a list of 100 influencers you'd most like to get next to. These 100 people share your values and stand to help you communicate those values - in any number of ways - to your prospects and customers. When you create your Dream 100 list and communicate with them in the unique ways I've laid out, you'll be able to reach meag-influencers within your industry. And JUST ONE of these people on your Dream 100 list is worth 1,000 CUSTOMERS. So you can imagine where your time is best spent in business creating relationships with your Dream 100 list! This Dream 100 Email Training Course will teach you how to create a Dream 100 list. You will learn how to communicate to your Dream 100, how to email your Dream 100, how to send lumpy mailers to your Dream 100, how to Success Hack your competition, and much more! Assessment: This course does not involve any MCQ test. Students need to answer assignment questions to complete the course, the answers will be in the form of written work in pdf or word. Students can write the answers in their own time. Once the answers are submitted, the instructor will check and assess the work. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Dream 100 Email Training Course is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Dream 100 Email Training Course is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Introduction FREE 00:02:00 Dream 100 Overview 00:14:00 Email Your Dream 100 00:17:00 Lump Mailers for Your Dream 100 00:18:00 Social Media and Your Dream 100 00:09:00 Assessment

Dream 100 Email Training Course
Delivered Online On Demand1 hour
£11.99