How to cover the entire background with an image using CSS?
11-12-2025 - Andrés Cruz
Learn how to set a full-screen background image in CSS using background-size: cover, media queries, and ready-to-copy examples. A practical, fast, and optimized guide.
Responsive layouts in Flutter: MediaQuery, Flex, Orientation, Expanded and Size
22-11-2025 - Andrés Cruz
We will introduce MediaQuery in Flutter as a fundamental element when we want to create an adaptive or responsive design for Flutter, learning how we can obtain the screen size as well as the orientation and the MediaQuery widgets: Flex, Orientation, Expanded and Size.