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

1 Atlas courses in Belfast

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

SolarWinds NPM for engineers

5.0(3)

By Systems & Network Training

SOLARWINDS NPM TRAINING COURSE DESCRIPTION A hands on course providing a solid foundation on network management using SolarWinds. The course specifically focusses on SolarWinds Orion Network Performance Monitor. The course starts with configuring agents and device discovery, onto exploiting SNMP with SolarWinds and then Alerts, reports and customisation of menus, views and maps. WHAT WILL YOU LEARN * Discover devices using Solarwinds. * Use Solarwinds. * Poll and monitor devices using Solarwinds. * Create Alarms and reports. * Diagnose faults using Solarwinds. SOLARWINDS NPM TRAINING COURSE DETAILS * Who will benefit: Technical staff working with Solarwinds. * Prerequisites: None. * Duration 2 days SOLARWINDS NPM TRAINING COURSE CONTENT * Getting started with SolarWinds What is SolarWinds, Products, ICMP, WMI, SNMP. Installing SolarWinds. Hands on Connecting to SolarWinds, configuring users and groups, using SolarWinds. * Device discovery with SolarWinds Manual discovery, automatic discovery, controlling IP discovery, polling, thresholds. Hands on Adding ICMP only, SNMP and WMI nodes. dependencies, groups. * Agents Configuring Cisco devices for SNMP support, communities, traps, syslog. MIBs, SNMPv3, obtaining MIB information. Universal device poller. Hands on MIB browser, MIB walking, syslog. Message center. * Using SolarWinds The home page, Views, changing views, adding views. Hands on Views and menu customisation. Server monitoring. * Alerts Filters, acknowledgements, notes. Basic alert configuration, Advanced alert configuration. Hands on Configuring alerts. * Reports Creating reports, on demand reports, scheduled reports, customising reports, adding reports to views. Standard reports. Hands on Performance reports. Graphs. * Maps Orion Network Atlas, the background, adding objects, connect now, applying to views. Hands on Customising a map. * Administration Backups, the database.

SolarWinds NPM for engineers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1727

Online Options

Show all 12

MongoDB-Mastering MongoDB for Beginners (Theory and Projects)

By Packt

This course on MongoDB is for absolute beginners and provides an interactive learning experience that reflects the most in-demand skills. The content will help you understand the concepts and methodology with regards to MongoDB in an effortless way. The strong basic understanding you gain initially will help you move toward learning more advanced concepts.

MongoDB-Mastering MongoDB for Beginners (Theory and Projects)
Delivered Online On Demand
£101.99

Electron from Scratch: Build Desktop Applications with JavaScript

By Packt

Create 3 useful desktop applications with web technologies using Electron

Electron from Scratch: Build Desktop Applications with JavaScript
Delivered Online On Demand
£58.99

Introduction to MongoDB for Developers (TTDB4683)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This introductory-level course is for experienced application developers new to MongoDB. Overview This course is approximately 50% hands-on lab to lecture ratio, combining engaging expert lessons, demos and group discussions with real-world, skills-focused machine-based labs and exercises. Working in a hands-on learning environment, guided by our expert team, you'll explore: Storage Basics MongoDB Document Model MongoDB Setup CRUD: Basics through Advanced Concepts Performance: Basics through Advanced Concepts Aggregation: Basics through Advanced Concepts Replication: Basics through Advanced Concepts Sharding: Basics through Advanced Concepts Schema Design Security Basics, Authentication & Authorization Application Development and Drivers Geared for experienced developers, Introduction to MongoDB for Developers is a comprehensive course that provides you with hands-on experience with the MongoDB query language, aggregation framework, data modeling, indexes, drivers, basic performance tuning, high availability and scaling. Throughout the course, you?ll explore the MongoDB Atlas database environment in detail, gaining job-ready skills you can put right to work after class. STORAGE BASICS * What is a Storage Engine? * WiredTiger Storage Engine * In-Memory Storage Engine * Encrypted Storage Engine MONGODB DOCUMENT MODEL * JSON and BSON * MongoDB Data Types * MONGODB SETUP * Atlas Setup / Local MongoDB Setup CRUD BASICS * Insert Command * Find Command * Query Operators * Remove Command * Updating Documents CRUD ADVANCED * Bulk Writes * Retryable Writes * Find and Modify * Transactions PERFORMANCE BASICS * Indexes AGGREGATION BASICS * Aggregation Pipeline Concepts Aggregation Pipeline Stages Aggregation Pipeline Expressions AGGREGATION ADVANCED * $lookup stage * $graphLookup stage * $expr operator * Faceted Search * Type Conversions * Advanced Expression Operators * Date Expression Operators * Expression Variables * Aggregation Pipeline Optimizations * Aggregation in a Sharded Cluster REPLICATION BASICS * MongoDB Replica Sets * Replica Set Use Cases * Replication Mechanics * REPLICATION ADVANCED * Using Write Concern to Tune Durability Semantics * Using Read Concern to Tune Read Isolation * Using Read Preference * Replica Set Tag Sets SHARDING BASICS * Sharding Concepts * When to Shard * What is a Shard Key? * Zoned Sharding / MongoDB Atlas Global Clusters SHARDING ADVANCED * Components of a Sharded Cluster * Sharding Mechanics * Choosing a Good Shard Key SCHEMA DESIGN * Schema Design Core Concepts * Common Patterns SECURITY BASICS * Authentication & Authorization * Network Encryption * Encryption at Rest * Auditing

