Anuncios Libros Cursos Categorías

How to use and configure ajax with jQuery?

04-10-2023 - Andrés Cruz

How to use and configure ajax with jQuery?

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.

Continuar leyendo


Asynchronous image uploads with jQuery on a website

03-10-2023 - Andrés Cruz

Asynchronous image uploads with jQuery on a website

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.

Continuar leyendo


Web workers to execute JavaScript in parallel

06-09-2023 - Andrés Cruz

Web workers to execute JavaScript in parallel

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.

Continuar leyendo


Asynchronous calls in and out of scope an Activity in Android

19-06-2023 - Andrés Cruz

Asynchronous calls in and out of scope an Activity in Android

Asincrono In this post we will explain how to make asynchronous calls in the scope and outside of an Activity in Android.

Continuar leyendo


Bucardo: the replication system for PostgreSQL

22-05-2023 - Andrés Cruz

Bucardo: the replication system for PostgreSQL

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).

Continuar leyendo


Synchronizing the sequences with Bucardo

21-05-2023 - Andrés Cruz

Synchronizing the sequences with Bucardo

Asincrono In this entry I will show you how to synchronize the sequences of a Postgresql Database using Bucardo.

Continuar leyendo


4 casos de uso sobre cuándo usar Celery en una aplicación en Flask

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.

Continuar leyendo


Cargas asíncronas de imágenes con jQuery en una web

11-04-2016 - Andrés Cruz

Cargas asíncronas de imágenes con jQuery en una web

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.

Continuar leyendo


Los web workers para ejecutar JavaScript en paralelo

01-10-2015 - Andrés Cruz

Los web workers para ejecutar JavaScript en paralelo

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.

Continuar leyendo


Sincronizando las secuencias con Bucardo

27-08-2015 - Andrés Cruz

Sincronizando las secuencias con Bucardo

Asincrono En esta entrada les mostraré cómo sincronizar las secuencias de una Base de Datos Postgresql empleando Bucardo.

Continuar leyendo