📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Defining and listening to custom events in Laravel Livewire

15-11-2025 - Andrés Cruz

Defining and listening to custom events in Laravel Livewire

Evento Let's learn how to create custom events in Laravel Livewire and listen to them on the client using JavaScript.

Continuar leyendo


How requests work to synchronize properties and events in Laravel Livewire

01-09-2024 - Andrés Cruz

How requests work to synchronize properties and events in Laravel Livewire

Evento We will do some tests from Livewire by sending requests at the time of writing in a wire:model and the events and looking at the network tab of the browser.

Continuar leyendo


Signals in Django

30-05-2024 - Andrés Cruz

Signals in Django

Evento Signals in Django allow the application to receive notifications when certain actions occur in the application such as creating a model in the database, let's see how to use it.

Continuar leyendo


Show confirmation message before closing the page in JavaScript

23-11-2025 - Andrés Cruz

Evento 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.

Continuar leyendo


Introduction to events in Electron.js

21-11-2025 - Andrés Cruz

Introduction to events in Electron.js

Evento We will present the use of events in Electron for both sides, main process and web page, key events when the DOM is ready, you are disconnected or connected, we will see them in detail

Continuar leyendo


Keyboard Shortcuts: Shortcut in Electron.js

21-11-2025 - Andrés Cruz

Keyboard Shortcuts: Shortcut in Electron.js

Evento The globalShortcut module can register (or override) a global keyboard shortcut with the operating system; let's see how to use it and recommendations for its use in Windows and MacOS.

Continuar leyendo


GestureDetector widget in Flutter: Any clickable widget

21-11-2025 - Andrés Cruz

GestureDetector widget in Flutter: Any clickable widget

Evento Discover how to use GestureDetector in Flutter to make any widget interactive. Learn how to add onTap (click), onDoubleTap, zoom, and drag events to your widgets like Text, Image, or Chip with practical examples. Master user interaction in your apps!

Continuar leyendo


Widget onWillPop: Intercept when clicking the back button in Flutter to go to the previous page

09-05-2023 - Andrés Cruz

Widget onWillPop: Intercept when clicking the back button in Flutter to go to the previous page

Evento We explain how to work with the onWillPop widget to intercept the user's action when going back through the toolbar, back button or any other method and display any type of widget.

Continuar leyendo