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

347 Scala courses

Cisco Implementing Cisco Catalyst 9000 Switches v4.0 (ENC9K)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Network designers Network managers System engineers Overview After taking this course, you should be able to: Review the Cisco Catalyst 9000 Series Switches identify the switches' features and examine the functionalities purpose-built for Cisco DNA and the SD-Access solution. Position the different Cisco Catalyst 9000 Series Switch model types in the network, and map older Cisco Catalyst switches to the 9000 family for migration. Identify the role and value of Cisco Silicon One in a campus environment. Examine management capabilities of the Cisco Catalyst 9000 Series Switches. Describe the scalability and performance features supported by the Cisco Catalyst 9000 Series Switches. Describe the Cisco Catalyst 9000 Series Switch support for security, Quality of Service (QoS), and Internet of Things (IoT) convergence features. Describe automation features, Application Programming Interface (API), Infrastructure as Code, and automation tools supported on Cisco Catalyst 9000 Series switches. Describe the new QoS, IoT, and BGP EVPN Features on Cisco Catalyst 9000 Series Switches. Describe the maintenance features on Cisco Catalyst 9000 Series switches. Explore the SD-Access solution fundamentals, deployment models for the Cisco Catalyst 9000 Series Switch, and the use of Cisco DNA Center to manage infrastructure devices. Automate Day 0 device onboarding with Cisco DNA Center LAN Automation and Network PnP. Describe how to manage and host applications on Cisco Catalyst 9000 Series switches using Cisco DNA Center. Explore a modern approach to cloud-managed networking for Cisco Catalyst 9000 Series switches and wireless access points that uses the Meraki Dashboard and analytics. Describe the Cisco Catalyst 9200 Series Switch architecture, model types, port types, uplink modules, components including power supplies, and other switch features and capabilities. Describe the Cisco Catalyst 9300 Series Switch architecture, model types, port types, uplink modules, and components, including power supplies and stacking cables. Describe the Cisco Catalyst 9400 Series Switches, different modular chassis, supervisor and line card options, architectural components, uplink, and power redundancy, and Multigigabit ports Describe the Cisco Catalyst 9500 Series Switches, model types, switch components, RFID support, architecture, and switch profiles. Describe the Cisco Catalyst 9600 Series Switch architecture, supervisor and line card options, and high availability features. The Implementing Cisco Catalyst 9000 Series Switches (ENC9K) v4.0 course provides you with insight into Cisco Catalyst 9000 Series Switches and its solution components. You will learn about the architecture, capabilities, positioning, and implementation of the Cisco Catalyst 9000 Series switches, as well as the management of the switches using CLI, Cisco DNA Center, and IOS-XE web user GUI. Additionally, you will be introduced to security, cloud, automation, and other important features of Cisco Catalyst 9000 Series switches. COURSE OUTLINE * Introducing the Cisco Catalyst 9000 Series Switches * Positioning Cisco Catalyst 9000 Series Switches * Cisco Catalyst Silicon One Architecture * Exploring Cisco Catalyst 9000 Series Switches Management Capabilities * Scale and Performance Features on Cisco Catalyst 9000 Series Switches * Security Features on Cisco Catalyst 9000 Series Switches * Automation Features on Cisco Catalyst 9000 Series Switches * QoS, IoT, and BGP EVPN Features on Cisco Catalyst 9000 Series Switches * Maintenance Features on Cisco Catalyst 9000 Series Switches * Cisco SD-Access Solution on Cisco Catalyst 9000 Series Switches * Application Hosting on Cisco Catalyst 9000 Series Switches * Cloud Management for Catalyst 9000 Series Using Meraki Dashboard * Automating Network Changes with Cisco DNA Center * Introducing Cisco Catalyst 9200 Series Switches * Introducing Cisco Catalyst 9300 Series Switches * Introducing Cisco Catalyst 9400 Series Switches * Introducing Cisco Catalyst 9500 Series Switches * Introducing Cisco Catalyst 9600 Series Switches ADDITIONAL COURSE DETAILS: Nexus Humans Cisco Implementing Cisco Catalyst 9000 Switches v4.0 (ENC9K) 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 Cisco Implementing Cisco Catalyst 9000 Switches v4.0 (ENC9K) 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.

