15-11-2025 - Andrés Cruz
Evento Let's learn how to create custom events in Laravel Livewire and listen to them on the client using JavaScript.
01-09-2024 - Andrés Cruz
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.
30-05-2024 - Andrés Cruz
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.
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.
21-11-2025 - Andrés Cruz
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
21-11-2025 - Andrés Cruz
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.
21-11-2025 - Andrés Cruz
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!
09-05-2023 - Andrés Cruz
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.