

دوراتنا

Process File Data using C Pointers
By the end of this project you will implement a program using C that uses pointers to access a csv file and searches the file for a character string.
The C programming language is the basis for many other programming languages. Its syntax has been used in languages such as C++, Java, and C# to name a few. These languages utilize pointers to access variables, so it is an important concept to grasp. C is still the language of choice for writing Operating systems, games, and many other applications where performance is critical.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Customer Segmentation using K-Means Clustering in R
Welcome to this project-based course, Customer Segmentation using K-Means Clustering in R. In this project, you will learn how to perform customer market segmentation on mall customers data using different R packages.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Build a Data Science Web App with Streamlit and Python
Welcome to this hands-on project on building your first data science web app with the Streamlit library in Python. By the end of this project, you are going to be comfortable with using Python and Streamlit to build beautiful and interactive web apps with zero web development experience! We are going to load, explore, visualize and interact with data, and generate dashboards in less than 100 lines of Python code!
Prior experience with writing simple Python scripts and using pandas for data manipulation is recommended.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Burgos: Deciphering Secrets of Medieval Spain
This advanced course focuses on two primary goals: (1) appraising how Jews, Christians, and Muslims shaped the history of medieval Spain and (2) mastering the craft of Spanish paleography, the skill of identifying Spanish handwriting in the 11th- through 15th-century manuscripts. Through the lens of the medieval history of Burgos, we dedicate 75% percent of our efforts to developing pragmatic expertise in the interpretation of Carolingian/French/Gothic handwriting.
-
Course by
-
Self Paced
-
45 ساعات
-
الإنجليزية

Get Up and Running with TypeScript
In this 1.5 hour class you will learn about TypeScript and start writing code that compile to JavaScript. You will also debug a small JavaScript webpage using TypeScript. At the end of this class you will have everything you need to start using TypeScript! Required: Basic to Intermediate JavaScript
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Inbound Sales
In this course, you will learn how to create a successful inbound sales strategy by connecting with and earning the attention of your most promising leads. After learning the basics of inbound sales and the buyer’s journey, you will learn how to develop your buyer persona as well as find and prioritize active buyers. You’ll discover how to reach out to these leads by creating and using an outreach sequence. Next, you will use qualification frameworks to profile and identify the details of your prospects, including their CGP, TCI, and BA.
-
Course by
-
Self Paced
-
الإنجليزية

Implementing an SAP Solution
Implementing an SAP Solution is the fifth course in the SAP Technology Consultant Professional Certificate program. You’ll learn how to collaborate with stakeholders and other SAP professionals for key phases in the SAP Implementation lifecycle. You’ll explore how to build and prepare system and test environments for implementation and look at different types of testing. You’ll learn how to cleanse and anonymize test data, and use automation tools. You’ll look at SAP Best Practice Explorer and build your understanding of baseline configurations and integrations.
-
Course by
-
Self Paced
-
14 ساعات
-
الإنجليزية

Comic Books, Geek Culture, and the Fandom Imaginary
"Comic Books, Geek Culture, and the Fandom Imaginary" explores some of the conventional framings of “fandom” (from comic book obsessives to cosplayers) and the cultural histories that sustain it. It also explores the dark side of these dynamics, looking at what can happen when fandom turns toxic in pop culture spaces. You will continue to apply frameworks of self-reflection and close reading/analysis to the study of contemporary popular culture, and explore how those frameworks provide tools for understanding the self as much as our cultural surroundings.
-
Course by
-
Self Paced
-
12 ساعات
-
الإنجليزية

GUI Programming: Create a Login System in Python
By the end of this guided project, you’ll be able to create a login system using python’s popular library Tkinter. You’ll learn how to create a Graphical User Interface (GUI) in Python from the scratch. You’ll learn how to create windows, labels, entry boxes and buttons. You’ll learn how to extract data from the entry boxes. You’ll learn how to change color, size orientation of most of Tkinter’s widgets. You’ll learn how to add functionality to the buttons. You’ll be capable of manipulating text files by writing, reading, appending and creating them.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

US Social Services Compared
In all nations, social policy is a very large public investment. Course 1 will explore the size, structure, and outcomes of U.S. social policy and compare this policy to those of similar developed countries. The course will also probe the values this policy represents and the values debate regarding about how big our welfare state should be— in other words, how much of our education, housing, health, income support, and social services the government should supply and how much individuals should supply for themselves.
-
Course by
-
Self Paced
-
16 ساعات
-
الإنجليزية

SQL Date Time Functions
Welcome to this project-based course, SQL Date Time Functions. In this project, you will learn how to use SQL Date Time Functions to manipulate tables with data datatypes in a database.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Space is Everywhere
You are here! Welcome to Course 4 - Space is Everywhere and the last course of this specialization. You are on the final stretch of this journey to finding your Pathway to Space. The topics of Course 4 span four weeks and nine lessons with 36 learning objectives. This course contains some of my most favorite aha moments in the the entire specialization. I hope that you find them and that they impact you in a positive way. We will discuss how space is communicated through news, art, movies, books, music and more. Space is everywhere in our lives and therefore everyone can be involved in it.
-
Course by
-
Self Paced
-
21 ساعات
-
الإنجليزية

