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

2156 Testing courses

Migrating to AWS

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Solutions architects, Software engineers, Operations leads, and IT project managers. Overview Recognize the common business and technical drivers for migrating to the cloud Summarize the three phases of a migration and associated objectives, tasks, and stakeholders for each Describe AWS architecture, tools, and migration best practices Distinguish between the various cloud migration strategies and when each is most appropriate Determine an organization?s application migration readiness Discover a portfolio and gather data necessary for migration Plan and design an application migration strategy Perform and validate application migration to the cloud Optimize applications and operations after migrating to the cloud This course is for individuals who seek an understanding of how to plan and migrate existing workloads to the AWS Cloud. You will learn about various cloud migration strategies and how to apply each step of the migration process, including portfolio discovery, application migration planning and design, conducting a migration, and post-migration validation and application optimization. Hands-on labs reinforce learning, and each lab is designed to provide you with the understanding and foundation necessary to complete migration tasks in your organization. Prerequisites We recommend that attendees of this course have: * Familiarity with enterprise IT infrastructure (hardware and software) * Completed the AWS Technical Essentials or Architecting on AWS training 1 - WHAT IS A CLOUD MIGRATION? * Summarize the drivers and desired outcomes of a cloud migration * Identify the elements of a successful migration journey * Describe the three-phase AWS migration process 2 - ASSESSING MIGRATION READINESS * Summarize the activities and goals of the assess phase * Evaluate tools for assessing your organization?s cloud readiness * Describe Migration Readiness Assessments (MRAs) and their importance 3 - PREPARING FOR A MIGRATION AND UNDERSTANDING RELATED WORKSTREAMS * Summarize the mobilize phase of the process * Discuss the eight unique migration-related workstreams 4 - DISCOVERING LANDING ZONES AND THEIR BENEFITS * Explain the function of a landing zone * Discuss best practices for creating a custom landing zone * Describe how you would use AWS Control Tower to create a landing zone 5 - BUILDING A LANDING ZONE * Summarize the process of building a landing zone * Determine the best multi-account structure, governance policies, and connectivity plan for a * landing zone 6 - DISCOVERING THE PORTFOLIO AND UNDERSTANDING MIGRATION STRATEGIES * Explain the activities of the detailed portfolio discovery workstream * Describe how to assess an application?s migration readiness * Summarize the seven migration strategies 7 - UNDERSTANDING AND CHOOSING PORTFOLIO DISCOVERY TOOLS * Summarize the various discovery tools available * Distinguish which tools are best to use based on scenario 8 - PLANNING AND DESIGNING A MIGRATION * Describe the planning and design process * Summarize how to set up a migration factory * Choose and finalize an application migration strategy 9 - PERFORMING THE MIGRATION TO AWS * Explain the server migration process * Discuss the various migration automation and governance tools available * Evaluate server migration tools for compatibility with your environment 10 - UNDERSTANDING DATABASE AND DATA MIGRATION SERVICES * Summarize the significance of database and data migration * Discuss the various data migration tools available 11 - UNDERSTANDING ADDITIONAL MIGRATION SUPPORT OPTIONS * Discuss additional migration support options * Summarize AWS Managed Services and AWS Marketplace * Describe SAP on AWS and services offered for Windows 12 - INTEGRATING, VALIDATING, AND CUTTING OVER APPLICATIONS * Discuss the process and benefits of integrating, validating, and cutting over applications 13 - MODERNIZING AND OPTIMIZING AN APPLICATION MIGRATION * Identify post-migration opportunities for modernization and optimization * Understand cost and security optimization processes * Explore tools available to support these processes 14 - UNDERSTANDING OPERATIONS TOOLS, INTEGRATION TESTING, AND AUTOMATION * Summarize operations in the cloud * Discuss four functions of operations and their domains * Review operations automation and relevant support tools 15 - MIGRATION BEST PRACTICES * Course review and key takeaways * Summarize and reinforce AWS best practices for migrating ADDITIONAL COURSE DETAILS: Nexus Humans Migrating to 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 Migrating to 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.

