Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Bucardo: the replication system for PostgreSQL

29-11-2025 - Andrés Cruz

Bucardo: the replication system for PostgreSQL

Linux As the title for this post specifies, Bucardo is a replication system that in other words allows you to "clone" or "duplicate" records from a Database to other Databases (source-target), also I will show you how to synchronize the sequences of a Postgresql Database using Bucardo.


Asynchronicity Guide in Android: From AsyncTask (Legacy) to Coroutines in Jetpack Compose

25-01-2026 - Andrés Cruz

Asynchronicity Guide in Android: From AsyncTask (Legacy) to Coroutines in Jetpack Compose

Android Master asynchronous programming in Android: from threads and AsyncTask (Legacy) to the powerful Kotlin Coroutines and Jetpack Compose.


How to use and configure ajax with jQuery? - Updated Examples

24-01-2026 - Andrés Cruz

How to use and configure ajax with jQuery? - Updated Examples

JQuery AJAX is a technology that allows you to create applications that maintain asynchronous and parallel communication with the server, although we can also adapt it to work synchronously and we can improve all this with the help of the AJAX functions.


Asynchronous support in Django: when to use it, how it works, and when it's NOT appropriate.

03-01-2026 - Andrés Cruz

Django Discover when to use asynchronous support in Django, the differences between Sync and Async, ASGI vs WSGI, and how to improve your app's actual performance.