Vijay Bapodara

Jul 26, 2023 Web Development

Building Better Software with BEM: An Introduction to the Methodology

In the world of software development, maintaining clean, efficient, and scalable code is crucial for success. When it comes to front-end web development, one popular methodology that addresses these challenges is BEM - Block, Element, Modifier. BEM is not just another buzzword; it's a powerful approach that helps developers create robust and maintainable user interface (UI) components. In this blog, we'll explore the BEM methodology, its core principles, and the benefits it brings to software development.

Vijay Bapodara

Jan 11, 2022 Web Development

A complete guide to CSS Units and Values

When I first started writing CSS code, I was perplexed by the numerous units used for font size, and I had no idea when, how, or why to utilize particular font units. Following some research, I've come up with several units that we may utilize in our projects.

Vijay Bapodara

Oct 06, 2021 Web Development

What is a Headless Content Management System(CMS)?

CMS now calls for flexibility, scalability, and adaptability over several days. Any content management system with the body separated from the presentation layer can be used as a backend with a headless CMS (Head). The contents are seen on several devices through API.

Vijay Bapodara