Cisco Implementing Cisco Catalyst 9000 Switches v4.0 (ENC9K)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Introduction to Node.js (TT4153)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Incoming attendees are required to have current, hands-on experience in developing basic web applications. Student should have some experience with HTML and CSS and be well versed in JavaScript. Experience with coding for the server side would be helpful. Overview This skills-focused course is approximately 50% hands-on. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Learn server-side JavaScript coding through Node.js Explore the latest JavaScript features, and ECMAScript modules Walk through different stages of developing robust applications using Node.js Install and use Node.js for development Use the Express application framework Work with REST service development using the Restify framework Use data storage engines such as MySQL, SQLITE3, and MongoDB Node.js is a server-side JavaScript platform using an event-driven, non-blocking I/O model allowing users to build fast and scalable data-intensive applications running in real time.This fast-paced hands-on course provides the core skills required to develop web applications with Node.js. You will progress from a rudimentary knowledge of JavaScript and server-side development to being able to create, maintain and test your own Node.js applications. You will explore the importance of transitioning to functions that return Promise objects, and the difference between fs, fs/promises and fs-extra, as well as how to use the HTTP Server and Client objects, and data storage with both SQL and MongoDB databases. OVERVIEW OF NODE.JS * The capabilities of Node.js * Why should you use Node.js? * The Node.js event-driven architecture * Embracing advances in the JavaScript language * Developing microservices or maxiservices with Node.js SETTING UP NODE.JS * System requirements * Installing Node.js using package managers * Installing from the source on POSIX-like systems * Installing multiple Node.js instances with nvm * Requirements for installing native code modules * Choosing Node.js versions to use and the version policy * Choosing editors and debuggers for Node.js * Running and testing commands * Advancing Node.js with ECMAScript 2015, 2016, 2017, and beyond * Using Babel to use experimental JavaScript features EXPLORING NODE.JS MODULES * Defining a Node.js module * Finding and loading modules using require and import * Using npm ? the Node.js package management system * The Yarn package management system HTTP SERVERS AND CLIENTS * Sending and receiving events with EventEmitter * Understanding HTTP server applications * HTTP Sniffer ? listening to the HTTP conversation * Web application frameworks * Getting started with Express * Creating an Express application to compute * Fibonacci numbers * Making HTTPClient requests * Calling a REST backend service from an Express application YOUR FIRST EXPRESS APPLICATION * Exploring Promises and async functions in Express router functions * Architecting an Express application in the MVC paradigm * Creating the Notes application * Theming your Express application * Scaling up ? running multiple Notes instances IMPLEMENTING THE MOBILE-FIRST PARADIGM * Understanding the problem ? the Notes app isn't mobile friendly * Learning the mobile-first paradigm theory * Using Twitter Bootstrap on the Notes application * Flexbox and CSS Grids * Mobile-first design for the Notes application * Using third-party custom Bootstrap themes DATA STORAGE AND RETRIEVAL * Remembering that data storage requires asynchronous code * Logging and capturing uncaught errors * Storing notes in a filesystem * Storing notes with the LevelDB datastore * Storing notes in SQL with SQLite3 * Storing notes the ORM way with Sequelize * Storing notes in MongoDB ADDITIONAL COURSE DETAILS: Nexus Humans Introduction to Node.js (TT4153) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Introduction to Node.js (TT4153) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Introduction to Node.js (TT4153)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Writing Analytical Queries for Business Intelligence

By Nexus Human

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 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 three-day instructor-led course is about writing TSQL queries for the purpose of database reporting, analysis, and business intelligence. Specifically, this course presents TSQL within the context of data analysis in other words, making meaning from the data rather than transaction-oriented data-tier application development. The course starts with a brief discussion of levels of measurement and quantitative research methodogy, and integrates these concepts into each TSQL topic presented. The goal is to provide a consistent, direct, and purposeful learning path from RDBMS data retrieval through analytical tools such as SQL Server Reporting Services, PowerBI, Excel, R, SAS, and SPSS. MODULE 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 MODULE 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 MODULE 3: COMBINING COLUMNS FROM MULTIPLE TABLES INTO A SINGLE DATASET: THE JOIN OPERATORS * Primary Keys, Foreign Keys, and Joins * Understanding Joins, Part 1: CROSSJOIN and the Full Cartesian Product * Understanding Joins, Part 2: The INNERJOIN * Understanding Joins, Part 3: The OUTERJOINS * Understanding Joins, Part 4: Joining more than two tables * Understanding Joins, Part 5: Combining INNER and OUTERJOINs * Combining JOIN Operations with WHERE and ORDER BY MODULE 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 MODULE 5: SUBQUERIES, DERIVED TABLES AND COMMON TABLE EXPRESSIONS * Non-correlated and correlated subqueries * Derived tables * Common table expressions * MODULE 6: ENCAPSULATING DATA RETRIEVAL LOGIC * Views * Table-valued functions * Stored procedures * Creating objects for read-access users * Creating database accounts for analytical client tools MODULE 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 ADDITIONAL COURSE DETAILS: Nexus Humans 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 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.

