

دوراتنا

Unity and C# basics
This course prepares you for a career using AR in the entertainment world. You will learn how AR is used to create games in mobile apps, and you'll learn about a specific AR development tool, Unity.
By the end of this course, you will be able to:
- Install the Unity Hub and Unity Editors.
- Create and manage Unity projects.
- Explain the essential features of the Unity Editor and their functionality.
- Create and manage scenes in Unity.
- Use the scene view to navigate in an AR space.
- Describe how object-oriented programming is used in C#.
-
Course by
-
Self Paced
-
28 ساعات
-
الإنجليزية

Version Control in Java: Update Your App with Git
This Guided project "Version Control in Java: Update Your App with Git" is for Java developers trying to efficiently track and handle changes in their projects. In this 2-hour long project-based course, you will learn how to:
* Create and manage repository for Java applications using Git Version Control
* Utilize Git CLI commands to manage changes in project files and resolve merge conflicts
* Set up and use main Git workflows in repositories
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Getting Started with Git and GitHub
Get started with Git and GitHub in this self-paced, introductory course! You’ll become familiar with collaborative version control and popular Git platforms. Collaboration and social coding are crucial parts of contemporary Software Engineering practices and the DevOps culture. You will begin this course with an overview of Git and Github fundamentals and explore key Git concepts such as branching and repositories, as well as the use of Git commands. You will also learn and practice various Git concepts such as forking, cloning and merging workflows using hands-on labs.
-
Course by
-
Self Paced
-
8 ساعات
-
الإنجليزية

Version Control of a Python Project using Git
Version Control Systems keep track of files by saving changes over time. For example, a developer can make changes to a file and check the file in to the system. The system will create a version for that file and any other files that were changed. If any subsequent changes are made later that prove to break the software, a previous working version of the software can be recalled. Git was developed to provide an efficient means of version control and was originally developed to track Linux Kernel development.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Source control management for test automation with Git
Every development team or automation team needs a good way to collaborate and manage changes and to version code in their codebase. That’s why they use source control or version control.
Source control refers to tracking and managing changes to code. This ensures that developers are always working on the right version of the source code.
Git is one of the most widely used open-source distributed source code management systems for tracking changes in source code during software development.
In this 1-hour long project-based course, you will learn how to
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Data Management with Databricks: Big Data with Delta Lakes
In this 2-hour guided project, "Data Management with Databricks: Big Data with Delta Lakes" you will collaborate with the instructor to achieve the following objectives: 1-Create Delta Tables in Databricks and write data to them. Gain hands-on experience in setting up and managing Delta Tables, a powerful data storage format optimized for performance and reliability. 2-Transform a Delta table using Python and leverage SQL to query the data for creating a comprehensive dashboard.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

The Full Stack
As you prepare for your role in back-end development, practice bringing together multiple skills to build a full-stack Django app. You’ll start by setting up an environment for a local practical project, and refactoring the front and back-ends of an existing application.
-
Course by
-
Self Paced
-
25 ساعات
-
الإنجليزية

Internet of Things V2: DragonBoard™ bring up and community ecosystem
Do you want to develop skills to prototype embedded products using state-of-the-art technologies? In this course you will build a hardware and software development environment to guide your journey through the Internet of Things specialization courses. We will use the DragonBoard™ 410c single board computer (SBC). This is the first in a series of courses where you will learn both the theory and get the hands-on development practice needed to prototype Internet of Things products. This course is suitable for a broad range of learners.
-
Course by
-
Self Paced
-
الإنجليزية

Use Commands and Create a Remote Git Repository
A key to maintaining a project under version control is to store it as a remote repository on a server that is backed up over time. Keeping a project on a remote repository not only provides a back-up of the project; it also allows others to collaborate on the project. In the case of Git there are several remote repository options out there. Github and BitBucket are two of the more popular choices, each with a free option and a subscription option.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

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 ساعات
-
الإنجليزية

Bash Scripting and System Configuration
Code and run your first Bash script in minutes without installing anything! This course is designed for learners with no scripting experience. Learners will gain hands-on practice on an Ubuntu system that can be easily transferred to other Unix-based operating systems. The modules in this course cover scripting basics (e.g. control structures), advanced scripting (e.g. regular expressions), git version control, and system configuration (e.g. installing and updating). To allow for a truly hands-on, self-paced learning experience, this course is video-free.
-
Course by
-
Self Paced
-
10 ساعات
-
الإنجليزية

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 ساعات
-
الإنجليزية

