• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

84 Prototyping courses

Figma Basics

By Bunnyfoot

Course description Figma is an industry leading web-based design tool that allows you to create user interfaces for any screen type or size, collaborate on those designs in real-time and build interactive prototypes suitable for user testing. Figma is a visual design tool so there’s no coding involved. Design is achieved by adding, combining and styling shapes, text and images on a canvas or ‘Frame’.  We run 2 consecutive Figma training days, the second day building on the practical activities from the first.  You can attend just the first day. Attending just the second day is only recommended if you’re already very comfortable with the Figma interface.  Day 1: Basic Figma design and collaboration For beginners with no prior experience with Figma who want to understand the basics, be able to create their own designs, share, collaborate and even iterate on the designs of others. You will learn: How to navigate the Figma interface. How to create your own designs by: Setting up a design file. Setting up the screen type you want to design and add grids and guides. Adding and modifying basic shapes and text to create user interface elements. How to save text and colour styles for reuse. How to create reusable components. How to use the ‘auto layout’ feature to promote tidy, consistent and usable design. How to collaborate on designs by sharing screens and commenting on designs. A brief introduction to prototyping: What’s possible. What’s not. Day 2: Component variants, design systems and prototyping  This session will cover the more sophisticated aspects of Figma use such as: How to use component variants to create: Interaction styles such as hover and mouse down states ‘Flavours’ of a widget such as primary and secondary button styles. Toggleable elements within a widget such as buttons or bullets within a product card. How to turn a collection of components into a basic design system. Prototyping fundamentals: How to make journeys clickable. How to introduce animations. Tips and tricks for effective user testing. The limitations of Figma prototyping Is it for you? With no experience of Figma necessary, this course is suitable if: If you’re involved with creating or curating digital experiences. if you want to turn your design ideas into something tangible. If you work with Figma designers and want to understand the ‘art of the possible’. If you want to collaborate with your team on Figma projects. Learning objectives After completing day 1 you will be able to: Understand the Figma user interface. Create mobile and desktop interface designs. Effectively collaborate remotely. Share designs and gather feedback. Use auto layout to promote consistent and usable designs. Understand Figma’s role in user experience design, and its limitations. After day 2 you will be able to: Understand how design systems are set up and used. Create component variants for use in your own design system. Use that design system to efficiently create a user journey. Create a prototype suitable for user testing.

Figma Basics
Delivered OnlineFlexible Dates
£1,190

Product design Course

By Compete High

🚀 Ignite Your Innovation with the Product Design Course Training! 🌟 Are you ready to shape the future through groundbreaking product design? Our Product Design Course Training is the gateway to turning your creative visions into tangible, market-ready products. Unleash your inventiveness, refine your skills, and embark on a transformative journey into the dynamic world of product design. 🌐 Module 1: Introduction to Product Design Kickstart your journey with Module 1, offering a comprehensive introduction to the exciting realm of product design. Dive into the principles, processes, and historical context that lay the foundation for your evolution as a product designer. Get ready to think creatively and strategically about designing for the needs of today and tomorrow. 🎨 Module 2: Sketching and Ideation Harness the power of ideation with Module 2, where you'll immerse yourself in the art of sketching and brainstorming. Cultivate the ability to translate your conceptual ideas onto paper, fostering a visual language that bridges imagination and execution. Develop your creative thinking and problem-solving skills to breathe life into your design concepts. 🚀 Module 3: 3D Modeling and Prototyping Transform your ideas into tangible prototypes with Module 3, focusing on 3D modeling and prototyping. Learn to navigate cutting-edge design software to create virtual representations of your products. Dive into the prototyping process, turning your digital designs into physical prototypes, allowing you to refine and perfect your creations. 🛠️ Module 4: Material Selection and Manufacturing Processes Navigate the complexities of materiality with Module 4, where you'll explore the crucial aspects of material selection and manufacturing processes. Understand the properties of different materials and their suitability for diverse applications. Dive into manufacturing techniques to ensure your designs are not only innovative but also practical and feasible. 🤝 Module 5: User-Centered Design and Human Factors Put the user at the center of your design process with Module 5, dedicated to user-centered design and human factors. Learn to conduct user research, analyze user needs, and integrate ergonomic principles into your designs. Craft products that not only look good but also enhance the user experience. 🌟 Why Choose Our Product Design Course Training? Industry-Experienced Instructors: Learn from seasoned product design professionals with a wealth of real-world experience. Hands-On Prototyping: Gain practical experience by transforming your concepts into physical prototypes, preparing you for the challenges of real-world product design. Collaborative Learning: Engage in collaborative projects and team exercises, simulating the collaborative nature of the product design industry. Career-Ready Skills: Graduate with a skill set that is immediately applicable to the ever-evolving field of product design. Don't miss the chance to bring your ideas to life and shape the future of product design! Enroll now in the Product Design Course Training and be prepared to innovate, create, and revolutionize the world of design. Your journey to becoming a product design trailblazer starts now! 🌟🛠️🎓 Course Curriculum Module 1_ Introduction to Product Design. Introduction to Product Design. 00:00 Module 2_ Sketching and Ideation. Sketching and Ideation. 00:00 Module 3_ 3D Modeling and Prototyping. 3D Modeling and Prototyping. 00:00 Module 4_ Material Selection and Manufacturing Processes. Material Selection and Manufacturing Processes. 00:00 Module 5_ User-Centered Design and Human Factors. User-Centered Design and Human Factors. 00:00