Migrating to AWS
Delivered on-request, onlineDelivered Online
Price on Enquiry

Blockchain - An Overview for Business Professionals

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Technical leaders Overview This course provides general overview of Blockchain technology and is specifically designed to answer the following questions:What is Blockchain? (What exactly is it?)Non-Technical Technology Overview (How does it work?)Benefits of Blockchain (Why should anyone consider this?)Use Cases (Where and for what apps is it appropriate?)Adoption (Who is using it and for what?)Implementation (How do I get started?)Future of Blockchain (What is its future?) This instructor-led 1 day Blockchain Architecture training is for technical leaders who need to make decisions about architecture, environment, and development platforms. WHAT IS BLOCKCHAIN? * A record keeping system * Trust * Decentralization * Trustless environment HOW DOES BLOCKCHAIN WORK? * Announcements * Blocks * Nodes * Chaining * Verification * Consensus * Scalability * Privacy * Crypto Hashing * Digital Fingerprinting * PoW vs PoS TYPES OF BLOCKCHAINS * Public vs Private * Open vs closed * Smart Contracts * Blockchain as History * Tokens / Coins * Gas HOW IS BLOCKCHAIN DIFFERENT FROM WHAT WE HAVE TODAY? * Decentralized * Peer-to-peer architecture * Software vs Firmware * Database vs Blockchain * Distributed database or other technology? * Data Sovereignty * Group Consensus WHAT ARE USE CASES FOR BLOCKCHAIN? * Use Case Examples * Currency * Banking Services * Voting * Medical Records * Supply Chain / Value Chain * Content Distribution * Verification of Software Updates (cars, planes, trains, etc) * Law Enforcement * Title and Ownership Records * Social Media and Online Credibility * Fractional asset ownership * Cable Television billing * High fault tolerance * DDoS-proof * Public or Private Blockchain? * Who are the participants? WHAT DOES A BLOCKCHAIN APP LOOK LIKE? * DApp * Resembles typical full stack web application * Any internal state changes and all transactions are written to the blockchain * Node.js * IDE * Public Blockchain visibility * Private Blockchain solutions * Oracles HOW DO I DESIGN A BLOCKCHAIN APP? * What does this solution need to let users do? * Will the proposed solution reduce or remove the problems and pain points currently felt by users? * What should this solution prevent users from doing? * Do you need a solution ready for heavy use on day 1? * Is your solution idea enhanced by the use of Blockchain? Does the use of Blockchain create a better end-user experience? If so, how? * Has your business developed custom software solutions before? * What level of support are you going to need? * How big is the developer community? * Does your vision of the future align with the project or platform's vision of the future? * Does the platform aim to make new and significant contributions to the development space, or is it an efficiency / cost play? * Should the solution be a public or private Blockchain? * Should the solution be an open or closed Blockchain? * Create a plan for contract updates and changes! * Hybrid solutions * Monetary exchanges? HOW DO I DEVELOP A BLOCKCHAIN APP? * AGILE approach pre-release * Define guiding principles up front * Software vs Firmware * Announcements, not transactions! * Classes, not contracts * Link contracts to share functions * Use calling contracts to keep contract address the same * Hyperledger vs Ethereum * CONSIDER No of Users * Avg No of Transactions (state changes) per User * Should a Blockless solution be applied? * Performance * Security * Anonymity * Security * Monolithic vs Modular * Sandwich complexity model HOW DO I TEST A BLOCKCHAIN APP? * Recommend 5x to 10x traditional application testing time * Security * Networks ADDITIONAL COURSE DETAILS: Nexus Humans Blockchain - An Overview for Business Professionals 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 Blockchain - An Overview for Business Professionals 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.

Blockchain - An Overview for Business Professionals
Delivered on-request, onlineDelivered Online
Price on Enquiry

