Articles

Mi camino en Vim

En los últimos 2 años he usado Vim como mi editor por default en todas las computadoras que tengo (aunque desde el 2020 Emacs se ha vuelto mi elección preferida, pero haré un post para hablar luego de eso). Y todo empezó porque no quiero usar VS Code.

Install Tensorflow GPU 1.13 on Pop!_OS 18.04

Pop!_OS is an incredible Linux distribution based on Ubuntu. But what’s more amazing about Pop!_OS is its support for the Nvidia and Tensorflow graphics cards, which is a great feature to opt for Pop!_OS as a distro. In this post I will show the steps to get Tensorflow GPU 1.13 with python3.

Instalar Tensorflow GPU 1.13 en Pop!_OS 18.04

Pop!_OS es una increíble distribución de Linux con base en Ubuntu. Pero lo que es más increíble de Pop!_OS es su soporte para las tarjetas gráficas Nvidia y Tensorflow, que es un gran feature para optar por Pop!_OS como distro. En este post mostraré los pasos para conseguir Tensorflow GPU 1.13 con python3.

Efficent webhook handling with Ruby on Rails

When implementing a payment system as Paypal or Stripe, the more tedious part is implementing webhooks. In this post I wil explain you a how you can optimize the webhook and get a clean and light implementation.

Manejo eficiente de Webhooks con Ruby on Rails

Cuando implementas sistemas de pagos como Paypal o Stripe, la parte más tediosa de implementar son los webhooks. En este post te explicaré de que forma puedes optimizar la implementación de tu webhook de forma limpia y ordenada.