Introduction to MongoDB for Developers (TTDB4683)
Delivered on-request, onlineDelivered Online
Price on Enquiry

MongoDB, Express, Angular and Node.js Fundamentals

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is ideal for beginners and intermediate frontend developers who want to become full-stack developers. You will need some prior working knowledge of JavaScript and MongoDB as we skim over its basics and get straight to work. Overview At the end of this day, students should be able to: Understand the MEAN architecture Create RESTful APIs to complete CRUD tasks Build a blogging application with basic features Describe best practices to secure node applications Implement authentication and authorization Create simple animations using Angular Perform unit testing on Angular applications MongoDB, Express, Angular and Node.js Fundamentals begins by demystifying the MEAN architecture. You will review the features of the JavaScript technologies, frameworks, or libraries that make up a MEAN stack. You will also understand how to develop a RESTful API using Node.js, Express.js, and MongoDB Atlas. This course will enable you to discover how to build a blogging application using the MEAN stack. Next, you will learn about authentication using MEAN, and explore the features of Angular, such as pipes, reactive forms, modules and optimizing apps, animations and unit testing, and much more. By the end of the course, you will have all of the knowledge you need to become a pro at developing efficient web applications using JavaScript technologies. INTRODUCTION TO THE MEAN STACK * MEAN Architecture Demystification * Getting Started with Node * Activity 1: Creating an HTTP Server for a Blogging Application Understanding Callbacks, Event loop and EventEmitters in Node * Understanding Buffers, Streams and Filesystem in Node * Activity 2: Streaming Data to a File DEVELOPING RESTFUL APIS TO PERFORM CRUD OPERATIONS * Getting Started with RESTful APIs * Getting started with MongoDB Atlas * Activity 3: Connecting the Node Application with MongoDB Atlas * Getting Started with Express * Activity 4: Creating Express API Route and Controller * Activity 5: Testing Fully Functional RESTful API BEGINNING FRONTEND DEVELOPMENT WITH ANGULAR CLI * Getting Started with Angular CLI * Using Components, Directives, Services, and Making HTTP Requests in Angular * Activity 6: Designing the Frontend and Components for the Blogging Application * Activity 7: Writing Services and Making HTTP Request Calls to an API * Understanding Angular Forms and Routing * Activity 8: Creating a Form Application Using the Reactive/Model-Driven Method * Activity 9: Creating and Validating Different Forms Using the Template and Reactive Driven Method * Activity 10: Implementing a Router for the Blogging Application UNDERSTANDING MEAN STACK SECURITY * Node Security and Best Practices * Node Application Authentication with JSON Web Token (JWT) * Activity 11: Securing the RESTful API * Node Application Authentication with Passport * Activity 12: Creating a Login Page to Allow Authentication with Twitter Using Passport Strategies ANGULAR DECLARABLES, BOOTSTRAPPING, AND MODULARITY * Using Inbuilt Pipes, Custom Pipes, Custom Directives, and Observables * Activity 13: Communicating Between Two Components Using Observable Angular * Bootstrapping and Modularity * Activity 14: Creating a Lazy Loaded Application TESTING AND OPTIMIZING ANGULAR APPLICATIONS * Angular Animations and Latest Angular Features * Activity 15: Animating the Route Transition Between the Blog Post Page and View Post Page of the Blogging Application * Optimizing Angular Applications * Testing Angular Applications * Activity 16: Performing Unit Testing on the App Root Component and Blog-Post Component * Overview on the new features in Angular

MongoDB, Express, Angular and Node.js Fundamentals
Delivered on-request, onlineDelivered Online
Price on Enquiry

MERN Stack Web Development with Ultimate Authentication

By Packt

Build the ultimate authentication boilerplate project with the MERN stack from scratch and deploy it to DigitalOcean cloud servers

MERN Stack Web Development with Ultimate Authentication
Delivered Online On Demand
£14.99

Blender to Unreal Engine - Become a Dungeon Prop Artist

By Packt

Join this course to take your 3D modeling skills up a notch! Graduate to the next level of game design by learning all about the Blender to Unreal Engine 5 (UE5) professional workflow for medieval dungeon props. You will learn how to build assets in Blender and then how to import them into Unreal Engine 5 for your project.

Blender to Unreal Engine - Become a Dungeon Prop Artist
Delivered Online On Demand
£82.99

Modern JavaScript from The Beginning [Second Edition]

By Packt

This second-edition JavaScript course covers fundamental concepts, including variables, data types, functions, and control flow, as well as advanced topics such as object-oriented programming, modules, and testing. With practical projects and clear explanations, learners can gain a solid understanding of the language and develop their skills.

Modern JavaScript from The Beginning [Second Edition]
Delivered Online On Demand
£125.99

The Complete Project Management Fundamentals Course

By Packt

Dive into the world of project management with our comprehensive course! Master the fundamentals, explore advanced tools such as Jira, Microsoft Teams, and Trello, and gain real-world insights. From Agile methodologies to effective communication strategies, this course equips you with the skills to excel as a confident and successful project manager.

The Complete Project Management Fundamentals Course
Delivered Online On Demand
£142.99

The Complete Product Management Fundamentals

By Packt

Unlock the full potential of product management with our comprehensive course. Dive deep into product management fundamentals, Agile methodologies, and gain hands-on experience with essential project management tools, including Trello, Jira, Microsoft Teams, Planner, and ChatGPT. Elevate your career and drive success in the digital age.

The Complete Product Management Fundamentals
Delivered Online On Demand
£82.99

Educators matching "Atlas"

Show all 1