Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

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

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.


GestureDetector widget in Flutter: Any clickable widget

21-11-2025 - Andrés Cruz

GestureDetector widget in Flutter: Any clickable widget

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!


JavaScript beforeunload event: confirmation message before closing the page

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.


Signals in Django: A complete guide to automating events in your application

06-03-2026 - Andrés Cruz

Signals in Django: A complete guide to automating events in your application

Django Discover how to use Signals in Django to automate events in your application. Clear explanation, practical examples, and a complete list of signals.


Defining and listening to custom events in Laravel Livewire

15-11-2025 - Andrés Cruz

Defining and listening to custom events in Laravel Livewire

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.


Electron.js Event Guide: Control the lifecycle and navigation

21-11-2025 - Andrés Cruz

Electron.js Event Guide: Control the lifecycle and navigation

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.


Keyboard Shortcuts: Shortcut in Electron.js

21-11-2025 - Andrés Cruz

Keyboard Shortcuts: Shortcut in Electron.js

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.


Listeners and Events in Laravel

26-02-2026 - Andrés Cruz

Listeners and Events in Laravel

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.