blog.lucasnp - A curious developer blog.

blog.lucasnp

A curious developer blog.

04 May 2021

SQL Migrations with Cobra & Golang Migrate

Hello dear readers, lately I've been struggling to run database migrations in Golang with sqlite3 but I have found a solution and I want to share it with you guys.
16 Apr 2021

Gituser CLI - Switch between git accounts easily

Gituser is a command line interface made with Golang that helps to switch between different git user accounts.
13 Apr 2021

Write a Simple REST API in Golang

In this brief article I will explain how I write a simple REST API using Golang.
23 Mar 2021

Implementing testing in Golang

In this article I want to show how easily testing our code can be, it is not an effort, specially with the testing standard package incorporated in Go.
13 Nov 2020

Deploy custom Strapi API connected to an Angular App

I wrote an article about how to build a custom API with Strapi and fetch it from an Angular app.