Wireshark 101 training course description Wireshark is a free network protocol analyser. This hands-on course focuses on troubleshooting networks using the Wireshark protocol analyser. The course concentrates on the product and students will gain from the most from this course only if they already have a sound knowledge of the TCP/IP protocols What will you learn Download and install Wireshark. Capture and analyse packets with Wireshark. Configure capture and display filters. Customise Wireshark. Troubleshoot networks using Wireshark. Wireshark 101 training course details Who will benefit: Technical staff looking after networks. Prerequisites: TCP/IP Foundation for engineers Duration 2 days Wireshark 101 training course contents What is Wireshark? Protocol analysers, Wireshark features, versions, troubleshooting techniques with Wireshark. Installing Wireshark Downloading Wireshark, UNIX issues, Microsoft issues, the role of winpcap, promiscuous mode, installing Wireshark. Wireshark documentation and help. Hands on Downloading and installing Wireshark. Capturing traffic Starting and stopping basic packet captures, the packet list pane, packet details pane, packet bytes pane, interfaces, using Wireshark in a switched architecture. Hands on Capturing packets with Wireshark. Troubleshooting networks with Wireshark Common packet flows. Hands on Analysing a variety of problems with Wireshark. Capture filters Capture filter expressions, capture filter examples (host, port, network, protocol), primitives, combining primitives, payload matching. Hands on Configuring capture filters. Working with captured packets Live packet capture, saving to a file, capture file formats, reading capture files from other analysers, merging capture files, finding packets, going to a specific packet, display filters, display filter expressions. Hands on Saving captured data, configuring display filters. Analysis and statistics with Wireshark Enabling/disabling protocols, user specified decodes, following TCP streams, protocol statistics, conversation lists, endpoint lists, I/O graphs, protocol specific statistics. Hands on Using the analysis and statistics menus. Command line tools Tshark, capinfos, editcap, mergecap, text2pcap, idl2eth. Hands on Using tshark. Advanced issues 802.11 issues, management frames, monitor mode, packet reassembling, name resolution, customising Wireshark. Hands on Customising name resolution.
AgilePM® Practitioner: In-House Training This course offers preparation for the Practitioner-level examination to gain the APMG-International™ / Agile Project Management Practitioner Certification. Agile Project Management (AgilePM) is the result of collaboration between APMG-International and The DSDM Consortium. DSDM (Dynamic Systems Development Method) is the longest-established Agile method, launched in 1995, and is the only Agile method to focus on the management of Agile projects. The method has evolved over the years and the DSDM Agile Project Framework is the latest version of which AgilePM is a subset. DSDM has always operated predominantly in the corporate environment and has consistently demonstrated its ability to successfully work with and complement existing corporate processes. APMG-International is a global Examination Institute accredited by The APM Group Ltd. It is one of the Examination Institutes accredited by AXELOS. APMG-International has regional offices located in Australia, China, Denmark, Germany, the Netherlands, Malaysia, the United States, and the United Kingdom. Their portfolio of qualifications includes the Best Practice qualifications of ITIL®, PRINCE2®, MSP®, M_o_R®, and P3O®. AgilePM is one of their specialist management qualifications, which also include Change Management and Service Catalogue. The course covers all the Practitioner elements of the AgilePM Handbook v2 with: Clear explanations of the method and practical examples provided by your course tutor Sample exam paper for the Practitioner-level exams to enrich your knowledge and understanding A case study to allow you to practice the application of the method to an agile project The Traditional Classroom option includes the Practitioner exam to provide you with the right opportunity to verify your new skill set by way of a professional qualification The Virtual Classroom option includes a Practitioner exam voucher to allow you to choose the date and time of your online exam to verify your new skill set by way of a professional qualification What You Will Learn You will learn how to: Identify and apply the concepts, tools, and techniques described in Section 2 (Digging Deeper) of the APMG-International's Agile Project Management Handbook (v2.0) to agile projects Tailor and customize AgilePM to suit the needs of different projects Use AgilePM in conjunction with other project management methods such as PRINCE2® Prepare yourself for the Practitioner exam in AgilePM Roles and Responsibilities - The PM View The roles Key project manager relationships Agile Project Management - Through the Lifecycle The DSDM process and the project lifecycle Project management focus phase by phase The Effective Use of Products The products Deliver on Time - Combining MoSCoW & Timeboxing Ensuring effective prioritisation Bringing MoSCoW and timeboxing together People, Teams, and Interactions Effective communication Collaboration Requirements and User Stories What is a requirement? User stories Estimating - How and When Coping with uncertainty Estimating through the lifecycle Project Planning through the Lifecycle Planning in a DSDM project Planning activities phase by phase Quality - Never Compromise Quality What do we mean by quality? Solution and process quality Risk Management Project risk How DSDM helps mitigate project risk Tailoring the Approach The project approach questionnaire Summary and Next Steps
Duration 3 Days 18 CPD hours This course is intended for This course is intended for information workers and data science professionals who seek to use database reporting and analysis tools such as Microsoft SQL Server Reporting Services, Excel, Power BI, R, SAS and other business intelligence tools, and wish to use TSQL queries to efficiently retrieve data sets from Microsoft SQL Server relational databases for use with these tools. Overview After completing this course, students will be able to: - Identify independent and dependent variables and measurement levels in their own analytical work scenarios. - Identify variables of interest in relational database tables. - Choose a data aggregation level and data set design appropriate for the intended analysis and tool. - Use TSQL SELECT queries to produce ready-to-use data sets for analysis in tools such as PowerBI, SQL Server Reporting Services, Excel, R, SAS, SPSS, and others. - Create stored procedures, views, and functions to modularize data retrieval code. This course is about writing TSQL queries for the purpose of database reporting, analysis, and business intelligence. 1 - INTRODUCTION TO TSQL FOR BUSINESS INTELLIGENCE Two Approaches to SQL Programming TSQL Data Retrieval in an Analytics / Business Intelligence Environment The Database Engine SQL Server Management Studio and the CarDeal Sample Database Identifying Variables in Tables SQL is a Declarative Language Introduction to the SELECT Query Lab 1: Introduction to TSQL for Business Intelligence 2 - TURNING TABLE COLUMNS INTO VARIABLES FOR ANALYSIS: SELECT LIST EXPRESSIONS, WHERE, AND ORDER BY Turning Columns into Variables for Analysis Column Expressions, Data Types, and Built-in Functions Column aliases Data type conversions Built-in Scalar Functions Table Aliases The WHERE clause ORDER BY Lab 1: Write queries 3 - COMBINING COLUMNS FROM MULTIPLE TABLES INTO A SINGLE DATASET: THE JOIN OPERATORS Primary Keys, Foreign Keys, and Joins Understanding Joins, Part 1: CROSS JOIN and the Full Cartesian Product Understanding Joins, Part 2: The INNER JOIN Understanding Joins, Part 3: The OUTER JOINS Understanding Joins, Part 4: Joining more than two tables Understanding Joins, Part 5: Combining INNER and OUTER JOINs Combining JOIN Operations with WHERE and ORDER BY Lab 1: Write SELECT queries 4 - CREATING AN APPROPRIATE AGGREGATION LEVEL USING GROUP BY Identifying required aggregation level and granularity Aggregate Functions GROUP BY HAVING Order of operations in SELECT queries Lab 1: Write queries 5 - SUBQUERIES, DERIVED TABLES AND COMMON TABLE EXPRESSIONS Non-correlated and correlated subqueries Derived tables Common table expressions Lab 1: Write queries 6 - ENCAPSULATING DATA RETRIEVAL LOGIC Views Table-valued functions Stored procedures Creating objects for read-access users Creating database accounts for analytical client tools Lab 1: Encapsulating Data Retrieval Logic 7 - GETTING YOUR DATASET TO THE CLIENT Connecting to SQL Server and Submitting Queries from Client Tools Connecting and running SELECT queries from: Excel PowerBI RStudio Exporting datasets to files using Results pane from SSMS The bcp utility The Import/Export Wizard Lab 1: Getting Your Dataset to the Client Additional course details: Nexus Humans 55232 Writing Analytical Queries for Business Intelligence 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 55232 Writing Analytical Queries for Business Intelligence 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.
LOOKING FOR: ADULT FICTION / NON-FICTION Upon joining Curtis Brown in 2018, Ciara Finan worked with senior agents Jonny Geller and Sheila Crowley on their lists of bestselling and prize-winning authors such as Lisa Jewell, Susanna Clarke, David Nicholls, Jojo Moyes and Nigella Lawson. Now as an agent she is representing a wide range of fiction and non-fiction writers. Ciara would consider her reading tastes to be quite broad and ever-growing, but is constantly drawn to books that have a decisive voice, unforgettable characters, an unexpected story, or can subvert and reconstruct the conventional narratives of love, friendship, family, loss and coming-of-age. In particular, she is looking for Adult and YA fantasy and romantasy, rom-coms and book club romance. In the wider fantasy genre, Ciara is keen on finding romantasy, cozy fantasy, dark/light academia, and anything with political intrigue. She seeks novels that will keep her reading into the early hours of the morning. She wants to be consumed by the world, the plot and the characters. Think authors like Leigh Bardugo, Tamsyn Muir, R.F. Kuang, Sangu Mandanna, Hannah Nicole Maehrer, Deborah Harkness, Chloe Gong, Ava Reid or Sabaa Tahir. In romcoms and romance, Ciara is looking for something that explores the complicated nature of romantic relationships - think Seven Days in June by Tia Williams, The Dead Romantics by Ashley Poston or anything by Taylor Jenkins Reid. She would love to find a brilliantly witty workplace romance or anything that will leave her in tears. Ciara would like you to submit a covering letter, 1 -2 page synopsis and the first 5,000 words of your completed manuscript in a single word document. (In addition to the paid sessions, Ciara is kindly offering one free session for low income/under-represented writers. Please email agent121@iaminprint.co.uk to apply, outlining your case for this option which is offered at the discretion of I Am In Print). By booking you understand you need to conduct an internet connection test with I Am In Print prior to the event. You also agree to email your material in one document to reach I Am In Print by the stated submission deadline and note that I Am In Print take no responsibility for the advice received during your agent meeting. The submission deadline is: Wednesday 2nd July 2025
This one-day course introduces the field of user experience and provides an excellent entry point to our other specialised training courses. UX processes and practices have become a central component of product design, service design and web design.
BOHS P304 is designed to give practical guidance on assessing the health risks caused by hazardous substances, in order to meet the requirements of the Control of Substances Hazardous to Health (COSHH) Regulations 2002 for a 'suitable and sufficient' risk assessment.
Agile Sprint Planning: Virtual In-House Training The goal of the course is to provide you and your team with the ability to develop effective and realistic Sprint plans. Without effective Sprint Plans, iterations are set up for failure. But Sprint Planning cannot be improved on its own, in isolation. The Scrum processes are highly intertwined and influence each other. The surrounding artifacts, events, and roles must be examined closely, and enhanced, in order to improve Sprint Planning. This course will remind you of the theory to reinforce the principles, but will concentrate on next-level skills, so that you and the team are able to create realistic and usable Sprint Plans. This course is not introductory. You are already aware of the Scrum framework and have been implementing Scrum on your projects. Now is the time to improve efficiency and effectiveness, to facilitate successful Agile projects. What you will Learn You'll learn how to: Identify and correlate the key symptoms and root causes of ineffective sprint plans Improve key Product Backlog elements Evaluate Agile roles in sprint planning Appraise key product practices Enhance project transparency The Product Backlog User stories Acceptance Criteria Backlog Refinement Supporting Roles Product Owner (the Backlog) Development Team Stakeholders and SMEs Supporting Product Practices Roadmaps and release plans and story maps Definition of Done Technical Debt Transparency Daily Scrums Information radiators Retrospectives Sprint Planning Capacity and Velocity Sprint Planning Meetings The Sprint Backlog Summary What did we learn, and how can we implement this in our work environments?
AgilePM® Practitioner: Virtual In-House Training This course offers preparation for the Practitioner-level examination to gain the APMG-International™ / Agile Project Management Practitioner Certification. Agile Project Management (AgilePM) is the result of collaboration between APMG-International and The DSDM Consortium. DSDM (Dynamic Systems Development Method) is the longest-established Agile method, launched in 1995, and is the only Agile method to focus on the management of Agile projects. The method has evolved over the years and the DSDM Agile Project Framework is the latest version of which AgilePM is a subset. DSDM has always operated predominantly in the corporate environment and has consistently demonstrated its ability to successfully work with and complement existing corporate processes. APMG-International is a global Examination Institute accredited by The APM Group Ltd. It is one of the Examination Institutes accredited by AXELOS. APMG-International has regional offices located in Australia, China, Denmark, Germany, the Netherlands, Malaysia, the United States, and the United Kingdom. Their portfolio of qualifications includes the Best Practice qualifications of ITIL®, PRINCE2®, MSP®, M_o_R®, and P3O®. AgilePM is one of their specialist management qualifications, which also include Change Management and Service Catalogue. The course covers all the Practitioner elements of the AgilePM Handbook v2 with: Clear explanations of the method and practical examples provided by your course tutor Sample exam paper for the Practitioner-level exams to enrich your knowledge and understanding A case study to allow you to practice the application of the method to an agile project The Traditional Classroom option includes the Practitioner exam to provide you with the right opportunity to verify your new skill set by way of a professional qualification The Virtual Classroom option includes a Practitioner exam voucher to allow you to choose the date and time of your online exam to verify your new skill set by way of a professional qualification What You Will Learn You will learn how to: Identify and apply the concepts, tools, and techniques described in Section 2 (Digging Deeper) of the APMG-International's Agile Project Management Handbook (v2.0) to agile projects Tailor and customize AgilePM to suit the needs of different projects Use AgilePM in conjunction with other project management methods such as PRINCE2® Prepare yourself for the Practitioner exam in AgilePM Roles and Responsibilities - The PM View The roles Key project manager relationships Agile Project Management - Through the Lifecycle The DSDM process and the project lifecycle Project management focus phase by phase The Effective Use of Products The products Deliver on Time - Combining MoSCoW & Timeboxing Ensuring effective prioritisation Bringing MoSCoW and timeboxing together People, Teams, and Interactions Effective communication Collaboration Requirements and User Stories What is a requirement? User stories Estimating - How and When Coping with uncertainty Estimating through the lifecycle Project Planning through the Lifecycle Planning in a DSDM project Planning activities phase by phase Quality - Never Compromise Quality What do we mean by quality? Solution and process quality Risk Management Project risk How DSDM helps mitigate project risk Tailoring the Approach The project approach questionnaire Summary and Next Steps
Duration 5 Days 30 CPD hours This course is intended for This course is designed for IT professionals who wish to develop cloud computing skills to enable them to move IT workloads to the cloud and integrate products and services from different providers and industries. Their focus is to ensure that cloud deployments are secure, that automation and orchestration are used effectively to bring business value from the cloud, and that costs are controlled through effective management of cloud vendors. This course is also designed for students who are preparing to take the CompTIA Cloud+ certification exam CV0-003, or who plan to use Cloud+ as the foundation for more advanced cloud certifications or career roles. Overview In this course, you will deploy, test, secure, manage, optimize, and troubleshoot a cloud solution. You will: - Prepare to deploy cloud solutions - Deploy a pilot project - Test a pilot project deployment - Design a secure network for cloud deployment - Determine CPU and memory sizing for cloud deployments - Determine storage requirements for cloud deployments - Plan Identity and Access Management for cloud deployments - Analyze workload characteristics to ensure successful migration to the cloud - Secure systems to meet access requirements - Maintain cloud systems - Implement backup, restore, and business continuity measures - Analyze cloud systems for required performance - Analyze cloud systems for anomalies and growth forecasting - Troubleshoot deployment, capacity, automation, and orchestration issues - Troubleshoot connectivity issues - Troubleshoot security issues In this course, you will learn how to implement, maintain, and deliver cloud technologies including network, storage, and virtualization technologies to create cloud solutions. 1 - PREPARING TO DEPLOY CLOUD SOLUTIONS Describe Interaction of Cloud Components and Services Describe Interaction of Non-cloud Components and Services Evaluate Existing Components and Services for Cloud Deployment Evaluate Automation and Orchestration Options Prepare for Cloud Deployment 2 - DEPLOYING A PILOT PROJECT Manage Change in a Pilot Project Execute Cloud Deployment Workflow Complete Post-Deployment Configuration 3 - TESTING PILOT PROJECT DEPLOYMENTS Identify Cloud Service Components for Testing Test for High Availability and Accessibility Perform Deployment Load Testing Analyze Test Results 4 - DESIGNING A SECURE AND COMPLIANT CLOUD INFRASTRUCTURE Design Cloud Infrastructure for Security Determine Organizational Compliance Needs 5 - DESIGNING AND IMPLEMENTING A SECURE CLOUD ENVIRONMENT Design Virtual Network for Cloud Deployment Determine Network Access Requirements Secure Networks for Cloud Interaction Manage Cloud Component Security Implement Security Technologies 6 - PLANNING IDENTITY AND ACCESS MANAGEMENT FOR CLOUD DEPLOYMENTS Determine Identity Management and Authentication Technologies Plan Account Management Policies for the Network and Systems Control Access to Cloud Objects Provision Accounts 7 - DETERMINING CPU AND MEMORY SIZING FOR CLOUD DEPLOYMENTS Determine CPU Size for Cloud Deployment Determine Memory Size for Cloud Deployment 8 - DETERMINING STORAGE REQUIREMENTS FOR CLOUD DEPLOYMENTS Determine Storage Technology Requirements Select Storage Options for Deployment Determine Storage Access and Provisioning Requirements Determine Storage Security Options 9 - ANALYZING WORKLOAD CHARACTERISTICS TO ENSURE SUCCESSFUL MIGRATION Determine the Type of Cloud Deployment to Perform Manage Virtual Machine and Container Migration Manage Network, Storage, and Data Migration 10 - MAINTAINING CLOUD SYSTEMS Patch Cloud Systems Design and Implement Automation and Orchestration for Maintenance 11 - IMPLEMENTING BACKUP, RESTORE, DISASTER RECOVERY, AND BUSINESS CONTINUITY MEASURES Back Up and Restore Cloud Data Implement Disaster Recovery Plans Implement Business Continuity Plans 12 - ANALYZING CLOUD SYSTEMS FOR PERFORMANCE Monitor Cloud Systems to Measure Performance Optimize Cloud Systems to Meet Performance Criteria 13 - ANALYZING CLOUD SYSTEMS FOR ANOMALIES AND GROWTH FORECASTING Monitor for Anomalies and Resource Needs Plan for Capacity Create Reports on Cloud System Metrics 14 - TROUBLESHOOTING DEPLOYMENT, CAPACITY, AUTOMATION, AND ORCHESTRATION ISSUES Troubleshoot Deployment Issues Troubleshoot Capacity Issues Troubleshoot Automation and Orchestration Issues 15 - TROUBLESHOOTING CONNECTIVITY ISSUES Identify Connectivity Issues Troubleshoot Connectivity Issues 16 - TROUBLESHOOTING SECURITY ISSUES Troubleshoot Identity and Access Issues Troubleshoot Attacks Troubleshoot Other Security Issues Additional course details: Nexus Humans CompTIA Cloud Plus Certification (Exam CV0-003) 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 Cloud Plus Certification (Exam CV0-003) 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.
This one-day course introduces the field of user experience and provides an excellent entry point to our other specialised training courses. UX processes and practices have become a central component of product design, service design and web design.