

دوراتنا

Designing a Low Fidelity Prototype in Figma
How would you quickly validate an app idea you have, or get feedback on a new feature for a product you are building? In this digital age, you can quickly create, test, and share user interface designs for digital products such as mobile apps and websites using online tools like Figma.
This Guided Project 'Designing a Low Fidelity Prototype in Figma' is for anyone who wants to learn to use standard industry tools in the design field to build low-fidelity prototypes of digital products.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Functional Programming in Scala Capstone
In the final capstone project you will apply the skills you learned by building a large data-intensive application using real-world data. You will implement a complete application processing several gigabytes of data.
-
Course by
-
Self Paced
-
32 ساعات
-
الإنجليزية

Check Point Jump Start: Maestro Hyperscale Network Security
In this course brought to you by industry leader Check Point, they will cover the Maestro Orchestrator initial installation, creation and configuration of security group via the web user interface and SmartConsole features. This course provides a demonstration of the Maestro product. Course will prepare you for their exam, #156-412, at PearsonVUE.
-
Course by
-
Self Paced
-
4 ساعات
-
الإنجليزية

HTML Tutorial
Go from ZERO programming knowledge to creating your first functional website with the W3Schools HTML tutorial! As one of the most essential web developer skills, knowing HTML gives you the ability to create and design stunning, functional websites from scratch.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Build a User Interface using Python Language
In this 1-hour long project-based course, you will learn how to (learning objective 1, learning objective 2, learning objective 3). Try to limit this to 400-500 characters.
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
-
3 ساعات
-
الإنجليزية

ChatGPT Playground for Beginners: Intro to NLP AI
Welcome to the 'ChatGPT Playground for Beginners: Introduction to the world of AI' guided project! In this project, you'll create an AI-powered Health Assistant using the ChatGPT Playground Graphical User Interface, simulating a conversation between a family doctor and a patient. By delving into the tool's key parameters, you'll learn how to effectively guide AI text generation and ensure your AI assistant provides contextually appropriate medical advice.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Evaluating User Interfaces
In this course you will learn and practice several techniques for user interface evaluation. First we start with techniques that can be applied alone or in a design team, including action analysis, walkthroughs, and heuristic evaluation. Then we move on to user testing, including learning from a series of usability tests carried out in a real usability lab, and techniques to carry out your own tests even without a lab.
-
Course by
-
Self Paced
-
12 ساعات
-
الإنجليزية

Files and directories in the Linux filesystem
In this project, you will use Linux commands to traverse Linux directories and list files. You will also learn where certain files are stored, how to change permissions to allow access, and how to decide where files should reside. Linux is a popular operating system that is based on the Unix operating system. It has many distributions which have different interfaces for installing software, different user interfaces, and so on. Each distribution has a similar filesystem with directories used to house and organize files.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Make an Action Bar in Unity Part 1 - Modular Action System
Action bars are ubiquitous in gaming, from Diablo to League of Legends to Valorant, it has become the staple user interface for games that offer players multiple abilities and consumable items.
In this one-hour, project-based course, you'll learn how to create an action bar from scratch. You'll learn how to set up the UI elements to create the action bar and its buttons, code a modular and versatile Action system and wire up a cooldown effect on your buttons.
The guided project will introduce you to the following Unity concepts:
- UI Toolkit
-
Course by
-
Self Paced
-
4 ساعات
-
الإنجليزية

Create a PERT Diagram with LibreOffice Draw
In this 2-hour long project-based course, you will learn how to describe the purpose of a P.E.R.T. diagram, navigate the LibreOffice Draw user interface, draw a simple P.E.R.T. diagram using LibreOffice Draw, implement a Forward Pass procedure into a P.E.R.T. diagram using LibreOffice Draw and implement a Backward Pass procedure into a P.E.R.T. diagram using LibreOffice Draw.
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
-
3 ساعات
-
الإنجليزية

Rapid Prototyping of Embedded Interface Designs
This course can also be taken for academic credit as ECEA 5347, part of CU Boulder’s Master of Science in Electrical Engineering degree. Rapid Prototyping is the second of three classes in the Embedded Interface Design (EID) specialization, an online version of the on-campus EID class taught in graduate embedded systems design. This course is focused on rapid prototyping of devices and systems and the related methods, practices, and principles that will help ensure your embedded interface designs are what your users both need and want.
-
Course by
-
Self Paced
-
10 ساعات
-
الإنجليزية

Turn Wireframes into Clickable Prototypes in Miro
By the end of this project, you will be able to apply design principles and customer-centric thinking to turn a wireframe flow visualization into a clickable prototype to accelerate development and achieve high user acceptance.
To do this, you will gain hands-on experience applying design thinking, user interface knowledge, and context from each step of the customer journey while leveraging integrations in the Miro online visual collaboration platform for teamwork.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

