What is Alpine.js? How to install it and get started
10-03-2026 - Andrés Cruz
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.
Using the Accelerometer in Android Studio | Jetpack Compose
30-01-2026 - Andrés Cruz
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.
Create a Custom Pagination Component in Laravel Inertia and Tailwind 4
11-01-2026 - Andrés Cruz
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.
Using props in Laravel components to set default classes
15-05-2024 - Andrés Cruz
Using props to set default values for classes is very useful when we want to leave a class by default but override it when consuming the component when necessary.