Skip to main content

UI/UX Introduction - What I learned


When I was young, I was passionate about computers. We couldn't have access to that. Usually, I play with some of the cardboard waste and make a computer screen and keyboard out of it. 

After I got a good score in my O/Level exams, my father asked, "What do you want as a gift?" And I said I wanted a laptop. Then he purchased me an HP laptop. It was the best gift ever; I got it after a long wait.

Later, I became familiar with basic computer skills slowly and started exploring the world through technology.

Then, I chose IT as my career path eventually.

Here, I'm sharing my learning experience to track my progress.




UI/UX Introduction - What I learned


It's a free course for beginners.

Summary of this course:
  • UI means interaction with user and website/product/app
  • UX means what user experienced while using this UI

Example: Using the Apple website, they direct their customers clearly to their products - It's a good UX

https://www.apple.com/iphone/ 

When a user experience the best UX in a product he/she never goes back to another product/ brand-  Apple products 

  •  UX discussion 
                        Who is that for (user/audience)?
                        What is the product/service?
                         How does the user behave while using the product? (user behaviour)
                         Understanding the users
                         Critical thinking

  •    UX Process

         Research work

                             Wireframing

                             Understand revision request

                             Create prototypes

                             User Testing

                             Understand the feedback

                             Apply what you learn    

  •  Wireframe & Prototyping

                                 


"A/B testing is the most reliable way to learn user behaviors. As designers, we should think about our work through the lens of experimentation. "  - Medium (reference)
  https://uxdesign.cc/how-netflix-does-a-b-testing-87df9f9bf57c
https://www.invisionapp.com/inside-design/wireframe-prototype-difference/

  •  UX Tools

                    Invision 

Photoshop 

Adobe XD 

Figma 

Pen & Paper 

  •  UI Tools

Adobe Illustrator

Photoshop

Invision

GIMP

Adobe color

Pen & Paper

  • UI concepts

Visuals, Typography, Mood, Motion Design (Animation), Icons, Interaction Design 


 

 
 
 
 

 

 

 

 

Comments

Popular posts from this blog

Fourth day at Uki

 Programming Languages. The programming language is a formal language comprising a set of instructions that produce various kinds of output. Programming languages are used in computer programming to implement algorithms. Because the computer only understands "0 and 1" Most programming languages consist of instructions for computers. Javascript, Java, Python, C#, C++, HTML, CSS, RUBY, NodeJS are some examples of web development languages used in programming. Moreover, we can simplify our problems with Flowchart and Pseudo code before coding in programming languages. Look at this image, This is a simple flow chart to solve a problem HTML -Hyper Text Markup Language. I strongly suggest learning HTML first with  https://www.w3schools.com/ It's a learner base code academy to learn quickly. We can use Notepad++, Visual studio code, Atom.io (via  https://en.wikipedia.org/wiki/List_of_HTML_editors ) This is an example of a basic heading style in HTML This is the output. Paragraph...

HTML+CSS Styles.

 Margin style. Box model in CSS. Cursor style in CSS.

Movie card examples with CSS.

 Movie cards with CSS. Some new movie card designs with CSS References: https://freefrontend.com/css-movie-cards/ Here I shared one example(with HTML, CSS Coding) which I tried..... if you want more examples: https://freefrontend.com/css-movie-cards/ https://blog.avada.io/css/movie-cards/ https://newtodesign.com/7-css-movie-cards/ 😼😼😼Hope you get some new ideas about this topic.