Network Automation with Python and Ansible

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for The primary audience for this course is as follows: Network Administrators Administrators interested in Automation Individuals interested in devops, specifically for networking Overview This course teaches students to blend Python skillsets with Ansible through the lens of automating networks. Automation techniques for the most popular vendor (incl. Cisco, Juniper, Arista) will be subjects of study, however, students may request examples from vendors within their own environments. Topics begin with a focus on automating networks with Python; this skill set is then folded into a broadening understanding of automating with Ansible. Students will have programmatic experience automating enterprise class networks by the conclusion of this course (includes writing custom Ansible modules with Python). Class is a combination of lecture, demonstration, and hands-on labs. Students are invited to share their own relevant Python and Ansible scripts with the instructor to ensure class subjects are as relevant as possible. All notes and scripts will be made available to students by the end of each day via a cloud-share or email. Lab time will be given reinforce that day's topics and demonstrations. No two networks are the same! Learn to automate your network with a Python and Ansible skillset. Course can be taught across all major (and most minor) network vendors. Course demonstrations can be adapted to best-fit the customer?s network to ensure all lessons have maximum relevance. DAY 1 ? CRITICAL PYTHON CATCHUP & REVIEW * Overview of Python and Ansible * Python white space rules & best practices * Printing and more Printing * Date types and Variables * Packing and Unpacking Variables * f Strings * Conditional expressions * Relational and Boolean operators * Lists, Tuples, Dictionaries * Indexing and slicing * Built-in functions * Iterating with Loops (for and while) * Working with files * Software Control Management (SCM) (Git, Github, Bitbucket, Cloudshare, etc.) * Using Python to access REST interfaces * Working with JSON * Python, Ansible and Paramiko * Using Paramiko to SSH with keys and passwords * RESTful API review * API keys * Paramiko Review * Using Paramiko to SFTP with keys and passwords DAY 02 ? PYTHON AND NETWORK AUTOMATION * Introduction to Netmiko (automating routers and switches) * Using Netmiko to send commands to / from network devices * Working with YAML * Converting JSON to YAML with Python * Ansible keywords * YAML and JSON for data exchange * Ansible and YAML * Ansible Playbook components * Tying together Python and Ansible ? Using Python within Ansible * Ansible Network Modules * What is new in Ansible (most current updates / release notes) * Network Agnostic modules * Writing network playbooks * Reviewing the construction of network playbooks * Writing Ansible playbooks that respond to network failures DAY 03 ? BLENDING PYTHON AND ANSIBLE SKILLSETS * Review how to use Python within Ansible * Calling Python scripts with Ansible * Jinja2 Templating Engine for Python (and Ansible) * Using Templates in Ansible playbooks * Jinja2 filters, looping, and other useful tricks for automating with Ansible * Playbook tagging for selective runs * When to use Python and when to use Ansible * ?Big Picture? options for using Python & Ansible within your Network Ansible Roles DAY 04 ? CUSTOMIZING ANSIBLE WITH PYTHON * Review ? Running Scripts with Ansible * Prompting for Ansible user input * Ansible Galaxy & Getting at Roles * Writing a custom Ansible Module with Python * Ansible ?Engine? vs Ansible ?Tower? ? marketing hype, capabilities, costs, etc. * Case Study: Automate your Enterprise Network * When to use Python and when to use Ansible * Writing your own Ansible modules in Python * ?Big Picture? options for using Python & Ansible within your Network * Overview ? NETCONF / YANG and what they mean for Python and Ansible * Molecule ? Testing your roles ADDITIONAL COURSE DETAILS: Nexus Humans Network Automation with Python and Ansible 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 Network Automation with Python and Ansible 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.

Network Automation with Python and Ansible
Delivered on-request, onlineDelivered Online
Price on Enquiry

The Oracle Database Performance Tuning Course

By Packt

Supercharge your career as an Oracle DBA! This in-depth performance tuning course empowers you to pinpoint bottlenecks, master essential tools like AWR and ASH, elevate your database's performance, and unlock your potential as a top-tier Oracle DBA.

The Oracle Database Performance Tuning Course
Delivered Online On Demand
£59.99