Writing Analytical Queries for Business Intelligence
Delivered on-request, onlineDelivered Online
Price on Enquiry

Salesforce Build Application Architect Expertise (ARC901)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This class is designed for enterprise architects, solution architects, and business analysts working to earn their Salesforce Application Architect credential, or for application architects looking to get more hands-on experience. Overview Design data models that scale gracefully Leverage Salesforce sharing mechanisms at an advanced level Evaluate the nuances of field types and pick the right one for the circumstances Make data model decisions that minimize record locking and other performance degradations Dive into the two cornerstone domains of being an Application Architect: Data Architecture and Management, and Sharing and Visibility. In this 4-day workshop, our Architect experts will present you with a case study scenario that will be broken down and digested through iterative exploration. Learn how to design and build secure, scalable, and high-performing solutions through a combination of lecture, demos, hands-on exercises, and workshop presentations and discussions. APPLICATION ARCHITECT OVERVIEW * Assess the Requirements to Become an Application Architect * Understand the Real-World Expectations of Application Architects * Review the Core Characteristics of Successful Application Architects SCENARIO INTRODUCTION * Review the Application Architecture Scenario * Identify Scenario Problem Areas * Identify Scenario Actors and Licensing ARCHITECTURE DOCUMENTATION * Understand Key Architecture Documentation Requirements * Learn About Best Practices for Artifact Documentation * Produce Architecture Documents DATA MODELING * Identify Relationship Types and Their Impact on Record Access, User Interface, and Reporting * Review the Considerations for Changing Field Types * Review the Considerations for Modifying Data Models with Schema Builder * Review the Considerations for Importing and Exporting Data * Identify Use Cases of External Objects * Determine an Appropriate Data Model * Understand Design Implications with Complex Environments and Large Data Volumes (LDV) DATA MANAGEMENT * Review the Considerations for Working with LDV * Review Data Lifecycle Concepts and Mechanisms * Review Master Data Management and System of Record Concepts * Review Data Migration, Planning, Preparation, and Execution * Identify Potential LDV and Calculate Expected Volumes * Go Further with Indexes Standard and Custom Skinny Tables * Lock Records SECURITY MODEL * Review the Considerations for Working with Internal and External Sharing Models * Restrict and Extend Object and Field Access * Determine Sharing Solutions * Identify Record Sharing Mechanisms (Declarative, Programmatic, Implicit) * Understand Teams Concepts (Account, Opportunity, Case) * Understand Person Accounts and Its Implication on Sharing * Encrypt Data SHARING IN COMMUNITIES * Understand Community Security Mechanisms * Secure Integration Endpoints * Integrate and Specify Connected Apps and Named Credentials ADVANCED SECURITY & VISIBILITY CONCEPTS * Implement Security & Visibility Controls with Apex and Visualforce * Review Territory Management and Its Implication on Data Management, Sharing, and Visibility * Review Divisions and Its Implication on Data Management, Sharing, and Visibility * Understand Security and Visibility Controls on 'Special' Objects SOLUTION DESIGN * Determine When to Leverage Standard Products Functionality vs. Custom Build vs. AppExchange * Understand Declarative and Programmatic Configuration * Get to Know the Order of Execution * Automate Business Processes * Consider Reporting and Analytics Needs * Consider How to Store and Access Content/Files * Apply Solution Design Concepts to Real-World Problems and Scenarios DEPLOYMENT & INTEGRATION BEST PRACTICES * Review the Application Lifecycle * Understand How Sandboxes Should Be Used * Review Deployment Options * Identify Integration Patterns WRAP-UP * Review a Practice Scenario * Review What Was Covered ADDITIONAL COURSE DETAILS: Nexus Humans Salesforce Build Application Architect Expertise (ARC901) 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 Salesforce Build Application Architect Expertise (ARC901) 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.

