Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
09-05-2023 - Andrés Cruz
Flutter 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.
21-11-2025 - Andrés Cruz
Flutter 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!
03-09-2026 - Andrés Cruz
JavaScript Learn how to use JavaScript's beforeunload event to display a confirmation message before the user closes or leaves your web page.
06-03-2026 - Andrés Cruz
Django Discover how to use Signals in Django to automate events in your application. Clear explanation, practical examples, and a complete list of signals.
15-11-2025 - Andrés Cruz
Laravel We'll learn how to create custom events in Laravel Livewire and listen for them on the client using JavaScript, as well as how to communicate events between child and parent components.
21-11-2025 - Andrés Cruz
Electron.js How do events work in Electron.js? Master the Main process, WebContents, and detect network states, window loading and closing with this practical guide.
21-11-2025 - Andrés Cruz
Electron.js 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.
26-02-2026 - Andrés Cruz
Laravel Learn what events and listeners are in Laravel, how they work in Laravel, and when to use them with real-world examples, queues, and best practices.