04-10-2023 - Andrés Cruz
Asincrono 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-10-2023 - Andrés Cruz
Asincrono It is explained how to use small images in the definition of the website and then - when the web page is completely loaded - load the images with higher resolution asynchronously with jQuery.
06-09-2023 - Andrés Cruz
Asincrono Web workers allow code sections of JavaScript files to be executed in parallel in a separate thread; In this entry we will see how to work with web workers.
19-06-2023 - Andrés Cruz
Asincrono In this post we will explain how to make asynchronous calls in the scope and outside of an Activity in Android.
22-05-2023 - Andrés Cruz
Asincrono 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).
21-05-2023 - Andrés Cruz
Asincrono In this entry I will show you how to synchronize the sequences of a Postgresql Database using Bucardo.
28-09-2021 - Andrés Cruz
Asincrono Celery le ayuda a ejecutar código de forma asincrónica o en un cronograma periódico, que son cosas muy comunes que le gustaría hacer en la mayoría de los proyectos web.
11-04-2016 - Andrés Cruz
Asincrono Se explica como emplear imágenes pequeñas en la definición del sitio web y luego -al cargar por completo la página web- cargar las imágenes con mayor resolución asíncronamente con jQuery.
01-10-2015 - Andrés Cruz
Asincrono Los web workers permiten ejecutar secciones de código de archivos JavaScript en paralelo en un hilo aparte; en esta entrada veremos cómo trabajar con los web workers.
27-08-2015 - Andrés Cruz
Asincrono En esta entrada les mostraré cómo sincronizar las secuencias de una Base de Datos Postgresql empleando Bucardo.