

دوراتنا

Capstone (React App)
This course enables you to demonstrate multiple skills from this program by solving an authentic real-world problem. Each module includes a brief recap of, and links to, content that you have covered in previous courses in this program. The course Capstone project will test your knowledge and understanding in mobile development using React Native. To complete this course, you will need React Native experience.
-
Course by
-
Self Paced
-
14 ساعات
-
الإنجليزية

Git for Developers Using Github
This course will give you a first look at using git to manage your code's version control, as well as offering an introduction to accessing the Github tools you'll need as a beginner. Developers need version control, and git is an industry standard. Github's ability to make a repository easily accessible to a distributed team, as well as its support for agile development, make it a valuable tool for every developer's toolbox.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Set up your dev environment for MERN developers on Linux
By the end of this project, you will set up your development environment for MERN web developers on Linux.
Often, a dynamic web application consists of many different technologies and programming languages. Creating a web application with NodeJS, Express, and React allows the developer to use JavaScript throughout the stack with a focus on the logic rather than the language. In this project we will focus on installation and setup, rather that the code itself. This will allow you to use the same scaffolding approach for your future MERN applications.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Embedded Software and Hardware Architecture
Embedded Software and Hardware Architecture is a first dive into understanding embedded architectures and writing software to manipulate this hardware. You will gain experience writing low-level firmware to directly interface hardware with highly efficient, readable and portable design practices. We will now transition from the Host Linux Machine where we built and ran code in a simulated environment to an Integrated Development Environment where you will build and install code directly on your ARM Cortex-M4 Microcontroller.
-
Course by
-
Self Paced
-
4 ساعات
-
الإنجليزية

Deep Learning and Reinforcement Learning
This course introduces you to two of the most sought-after disciplines in Machine Learning: Deep Learning and Reinforcement Learning. Deep Learning is a subset of Machine Learning that has applications in both Supervised and Unsupervised Learning, and is frequently used to power most of the AI applications that we use on a daily basis. First you will learn about the theory behind Neural Networks, which are the basis of Deep Learning, as well as several modern architectures of Deep Learning.
-
Course by
-
32 ساعات
-
الإنجليزية

Python: A Guided Journey from Introduction to Application
In today’s society, uses for new technologies are broadening in scope and revolutionizing the world. Many new technologies automate redundant tasks so people may complete tasks of greater priority. These new automated technologies depend on the constant innovation of software. To develop software that can increase our efficiency and change the world for the better, it is vital to understand how to code using different programming languages.
-
Course by
-
Self Paced
-
الإنجليزية

Software Engineering
Software development is not just about coding, it also involves the application of scientific knowledge and well-defined engineering techniques to produce maintainable, scalable, cost-effective and on-schedule software products. This specialization covers software engineering methodologies, techniques, and tools for planning, capturing requirements, designing, implementing, testing, and maintaining large-scale software systems.
-
Course by
-
Self Paced
-
الإنجليزية

DevOps: Introduction to Developer Operations
This specialization is intended for those who want to take their skills beyond just coding. Developer operations (DevOps) refers to the tools and practices software developers use to automate and integrate software development (Dev) and IT operations (Ops). Learn how to template development environments with Anisble, automate common tasks with CI/CD, manage containers in the cloud, and track the performance of your applications.
-
Course by
-
Self Paced
-
الإنجليزية

Create your first GUI application in jGRASP using JavaFX
This project provides a step-by-step approach to instruction to equip you with fundamental concepts in Graphical User Interface (GUI) programming using JavaFX, from the ground up. Using jGRASP development environment, you will create a program that accepts as input your name and age, and upon clicking a button, display your name and your age. By creating this project, you will master the concepts of using labels, text fields, password text field, grid pane, buttons, and a button event in Java programming with the JavaFX framework.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Introduction to iOS Mobile Application Development
Learn about iOS development by learning about the OS and the development platform. Discover how to set up and prepare a local environment. Get acquainted with the Swift playground and write code in Swift.
-
Course by
-
Self Paced
-
12 ساعات
-
الإنجليزية

Create a Database with the Modeling Tool in MySQL Workbench
In this project you will use the Modeling and Design Tool in MySQL Workbench to design and create a multiple-table relational database. As a DBMS (database management system), MySQL is used by many organizations for managing a variety of types and sizes of databases. MySQL Workbench acts as an integrated development environment allowing users to work with relational databases using a visual user interface rather than the command line.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Practical Data Science on the AWS Cloud
Development environments might not have the exact requirements as production environments. Moving data science and machine learning projects from idea to production requires state-of-the-art skills. You need to architect…
-
Course by
-
Self Paced
-
الإنجليزية

Configuring Kotlin for Android with IntelliJ IDEA
In this 1.5 hour guided project. I will show you how to configure IntelliJ IDEA, an integrated development environment for Android development using Kotlin. We will cover Software development kits, Java Development kits, and additional plugins. Basic knowledge of the Kotlin languages is helpful but not required for this project.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Linux Tools for Software Development
Learn the tools you need to confidently work in Linux development environments and beyond.
-
Course by
-
Self Paced
-
11
-
الإنجليزية

