دوراتنا

DevOps on AWS: Operate and Monitor

DevOps on AWS: Operate and Monitor

The third and the final course in the DevOps series will teach how to use AWS Services to control the architecture in order to reach a better operational state. Monitoring and Operation are key aspects for both the release pipeline and production environments, because they provide instruments that help discover what's happening, as well as do modifications and enhancements on infrastructure that is currently running. This course teaches how to use Amazon CloudWatch for monitoring, as well as Amazon EventBridge and AWS Config for continuous compliance.

  • Course by
  • Self Paced
  • 4 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
MLOps Platforms: Amazon SageMaker and Azure ML

MLOps Platforms: Amazon SageMaker and Azure ML

In MLOps (Machine Learning Operations) Platforms: Amazon SageMaker and Azure ML you will learn the necessary skills to build, train, and deploy machine learning solutions in a production environment using two leading cloud platforms: Amazon Web Services (AWS) and Microsoft Azure.

  • Course by
  • Self Paced
  • 13 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
MongoDB Tutorial

MongoDB Tutorial

This tutorial is designed to introduce you to the MongoDB database management system. MongoDB is a NoSQL document database that stores data in flexible, JSON-like documents, making it easy to work with and integrate with web applications. In this tutorial, you will learn the basics of MongoDB, including how to install and set up MongoDB on your local machine, how to create databases and collections, and how to perform CRUD (Create, Read, Update, Delete) operations on data.

  • Course by
  • Self Paced
  • 9 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
Simulation of Call Centre Operations Using R Simmer

Simulation of Call Centre Operations Using R Simmer

Introduction To Call Centre Simulation Process Create Statistical Variables Required For Simulation Define Trajectories for Call Centre Departments Define Teams, Resources & Arrivals of Calls Run Call Centre Simulation & Store Results Plot Charts & Interpret Simulation Results

  • Course by
  • Self Paced
  • 2 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Developing a Google SRE Culture

Developing a Google SRE Culture

In many IT organizations, incentives are not aligned between developers, who strive for agility, and operators, who focus on stability. Site reliability engineering, or SRE, is how Google aligns incentives between development and operations and does mission-critical production support. Adoption of SRE cultural and technical practices can help improve collaboration between the business and IT. This course introduces key practices of Google SRE and the important role IT and business leaders play in the success of SRE organizational adoption.

  • Course by
  • Self Paced
  • 8 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
Create a C# Application to process MongoDB Data

Create a C# Application to process MongoDB Data

By the end of this project, you will create a C# application using MongoDB to access Employee data perform CRUD operations on the MongoDB database.
Many Applications use a MongoDB database on the backend, and nearly every programming language has a driver for it. Since MongoDB is a No-SQL database, it works quite well for storing C# objects. Conversely, reading MongoDB documents into C# objects is quite seamless, especially when compared to reading Relational database data into objects.

  • Course by
  • Self Paced
  • 2 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Create Immediate Digital Employee Feedback with SnapEval

Create Immediate Digital Employee Feedback with SnapEval

In this 2-hour long project-based course, you will learn how to produce immediate digital employee communication, a SNAP, to provide immediate digital feedback and lay the foundation for future annual employee evaluations. You will learn how to establish employee goals and achievement levels and how to provide employees with this information in a digital format.

  • Course by
  • Self Paced
  • 2 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Building RESTful APIs with Node.js and Express

Building RESTful APIs with Node.js and Express

This course will teach you how to build RESTful APIs using Node.js and Express, two popular and widely used technologies in web development. You will learn how to create a server-side application that can handle requests from client-side applications and respond with JSON data. In the first module, participants will delve into the world of Node.js and Express, learning how to set up a development environment, explore the architecture of Node.js, and work with built-in modules.

  • Course by
  • Self Paced
  • 14 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
Create Geovisualizations in Tableau

Create Geovisualizations in Tableau

