BMBhavika Mauryainbhavikamaurya.hashnode.dev·Nov 20, 2025 · 8 min readA Deep Dive into Cloudflare's 2025 OutageIt was a regular working day when my shipping platform suddenly stopped working. Messages from brands started pouring in, orders weren’t confirming, and customers were seeing error messages. I jumped into the logs, expecting to find a bug in our code...00
BMBhavika Mauryainbhavikamaurya.hashnode.dev·Apr 23, 2023 · 3 min readUnderstanding Media QueryWhat is media query CSS media queries are a powerful tool for responsive web design. They allow you to apply different styles to a website based on the characteristics of the device or browser being used to view it. This allows you to create a websit...00
BMBhavika Mauryainbhavikamaurya.hashnode.dev·Apr 22, 2023 · 2 min readCSS Flexbox: A Beginner's GuideFlexbox is a one-dimensional layout method for arranging items in rows or columns. Items flex (expand) to fill additional space or shrink to fit into smaller spaces. This article explains all the fundamentals. Flex Container The Flex container is the...00
BMBhavika Mauryainbhavikamaurya.hashnode.dev·Apr 21, 2023 · 10 min readCSS GridIntroduction CSS Grid is a powerful layout system that allows you to create complex, responsive layouts with ease. It is a two-dimensional grid-based layout system that enables you to create complex layouts by dividing a page into rows and columns. Y...00
BMBhavika Mauryainbhavikamaurya.hashnode.dev·Apr 20, 2023 · 3 min readCSS Positioning EssentialsCSS position property allows you to position elements on your web page in a specific location. You can use it to move elements from their default position or to place them relative to other elements on the page. There are five different values for th...00