Configuring your IDE for beginners with IntelliJ IDEA
In this 1.5 hour guided project. I will show you how to configure IntelliJ IDEA, an integrated development environment to create a productive environment and facilitate a smooth workflow for your development projects. We will cover user interface customizations, build configurations, and version control systems. Basic knowledge of any modern computer programming languages is required.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Introduction to Python
In today’s society, uses for new technologies are broadening in scope and revolutionizing the world. Many new technologies automate redundant tasks so people may complete tasks of greater priority. These new automated technologies depend on the constant innovation of software. To develop software that can increase our efficiency and change the world for the better, it is vital to understand how to code using different programming languages.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Introduction to Docker: Build Your Own Portfolio Site
In this 1-hour long project-based course on Introduction to Docker: Build your own portfolio website, you will learn how to use Docker on the command line and create your own portfolio website from a Bootstrap template in a Docker container. You will get to explore and demystify the Docker landscape and see how Docker works by using it.
You will learn many fundamental concepts which will help you progress in your career, studies and knowledge, such as images, containers, the registry, the client/server model in Docker via the Docker Engine etc.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Create a Record of Students using Abstraction in Java
This project provides a step-by-step approach in instruction and will equip you with fundamental concepts of using abstraction in Java Programming, from the ground up. Using jGRASP development environment, you will create a Java project that creates students' records such as name, registration number, subjects, and learning costs. By the end of this project, you will be able to write a Java program using abstract classes and interfaces.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Specialized Models: Time Series and Survival Analysis
This course introduces you to additional topics in Machine Learning that complement essential tasks, including forecasting and analyzing censored data. You will learn how to find analyze data with a time component and censored data that needs outcome inference. You will learn a few techniques for Time Series Analysis and Survival Analysis.
-
Course by
-
Self Paced
-
11 ساعات
-
الإنجليزية

Create a Record of Students using Arrays in Java
This project provides a step-by-step approach in instruction and will equip you with fundamental concepts of creating arrays and array lists in Java programming, from the ground up. Using jGRASP development environment, you will create a Java project that records and processes students’ data. The data includes name, mode of study, and marks. Using this data, you will output the student details, compute the total marks per student, determine the average mark, and the highest mark for the class. You will also be introduced to basic concepts in using array lists.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Set up your dev environment for LAMP web developers on Linux
By the end of this project, you will set up your development environment for LAMP web developers on Linux.
Often, a dynamic web application consists of many different technologies and programming languages. Creating a web application with Linux, Apache (or NGINX), MySQL (or MariaDB), and PHP is usually referred to as a LAMP stack of technologies. In this project we will focus on installation and setup, rather that the code itself. This will allow you to use the same scaffolding approach for your future LAMP applications.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

بناء Backend لنسخة من Twitter
في هذه الدورة التدريبية القائمة على المشروع والتي تستغرق ساعة واحدة، ستتعلم كيفية إعداد المشروع و development environment, هعمل express server بسيط بالroutes بتاعته, عمل Mongo Database و تصميم الmodels بتاعته بmongoose و عمل المنطق بتاع Twitter.
في نهاية المشروع دة، هتكون عملت Backend server لنسخة من Twitter ب Node و express و MongoDB.
عندما تخلص المشروع دة هيكون عندك معلومات كافية انك تبتدي شغل في أي مشروع backend بسهولة.
أيضا المشروع ده هيديك دفعة قوية في ال backend development وده ممكن يؤدي إلى مسار مهني في ال backend development
-
Course by
-
Self Paced
-
3 ساعات
-
عربي

Unsupervised Machine Learning
This course introduces you to one of the main types of Machine Learning: Unsupervised Learning. You will learn how to find insights from data sets that do not have a target or labeled variable. You will learn several clustering and dimension reduction algorithms for unsupervised learning as well as how to select the algorithm that best suits your data.
-
Course by
-
Self Paced
-
23 ساعات
-
الإنجليزية

Simple Retrieval Queries in MySQL Workbench
In this beginning-level course you will use MySQL Workbench to write basic SQL queries that retrieve data from tables in a relational database. As a DBMS (database management system), MySQL is used by many organizations for managing a variety of types and sizes of databases. MySQL Workbench acts as an integrated development environment allowing users to work with relational databases using a visual user interface rather than the command line. In hands-on activities in MySQL Workbench, you will write and execute the SQL code that retrieves data to satisfy a request.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Effective Programming in Scala
Scala is an expressive, versatile, and safe programming language. In this course, you will learn how to get the most out of Scala to solve common programming tasks such as modeling business domains, breaking down complex problems into simpler problems, manipulating data, or running parallel tasks. Along the journey, you will also learn the best practices for writing high-quality code that scales to large applications, how to handle errors, how to write tests, and how to leverage a productive development environment. This comprehensive, hands-on, course aims at leveling up your programming s
-
Course by
-
Self Paced
-
74 ساعات
-
الإنجليزية