Getting Started with Spring Boot 2

By Packt

Learn how to build real-world applications using Spring Framework 5 and Spring Boot 2

Getting Started with Spring Boot 2
Delivered Online On Demand
£22.99

55066 PowerShell for SharePoint Administrators

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for SharePoint administrators who work in a Windows network environment. At least one year of experience managing SharePoint servers and using PowerShell is recommended. Overview At Course Completion?Configure SharePoint Servers using PowerShell?Manage SharePoint Server Administration with PowerShell?Manage SharePoint Server Maintenance with PowerShell This course provides students with the knowledge and skills needed to use PowerShell to administer SharePoint Servers. Students will learn how to manage day-to-day and automated tasks carried out by SharePoint Administrators. INSTALL AND CONFIGURE SHAREPOINT SERVERS WITH POWERSHELL * Overview * Preparing the Server * Configure Server Features * Configure Prerequisite Applications * Install SharePoint Software * Configure SharePoint Farm * Review * Lab 1: Configure SharePoint Servers with PowerShell ADMINISTERING SHAREPOINT SERVERS WITH POWERSHELL * Overview * Administering Users and Groups * Administering the Farm * Administering Shared Services & Features * Administering Sites * Administering Databases * Review * Lab 1: Administering SharePoint Servers with PowerShell MAINTAINING SHAREPOINT SERVERS WITH POWERSHELL * Overview * Managing Backups / Restores * Monitoring and Auditing * Managing Notifications * Scheduling Tasks * Review * Lab 1: Maintaining SharePoint Servers with PowerShell

55066 PowerShell for SharePoint Administrators
Delivered on-request, onlineDelivered Online
Price on Enquiry

Landing Page Design and Optimisation

5.0(1)

By Course Gate

