Back to Courses

Design And Product Courses - Page 13

Showing results 121-130 of 512
Web Design: Wireframes to Prototypes
This course is focused on the application of the early UX research to actual user interfaces: the creation of wireframes, high-fidelity mockups, and clickable prototypes. Along the way we will also discuss: - Responsive web design and mobile web challenges - Mobile-first approach - Web typography - The relationship between design and programming and whether it is important to know how to code - The different web technologies that make the web work, such as HTML, CSS, JavaScript, server-side coding, and databases. This course is the continuation of the course Web Design: Strategy and Information Architecture, in which students completed the first half of a large scale project—developing a comprehensive plan for a complex website. If you are intending to complete the assignments in this course to earn a certificate you must complete the Strategy and Information Architecture course first so you have the materials and data needed to begin creating wireframes and mockups in this course. This is the fourth and last course in the UI/UX Design Specialization, which brings a design-centric approach to user interface (UI) and user experience (UX) design, and offers practical, skill-based instruction centered around a visual communications perspective, rather than on one focused on marketing or programming alone. These courses are ideal for anyone with some experience in graphic or visual design and who would like to build their skill set in UI or UX for app and web design. It would also be ideal for anyone with experience in front- or back-end web development or human-computer interaction and want to sharpen their visual design and analysis skills for UI or UX.
How to Use Layer Styles and Effects in Adobe Photoshop
By the end of this project, you’ll be comfortable adding, controlling, and combining effects and styles in Adobe Photoshop. You’ll practice using existing effects and layer styles, then build a neon light style from scratch —and save that custom layer style for later projects.
Linux System Programming and Introduction to Buildroot
This course provides an overview of System Programming for the Linux operating system, or software which is interfacing directly with the Linux Kernel and C library. The basic components of a Linux Embedded System, including kernel and root filesystem details are discussed. The Buildroot build system is introduced, which students use to build their own custom Embedded Linux system through programming assignments.
Perfecting your Readme
In this 2-hour long project-based course, you will learn how to (Learn will be introduced to a Readme doc script by creating a game through Github, Learn will know Markdown language for a Readme on Visual studio Code and what VScode extensions assist with the Readme doc script, Learn will write html code for a game. Review its functionalities live and begin the Readme writing process, Learn will write a full Readme for their coding project, add images to their Readme and preview it.) 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.
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. Hands-on activities include using the Modeling and Design Tool to draw a database design diagram, generating the database from that diagram, and then using MySQL Workbench features to load data into the database tables. You will also find an optional Challenge Task and an optional Capstone task for extra practice. 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.
The Bash Shell and Basic Scripting in Linux
By the end of this project, you will be able to create your own scripts using the bash shell in Linux. Throughout the project, You’ll be able to identify and apply the basic scripting techniques. Furthermore, You’ll be able to use if statements and loops in bash and manipulate files using bash scripting. This guided project is for beginners who are interested in the field of programming and scripting, it provides you with basic scripting techniques, which are necessary if you want to pursue a career as a System Admin or DevOps Engineer. Bash scripts can be used for various purposes, such as executing a shell command, running multiple commands together, customizing administrative tasks, performing task automation etc. So knowledge of bash programming basics is important for every Linux user.
Simulation Analysis for Mechanical Engineers with Autodesk Fusion 360
The foundation of engineering design is often coupled with validation. Simulation is a great tool that allows engineers to test, validate, and modify designs before they become a physical prototype. When used early in the process for simulation driven design and throughout the development process, simulation can help drive the design, make informed design decisions, speed up time to production, and most importantly, identify and eliminate costly design mistakes. Like any other tool though, it must be used properly to yield the best results. In this course, we’ll explore the usage static stress simulation, shape optimization, thermal and other mechanical simulation types to better understand how we can apply these tools to everyday design problems. After taking this course, you'll be able to: - Describe the simulation workflow in Fusion 360. - Summarize the use cases for various types of simulation studies. - Demonstrate knowledge and skills in more advanced Fusion 360 CAD and CAE skills. - Explain and identify simulation results Looking for Autodesk Fusion 360 certification prep courses? Check out additional learning resources to help you uplevel your skills: https://www.autodesk.com/learning
Architecting with Google Kubernetes Engine: Foundations
In this course, "Architecting with Google Kubernetes Engine: Foundations," you get a review of the layout and principles of Google Cloud, followed by an introduction to creating and managing software containers and an introduction to the architecture of Kubernetes.
Plan Projects and Brainstorm with Mind Maps in Miro
By the end of this project, you will be able to plan projects with the mind mapping technique. To do this, you will gain hands-on experience creating a mind map by applying guided brainstorming strategies in the Miro online visual collaboration platform for teamwork. 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.
Web Application Technologies and Django
In this course, you'll explore the basic structure of a web application, and how a web browser interacts with a web server. You'll be introduced to the Hypertext Transfer Protocol (HTTP) request/response cycle, including GET/POST/Redirect. You'll also gain an introductory understanding of Hypertext Markup Language (HTML), as well as the overall structure of a Django application. We will explore the Model-View-Controller (MVC) pattern for web applications and how it relates to Django. You will learn how to deploy a Django application using a service like PythonAnywhere so that it is available over the Internet. This is the first course in the Django for Everybody specialization. It is recommended that you complete the Python for Everybody specialization or an equivalent learning experience before beginning this series.