Tableau is widely recognized as one of the premier data visualization software programs. For many years access to the program was limited to those who purchased licenses. Recently, Tableau launched a public version that grants the ability to create amazing data visualizations for free. Account members can also share and join projects to collaborate on projects that can change the world.
In this project, we will learn how to create an account, how to build simple bar graphs, and how to create a geovisualization.

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
AR (Augmented Reality) & Video Streaming Services Emerging Technologies

AR (Augmented Reality) & Video Streaming Services Emerging Technologies

Welcome to the course “Augmented Reality & Video Service Emerging Technologies.” The level of AR (Augmented Reality) and advanced video & multimedia technology included in a product is what determines the level of value and luxury. The objective of this course is to teach all important technologies that are used in state-of-the-art AR, Skype, and YouTube video and multimedia products and services. This includes the advanced video and real-time multimedia delivery mechanisms based on H.264/MPEG-4 AVC, MPEG-DASH, CDN, and mobile CDN.

  • Course by
  • Self Paced
  • 11 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
CRUD Operations using MongoDB NoSQL

CRUD Operations using MongoDB NoSQL

Unlike relational databases, NoSQL databases such as MongoDB store data as collections of fields, rather than rows and columns. It mimics the way humans think of objects and provides a smooth interface for applications that are object-oriented. Each ‘object’ is stored in JSON format in a data structure called a Document. The Document may represent a single word and its definition for example. A Document is stored in a Collection, which contains one to many Documents. The MongoDB database then contains one to many Collections.

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
API Testing Using Rest Assured Test Automation Tool

API Testing Using Rest Assured Test Automation Tool

RestAssured is one of the best test automation tools to test APIs with Java programming language. It's an open-source tool and is very easy to code using Rest Assured. It also integrates easily with Test Automation tool like TestNG This project will provide you step by step instructions to write scripts to automate API testing using Rest Assured, how to automate and test CRUD (Create, Read, Update and Delete) operations with HTTP methods like GET, POST, PUT and DELETE, understanding JSON request and response, adding assertions to the API response.

  • Course by
  • Self Paced
  • 4 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Query Django models across relationships

Query Django models across relationships

In this 1-hour long project-based course, you will learn how to perform deep filter operations over 1, 2 and 3 relationships. You will learn how to use the “in” field lookup to create a filter inside a filter. You will discover the difference between using a comma in a filter call and nesting filters via an example, and will see the difference between the implementation of the “comma” in the filter and the exclude methods.

Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.

  • Course by
  • Self Paced
  • 2 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Contact Center AI: Conversational Design Fundamentals

Contact Center AI: Conversational Design Fundamentals

Welcome to "CCAI Conversational Design Fundamentals", the first course in the "Customer Experiences with Contact Center AI" series.

  • Course by
  • Self Paced
  • 4 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
Create a simple queue of names using Java

Create a simple queue of names using Java

The learner will use a simple queue to create a list with names, using manually created Queue operations such as enqueue, dequeue, peek, size and print methods. The learner will also implement the pre-defined LinkedList class to perform operations on a queue.

  • Course by
  • Self Paced
  • 4 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Analyze Network Traffic with TCPDump

Analyze Network Traffic with TCPDump

In this 1 hour guided project, you will learn how to use one of the most versatile Linux networking utilities tcpdump to capture and analyze TCP traffic. Popular among all ranks of networking professionals, tcpdump will definitely empower you in daily networking operations. Basic network experience and shell script basics are highly recommended as prerequisites.

  • Course by
  • Self Paced
  • 2 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Introducing Security: Aligning Asset and Risk Management

Introducing Security: Aligning Asset and Risk Management

Course 1 - Introducing Security and Aligning Asset Management to Risk Management
In this course, we're going to start by discussing the security concepts, identifying corporate assets, and discussing the risk management process.
Course 1 Learning Objectives
After completing this course, the participant will be able to: 
L1.1 - Classify information security and security concepts.  
L1.2 - Summarize components of the asset management lifecycle. 
L1.3 - Identify common risks and vulnerabilities. 
L1.4 - Provide examples of appropriate risk treatment. 

  • Course by
  • Self Paced
  • 7 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