English Composition I
You will gain a foundation for college-level writing valuable for nearly any field. Students will learn how to read carefully, write effective arguments, understand the writing process, engage with others' ideas, cite accurately, and craft powerful prose.
-
Course by
-
Self Paced
-
25 ساعات
-
الإنجليزية

ChatGPT for Beginners: SciFi Writing with Dall-e
This 1-hour long project-based course is for anyone interested in exploring the capabilities of cutting-edge AI technology. In it you will learn how to effectively communicate with OpenAI's ChatGPT and DALL-E models, practice creative writing, and produce visually stunning images. To achieve this, we will work with ChatGPT and Dall-e, co-writing a sci-fi inspired story, and generating images to bring the story to life through a series of tasks including setting up an OpenAI account, interacting with ChatGPT, practicing effective AI communication.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Typescript - Learn the fundamentals
Hello and welcome to the course! In this intermediate course on Typescript. By the end of this course, you will have worked with all the main Typescript types, both simple and advanced. You will have written Typescript code and compiled it using the command line. You will also get experience writing classes in Typescript to understand the way Typescript implements OOP. Finally you will restructure your files to represent a real-world setup
In this course, we are going to focus on the following learning objectives:
- Understand what Typescript is and why companies use it
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Using SQL String Functions to Clean Data
Welcome to this project-based course on Using SQL String Functions to Clean Data. In this project, you will learn how to perform data cleaning and manipulation using SQL string functions like LENGTH, UPPER & LOWER, REPLACE, TRIM, SUBSTRING, CONCAT, STRING_AGG, and COALESCE.
-
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 ساعات
-
الإنجليزية

How to Finance and Grow Your Startup – Without VC
Who? If you’re an entrepreneur at any stage of your journey, or even an aspiring one, and you need money to start or grow your business, this course is for you. What? This course will introduce, and help you put to use in your startup, the five models through which your customers can – and will, if you ask them! – fund your business. These five time-tested models have been put to use by entrepreneurial superstars like Michael Dell, Bill Gates, Richard Branson and more. Sadly, though, the five models are rarely talked about and not widely understood. Until now!
-
Course by
-
Self Paced
-
الإنجليزية

Sales Enablement
This course lays out the skills and knowledge necessary to develop a marketing-driven sales enablement strategy, for beginners or those looking to hone their skills. You’ll learn the basics of sales enablement, and how to align your marketing and sales team under the same strategy and goals. You’ll learn ways to make the connection with your buyers and use content as an effective sales tool.
-
Course by
-
Self Paced
-
الإنجليزية

Introduction to Academic Writing
Welcome to the Introduction to Academic Writing course! By the end of this course, you will gain an in-depth understanding of reading and writing as essential skills to conduct robust and critical research. This course introduces you to critical reading and writing skills within the conventions of academic writing. In this course, you will learn to effectively communicate your research questions and findings to an interested audience using reading and writing skills.
-
Course by
-
Self Paced
-
16 ساعات
-
الإنجليزية

Create a Coin Pick-Up and Spending Mechanics in Unity
In this two-hour, project-based course, you'll learn how to create a currency pick-up mechanic for your game. We'll cover creating a simple heads-up display, setting up collectible coins and purchasable GameObjects, and writing C# scripts to manage the player's on-going balance.
Please note: This guided project does not cover In-Application Purchases (“IAP”), which involves real money; it covers in-game money only.
The guided project will introduce you to the following Unity concepts:
- Particle Effects
- Prefabs
- Colliders, Triggers
- Canvas, Text, Image
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

How to Write a Resume (Project-Centered Course)
What you’ll achieve: In this project-centered course*, you will craft an essential cornerstone of the modern-day job or internship search: the resume. You’ll review resume best practices and explore current trends with guidance from a professional career counselor and recruiter, and you’ll exchange structured feedback with your peers as you work to polish your own resume. When you complete the course, you’ll have an eye-catching resume that lets your professional strengths shine.
-
Course by
-
Self Paced
-
5 ساعات
-
الإنجليزية

Retrieve Data with Multiple-Table SQL Queries
In this course you will be introduced to two methods of writing SQL queries that retrieve data from two or more tables. Since one of the functions of a database is to store data in an organized format, many databases are made up of multiple tables. Often, the data output required from the database is made up of data from more than one table. For example, the data that populates a student transcript might come from the Student, Course, and Section tables.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Requirements Writing
Welcome to "Requirements Writing". As the title indicates, over the next four weeks, we will be looking at the important task of writing of text-based requirement statements. The course takes you step by step through the rules for writing requirements statements in accordance with the "Guide for Writing Requirements" published by the International Council on Systems Engineering (INCOSE). This course welcomes anyone who wants to find out how to write requirements.
-
Course by
-
Self Paced
-
4 ساعات
-
الإنجليزية

Writing Skills for University Success
Writing is a vital skill in university classes, whether you’re majoring in history or business management, economics or engineering. In this course, you’ll learn how to write effectively in different academic formats, especially essays and longer research papers. You’ll learn how to choose a topic for a paper, how to find reliable resources for writing it, and how to organize your ideas in a way that communicates clearly and fits the expectations of your professors. You’ll learn about the importance of correctly citing sources in your writing and university norms regarding academic honesty.
-
Course by
-
Self Paced
-
7 ساعات
-
الإنجليزية