Miller’s Law

Understanding Miller’s Law Miller’s Law originated from a seminal paper published by cognitive psychologist George A. Miller in 1956, titled “The Magical Number Seven, Plus or Minus Two: Some Limits on Our…

Put empathy first

I’ve built brands for tech startups led by engineers, and understandably, they obsess over product renderings, specifications, and other functional elements. They fear looking anything but sleek and high-tech. Ask…

Simple CSS variables like A Pro

Using DOM access, you may create variables, save them, and reuse them across your style sheet. :root{ /*CSS variable*/ --primary:#900c3f; --secondary:#ff5733; } .btn{ padding:1rem 1.5 rem; background:transparent; font-weight: 700; color:…

Color in UI Design

Color is the most important aspect of UI design that helps you design an engaging user interface. There is a lot to color, and we don’t usually take time to…