Anuncios Libros Cursos Categorías

What is Alpine.js? How to install it and get started

10-03-2026 - Andrés Cruz

What is Alpine.js? How to install it and get started

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

Using the Accelerometer in Android Studio | Jetpack Compose

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.


How to run terminal commands or scripts when starting Linux?

23-12-2025 - Andrés Cruz

How to run terminal commands or scripts when starting 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


Understanding Laravel Livewire Components

15-11-2025 - Andrés Cruz

Understanding Laravel Livewire Components

I show an example of how Livewire components work, which is what it reloads when re-rendering.


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.