Salesforce Build Application Architect Expertise (ARC901)
Delivered on-request, onlineDelivered Online
Price on Enquiry

DevOps Engineering on AWS

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is intended for: DevOps engineers DevOps architects Operations engineers System administrators Developers Overview In this course, you will learn to: Use DevOps best practices to develop, deliver, and maintain applications and services at high velocity on AWS List the advantages, roles and responsibilities of small autonomous DevOps teams Design and implement an infrastructure on AWS that supports DevOps development projects Leverage AWS Cloud9 to write, run and debug your code Deploy various environments with AWS CloudFormation Host secure, highly scalable, and private Git repositories with AWS CodeCommit Integrate Git repositories into CI/CD pipelines Automate build, test, and packaging code with AWS CodeBuild Securely store and leverage Docker images and integrate them into your CI/CD pipelines Build CI/CD pipelines to deploy applications on Amazon EC2, serverless applications, and container-based applications Implement common deployment strategies such as 'all at once,' 'rolling,' and 'blue/green' Integrate testing and security into CI/CD pipelines Monitor applications and environments using AWS tools and technologies DevOps Engineering on AWS teaches you how to use the combination of DevOps cultural philosophies, practices, and tools to increase your organization?s ability to develop, deliver, and maintain applications and services at high velocity on AWS. This course covers Continuous Integration (CI), Continuous Delivery (CD), infrastructure as code, microservices, monitoring and logging, and communication and collaboration. Hands-on labs give you experience building and deploying AWS CloudFormation templates and CI/CD pipelines that build and deploy applications on Amazon Elastic Compute Cloud (Amazon EC2), serverless applications, and container-based applications. Labs for multi-pipeline workflows and pipelines that deploy to multiple environments are also included. MODULE 0: COURSE OVERVIEW * Course objective * Suggested prerequisites * Course overview breakdown MODULE 1: INTRODUCTION TO DEVOPS * What is DevOps? The Amazon journey to DevOps Foundations for DevOps MODULE 2: INFRASTRUCTURE AUTOMATION * Introduction to Infrastructure Automation * Diving into the AWS CloudFormation template * Modifying an AWS CloudFormation template * Demonstration: AWS CloudFormation template structure, parameters, stacks, updates, importing resources, and drift detection MODULE 3: AWS TOOLKITS * Configuring the AWS CLI * AWS Software Development Kits (AWS SDKs) * AWS SAM CLI * AWS Cloud Development Kit (AWS CDK) * AWS Cloud9 * Demonstration: AWS CLI and AWS CDK * Hands-on lab: Using AWS CloudFormation to provision and manage a basic infrastructure MODULE 4: CONTINUOUS INTEGRATION AND CONTINUOUS DELIVERY (CI/CD) WITH DEVELOPMENT TOOLS * CI/CD Pipeline and Dev Tools * Demonstration: CI/CD pipeline displaying some actions from AWS CodeCommit, AWS CodeBuild, AWS CodeDeploy and AWS CodePipeline * Hands-on lab: Deploying an application to an EC2 fleet using AWS CodeDeploy * AWS CodePipeline * Demonstration: AWS integration with Jenkins * Hands-on lab: Automating code deployments using AWS CodePipeline MODULE 5: INTRODUCTION TO MICROSERVICES * Introduction to Microservices MODULE 6: DEVOPS AND CONTAINERS * Deploying applications with Docker Amazon Elastic Container Service and AWS Fargate Amazon Elastic Container Registry and Amazon Elastic Kubernetes service Demonstration: CI/CD pipeline deployment in a containerized application MODULE 7: DEVOPS AND SERVERLESS COMPUTING * AWS Lambda and AWS Fargate AWS Serverless Application Repository and AWS SAM AWS Step Functions Demonstration: AWS Lambda and characteristics Demonstration: AWS SAM quick start in AWS Cloud9 Hands-on lab: Deploying a serverless application using AWS Serverless Application Model (AWS SAM) and a CI/CD Pipeline MODULE 8: DEPLOYMENT STRATEGIES * Continuous Deployment Deployments with AWS Services MODULE 9: AUTOMATED TESTING * Introduction to testing * Tests: Unit, integration, fault tolerance, load, and synthetic * Product and service integrations MODULE 10: SECURITY AUTOMATION * Introduction to DevSecOps * Security of the Pipeline * Security in the Pipeline * Threat Detection Tools * Demonstration: AWS Security Hub, Amazon GuardDuty, AWS Config, and Amazon Inspector MODULE 11: CONFIGURATION MANAGEMENT * Introduction to the configuration management process AWS services and tooling for configuration management Hands-on lab: Performing blue/green deployments with CI/CD pipelines and Amazon Elastic Container Service (Amazon ECS) MODULE 12: OBSERVABILITY * Introduction to observability * AWS tools to assist with observability * Hands-on lab: Using AWS DevOps tools for CI/CD pipeline automations MODULE 13: REFERENCE ARCHITECTURE (OPTIONAL MODULE) * Reference architectures MODULE 14: COURSE SUMMARY * Components of DevOps practice * CI/CD pipeline review * AWS Certification

