دوراتنا

Edit your photos for Social Media with Easil

Edit your photos for Social Media with Easil

By the end of this project, you will learn how to edit photos for social media using the free version of Easil. An essential role of your social media marketing strategy is to establish your online identity and to appeal to your users, many times on a lean marketing budget. Outstanding images will help you reach this goal, but you don’t need to be a professional photographer to create Eye-catching images and photo projects.

  • مقدم بواسطة
  • التعلم الذاتي
  • 3 ساعات
  • language الإنجليزية
Create a Boggle Word Solver using recursion in Python

Create a Boggle Word Solver using recursion in Python

In this 1-hour long project-based course, you will have created a Boggle Word Solver in Python by defining various functions that load a 4x4 game board based on input, recursively searches in all allowed directions for plausible words using Depth First Traversal, and then prints out the valid words based on length constraints and by cross-checking whether the word exists in the stored dictionary. You will also learn to store the dictionary in a trie data structure which makes for more efficient lookups.

  • مقدم بواسطة
  • التعلم الذاتي
  • 3 ساعات
  • language الإنجليزية
Health Informatics for Healthcare Professionals

Health Informatics for Healthcare Professionals

This course is best suited for individuals currently in the healthcare sector, as a provider, payer, or administrator. Individuals pursuing a career change to the healthcare sector may also be interested in this course.
In this course, you will have an opportunity to explore concepts and topics related to the design and management of health information systems.

  • مقدم بواسطة
  • التعلم الذاتي
  • 14 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
Art & Activity: Interactive Strategies for Engaging with Art

Art & Activity: Interactive Strategies for Engaging with Art

Build skills in activity-based strategies that encourage your students to become empowered participants in their learning.

  • مقدم بواسطة
  • التعلم الذاتي
  • 20 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
The Merkle Tree and Cryptocurrencies

The Merkle Tree and Cryptocurrencies

Apply what you have learned about cryptography and hashing in previous blockchain to the Merkle Tree, which underlies the process of adding new blocks — representing new transactions — to the blockchain. This course also introduces the concepts of proof of work and proof of stake, which play an important part in ensuring the integrity of the blockchain.
This course requires the purchase of two books for the completion of assignments:
Drescher, D. (2017). Blockchain Basics: A Non-Technical Introduction in 25 Steps. (ISBN-13: 978-1484226032)

  • مقدم بواسطة
  • التعلم الذاتي
  • 9 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
Effective Compliance Programs

Effective Compliance Programs

Once you have an understanding of what compliance is, and why it may be important, it is natural to wonder next, “What should I do about it?” In this course, we’ll explore one of the key factors for creating a positive culture of compliance: human psychology. We’ll think about what drives us, what makes us pay attention, what distracts, and how all of these pieces help build a strong belief in an organizational culture of compliance.

  • مقدم بواسطة
  • التعلم الذاتي
  • 11 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
Social Media & Marketing - Jagdish Sheth

Social Media & Marketing - Jagdish Sheth

Technology has always impacted marketing, especially in areas such as branding, packaging, distribution, and retailing. It has also impacted advertising and promotion. This course focuses on the impact of digital technology on all aspects of marketing including the 4P’s of marketing, word of mouth communication, and market research. It articulates the disruptive impact of social media and user-generated content.

  • مقدم بواسطة
  • التعلم الذاتي
  • 5 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
The Oral Cavity: Portal to Health and Disease

The Oral Cavity: Portal to Health and Disease

This course will focus on the interprofessional realtionship of dentistry and medicine. For each session, the medical specialist will present a broad overview of specific disease entity which will be followed by a dental educator discussing the relevant oral manifestations and implications. The final module of each session will be devoted to the interaction between the dental and other health care professionals.

  • مقدم بواسطة
  • التعلم الذاتي
  • 16 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
BioData Processing

BioData Processing

Can we communicate with other living beings besides animals?
For example, it is well known that plants and fungi are sentient creatures, but modern societies/humans seem to regard this fact as unworthy of much attention. Perhaps we do so because we lack a common language to establish such inter-realms communication.

  • مقدم بواسطة
  • التعلم الذاتي
  • 2 ساعات
  • language الإنجليزية
