

دوراتنا

Simple NEWS Reader Android Application Using okhttp
At the end of this project we will create a simple NEWS reader application. We are going to use okhttp to fetch JSON data from a NEWS API, we are going to parse the data and show them in a recyclerview in Android. During this project we will learn how to make a http request using okhttp library, we are going to learn to how to download an image in android and put it in an imageview using Picasso library. Also we will learn how to work with recyclerview in android.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Advanced Django: Introduction to Django Rest Framework
Code and run Django websites without installing anything! This course is designed for learners who are familiar with Python and basic Django skills (similar to those covered in the Django for Everybody specialization). The modules in this course cover an introduction to the the Django REST framework and handling JSON within the context of APIs, fundamentals such as serialization ViewSheets, and authentication/permissions. To allow for a truly hands-on, self-paced learning experience, this course is video-free.
-
Course by
-
Self Paced
-
9 ساعات
-
الإنجليزية

Introduction to API Testing using JMeter Tool
In this 1-hour long project-based course, you will learn how to
1. Send an HTTP GET request
2. Send an HTTP POST request
3. Send an HTTP PUT and DELETE request
4. Adding user-defined variables
5. Adding response assertions and JSON path assertions to the JSON response
6. Understanding JSON format
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 ساعات
-
الإنجليزية

Storing, Retrieving, and Processing JSON data with Python
By the end of this project, you will learn how to work with JSON data in python. we will learn what is an API and how we can access the data using HTTP requests in Python. We are going to retrieve the data and use TKinter module in python to develop a desktop application for browsing characters rolled in Rick and Morty series. During this project, you will learn what a JSON API is and how it works.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Build a Website using an API with HTML, JavaScript, and JSON
In this project, you’ll support a European travel agency’s effort to increase booking by building a webpage that provides visitors with a 7-day weather forecast for major European cities. Accomplishing this task will require you to retrieve real-time weather data from an external service. In creating the webpage, you’ll request, process, and present the weather data using HTML, JavaScript, and JSON.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Beginners Overview of Swagger Editor
By the end of this project, you will gain an introductory overview of the Open API Specification (OAS) through the Swagger Editor which is one of the most popular ways to create definitions of RESTful APIs. Swagger (OAS) documentation will enable you to create documentation, generate SDKs, and even test. This beginners overview will take you through an example case study to help you understand how to use the SwaggerEditor. This course will give you an overview of OAS and as long as you understand the basis of REST APIs and JSON you are ready to take this course.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Developing Cloud Native Applications
Do you want to learn about developing applications that are cloud native right from conception to implementation? In this course, you’ll begin with some crucial cloud concepts such as Cloud Native Applications, CNCF and Hybrid Cloud. You will dive into specific tools and techniques for developing cloud native apps. You’ll then learn how to use CLI to develop, test and deploy applications for IBM Cloud with the use of Node.js . You will further use DevOps to maintain application development using Web IDE features, Git repository and Delivery Pipeline.
-
Course by
-
18 ساعات
-
الإنجليزية

Save and Load Files with C# in Unity
In this one-hour, project-based course, you'll learn how to save and load text files using C#'s System.IO Library. You'll also learn how to obfuscate a text file using a simple pseudo-encryption algorithm.
The guided project will introduce you to the following coding concepts:
- Basic File Handling
- JSON Format
- XOR Pseudo-cypher
This is a stand-alone guided project, and also serves as an optional but recommended foundation for the "Save a Dynamic Scene with C# in Unity" and "Encrypt and Decrypt Files with C# in Unity" courses.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Create Your First NoSQL Database with MongoDB and Compass
In this Guided Project you will create a MongoDB database and collection to store blog posts, and optimize it using indexes, while having an overview of some of the basic commands, in order to learn the basics of NoSQL document databases structure, the MongoDB shell and the usage of the powerful MongoDB Compass GUI to manage, inspect and optimize a MongoDB database.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Ajax Basics
The AJAX BASICS course is meticulously crafted to empower learners with the expertise to create dynamic and interactive web applications through AJAX (Asynchronous JavaScript and XML). The first module introduces the fundamentals of AJAX, delving into its history, the revolutionary role in web development, and how it enables asynchronous data exchange. Lessons include an introduction to AJAX, understanding the basics of HTTP requests and responses, and the XMLHttpRequest object's role in AJAX. The second module leads into an in-depth exploration of JavaScript and jQuery for AJAX.
-
Course by
-
Self Paced
-
14 ساعات
-
الإنجليزية

JSON and Natural Language Processing in PostgreSQL
Within this course, you’ll learn about how PostgreSQL creates and uses inverted indexes for JSON and natural language content. We will use various sources of data for our databases, including access to an online API and spidering its data and storing the data in a JSON column in PostgreSQL. Students will explore how full-text inverted indexes are structured. Students will build their own inverted indexes and then make use of PostgreSQL built-in capabilities to support full-text indexes.
-
Course by
-
Self Paced
-
16 ساعات
-
الإنجليزية