DevOps Engineering on AWS
Delivered on-request, onlineDelivered Online
Price on Enquiry

Salesforce Design and Build Integration Solutions (ARC101)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This class is designed for experienced administrators and platform developers as well as solution, enterprise, and technical architects responsible for designing or building integration solutions on the Salesforce Platform. It's also designed for project or program managers looking to understand the big picture of integration in order to better manage their projects and programs. Ideally, you hold the Salesforce Administrator, Salesforce App Builder, or Salesforce Platform Developer I credential and/or are knowledgeable about standard and custom objects; how to work with flows and Process Builder; how to navigate Salesforce, Lightning Components, and Schema Builder; and Apex basics such as creating a Class and Anonymous Blocks. This class is recommended for anyone looking to earn their Salesforce Certified Integration Designer credential. Overview When you complete this course, you will be able to: Identify integration requirements by asking relevant integration questions to business stakeholders. Recommend appropriate integration patterns (Remote Process Invocation - Request and Reply, Remote Process Invocation - Fire and Forget, Batch Data Synchronization, Remote Call-In, and UI Update Based on Data Changes, Data Virtualization) to design integration solutions. Recommend appropriate integration capabilities (SOAP, REST, bulk, streaming, Outbound Messaging, Callouts, and Salesforce Connect) to build integration solutions. Explore architectural concepts and the big picture thinking of how to integrate on the Salesforce Platform. In this 3-day class, our Salesforce integration experts will demonstrate how to build solutions that provide a single view of your customers. You?ll learn about integration capabilities and the considerations that should be made when architecting an integration solution. Through a combination of demos, discussions, and hands-on exercises, you?ll design and build secure, scalable, and high-performing integration solutions that seamlessly surface the information that matters most INTEGRATION OVERVIEW * Understand the Importance of Integration * Explore Integration Architecture * Explore the Meaning of Single View of the Customer * Explore the Meaning of System Landscape * Understand the Role of Enterprise Service Bus (ESB) and Extract Transform Load (ETL) in System Landscape INTEGRATION CAPABILITIES * Introduction to Salesforce APIs * Create External Applications Using SOAP API * Build Mobile Applications Using REST API * Work with Large Data Volumes Using BULK API * Build Event-Driven Applications Using Streaming API * Build Event-Driven Applications Using Platform Events * Build Event-Driven Applications Using Change Data Capture * Send Data from Salesforce to External Applications Using Outbound Message * Call External APIs Programmatically Using Callouts * Integrate Data from an External Data Source Using Salesforce Connect * Synchronize Data with Heroku Connect * Call External APIs Declaratively Using External Services INTEGRATION PATTERNS * Understand Use Cases for a Request and Reply Pattern * Understand Use Cases for a Fire and Forget Pattern * Understand Use Cases for a Batch Data Synchronization Pattern * Understand Use Cases for a Remote Call-In Pattern * Understand Use Cases for a UI Update Based on Data Changes Pattern * Understand Use Cases for a Data Virtualization Pattern INTEGRATION SECURITY * Explore Two-Way Transport Layer Security (TLS) * Understand When to Use Remote Site Settings * Understand the Benefits of Using Named Credentials * Understand Certificates * Encrypt Your Data at Rest Using Salesforce Shield Platform Encryption ADVANCED INTEGRATION DISCUSSIONS * Design Solutions for Performance * Design Solutions for Scale * Review Integration Regulatory Requirements * Review Integration Best Practices CASE STUDY * Draw a System Landscape Diagram * Evaluate Business Needs * Translate Needs to Integration Requirements * Design an Integration Solution * Build an Integration Solution * Maintain an Integration Solution ADDITIONAL COURSE DETAILS: Nexus Humans Salesforce Design and Build Integration Solutions (ARC101) 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 Salesforce Design and Build Integration Solutions (ARC101) 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.

