Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
22-04-2026 - Andrés Cruz
Laravel We'll see how to use the progress bar in Laravel Inertia and the spinner option, configuration parameters, where to customize and how to use it, plus a load simulation.
02-09-2026 - Andrés Cruz
HTML Master the HTML5 `<meter>` element: attributes, CSS pseudo-elements (`-webkit-meter-bar`, `-webkit-meter-optimum-value`), accessibility, and the key difference from the HTML progress bar. Guide with examples and common mistakes.
07-08-2026 - Andrés Cruz
HTML Learn how to create a progress bar in HTML5 using the `<progress>` element. Covers the `value` and `max` attributes, determined and undetermined states, cross-browser CSS styles, and JavaScript examples, including multi-step forms.