Product design Course
Delivered Online On Demand5 hours
£4.99

Ansible for engineers

5.0(3)

By Systems & Network Training

Ansible for engineers training course description An introduction to automation using ansible. Ansible is a general purpose IT automation platform that can be use for a number of purposes. The course covers configuration management, cloud provisioning and application deployment with ansible. Hands on sessions follow all major sections. What will you learn Install ansible. Automate tasks with ansible. Write ansible playbooks. Ansible for engineers training course details Who will benefit: Administrators and developers automating tasks. Prerequisites: Linux administration skills Duration 3 days Ansible for engineers training course contents What is ansible? The language, the engine, the framework. Uses of ansible, orchestration. Hands on Installing ansible. Ansible architecture ible architecture Controlling machines, nodes, Agentless, SSH, modules, JSON protocol. Configuration management, inventories, playbooks, modules, roles. Hands on Getting started, running ad hoc commands. Ansible and Vagrant Prototyping and testing. Hands on Using ansible with Vagrant. Ad hoc commands Parallelism, shell commands, managing files and directories, file transfer, package management, manage user and groups, deploying applications, service management, background jobs, checking log files, managing cron jobs. Hands on Using ansible with Vagrant. Playbooks ansible-playbook, users, sudo, YAML, plays, tasks, handlers, modules. Hands on Running playbooks. More playbooks Handlers, variables, environmental variables, playbook variables, inventory variables, variable scope and precedence, accessing variables, facts, ansible vault. Conditionals, wait_for. Hands on Using variables and conditions in playbooks. Roles and includes Dynamic includes, Handler includes, playbook includes. Roles, role parts: handlers, files, templates, cross platform roles, ansible galaxy. Hands on includes example, building roles. Inventories /etc/ansible/hosts, inventory variables, static inventories, dynamic inventories. Hands on Inventories and variables. Miscellanea Individual server cookbooks, Main playbook for configuring all servers. Hands onPlaybooks.

Ansible for engineers
Delivered in Internationally or OnlineFlexible Dates
£3,497

Arduino Bootcamp - Learning Through Projects

By Packt

This course follows a hands-on, project-based approach to learning the Arduino platform catered to all levels of experience, including some projects such as building an Arduino car, an Arduino phone, a Universal Arduino Remote, an Arduino Online Weather Station, an Arduino game projects using light, sound, and joysticks, and more with no prior knowledge.

Arduino Bootcamp - Learning Through Projects
Delivered Online On Demand9 hours 24 minutes
£101.99

Integrating Design Thinking, Lean and Agile

By IIL Europe Ltd

This program provides an overview of Design Thinking, Lean Startup and Agile methods and illustrates how each should be applied and integrated into the journey of an idea all the way to business value realization. Developing an innovative idea into a stage of business value realization is a long and tedious journey; it involves different types of thinking and working at different stages of the life of the idea. Broadly speaking, this journey can be classified into 3 stages: deep understanding of user needs and innovating solutions; experimenting with a solution concept through prototyping and validating; and implementing the solution prototype into a commercial solution. Design Thinking, Lean Startup and Agile methods fit perfectly into these 3 stages. This program provides an overview of each of these methods and illustrates how each should be applied and integrated into the journey of an idea all the way to business value realization.

