Ricardo Huamani

Written by Ricardo Huamani Parian. Full-stack web developer, autodidact, and technical writer. I enjoy coding and sharing about technology. You can follow me on Twitter

What is Deno JS? Introduction to Deno

June 14, 2020
From its home page, it’s a simple, modern, and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. But before we…

How to connect to PostgreSQL with psql

May 18, 2020
Once we installed PostgreSQL, we can use psql command to connect to our databases through the terminal and make queries. But before using it…

Mini Tips con Ruby

May 08, 2020
Primero recordamos que después de inicializar un proyecto con bundle (bundle init), agregamos al gemas a nuestro proyecto con el comando add…