Reports, Dashboards, and Customer Success in Salesforce

Reports, Dashboards, and Customer Success in Salesforce

The fourth course in the Salesforce Sales Operations Professional Certificate — Reports, Dashboards, and Customer Success in Salesforce — is for anyone who is curious about entry level sales roles that require foundational skills in Salesforce, the sales operations specialist role specifically, how to use tools in Salesforce to improve customer service at a business, how to leverage data in Salesforce to improve the overall performance of a sales team, and the path to becoming a Salesforce administrator. This fourth course goes into more depth on how a sales operations specialist would use Sa

  • Course by
  • Self Paced
  • 31 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
Joining Data in R using dplyr

Joining Data in R using dplyr

You will need to join or merge two or more data sets at different points in your work as a data enthusiast. The dplyr package offers very sophisticated functions to help you achieve the join operation you desire. This project-based course, "Joining Data in R using dplyr" is for R users willing to advance their knowledge and skills. In this course, you will learn practical ways for data manipulation in R. We will talk about different join operations and spend a great deal of our time here joining the sales and customers data sets using the dplyr package.

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Intermediate PostgreSQL

Intermediate PostgreSQL

This course covers a wide range of SQL techniques, beyond basic CRUD (Create, Read, Update, and Delete) operations in PostgreSQL. You will learn the specifics of aggregation, transactions, reading and parsing CSV files and inserting data into a database. You’ll also take a look at how PostgreSQL handles and indexes text data. Specifically, students will do assignments that alter table schemas, create stored procedures, construct advanced queries, explore sorting and grouping query data, and techniques for working with text in databases including regular expressions.

  • Course by
  • 16 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
Drones for Environmental Science

Drones for Environmental Science

How can drones be used for good in environmental science? What types of data can scientists collect, and how should they go about collecting it using drones? Why should someone integrate drones into their existing career or pursue this field? This Duke Environment+ course serves as an introduction for anyone interested in learning more about drone use in the environmental sciences. No background knowledge in drones is assumed or necessary.

  • Course by
  • Self Paced
  • 12 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
Creating a Competitive Advantage with Value Chain Analysis

Creating a Competitive Advantage with Value Chain Analysis

By the end of this guided project, you will be able to use the value chain analysis to create a competitive advantage for your company. Value chain analysis provides a structured approach of assessing where a company true value creation resides. The model is categorized into nine interrelated activities comprising of the primary and the secondary activities. Essentially, competitive advantage can be achieved through cost leadership or differentiation strategies. However, competitive advantage does not emerge by looking at a firm as a whole.

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Access Controls

Access Controls

Welcome to Access Controls! The Access Controls Course provides information pertaining to specify what users are permitted to do, the resources they are allowed to access, and what operations they are able to perform on a system. Access Controls help managers limit and monitor systems use at a user level or group membership.

  • Course by
  • Self Paced
  • 15 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد
Data Manipulation and Management using MYSQL Workbench

Data Manipulation and Management using MYSQL Workbench

By the end of this project, you will be able to manage data efficiently in a specific database using MYSQL Workbench. You will be able to select data from tables from your database and use keywords in select statements such as LIMIT and Top. You will be able to update the data and filter them using where statements, and also apply conditions with different ways and keywords such as like, and, or, and between.

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Developing Back-End Apps with Node.js and Express

Developing Back-End Apps with Node.js and Express

In a recent Stack Overflow survey, Node.js was used by about 50% of the developers who answered the survey, making it the most used server-side technology. Express ranked as the fourth most popular web technology overall, making it the most popular server-side web framework. In this course, you will focus on Node.js and Express.

  • Course by
  • Self Paced
  • 13 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
اعرف المزيد