Design to Developer handoff

Handing off mockups to developers can be hard for several reasons: Lack of technical knowledgeDesigners may not have the technical knowledge needed to create mockups that can be easily interpreted,…

ADHD

Something that we need to consider when we design a new product as UX designers. ADHD stands for “Attention deficit hyperactivity disorder”. It is usually associated with hyperactive children, but…

Most Developers Fail This Simple CSS 

The Test Given the following HTML and CSS code, do you know what would be the color of the text ‘test’? <body> <div class="hello"> <p class="abc">test</p> </div></body> p.abc { color: purple;}.hello p {…