Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
13-08-2026 - Andrés Cruz
Laravel Guide to installing and configuring Laravel Breeze on Laravel 13. Stack Blade, Tailwind CSS and Alpine.js with real-world examples and solutions to common errors.
13-08-2026 - Andrés Cruz
Laravel Laravel Fortify is a package for authentication, registration, password recovery, email verification and more, in short, it allows you to perform the same functionalities as Laravel Breeze that we used before, but without the graphical part.
12-08-2026 - Andrés Cruz
Laravel What is Laravel and how to use it? Discover its features, differences from pure PHP, Python, or WordPress, OS installation, and the best resources for learning.
11-08-2026 - Andrés Cruz
Programación básica Learn how to set up dual boot, troubleshoot Calamares installer errors, manage packages with Pacman and Paru, and discover essential developer software: Flutter, Docker, DaVinci Resolve, and more.
11-08-2026 - Andrés Cruz
CSS Learn how to create horizontal scrolling in CSS using overflow-x, Flexbox, and scroll-snap. Includes real-world examples, common mistakes, and how to add navigation buttons with JavaScript.
11-08-2026 - Andrés Cruz
Python Learn to build a digital brain with Python, FastAPI, and CrewAI. Discover how to orchestrate local AI agents with Llama and optimize your architecture by combining probabilistic models with deterministic programmatic templates.
10-08-2026 - Andrés Cruz
IA We talked about the correct and incorrect use of AI during development, and the dangers of not knowing the basics and best practices for prompts.
09-08-2026 - Andrés Cruz
Laravel Everything you need to know about the Laravel Debugbar: installation with Composer, enabling or disabling it with DEBUGBAR_ENABLED, key sections (Queries, Timeline, Routes) and debugging in Inertia.js.
08-08-2026 - Andrés Cruz
Android Guía completa para implementar pestañas en Android con Jetpack Compose. Domina TabRow, PrimaryScrollableTabRow, SecondaryScrollableTabRow, HorizontalPager y PagerState con ejemplos reales en Kotlin.
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.