Blog

Articles & Tutorials

Notes on backend development, DevOps, and blockchain

backend February 06, 2023

Deploying a Go Application on Ubuntu Server

In this tutorial, we'll go over the steps to deploy a Go application on an Ubuntu server. Step 1: Install Go First, we need to install Go on the server. Open a terminal and run the following commands: This will [...]

Read more
backend December 03, 2022

Getting Started with Rust

Learn the basics of Rust. Rust is a systems programming language that focuses on safety, concurrency, and performance. Developed by the Mozilla Foundation, Rust is designed to be a safer and more reliable alternative to languages like C and C++. [...]

Read more
backend July 29, 2020

Download an entire S3 bucket

You can download a S3 Bucket using AWS CLI, first of all install it using the pip. When the installation is completed run aws configure to setup the credentials [...]

Read more
backend February 07, 2020

Run Celery as a daemon with supervisor

First you need to install supervisor. Then you'll need to create the config file and copy the settings. [...]

Read more
backend January 21, 2020

Expo building iOS – SSL_connect error

If you are trying to export an iOS project in Expo, you might encounter this error after authenticating with Apple [...]

Read more
backend January 12, 2020

Introducing Bugfer

Bugfer is a simple issue and bug tracker. I created the project because many of my clients were struggling understanding and using platforms like Asana, Trello, etc… [...]

Read more
backend December 16, 2019

Install Jenkins on Ubuntu 18

Create a VPS on Digitalocean, AWS or wherever you want. Since it's a new machine we want to update the repositories. Jenkins runs on Java 8, so now we are going to install it [...]

Read more
backend April 16, 2019

Setup a EC2 instance on AWS

We are going to create a Ubuntu instance on Amazon Web Services. After creating an account select the "EC2" product and on the dashboard click on "Launch Instance" [...]

Read more
backend January 06, 2019

Setup a Monero full-node in Ubuntu

On this post I will leave you with a tutorial on how to setup a Monero full-node using Ubuntu 16. To host the blockchain I will use a 10$ VPN from DigitalOcean [...]

Read more