Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

The object-fit property in CSS to fit images with CSS without distorting them

04-09-2026 - Andrés Cruz

The object-fit property in CSS to fit images with CSS without distorting them

CSS Learn how to use `object-fit` in CSS to fit images to their container without distorting them. Examples include `fill`, `contain`, `cover`, `none`, and `scale-down`.


The clip-path property in CSS for selecting regions to display in elements

16-12-2025 - Andrés Cruz

The clip-path property in CSS for selecting regions to display in elements

CSS The CSS clip-path property allows you to specify regions of any of the existing HTML elements through geometric shapes.


CSS background property

16-12-2025 - Andrés Cruz

CSS background property

CSS This property is the shorthand way to set other related properties, including those related to the color and background images of an element; that is, those whose prefix is ​​background-.


Image rendering: How to display pixelated images (Pixel art) with CSS3?

19-12-2025 - Andrés Cruz

Image rendering: How to display pixelated images (Pixel art) with CSS3?

CSS In this entry we will see how to display pixelated images using the image-rendering property in conjunction with its pixelated value; we will also discuss possible use cases for this property and other values ​​of it.


CSS invert() filter: How to invert colors in images and UI

21-08-2026 - Andrés Cruz

CSS invert() filter: How to invert colors in images and UI

CSS Complete guide to CSS filter invert: invert colors in images and backgrounds to 100% or intermediate values, add hover transitions, and turn icons white.


Creating reflections in our images with webkit-box-reflect

20-12-2025 - Andrés Cruz

Creating reflections in our images with webkit-box-reflect

CSS It explains how to create a reflection of an image using the webkit-box-reflect property, as well as its basic syntax that allows changing the position, displacement, and even the possibility of applying masks to create reflections.


Getting started with CSS transitions, using steps, and examples on images

21-12-2025 - Andrés Cruz

Getting started with CSS transitions, using steps, and examples on images

CSS Transitions are progressive, smooth, and visually appealing state changes; with CSS we can alter the size, spacing, color, borders, opacity, and in short, any property with its assigned value that applies a shape or style to an element. We can also use steps() to control the movement of animations by indicating the number of "frames" or jumps that we want an animation or transition to consist of.


What is Canvas? Using the API in HTML with JavaScript (Guide and Tutorials)

20-08-2026 - Andrés Cruz

What is Canvas? Using the API in HTML with JavaScript (Guide and Tutorials)

JavaScript Learn what Canvas is in HTML5 and how to use its API with JavaScript. Draw primitives, crop images, manipulate RGB channels, and create interactive animations.


PhotoView or photo viewer in Flutter

09-01-2026 - Andrés Cruz

PhotoView or photo viewer in Flutter

Flutter We're going to use a plugin to configure the PhotoView in a Flutter application; with this plugin we can create a gallery with zoom and rotation effects.


Creating a custom image composer or editor with Vue.js

15-08-2026 - Andrés Cruz

Creating a custom image composer or editor with Vue.js

Vue Learn how to generate images with HTML, CSS, and JavaScript using Vue.js, compose SVG, generate brushstroke effects, download text, load image fragments, and export in PNG.