Getting Started with Microsoft OneDrive
By the end of this project, you will learn how to use the basic functions of Microsoft OneDrive using a free version of Microsoft OneDrive. OneDrive is a file and document storage offering from Microsoft that allows the user to access their saved documents from any internet accessible device.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Git and GitHub Basics
Gain the skills to work with Version Control Systems Git and GitHub. Explore key concepts, including branching and repositories; practice forking, cloning, and merging workflows and build your portfolio as your final project.
-
Course by
-
Self Paced
-
14
-
الإنجليزية

CI/CD for Software Developers
This course is designed as an intermediate introduction to CI/CD. You will learn about the basics of automating processes and version control. This course uses GitHub, and you will need to have an account with them. Information is provided how to do this. Learners also use CI/CD to build, test, and check the quality of their code. The course ends with deployment, secrets, and a capstone.
-
Course by
-
Self Paced
-
10 ساعات
-
الإنجليزية

Version Control in node.js: Update Your App with GitHub
This Guided Project "Version Control in node.js: Update Your App with GitHub" is for web developers who use node.js in a collaborative environment. In this 1-hour long project-based course, you will learn how to utilize GitHub to create a repository for a node.js application, create a new version of a node.js application, create commit messages for a node.js application, edit files for a node.js application, and merge pull requests. To achieve this, we will work through six tasks with GitHub.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Essential Tools For Application Development
In Essential Tools, we will look at two important classes of tools for developers: Version Control Systems and Built Automation Tools. We will look why we use such tools, discuss common concepts for those categories of tools, and then look at a specific and common example of each: Apache® Subversion® for version control, and Apache® Maven™ for build automation.
-
Course by
-
Self Paced
-
6 ساعات
-
الإنجليزية

Meta Back-End Developer
Ready to gain new skills and the tools developers use to create websites and web applications? This certificate, designed by the software engineering experts at Meta—the creators of Facebook and Instagram, will prepare you for an entry-level career as a back-end developer. In this program, you’ll learn: Python Syntax—the most popular choice for machine learning, data science and artificial intelligence. In-demand programming skills and how to confidently use code to solve problems. Linux commands and Git repositories to implement version control.
-
Course by
-
Self Paced
-
الإنجليزية

Open Source Software Development, Linux and Git
The Open Source Software Development, Linux and Git Specialization will give you a strong foundation for working comfortably and productively in open source development communities.
-
Course by
-
Self Paced
-
الإنجليزية

Meta React Native
If you want to learn how to create apps for Android and iOS devices, this course is right for you. This program is taught by industry-recognized experts at Meta. Cross-platform mobile developers build and write code for apps that are hosted on mobile devices powered by multiple operating systems. They do everything from creating the app to debugging it after deployment.
-
Course by
-
Self Paced
-
الإنجليزية

Meta Front-End Developer
Want to get started in the world of coding and build websites as a career? This certificate, designed by the software engineering experts at Meta—the creators of Facebook and Instagram, will prepare you for a career as a front-end developer. In this program, you’ll learn: How to code and build interactive web pages using HTML5, CSS and JavaScript. In-demand design skills to create professional page layouts using industry-standard tools such as Bootstrap, React, and Figma. GitHub repositories for version control, content management system (CMS) and how to edit images using Figma.
-
Course by
-
Self Paced
-
الإنجليزية

Set up a Continuous Integration (CI) workflow in CIrcleCI
In this 1-hour long project-based course on Setting up a Continuous Integration (CI) workflow in CircleCI, you will work through the complete workflow of getting a development project (nodeJS application) through version control (git and GitHub) and into a simple CI pipeline in CirclCI. This course is designed for developers who have never worked with a CI tool before who want to understand how continuous integration can benefit their development processes and/or how it fits together in a development lifecycle.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

مطوّر الواجهة الأمامية من Meta
Want to get started in the world of coding and build websites as a career?
-
Course by
-
Self Paced
-
عربي

مطوّر الواجهة الخلفية من Meta
Ready to gain new skills and the tools developers use to create websites and web applications?
-
Course by
-
Self Paced
-
عربي

Getting Started with Version Control in RStudio
Welcome to this project-based course Getting Started with Version Control in RStudio. In this 2 hour-long project, you will learn how to perform version control in RStudio.
By the end of this 2-hour long project, you will understand how to create R projects, link new R projects with Git and GitHub, link existing R projects with Git and GitHub from the R interface. You will also learn about R markdowns, their use and how to create them.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية