BEM Methodology in CSS

December 13, 2020

BEM or Block, Element, Modifier is a popular and effective naming convention for classes in HTML and CSS. The main purpose of BEM is to provide developers more clarity, scalability, and easy reusability in code.

Get out of tutorial hell

November 27, 2020

I'm sure all of you have read a post on this topic at least once in your developer journey but it just doesn't happen because coding is not that easy as people say. Here, I will be talking about eight points which will help you to get out of hell.

Perks of writing a good README file for beginners

November 26, 2020

A README is probably the first thing consumer sees on the repository, so as the author of the module it is our responsibility to show them exactly what they need and how can our module fulfill their need.