Integrating Design Thinking, Lean and Agile
Delivered Online On Demand28 hours
£450

Adobe XD Design Diploma

By iStudy UK

Learn to design using Adobe XD and create a real-world iPhone app with the Adobe XD Design Diploma course. Adobe XD is the all-in-one UX/UI solution for designing websites, mobile apps, and many more. In this course, you will learn the necessary tools of Adobe XD and learn how to apply Paper Prototyping techniques. The course guides you to create Interactive Prototype using the software and teaches you how to open sketch, Photoshop and Illustrator files with Adobe XD. Instead of these, you will master the techniques of collaborating with other developers using Zeplin & Avocode in the course. Upon completion, you will be able to design a fantastic iPhone (IOS) real world App in Adobe XD following iOS Design guidelines. What Will I Learn? Get grip on all the basic tools and techniques of Adobe XD Learn to apply Paper Prototyping techniques Design a stunning iPhone (IOS) real world App in Adobe XD Create Interactive Prototype using Adobe XD Export Assets and Design Specification for Developers Use Zeppelin and Avocode to Handoff your designs to developers Design with IOS Design guidelines Batch Export all assets in 1x 2x and 3x resolutions Requirements Install Adobe XD (at least trial version) MAC or Windows 10 at least Enterprise Edition Update Pencil, Black Pointer and Highlighter for Paper Prototyping Module: 01 What Is Adobe XD 00:07:00 Download And Install Adobe Xd 00:03:00 Why Adobe XD Is So Awesome - Talkinghead FREE 00:04:00 Updates And Upcoming Features Xd 00:03:00 Adobe XD Interface Welcome Screen FREE 00:03:00 Adobe Xd Top Nav Bar 00:02:00 Adoe Xd Interface Toolbar 00:02:00 Properties Panel Adoe Xd Interface 00:03:00 Xd Mac And Win Differences 00:05:00 First Assignment Simple One 00:07:00 Module: 02 Artboards and grids 00:08:00 Tools in xd 00:05:00 Rectangle tool to create buttons 00:06:00 Background and object blur 00:03:00 Ellipse tool 00:02:00 Basics of pen tool 00:03:00 Pen tool to creat Icons 00:06:00 Line tool 00:01:00 Text-tool 00:03:00 Colors Palettes 00:04:00 Color Gradients in Xd 00:06:00 Coolors.io 00:04:00 Masks in xd 00:06:00 Character styles in Xd 00:05:00 Creating and reusing symbols 00:07:00 Repeat grid 00:09:00 Common Shortcuts 00:06:00 Shortcut keys part2 00:08:00 Nested symbols in xd 00:06:00 Module: 03 S03L01 block-level design 00:12:00 S0302 Sketching First Design Idea-block Level Paper 00:08:00 S0303 First Paper Prototype- Adding Details 00:04:00 S0304 Vertical Horizontal Prototypes T Proto 00:09:00 S0305 Level Of Fidelity and prototypes 00:04:00 S0306 adding details to your block design 00:08:00 S0307 using ui design patterns 00:06:00 S0308 creating signup ios screen EXERCISE 00:14:00 Module: 04 S0401 Design preparations 00:05:00 S0402 Color scheme and insprations 00:05:00 S0403 Solving UX problems of old app 00:04:00 S0404 Welcome Screen design 00:10:00 S0405 designing the login screen 00:14:00 S0406 login-activated 00:12:00 S0407 Signup Screen 00:07:00 S0408 dashboard design part 1 00:12:00 S0409 dashboard design part 2 00:11:00 S0410 Sidebar Navigation 00:09:00 S0411 actitivies screen 00:11:00 S0412 sync screen 00:08:00 S0413 sync status update 00:04:00 S0414 using grids to improve designs further 00:05:00 S0415 refining style guides 00:08:00 S0416 IOS Design guidelines 00:09:00 Module: 05 S0501 fixing tap targets 00:06:00 S0502 prototype login and signup screens 00:10:00 S0503 prototyping dashboards and other screens 00:11:00 S0504 sharing prototype with others 00:04:00 S0505 recording prototype on mac 00:02:00 S0506 design Inspect beta 00:04:00 Module: 06 S0601 why to export in 1x 2x 3x 00:09:00 S0602 Perfect example of 1x 2x 3x 00:03:00 S0603 export artboards to create mockups 00:08:00 S0604 batch export 00:06:00 Module: 07 S0701 Live Preview Your App On Iphone 00:02:00 S0702 Developer handoff with Zeplin 00:13:00 S0703 Developer Handoff using Avocode 00:14:00 S0704 open sketch-psd-illustrato import 00:08:00 Module: 08 XD updtaes april may 2018 00:04:00 1st Exercise Asssignment-1 00:03:00 Second Assignment-1 00:03:00 Third Last Assinment - Google Drive 00:03:00 Resources Resources - Adobe XD Design Diploma 00:00:00