Salesforce Design and Build Integration Solutions (ARC101)
Delivered on-request, onlineDelivered Online
Price on Enquiry

VASCM-11 Veeam Availability Suite v11: Configuration and Management

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is suitable for anyone responsible for configuring, managing or supporting a Veeam Availability Suite v11 environment. Overview After completing this course, attendees should be able to: Describe Veeam Availability Suite components usage scenarios and relevance to your environment. Effectively manage data availability in on-site, off-site, cloud and hybrid environments. Ensure both Recovery Time Objectives (RTOs) and Recovery Point Objectives (RPOs) are met. Configure Veeam Availability Suite to ensure data is protected effectively. Adapt with an organization's evolving technical and business data protection needs. Ensure recovery is possible, effective, efficient, secure and compliant with business requirements. Provide visibility of the business data assets, reports and dashboards to monitor performance and risks The Veeam© Availability Suite? v11: Configuration and Management training course is a three-day, technical deep dive focused on teaching IT professionals the skills to configure, manage and support a Veeam Availability Suite v11 solution. With extensive hands-on-labs, the class enables administrators and engineers to effectively manage data in an ever-changing technical and business environment, bringing tangible benefit to businesses in the digital world. This course is based on Veeam Availability Suite v11. INTRODUCTION * Describe RTOs and RPOs, what they mean for your business, how to manage and monitor performance against them * The 3-2-1 Rule and its importance in formulating a successful backup strategy * Identify key Veeam Availability Suite components and describe their usage scenarios and deployment types BUILDING BACKUP CAPABILITIES * Backup methods, the appropriate use cases and impact on underlying file systems * Create, modify, optimize and delete backup jobs, including Agents and NAS Backup jobs. Explore different tools and methods to maximize environment performance * Ensure efficiency by being able to select appropriate transport modes while being aware of the impact of various backup functions on the infrastructure BUILDING REPLICATION CAPABILITIES * Identify and describe the options available for replication and impacts of using them * Create and modify replication jobs, outline considerations to ensure success * Introduce the new Continuous Data Protection (CDP) policy SECONDARY BACKUPS * Simple vs. advanced backup copy jobs, how to create and modify them using best practices to ensure efficient recovery * Discuss using tapes for backups ADVANCED REPOSITORY CAPABILITIES * Ensure repository scalability using a capability such as SOBR on-premises and off-site including integration with cloud storage * Ensure compatibility with existing deduplication appliances * Introduce the new hardened repository PROTECTING DATA IN THE CLOUD * Review how Veeam can protect the data of a cloud native application * Review how Veeam Cloud Connect enables you to take advantage of cloud services built on Veeam * Review how Veeam can be used to protect your Office 365 data RESTORING FROM BACKUP * Ensure you have the confidence to use the correct restore tool at the right time for restoring VMs, bare metal and individual content such as files and folders * Utilize Secure Restore to prevent the restoration of malware * Describe how to use Staged Restore to comply with things like General Data Protection Regulation (GDPR) before releasing restores to production * Identify, describe and utilize the different explores and instant recovery tools and features RECOVERY FROM REPLICA * Identify and describe in detail, failover features and the appropriate usage * Develop, prepare and test failover plans to ensure recovery * Disaster recovery from replica to meet a variety of real-world recovery needs TESTING BACKUP AND REPLICATION * Testing backups and replicas to ensure you can recover, what you need, when you need to * Configure and setup virtual sandbox environments based on backup, replicas and storage snapshots VEEAM BACKUP ENTERPRISE MANAGER AND VEEAM ONE * Introduce the concept of monitoring your virtual, physical and cloud environments with Veeam Backup Enterprise Manager and Veeam ONE CONFIGURATION BACKUP * Locate, migrate or restore backup configuration ADDITIONAL COURSE DETAILS: Nexus Humans VASCM-11 Veeam Availability Suite v11: Configuration and Management 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 VASCM-11 Veeam Availability Suite v11: Configuration and Management 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.

VASCM-11 Veeam Availability Suite v11: Configuration and Management
Delivered on-request, onlineDelivered Online
Price on Enquiry

