Getting started with BEM methodology

What is BEM? BEM is a front-end naming method for organizing and naming CSS classes. The Block, Element, Modifier methodology is a popular naming convention for class names in HTML and CSS. It helps to write clean CSS by following some simple rules. Projects of any size with CSS can benefit from a BEM framework—unless […]

Accelerated Mobile Pages

Browsing the web on the desktop is getting hefty; imagine on the mobile devices. So, Google and Twitter designed Accelerated Mobile Pages (AMP)which is an open-source coding standard that aims for faster loading of the sites on mobile devices. Fundamentally, it’s an HTML page designed to be super lightweight and critically designed for really fast […]