In this competitive job market, you need to have some specific skills and knowledge to start your career and establish your position. This Landing Page Design and Optimisation will help you understand the current demands, trends and skills in the sector. The course will provide you with the essential skills you need to boost your career growth in no time. The Landing Page Design and Optimisation will give you clear insight and understanding about your roles and responsibilities, job perspective and future opportunities in this field. You will be familiarised with various actionable techniques, career mindset, regulations and how to work efficiently. This course is designed to provide an introduction to Landing Page Design and Optimisation and offers an excellent way to gain the vital skills and confidence to work toward a successful career. It also provides access to proven educational knowledge about the subject and will support those wanting to attain personal goals in this area. LEARNING OBJECTIVES * Learn the fundamental skills you require to be an expert * Explore different techniques used by professionals * Find out the relevant job skills & knowledge to excel in this profession * Get a clear understanding of the job market and current demand * Update your skills and fill any knowledge gap to compete in the relevant industry * CPD accreditation for proof of acquired skills and knowledge WHO IS THIS COURSE FOR? This Landing Page Design And Optimisation is ideal for aspiring professionals who wish to gain the relevant skills and knowledge to fast track their careers. It is for those who have little or no knowledge of Landing Page Design & Conversion Rate Optimisation or those who are new to the field and want to test their skills and knowledge. There are no entry requirements for this course. However, an eye for detail and a creative mind is essential. ENTRY REQUIREMENT * This course is available to all learners of all academic backgrounds. * A good understanding of the English language, numeracy, and ICT are required to attend this course. 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 On successfully completing the Landing Page Design And Optimisation, learners can progress to a more advanced program from our course list. Career opportunities in this field include freelancing or working in-house, within a range of professional settings, with the opportunity to earn a high salary. Related professions in this industry include: * Digital Marketing Manager * Campaign Executive COURSE CURRICULUM Module 01: Landing Page Design and Optimisation Fundamentals Download all Section One Slides 00:48:00 Welcome to this course! Let's lay the groundwork for good landing page design 00:13:00 The Myth Of The Perfect Landing Page Conversion Rate 00:12:00 The 3 Main Types of Landing Pages and How To Use Them Effectively 00:19:00 Common Business Models and Understanding Your Conversion Actions 00:19:00 The AIDA Sales Funnel and The Online Decision Making Process 00:17:00 The Awareness Stage of the Funnel: Where It All Begins 00:18:00 The Interest Stage of the Funnel Tell Me More 00:14:00 The Desire Stage of the Funnel I Want What You Sell 00:13:00 The Action Stage of the Funnel I'm Going to Buy What You Sell 00:09:00 The Fogg Behavior Model and how it Applies to Good Landing Page Design 00:20:00 Making Your Landing Page Design Memorable 00:14:00 Module 02: Principles of Good Landing Page Design: Examples, Case Studies & Best Practices Download all Section Two Slides 00:06:00 The Primacy of Product and The Concept of Usability in Landing Page Design 00:15:00 Eschew Obfuscation: Clarity and the Quest for Fewer Question Marks 00:11:00 The 5 Second Usability Test in Landing Page Design (and how you can use it now) 00:31:00 The Art and Science Behind Designing High-Converting Calls To Action (CTA's) 00:19:00 Readability and Visual Hierarchy Landing Page Design 00:20:00 Respecting Web Conventions in Landing Page Design 00:13:00 Using Videos, Graphics and Imagery to Increase Landing Page Conversion Rates 00:20:00 Information Architecture and Accessibility - Landing Page Design Best Practices 00:20:00 Trust, Safety and Credibility (Part 1) Landing Page Design Best Practices 00:16:00 Trust, Safety and Credibility (Part 2) Landing Page Design Best Practices 00:09:00 Dedicated Landing Page Design Best Practices (Part 1) 00:15:00 Dedicated Landing Page Design Best Practices (Part 2) 00:12:00 Module 03: Principles of Persuasion in Landing Page Design Download all Section Three Slides 00:32:00 Using Scarcity to Improve Conversion Rates on Your Landing Pages 00:10:00 Principles of Persuasion - Reciprocal Concessions & Reciprocity in Landing Pages 00:12:00 Principles of Persuasion Anchoring and Cognitive Dissonance Theory 00:19:00 Module 04: Designing and Building a Landing Page Step by Step in Unbounce My Favorite Landing Page Builders and Getting Started With Our Unbounce Page 00:10:00 Getting Familiar With the Unbounce Page Builder and Adding Our Header Section 00:07:00 Creating a Logo in Photoshop and Using the Unbounce Image Uploader Tool 00:16:00 Working With Background Imagery in Landing Pages and Developing Our Hero Section 00:16:00 Creating a Form, Action Block, and Finishing the Hero Section in Unbounce 00:19:00 Discussing Landing Page Design Changes and Creating our Primary Content Section 00:16:00 Finishing Page Content, Adding Icons, Footer and Working With Buttons Unbounce 00:11:00 Publishing Your Unbounce Landing Page on Your Custom Domain 00:04:00 Adding Custom CSS in Unbounce to Create Professional Drop Shadows 00:06:00 Making Your Landing Page Design Work Better With Custom Javascript Snippets 00:08:00 Mobile Site Layout in Unbounce Based on Mobile Landing Page Design Guidelines 00:03:00 Designing Your Form Confirmation Dialogue in Unbounce and Testing Your Live Form 00:03:00 Assigning A/B Testing Variants in Unbounce and Assigning Traffic Weights 00:12:00 Integrating Your Unbounce Form Submissions With Your Mailchimp Account 00:09:00 Module 05: Bonus Goodbye For Now I Will Miss You Dearly 00:03:00 Module 06: Bonus Content: Real-Life Audits - Landing Page Design Best Practices Western Computer Audit Part 1 00:08:00 Western Computer Audit Part 2 00:09:00 Western Computer Audit Part 3 00:15:00 Western Computer Audit Part 4 00:14:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Landing Page Design and Optimisation
Delivered Online On Demand
£11.99

Forensic Science, Forensic Psychology & Analysis Training

By NextGen Learning

Did you know that in the UK, Forensic Science played a pivotal role in solving over 20,000 cases in a single year? Such is the profound impact of this field. The realm of Forensic Science is not just about deciphering crime scenes; it's the nucleus of modern investigative techniques. Our comprehensive course offers an expansive overview, delving into the enigmatic psychology of offenders and the intricate methodologies driving investigative success. Furthermore, as the nexus between Forensic Science and the legal world tightens, understanding their synergy becomes invaluable. This course underscores Forensic Science's transformative role in police inquiries and legal proceedings. Whether you're an aspiring forensic professional or a curious enthusiast, immerse yourself in the captivating world of Forensic Science, Forensic Psychology & Analysis with us. Learning Outcomes: Upon completing the Forensic Science, Forensic Psychology & Analysis Training, participants will: * Understand the core principles of Forensic Science, Forensic Psychology & Analysis in UK investigations. * Master investigative techniques specific to forensic psychology. * Grasp key offence theories to decipher criminal motivations. * Identify distinct offender characteristics using Forensic Science insights. * Enhance collaboration with legal entities during police inquiries. * Effectively present Forensic Science evidence in legal contexts. What will make you stand out? On completion of this Forensic Science, Forensic Psychology & Analysis Training, you will gain: * QLS Endorsed Training. * CPD QS Accredited * Lifetime access to the whole collection of learning materials. * The online test with immediate results * You can study and complete the Forensic Science, Forensic Psychology & Analysis course at your own pace. * Study for the Forensic Science, Forensic Psychology & Analysis course using any internet-connected device, such as a computer, tablet, or mobile device. This Forensic Science, Forensic Psychology & Analysis course offers a comprehensive journey into the meticulous techniques and methodologies employed in criminal investigations. From understanding the fundamentals of Forensic Psychology to dissecting intricate offence theories, learners are introduced to the many facets of this intricate field. Further, the course highlights the role of Forensic Psychology in police inquiries, portraying its significance in painting a clearer picture of criminal activities. Learners will also become familiar with the characteristics of offenders and appreciate the importance of Forensic Science in legal proceedings. Through this immersive course, one gets a real sense of the meticulous attention to detail and unwavering dedication required in the realm of Forensic Science. Quality Licence Scheme Endorsed Certificate of Achievement: Upon successful completion of the course, you will be eligible to order an original hardcopy certificate of achievement. This prestigious certificate, endorsed by the Quality Licence Scheme, will be titled 'Diploma in Forensic Science & Analysis at QLS Level 5'. Your certificate will be delivered directly to your home. The pricing scheme for the certificate is as follows: * £109 GBP for addresses within the UK. Please note that delivery within the UK is free of charge. Please Note: NextGen Learning is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. CPD 160 CPD hours / points Accredited by CPD Quality Standards MODULE 01 : OVERVIEW 09:34 * 1: Interventions to reduce risk of re-offending Preview 03:07 * 2: History of development of Forensic Psychology 06:27 MODULE 02 : INVESTIGATIVE TECHNIQUES IN FORENSIC PSYCHOLOGY 21:12 * 3: Research Design and Methodology 12:04 * 4: Critical evaluation of psychological research 09:08 MODULE 03 : OFFENCE THEORIES 30:35 * 5: Introduction to theories of offending 06:02 * 6: Theories of sexual offending 08:09 * 7: Theories of violent offending 08:08 * 8: Theories of fire-setting behaviour 08:16 MODULE 04 : CHARACTERISTICS OF OFFENDERS 25:15 * 9: Personal characteristics of offenders 05:35 * 10: Personality disordered offenders 05:58 * 11: Psychopathic offenders 07:09 * 12: Mental Illness and offending 06:33 MODULE 05 : FORENSIC PSYCHOLOGY AND POLICE INQUIRIES 15:03 * 13: An Introduction to Offender Profiling 04:38 * 14: Approaches to Offender Profiling 04:36 * 15: The Effectiveness of Offender Profiling 05:49 MODULE 06 : FORENSIC PSYCHOLOGY IN LEGAL PROCEEDINGS 16:44 * 16: Eye-witness testimony 06:50 * 17: Expert witness testimony 03:51 * 18: Attitudes towards victims 06:03 MODULE 07 : APPLICATION OF FORENSIC PSYCHOLOGY 21:12 * 19: 'What works' literature in reducing re-offending 05:54 * 20: Incident management (Crisis Negotiation) 07:11 * 21: Introduction: About the Course and the Tutor 08:07 **COURSE 2: FORENSIC ANALYSIS TRAINING** 3:29:52 * 22: Module 1. Examination of Crime Sites 26:32 * 23: Module 2. Drug & Substance Abuse Testing 48:47 * 24: Module 3. DNA & Genetic Sample Evaluation 18:33 * 25: Module 4. Blood Spot Assessment 29:37 * 26: Module 5. Unique Fingerprint Identification 21:43 * 27: Module 6. Gun Inspection Techniques 48:16 * 28: Module 7. Electronic Data Scrutiny 16:24 ORDER YOUR CPD QUALITY STANDARD CERTIFICATE (OPTIONAL) 01:00 * 29: CPD Quality Standard Certificate (Optional) 01:00 PDF ORDER YOUR QLS ENDORSED CERTIFICATE (OPTIONAL) 01:00 * 30: QLS Endorsed Certificate (Optional) 01:00 PDF WHO IS THIS COURSE FOR? The target audience for the Forensic Science, Forensic Psychology & Analysis Training course is: * Aspiring Forensic Scientists: Delving into crime investigation. * Law Officers: Enhancing investigative techniques. * Legal Experts: Integrating Forensic Science in Cases. * Psychology Students: Exploring the Overlap with Forensic Science. * Crime Writers: Seeking narrative accuracy. * Justice Enthusiasts: Understanding Forensic Science's role in crime-solving. REQUIREMENTS Without any formal requirements, you can delightfully enrol in this Forensic Science, Forensic Psychology & Analysis Training course. CAREER PATH Our Forensic Science, Forensic Psychology & Analysis Training course will prepare you for a range of careers, including: * Forensic Laboratory Analyst: £20,000 - £27,000. * Crime Scene Investigator: £20,000 - £35,000. * Forensic Psychologist: £31,000 - £48,000. * Forensic Toxicologist: £24,000 - £40,000. * Digital Forensics Expert: £25,000 - £60,000. * Forensic Anthropologist: £28,000 - £50,000. CERTIFICATES CPD QUALITY STANDARD CERTIFICATE Digital certificate - £4.99 HARDCOPY CERTIFICATE (FREE UK DELIVERY) Hard copy certificate - £9.99 Hardcopy Transcript: £9.99

Forensic Science, Forensic Psychology & Analysis Training
Delivered Online On Demand
£12

NVQ CERTIFICATE IN GLASS REINFORCED PLASTICS (GRP) OCCUPATIONS

By Oscar Onsite

REFERENCE CODE 603/2369/3 COURSE LEVEL NVQ Level 2 THIS COURSE IS AVAILABLE IN COURSE OVERVIEW This qualification is aimed those who carry out activities in the Construction Industry working with Glass Reinforced Plastics (GRP) products. The qualification has a core group of 5 mandatory units that cover the generic areas including Health and Safety, transport and storage of tools, materials and equipment, checking and confirming the job specification and communication skills. The qualification also has a group of optional units that cover preparation, positioning, testing, installation and assembly. The qualification, along with the required separate proof of Health and Safety knowledge will give candidates a route to the relevant CSCS card required for site access.

NVQ CERTIFICATE IN GLASS REINFORCED PLASTICS (GRP) OCCUPATIONS
Delivered in-person, on-requestDelivered In-Person in Manchester
Price on Enquiry

Project Manager's Fast Start Program

By OnlinePMCourses

Start your Journey to Becoming a Successful Project Manager, without waiting for other People to See your Potential

Project Manager's Fast Start Program
Delivered Online On Demand
£43