NLP: Twitter Sentiment Analysis

NLP: Twitter Sentiment Analysis

In this hands-on project, we will train a Naive Bayes classifier to predict sentiment from thousands of Twitter tweets. This project could be practically used by any company with social media presence to automatically predict customer's sentiment (i.e.: whether their customers are happy or not). The process could be done automatically without having humans manually review thousands of tweets and customer reviews.
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.

  • مقدم بواسطة
  • التعلم الذاتي
  • 2 ساعات
  • language الإنجليزية
Creating a Word Jumble Game in Python Using Tkinter GUI

Creating a Word Jumble Game in Python Using Tkinter GUI

In this 1-hour long project-based course, you will learn how to be able to create a fully functioning Word Jumble Game using tkinter GUI in python. You will be able to create, add, and customize different widgets using tkinter to create your own functional app. You will also be able to organize the widgets in the tkinter window by creating frames and using the grid method, as well as improve the Game by creating and adding score and time countdown to our game.

  • مقدم بواسطة
  • التعلم الذاتي
  • 3 ساعات
  • language الإنجليزية
AWS: Infrastructure Security

AWS: Infrastructure Security

AWS: Infrastructure Security Course is the second course of Exam Prep SCS-C02: AWS Certified Security – Specialty Specialization. This course assists learners to design security controls for edge services such as AWS WAF and AWS Shield. This course is basically divided into two modules and each module is further segmented by Lessons and Video Lectures. This course facilitates learners with approximately 3:00-3:30 Hours of Video lectures that provide both Theory and Hands-On knowledge. Also, Graded and Ungraded Quizzes are provided with every module in order to test the ability of learners.

  • مقدم بواسطة
  • التعلم الذاتي
  • 6 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
AWS: Configuration Management and Infrastructure as Code

AWS: Configuration Management and Infrastructure as Code

AWS: Configuration Management and IaC Course is the third course of Exam Prep: AWS Certified DevOps Engineer - Professional Specialization. This course focuses on cloud infrastructure and reusable components to provision AWS resources. The course teaches building automated solutions for complex tasks and large-scale infrastructure. The course is divided into two modules and each module is further segmented by Lessons and Video Lectures. This course facilitates learners with approximately 3:00-3:30 Hours of Video lectures that provide both Theory and Hands-On knowledge.

  • مقدم بواسطة
  • التعلم الذاتي
  • 5 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
Using Role-based Access Control in Kubernetes Engine

Using Role-based Access Control in Kubernetes Engine

This is a self-paced lab that takes place in the Google Cloud console. After provisioning two service accounts to represent user personas and three namespaces for dev, test, and prod, you will test the access controls of the personals in each namespace.

  • مقدم بواسطة
  • التعلم الذاتي
  • 1 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
Process File Data using C# List and Linq

Process File Data using C# List and Linq

By the end of this project you will create an application that uses the C# List data structure and the C# Linq to process a collection of Employees in a file.
Linq, when used with the List data structure, allows the programmer to compare and perform computations on objects without the need to access attributes directly. It simplifies the process of iterating through a list and obtaining data from user-defined objects.
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.

  • مقدم بواسطة
  • التعلم الذاتي
  • 2 ساعات
  • language الإنجليزية
Introduction to Sensory Science

Introduction to Sensory Science

Did you know there's a science behind the flavors, textures, and aromas of the foods we eat, and why our favorite products look, feel, and smell the way that they do? In this course, we will provide a broad overview of the field of sensory science - its history, definition, and applications in academic research and in the consumer-packaged goods industry. We’ll also discuss how sensory science impacts other industries, including the medical sciences and information processing.

  • مقدم بواسطة
  • التعلم الذاتي
  • 9 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
Data Science as a Field

Data Science as a Field