Adobe XD Design Diploma
Delivered Online On Demand7 hours 29 minutes
£25

The Complete Guide to Designing a Mobile App

By Packt

Build your audience with professionally designed, UX-friendly apps

The Complete Guide to Designing a Mobile App
Delivered Online On Demand7 hours 36 minutes
£93.99

Raspberry Pi Bootcamp: For the Beginner

By Packt

Learn about the Raspberry Pi, build a DIY Google Home Clone and RetroPie Gaming System, work with GPIO pins, and much more.

Raspberry Pi Bootcamp: For the Beginner
Delivered Online On Demand2 hours 9 minutes
£68.99

Adobe XD Design

4.7(160)

By Janets

Adobe XD is a brand new design and prototyping tool made by Adobe, exclusively devoted to UI/UX designers to design websites, mobile apps and others. The Adobe XD Design course includes the essential tools and features of Adobe XD and teaches you how to apply Paper Prototyping techniques and create Interactive Prototype. Additionally, you will grasp the procedures of opening sketch, Photoshop and Illustrator files with Adobe XD. Why Choose This Course Earn an e-certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Mock exams Multiple-choice assessment Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post.

Adobe XD Design
Delivered Online On Demand7 hours 28 minutes
£9.99

Integrating Design Thinking, Lean and Agile: On-Demand

By IIL Europe Ltd

Integrating Design Thinking, Lean and Agile: On-Demand This program provides an overview of Design Thinking, Lean Startup and Agile methods and illustrates how each should be applied and integrated into the journey of an idea all the way to business value realization. Developing an innovative idea into a stage of business value realization is a long and tedious journey; it involves different types of thinking and working at different stages of the life of the idea. Broadly speaking, this journey can be classified into 3 stages: deep understanding of user needs and innovating solutions; experimenting with a solution concept through prototyping and validating; and implementing the solution prototype into a commercial solution. Design Thinking, Lean Startup and Agile methods fit perfectly into these 3 stages. This program provides an overview of each of these methods and illustrates how each should be applied and integrated into the journey of an idea all the way to business value realization. What You Will Learn At the end of this program, you will be able to: Identify the end-to-end scenario of driving a business through innovation and when each method among Design Thinking, Lean and Agile would be appropriate. Gain an overview of Design Thinking, Lean startup and Agile methods, tools and techniques. Recognize the difference in mindset and focus for each method and shift the mindset based on the stage of the project. Define the process integration points for the three methodologies. Need for Integrating Design Thinking, Lean and Agile The importance of innovation and design thinking Design thinking processes Agile Overview of Design Thinking Design Thinking overview 5 phases of Design Thinking Overview of Lean Introduction to lean Defining value in innovative endeavors Overview of Agile Agile Manifesto Lean and Disciplined Agile Integrating Design Thinking, Lean and Agile Goal of each of the three stages of the business endeavor Mindset and focus needed in the three stages Process integration points for Design Thinking, Lean and Agile Scaling the Integration to Achieve Business Agility Scaling the integration of Design Thinking, Lean Startup and Agile How Scaled Agile Framework (SAFe) achieves integration

Integrating Design Thinking, Lean and Agile: On-Demand
Delivered Online On Demand6 hours
£450