Bio
Josue Balandrano Coronel trabaja en el Texas Advanced Computing Center como Ingeniero en Software ayudando a desarrollar Science Gateways. Estas Science Gateways son usadas por diferentes investigadores a través de EUA para colaborar y utilizar sistemas de High Performance Computing (HPC).
My Talks
Building Workflows With Celery
Task Queues are applications which help perform tasks asynchronously with the help of worker threads.
Celery is one of the most robust task queues fully compatible with Django.
Let's see how Celery...
Metaprogramming In The Wild
Metaprogramming is the ability of code to write code!
We can learn to use metaprogramming by looking at other projects.
Projects like Django use metaclasses to build its powerful API.
Let's dive in...