My Learnings

Explore my blog posts documenting the insights and solutions I've gained from overcoming challenges over the past three years. Dive into a range of topics and lessons that showcase my continuous growth and expertise.

What is YAML format?

YAML is a human-readable data serialization language that is often used for writing configuration files. Depending on who you ask, YAML stands for yet another...
Continue reading

CSS: The Box Model

Every HTML element on a web page is considered a rectangular box, and the box model describes the properties of the box. The Box model...
Continue reading