29-11-2025 - Andrés Cruz
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.
25-01-2026 - Andrés Cruz
Android Master asynchronous programming in Android: from threads and AsyncTask (Legacy) to the powerful Kotlin Coroutines and Jetpack Compose.
24-01-2026 - Andrés Cruz
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.
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.