Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
23-11-2025 - Andrés Cruz
JavaScript We will see how to use the JavaScript beforeunload event to execute an event and display a message when the user tries to leave our website.
27-03-2026 - Andrés Cruz
Laravel Learn how to integrate CKEditor 5 with Laravel. Includes configuration with Vite, image uploading with SimpleUploadAdapter, integration with Vue 3 and Inertia, and tips for Livewire.
15-04-2026 - Andrés Cruz
Laravel We will give a brief introduction in a superficial way to present the most important features of Laravel Livewire JS.
15-11-2025 - Andrés Cruz
Laravel We'll learn how to create custom events in Laravel Livewire and listen for them on the client using JavaScript, as well as how to communicate events between child and parent components.
18-11-2025 - Andrés Cruz
Vue Learn how to build a dynamic CRUD (Create, Read, Update, Delete) application using Vue 3 (Options API) and consuming a RESTful API developed in CodeIgniter 4. This guide covers Vue configuration, integration of key libraries, and development best practices.
10-03-2026 - Andrés Cruz
JavaScript We can use Alpine.js via Node or the CDN; in this article, we'll see how to install it. We'll talk a little about the framework and introduce the "Hello World" Alpine example, which will showcase its reactivity and component-based approach.
10-03-2026 - Andrés Cruz
JavaScript Attribute binding, that is, being able to customize HTML attributes or custom attributes through conditions in JavaScript, specifically the class attribute and styles, in general is the attributes.
19-11-2025 - Andrés Cruz
Electron.js Discover how to create your first window in a modern desktop application with Electron.js. This JavaScript framework lets you develop cross-platform software using web technologies like HTML, CSS, and JavaScript.
19-11-2025 - Andrés Cruz
Electron.js Being able to send messages through events between processes is useful to perform operations that can only be executed on one of the sides but that we need to communicate.
03-03-2026 - Andrés Cruz
Electron.js Node integration with Electron refers to the ability to access Node.js resources from within the rendering process.