Week 1 - Seminar
Week 1 - Seminar
Seminar 1
Efficiency
What is UI efficiency?
Summary: Two of the most fundamental usability metrics are learnability (the user's
ability to use a new design they have not seen before) and efficiency (the speed
with which people do tasks after they have learned the interface)
Amazon efficiencies pillars
The performance efficiency pillar focuses on the efficient use of computing resources
to meet requirements, and how to maintain efficiency as demand changes and
technologies evolve.
The following design principles can help you achieve and maintain efficient
workloads in the cloud.
Democratize advanced technologies: Make advanced technology
implementation easier for your team by delegating complex tasks to your cloud
vendor. Rather than asking your IT team to learn about hosting and running a new
technology, consider consuming the technology as a service. For example, NoSQL
databases, media transcoding, and machine learning are all technologies that
require specialized expertise. In the cloud, these technologies become services that
your team can consume, allowing your team to focus on product development rather
than resource provisioning and management.
Go global in minutes: Deploying your workload in multiple AWS Regions around
the world allows you to provide lower latency and a better experience for your
customers at minimal cost.
Use serverless architectures: Serverless architectures remove the need for you to
run and maintain physical servers for traditional compute activities. For example,
serverless storage services can act as static websites (removing the need for web
servers) and event services can host code. This removes the operational burden of
managing physical servers, and can lower transactional costs because managed
services operate at cloud scale.
Experiment more often: With virtual and automatable resources, you can quickly
carry out comparative testing using different types of instances, storage, or
configurations.
Consider mechanical sympathy: Use the technology approach that aligns best
with your goals. For example, consider data access patterns when you select
database or storage approaches.
Recoverability
User guidance
Making easier for the user to navigate in the application suggesting what should be
the next step or make it visible the main commands like next page, delete, help ….