Author: Deepu Balan

Hi there! I'm a web UI/UX architect. This is my online playground, my beautiful space to share my passions, my work and what I find inspiring.

Microinteractions in UI – Focus on the details

Microinteractions are those tiny enticing moments built into the application, which stimulates a feeling of happiness to the end users. As a designer, identifying the micro interactions in the application is equally important as designing them. It’s the meticulous attention to detail that differentiates an outstanding website from the rest.

CSS Grid – The most exciting thing to happen since CSS3

CSS Grid is the most exciting new way to create amazing layouts on the web. It’s not a framework or library, it’s just an addition to the CSS language that allows us to quickly create flexible, two dimensional layouts. With the introduction of CSS Grid, we now have an independent layout mechanism which has a lot of cool benefits. Now we can write more resilient code without the help of any hacky tricks. In simple words, we can now do a lot many things with fewer lines of code.