23-12-2025 - Andrés Cruz
Linux This post explains a way to execute a terminal command when starting a session is through the rc.local file that is located in /etc/rc.local
30-01-2026 - Andrés Cruz
Android In this entry we will see one of the fundamental components in every Android device and it is a sensor that allows measuring the acceleration of the device: the accelerometer.
23-03-2026 - Andrés Cruz
Laravel We will present the use of components in Laravel as a central element for creating a modular application.
31-05-2026 - Andrés Cruz
Laravel I show an example of how Livewire components work, which is what it reloads when re-rendering.
11-01-2026 - Andrés Cruz
Laravel Learn how to implement pagination in Laravel Inertia with Vue 3 and Tailwind 4: reusable component, best practices and official infinite scroll step by step.
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.
07-04-2026 - Andrés Cruz
Laravel Explore the concept of islands in Livewire. Optimize Laravel components using defer and parallel loading. High-performance interactive apps.