Notes

Home
All #DS #Go #JavaScript #PostgreSQL #Programming #Thoughts
December 23, 2023

Simple CRUD with GoFiber

A quick guide of simple CRUD web API using the GoFiber framework.

#Go
October 28, 2023

Sending email using Go and Gmail

A simple guide on how to integrate Gmail SMTP with Go (Golang) to send emails.

#Go
August 17, 2023

Waiting goroutines in go with sync.WaitGroup

#Go
January 15, 2023

Self Project: Web App Boilerplate

A powerful tool that takes other functions as arguments or returns them as results, enabling more modular, reusable, and abstract code.

#Go #JavaScript