M2M & IoT Interface Design & Protocols for Embedded Systems
This course can also be taken for academic credit as ECEA 5348, part of CU Boulder’s Master of Science in Electrical Engineering degree. M2M and IoT Interface Design and Protocols is the third of three classes in the Embedded Interface Design (EID) specialization, an online version of the on-campus EID class taught in graduate embedded systems design. This course is focused on connecting devices to each other and to the cloud to create prototypes and actual systems that flow data from devices to consumers.
-
Course by
-
Self Paced
-
9 ساعات
-
الإنجليزية

Get Started With Tableau
Tableau is a powerful software program frequently used by business analysts in a variety of departments including sales, marketing, finance, operation and more. Analysts within these departments use Tableau to create visualizations that explain datasets and tell data stories. In this project, learners will learn the basic steps to begin using Tableau. They will learn how to upload data and how the user interface works. Learners will move on to understand the difference between dimensions and measures as well as discrete and concrete variables.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Building User Interfaces Using Functional React Components
React Components are generally implemented using Classes. Although they work well, they have their own set of limitations. The stateful logic provided by the class components lack reusability. To enhance the productivity, codes developers are expected to develop codes with reusability. This course will enable you to develop simple, readable, React components with reusable stateful logic using JavaScript functions and React Hooks. You will also explore the different React Hooks and test the stateful logic.
-
Course by
-
Self Paced
-
6 ساعات
-
الإنجليزية

UI Automation and Selectors
The UI Automation and Selectors course provides a deep understanding of the different methods used while interacting with the User Interface of different applications like Excel, Word, CRM, Websites while building automation projects. It introduces the Recording feature and the different recordings available in Studio to record user actions and generate workflows. It will also provide knowledge about Selectors and how they are beneficial while building automation projects.
-
Course by
-
Self Paced
-
9 ساعات
-
الإنجليزية

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

Display Simple Data with Bar Chart and Split Pane in JavaFX
In this project, you will create a graphical user interface with a split pane that contains two panes. The first pane provides text fields to collect data on the number of students enrolled in English major, Mathematics major, and Chemistry major. In the second pane, there is a bar chart with the number of students in each major in the year 2020. When the button in the first pane is clicked, the bar chart will be updated with the number of students in each major in the year 2021.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Learning MEAN Stack by Building Real world Application
In this hands-on specialization, you'll learn to build interactive, scalable, and fast web applications using the MEAN stack. It consists of three comprehensive courses: 1. Frontend Development using Angular: Master Angular to create responsive user interfaces for web applications. You'll become proficient in: Fundamentals of HTML, CSS, and JavaScript programming. Developing web pages using Angular's core features, including components, directives, and services. Building robust and scalable web applications using Angular's best practices and design patterns. 2.
-
Course by
-
Self Paced
-
الإنجليزية

UI / UX Design
The UI/UX Design Specialization brings a design-centric approach to user interface and user experience design, and offers practical, skill-based instruction centered around a visual communications perspective, rather than on one focused on marketing or programming alone. In this sequence of four courses, you will summarize and demonstrate all stages of the UI/UX development process, from user research to defining a project’s strategy, scope, and information architecture, to developing sitemaps and wireframes.
-
Course by
-
Self Paced
-
الإنجليزية

Build ATM User Interface using Routing in Angular
In this beginner level project, you will implement and build ATM user interface using routing, understand Parent and Child Routing and understand WildCard Routes in Angular which will be helpful in applying routing and navigating pages in modern web layouts. The pre-requisite for this guided project is have background in HTML,CSS, JavaScript/TypeScript and basics on building blocks of Angular Applications.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

MATLAB Programming for Engineers and Scientists
This Specialization aims to take learners with little to no programming experience to being able to create MATLAB programs that solve real-world problems in engineering and the sciences. The focus is on computer programming in general, but the numerous language features that make MATLAB uniquely suited to engineering and scientific computing are also covered in depth.
-
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
-
الإنجليزية

Embedded Interface Design
The objective of this specialization is to provide an understanding of interface design approaches and architectures for creating solid user experiences in embedded system prototypes and products. For both machine and user interfaces, we will look at the best practices for the interface design process, including considerations of the nature and content of interaction, whether between devices, between a device and a user, or in more complex systems.
-
Course by
-
Self Paced
-
الإنجليزية

Introduction to the Juniper Contrail Networking Solution
This course will introduce you to Juniper Networks Contrail Networking (CN2) , a cloud-native SDN solution for intelligent networking and security for Telco and IT cloud. You will learn about the concepts of a virtual network, underlays and overlays, as well as tunneling protocols such as VXLAN. The course will explore Network Functions Virtualization (NFV) and software-defined networking (SDN) approaches. You will learn about cloud-native Contrail Networking architecture and integration with orchestrations systems such as Kubernetes.
-
Course by
-
Self Paced
-
4 ساعات
-
الإنجليزية