Oracle Data Integrator 19c Configuration and Administration (TTOR30319)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This intermediate-level hands-on course is geared for experienced Administrators, Analysts, Architects, Data Scientists, Database Administrators and Implementers Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Working in a hands-on learning environment led by our Oracle Certified expert facilitator, students will learn how to: Administer ODI resources and setup security with ODI Apply ODI Topology concepts for data integration Describe ODI Model concepts Describe architecture of Oracle Data Integrator Design ODI Mappings, Procedures, Packages, and Load Plans to perform ELT data transformations Explore, audit data, and enforce data quality with ODI Implement Changed Data Capture with ODI Oracle Data Integrator is a comprehensive data integration platform that covers all data integration requirements from high-volume, high-performance batch loads, to event-driven integration processes and SOA-enabled data services. Oracle Data Integrator's Extract, Load, Transform (E-LT) architecture leverages disparate RDBMS engines to process and transform the data - the approach that optimizes performance, scalability and lowers overall solution costs. Throughout this course participants will explore how to centralize data across databases, performing integration, designing ODI Mappings, and setting up ODI security. In addition, Oracle Data Integrator can interact with the various tools of the Hadoop ecosystem, allowing administrators and data scientists to farm out map-reduce operations from established relational databases to Hadoop. They can also read back into the relational world the results of complex Big Data analysis for further processing. Working in a hands-on learning environment led by our Oracle Certified expert facilitator, students will learn how to: Administer ODI resources and setup security with ODI Apply ODI Topology concepts for data integration Describe ODI Model concepts Describe architecture of Oracle Data Integrator Design ODI Mappings, Procedures, Packages, and Load Plans to perform ELT data transformations Explore, audit data, and enforce data quality with ODI Implement Changed Data Capture with ODI INTRODUCTION TO INTEGRATION AND ADMINISTRATION * Oracle Data Integrator: Introduction * Oracle Data Integrator Repositories ADMINISTERING ODI REPOSITORIES * Create and connect to the Master Repository * Export and import the Master Repository * Create, connect, and set a password to the Work Repository ODI TOPOLOGY CONCEPTS * ODI Topology: Overview * Data Servers and Physical Schemas * Defining Topology * Agents in Topology * Planning a Topology DESCRIBING THE PHYSICAL AND LOGICAL ARCHITECTURE * Topology Navigator * Creating Physical Architecture * Creating Logical Architecture SETTING UP A NEW ODI PROJECT * ODI Projects * Using Folders * Understanding Knowledge Modules * Exporting and Importing Objects * Using Markers ORACLE DATA INTEGRATOR MODEL CONCEPTS * Understanding the Relational Model * Understanding Reverse-Engineering * Creating Models ORGANIZING ODI MODELS AND CREATING ODI DATASTORES * Organizing Models * Creating Datastores * Constraints in ODI * Creating Keys and References * Creating Conditions * Exploring Your Data * Constructing Business Rules ODI MAPPING CONCEPTS * ODI Mappings * Expressions, Join, Filter, Lookup, Sets, and Others * Behind the Rules * Staging Area and Execution Location * Understanding Knowledge Modules * Mappings: Overview DESIGNING MAPPINGS * Multiple Sources and Joins * Filtering Data * Overview of the Flow in ODI Mapping * Selecting a Staging Area * Configuring Expressions * Execution Location * Selecting a Knowledge Module MAPPINGS: MONITORING AND TROUBLESHOOTING * Monitoring Mappings * Working with Errors DESIGNING MAPPINGS: ADVANCED TOPICS 1 * Working with Business Rules * Using Variables * Datasets and Sets * Using Sequences DESIGNING MAPPINGS: ADVANCED TOPICS 2 * Partitioning * Configuring Reusable Mappings * Using User Functions * Substitution Methods * Modifying Knowledge Modules USING ODI PROCEDURES * Procedures: Overview * Creating a Blank Procedure * Adding Commands * Adding Options * Running a Procedure USING ODI PACKAGES * Packages: Overview * Executing a Package * Review of Package Steps * Model, Submodel, and Datastore Steps * Variable Steps * Controlling the Execution Path STEP-BY-STEP DEBUGGER * Starting a Debug Session * New Functions * Menu Bar Icons MANAGING ODI SCENARIOS * Scenarios * Managing Scenarios * Preparing for Deployment USING LOAD PLANS * What are load plans? * Load plan editor * Load plan step sequence * Defining restart behavior ENFORCING DATA QUALITY WITH ODI * Data Quality * Business Rules for Data Quality * Enforcing Data Quality with ODI WORKING WITH CHANGED DATA CAPTURE * CDC with ODI * CDC implementations with ODI * CDC implementation techniques * Journalizing * Results of CDC ADVANCED ODI ADMINISTRATION * Setting Up ODI Security * Managing ODI Reports * ODI Integration with Java

