التخطي إلى المحتوى الرئيسي

Learn to become an expert UI/UX designer?

Make sure you learn the following:
  • UX research methodologies
  • Wireframing, prototyping
  • Adobe Photoshop and/or Illustrator (or Sketch)
  • Web and mobile design


As far as HTML/CSS goes, my personal opinion is that UX + UI is a heavy load as it is, but it never hurts to learn more! It's worth mentioning that as a digital designer, your work will be implemented into code. If you know the platform in which you're designing for, you'll make your life and the lives of your teammates much easier :)

To get started on the UX + UI path, I would recommend any of the following online platforms:

  1. Lynda - Online video tutorials & training (paid)
  2. Treehouse - Learn Web Design, Web Development, and More (paid)
  3. Google online tutorials and articles (free)


Once you feel comfortable knowing the basics, you must then immerse yourself in the world of design. This is how you'll get experience — from diving right into projects/clients, and designing day in and day out. You should be living and breathing design:

  • It's normal to have high expectations when you begin, then realize it's harder or you're not as good as you thought you would be. Don't get discouraged -- this is normal.
  • It will take many iterations of doing. This is how design gets better and optimized.
  • Create a list of designers that you admire and follow them. Copy their work -- then throw it away. Pick up on the small details they put in, and walk away with new learnings and insights.
  • Connect and engage with your local UX + UI design communities. Join meetups around town and network with other designers who are in a position that you aspire to.
  • Find a mentor you look up to, and hop on a call with them, or grab a coffee if you're nearby. Seek out constant feedback in direction and career advice. Ask them the path they took and how they broke into the industry.
  • Reach out to designers on Twitter and tweet to them.


تعليقات

المشاركات الشائعة من هذه المدونة

Difference between virtual reality, augmented reality and mixed reality

Augmented reality and mixed reality are often used to refer to the same idea, however there are a few potential differences between the two depending on who you speak to. To some, it is semantics, while to companies like Microsoft, there is an important distinction between the two terms. The majority of mentions of augmented reality and mixed reality in the press right now refer to “mixed reality” as a synonym of “augmented reality”. Even experiences which could be under the umbrella of “mixed reality” are called “augmented reality” by the companies creating them. This is where things get confusing. “Mixed reality” is most commonly used by Microsoft to describe their HoloLens. The media often call it “augmented reality” to begin with, adding on in a rather forced sounding way — “or as Microsoft calls it, ‘mixed reality’”, followed by using the terms interchangeably throughout their articles. It is best explained by starting with the much easier definition of “virtual reality”: ...

What is the difference between UX and UI designer and web designer?

A bit cynical: UI design is the older term for UX design. New kids on the block disliked the ugly, annoying designs they were seeing, so they decided that, by renaming the discipline, they would produce designs less ugly and annoying. In the future, this will happen again, and UX (and the  letter X generally) will be disparaged as very old-fashioned and uncool. This will always happen because it is the nature of disciplines to rebrand themselves as newbies think old-timers were stupider than they were. But also it is true that by rebranding an activity, there is an opportunity to re-educate the world on why what you do matters. More serious: UX was an attempt to liberate users from the tyranny of cognitive psychologists, who themselves were trying to liberate users from the tyranny of programmers. UX has sometimes been successful in doing so, but other times it has only meant subjecting users to the tyranny of graphic designers. :) At the end of the day, what I want-...

Should I learn Front-End Web Development first, or Back-end web development?

From a practical standpoint, there are more backend resources and a longer history of backend languages and frameworks, whether you're talking about Ruby, PHP, Java or C. Picking the right backend language to learn will also teach you some basic computer science concepts that will be valuable. Database indices, data structures, OOP, and jobs/threads are much more prevalent on the backend, and they're important software constructs which are making their way onto the frontend (that is, Javascript and HTML5) where devs without the background will find themselves limited. The front end comes with its own set of challenges and nuances, but the skills there are a bit "softer", dealing more with rendering issues and design. I'll be honest and say that the  vast majority  of engineers, when moving to the front-end, don't bother with learning the design side of things, but at the same time the market isn't demanding the position as much, or  maybe we...