Kavita Upadhyay

Kavita is a UI/Web enthusiast and a problem solving addict. She approaches every challenge with consideration and rigour and tackle every problem with a healthy dose of skepticism. She is specialized in dynamic coding, highly interactive with front-end technologies such as HTML5, CSS3, SASS, JavaScript, jQuery, Angular, Responsive UI.

AngularJS, Experience Design

FE-Conf is Back: A Leading Conference on Frontend and UX Technologies

FE-Conf is one of the biggest conference happening in India on state-of-the-art Frontend and UX technologies. After the success of FE-Conf 2016, we are proud to host FE-Conf 2017 - A Frontend Engineers Meet organized by TO THE NEW. Our last conference had an amazing feedback and it helped people to find new ideas, learn from...

14-Feb-2017

Technology

Different Ways for aligning an element Vertically-Center in HTML using CSS

Aligning an element the way we want is never an easy task, especially when a non-UI developer is doing it and this problem worsens when we try to align that element Vertically-Center. Although doing it using patches is not difficult, but doing it the right way is a challenge. Here you’ll find some cool CSS techniques by which you can...

24-Jul-2015

Grails

Thumb rules, one must consider while HTML development

Some best practices that need to be followed by a HTML developer in grails web development that are important and useful while writing a code. 1. Follow semantic markup. Example: Semantically correct [java]<h2><a href="#">Heading</a></h2>[/java] Semantically wrong [java]<a...

15-Oct-2014