Oracle Data Integrator 19c Configuration and Administration (TTOR30319)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Veeam Availability Suite v11: Configuration and Management (VASv11CM)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is suitable for anyone responsible for configuring, managing or supporting a Veeam Availability Suite v11 environment. Students should be experienced professionals with solid knowledge of servers, storage, networking and virtualization. Overview After completing this course, attendees should be able to: Describe Veeam Availability Suite components usage scenarios and relevance to your environment. Effectively manage data availability in on-site, off-site, cloud and hybrid environments. Ensure both Recovery Time Objectives (RTOs) and Recovery Point Objectives (RPOs) are met. Configure Veeam Availability Suite to ensure data is protected effectively. Adapt with an organization's evolving technical and business data protection needs. Ensure recovery is possible, effective, efficient, secure and compliant with business requirements. Provide visibility of the business data assets, reports and dashboards to monitor performance and risks. The Veeam© Availability Suite? v11: Configuration and Management training course is a three-day, technical deep dive focused on teaching IT professionals the skills to configure, manage and support a Veeam Availability Suite v11 solution. With extensive hands-on-labs, the class enables administrators and engineers to effectively manage data in an ever-changing technical and business environment, bringing tangible benefit to businesses in the digital world. INTRODUCTION * Describe RTOs and RPOs, what they mean for your business, how to manage and monitor performance against them * The 3-2-1 Rule and its importance in formulating a successful backup strategy * Identify key Veeam Availability Suite components and describe their usage scenarios and deployment types BUILDING BACKUP CAPABILITIES * Backup methods, the appropriate use cases and impact on underlying file systems * Create, modify, optimize and delete backup jobs, including Agents and NAS Backup jobs. Explore different tools and methods to maximize environment performance * Ensure efficiency by being able to select appropriate transport modes while being aware of the impact of various backup functions on the infrastructure BUILDING REPLICATION CAPABILITIES * Identify and describe the options available for replication and impacts of using them * Create and modify replication jobs, outline considerations to ensure success * Introduce the new Continuous Data Protection (CDP) policy SECONDARY BACKUPS * Simple vs. advanced backup copy jobs, how to create and modify them using best practices to ensure efficient recovery * Discuss using tapes for backups ADVANCED REPOSITORY CAPABILITIES * Ensure repository scalability using a capability such as SOBR on-premises and off-site including integration with cloud storage * Ensure compatibility with existing deduplication appliances * Introduce the new hardened repository PROTECTING DATA IN THE CLOUD * Review how Veeam can protect the data of a cloud native application * Review how Veeam Cloud Connect enables you to take advantage of cloud services built on Veeam * Review how Veeam can be used to protect your Office 365 data RESTORING FROM BACKUP * Ensure you have the confidence to use the correct restore tool at the right time for restoring VMs, bare metal and individual content such as files and folders * Utilize Secure Restore to prevent the restoration of malware * Describe how to use Staged Restore to comply with things like General Data Protection Regulation (GDPR) before releasing restores to production * Identify, describe and utilize the different explores and instant recovery tools and features RECOVERY FROM REPLICA * Identify and describe in detail, failover features and the appropriate usage * Develop, prepare and test failover plans to ensure recovery * Disaster recovery from replica to meet a variety of real-world recovery needs TESTING BACKUP AND REPLICATION * Testing backups and replicas to ensure you can recover, what you need, when you need to * Configure and setup virtual sandbox environments based on backup, replicas and storage snapshots VEEAM BACKUP ENTERPRISE MANAGER AND VEEAM ONE * Introduce the concept of monitoring your virtual, physical and cloud environments with Veeam Backup Enterprise Manager and Veeam ONE? CONFIGURATION BACKUP * Locate, migrate or restore backup configuration ADDITIONAL COURSE DETAILS: Nexus Humans Veeam Availability Suite v11: Configuration and Management (VASv11CM) 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 Veeam Availability Suite v11: Configuration and Management (VASv11CM) 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.

Veeam Availability Suite v11: Configuration and Management (VASv11CM)
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