Data Analysis in Python: Using Pandas DataFrames
This Guided Project Data Analysis in Python: Using Pandas DataFrames is for those who are interested in using python for data science in practice. In this 90-minute Guided Project, learn how to import and visualize an IMDb data set in Pandas. You will learn how to import JSON data into a Pandas Dataframe and apply the data preparation process to ensure the data is ready for analysis. To achieve this, we will explore the famous IMDb Movies dataset. We will start with importing our JSON data into a Pandas data frame.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Spring MVC, Spring Boot and Rest Controllers
This is a course aimed at students wishing to develop Java based Web Applications and Restful Micro Services using the very popular Spring MVC and Spring Boot frameworks with minimal configuration. The student will develop services through various Url templates, consume and respond with json or XML payloads and create custom HTTP headers. Requestors of these services will include Java and Angular JS clients to illustrate the reuse capabilities of services in a distributed architecture.
-
Course by
-
Self Paced
-
12 ساعات
-
الإنجليزية

JSON and Natural Language Processing in PostgreSQL
In this third course in PostgreSQL for Everybody, learners will learn how PostgreSQL creates and uses JSON and natural language content. Learners will explore using multiple sources of data and how text is structured within PostgreSQL.
-
Course by
-
الإنجليزية

The Web and Databases in iOS
In this course, you’ll move outside of the platform and begin working with integrations like web frameworks, tools and asynchronous programming techniques.
-
Course by
-
Self Paced
-
الإنجليزية

Django for Everybody
This specialization introduces Python programmers to building websites using the Django library. Across the four courses, you will learn HTML, CSS, SQL, Django, JavaScript, jQuery, and JSON Web Services. During the course, you will build online websites using Django and those working websites are graded throughout the course. This series is excellent preparation for learning other ways to build web applications using technologies like PHP (Web Applications for Everybody), Flask or Ruby on Rails.
-
Course by
-
Self Paced
-
الإنجليزية

Data Loss Prevention: Qwik Start - JSON
This is a self-paced lab that takes place in the Google Cloud console. The Data Loss Prevention API provides programmatic access to a powerful detection engine for privacy-sensitive data. In this lab, you will learn how to use this API to inspect a string of data for sensitive information.
-
Course by
-
Self Paced
-
1 ساعات
-
الإنجليزية

Web Applications for Everybody
This Specialization is an introduction to building web applications for anybody who already has a basic understanding of responsive web design with JavaScript, HTML, and CSS. Web Applications for Everybody is your introduction to web application development. You will develop web and database applications in PHP, using SQL for database creation, as well as functionality in JavaScript, jQuery, and JSON. Over the course of this Specialization, you will create several web apps to add to your developer portfolio.
-
Course by
-
Self Paced
-
الإنجليزية

Working with JSON, Arrays, and Structs in BigQuery
This is a self-paced lab that takes place in the Google Cloud console. In this lab you will work with semi-structured data (ingesting JSON, Array data types) inside of BigQuery. You will practice loading, querying, troubleshooting, and unnesting various semi-structured datasets.
-
Course by
-
Self Paced
-
1 ساعات
-
الإنجليزية

Networking and Security in iOS Applications
You will learn to extend your knowledge of making iOS apps so that they can securely interact with web services and receive push notifications. You'll learn how to store data securely on a device using Core Data. You’ll also learn to securely deploy apps to the App Store and beta users over-the-air. The format of the course is through a series of code tutorials. We will walk you through the creation of several apps that you can keep as a personal app toolbox. When you make your own apps after this course, you can bring in these capabilities as needed.
-
Course by
-
Self Paced
-
14 ساعات
-
الإنجليزية

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

Open AI for Beginners: Programmatic Prompting
In this project you will programmatically prompt an OpenAI model using the OpenAI API, and utilize the AI to enrich data of an existing movie collection. You will use Python to prompt the davinci-003 OpenAI model based on JSON objects storing details of the user's movie collection. You will enrich the movie collection with data such as director, genre and year of release, as well as dynamically generating the movie plots, through the OpenAI model. You will also learn how to calibrate the model response using the temperature parameter.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

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

Advanced MySQL Topics
In this course, you'll begin to push beyond simple SQL statements in MySQL to an advanced level in database engineering. By the end of this course, you'll be able to: - Use control statements and variables in different contexts in MySQL - Develop user defined functions and procedures - Optimize MySQL database queries - Demonstrate a working knowledge of common table expressions and the JSON data type - Understand how and when to use triggers and events - Utilize subqueries, JOINS, views and transactions to perform data analysis - and use database optimization techniques such as MySQL transac
-
Course by
-
Self Paced
-
19 ساعات
-
الإنجليزية

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