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

Breeze: Installation and Authentication Guide for Laravel 11, 12, and 13

13-08-2026 - Andrés Cruz

Breeze: Installation and Authentication Guide for Laravel 11, 12, and 13

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.


Laravel Fortify: what it is, when to use it, and first steps to create a flexible authentication system

13-08-2026 - Andrés Cruz

Laravel Fortify: what it is, when to use it, and first steps to create a flexible authentication system

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.


Everything about Laravel: Questions, Answers, and a Practical Guide

12-08-2026 - Andrés Cruz

Everything about Laravel: Questions, Answers, and a Practical Guide

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.


CachyOS: Complete Dual Boot Installation Guide with Windows — Configuration, Errors, and Developer Software

11-08-2026 - Andrés Cruz

CachyOS: Complete Dual Boot Installation Guide with Windows — Configuration, Errors, and Developer Software

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.


Horizontal Scrolling with CSS and JavaScript: A Complete Step-by-Step Guide

11-08-2026 - Andrés Cruz

Horizontal Scrolling with CSS and JavaScript: A Complete Step-by-Step Guide

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.


Digital Brain with Python and Agent Orchestration with CrewAI

11-08-2026 - Andrés Cruz

Digital Brain with Python and Agent Orchestration with CrewAI

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.


Correct vs. Incorrect Use of AI in General and in Software Development

10-08-2026 - Andrés Cruz

Correct vs. Incorrect Use of AI in General and in Software Development

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.


Laravel Debugbar: Complete guide to installation, activation, and debugging with Inertia

09-08-2026 - Andrés Cruz

Laravel Debugbar: Complete guide to installation, activation, and debugging with Inertia

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.


Jetpack Compose Tabs: TabRow, PrimaryScrollableTabRow y HorizontalPager en Android

08-08-2026 - Andrés Cruz

Jetpack Compose Tabs: TabRow, PrimaryScrollableTabRow y HorizontalPager en Android

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.


Progress Bar HTML5: How to use the <progress> element with CSS and JavaScript

07-08-2026 - Andrés Cruz

Progress Bar HTML5: How to use the <progress> element with CSS and JavaScript

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.