This course provides a general introduction to the field of Data Science. It has been designed for aspiring data scientists, content experts who work with data scientists, or anyone interested in learning about what Data Science is and what it’s used for. Weekly topics include an overview of the skills needed to be a data scientist; the process and pitfalls involved in data science; and the practice of data science in the professional and academic world.

  • مقدم بواسطة
  • التعلم الذاتي
  • 11 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
Air Pollution – a Global Threat to our Health

Air Pollution – a Global Threat to our Health

We all have to breathe to live. But the air we breathe is polluted both outdoors and indoors. Each year, this pollution costs 7 million lives across the globe – and a lot of suffering. 1 in 8 deaths is due to air pollution. This course will provide you with an introduction to the most recent research in the field of health effects of air pollution as well as a broader understanding of sources and spread of air pollution and what we should do about it.

  • مقدم بواسطة
  • التعلم الذاتي
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
Java Classes and Objects

Java Classes and Objects

In Object-Oriented Programming in a language such as Java, Classes and Objects are often used interchangeably but there is a distinction between the two. A class is a blueprint for objects.
In this project you will create an application that defines a Car class and create one to many Car objects. A Car class contains the common attributes all cars have; color, make and model. When a Car Object is made from the Car class, it is then assigned a specific color, such as a red Nissan Sentra or a blue Toyota Camry.

  • مقدم بواسطة
  • التعلم الذاتي
  • 3 ساعات
  • language الإنجليزية
Set Up a Clockify Workspace

Set Up a Clockify Workspace

In this project, you will set up a workspace in Clockify to track billable hours for a small business. Clockify is a great free software for time tracking and generating reports. It will help your business stay organized and prepare for future growth.

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

  • مقدم بواسطة
  • التعلم الذاتي
  • 2 ساعات
  • language الإنجليزية
Microsoft Power Platform Fundamentals

Microsoft Power Platform Fundamentals

In this course, you will learn the business value and product capabilities of Power Platform. You will create simple Power Apps, connect data with Microsoft Dataverse, build a Power BI Dashboard, automate a process with Power Automate, and build a chatbot with Power Virtual Agents.
By the end of this course, you will be able to:
•\tDescribe the business value of Power Platform
•\tIdentify the core components of Power Platform
•\tDemonstrate the capabilities of Power BI
•\tDescribe the capabilities of Power Apps

  • مقدم بواسطة
  • التعلم الذاتي
  • 25 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
Learn React Router 6

Learn React Router 6

Learn React Router v6, the most popular routing library for React applications and one of the most downloaded React support libraries ever.
In this course, you’ll learn the most important parts of the React Router (v6) library while building an app called “VanLife”, an app for renting decked-out travel vans for your next road trip adventure.

  • مقدم بواسطة
  • التعلم الذاتي
  • 12 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد
Learning SAS: History and SAS Studio

Learning SAS: History and SAS Studio

In this 1.25-hour long project-based course, you will learn to explain the highlights of the history of SAS, how to access and explore SAS Studio and how to transfer a NOTEPAD file into SAS Studio.

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.

  • مقدم بواسطة
  • التعلم الذاتي
  • 3 ساعات
  • language الإنجليزية
Static Routing Configuration Using Packet Tracer

Static Routing Configuration Using Packet Tracer

In this 2-hour long project-based course, you will learn how to Design, Create and Configure Network topologies using Packet Tracer. You will learn to perform or configure Static Routing using Packet Tracer. You will get an introduction to packet tracer and different components available in packet tracer. You will create basic network topology and will identify the importance of the default gateway. Next, you will learn to perform static routing between 3 routers. You will learn to configure your devices both using the command line and GUI.

  • مقدم بواسطة
  • التعلم الذاتي
  • 2 ساعات
  • language الإنجليزية
Approximation Algorithms Part II

Approximation Algorithms Part II

Approximation algorithms, Part 2
This is the continuation of Approximation algorithms, Part 1. Here you will learn linear programming duality applied to the design of some approximation algorithms, and semidefinite programming applied to Maxcut.

  • مقدم بواسطة
  • التعلم الذاتي
  • 33 ساعات
  • language الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
  • الباقة الاحترافية @ AED 149 + VAT
اعرف المزيد