Web Service Architecture for Golang Developers

Web Service Architecture for Golang Developers The web service architecture it's one of the most important part from your project. Learn how to create APIs, take care of security, interact with the database, write tests, use translations and manage the deployment process simply by using Golang.

3 reasons to keep a changelog for your project

A changelog file it's just a history of changes made for a project. It's very useful to keep track of everything into a single place and to summarize some features than to look throw all the commits from git repository.

How to make a bootable Windows usb from your macbook

Are you tired to search for a great tool to make an usb bootable from your macbook ? Check this out and find two of the best tools: Etcher or UNetbootin

Simple SMTP server for local development usage

Discover how to set up Gmail smtp server or a simple mail server for local development. Learn how to configure Nodejs with gmail or integrate a dedicated solution like MailCatcher

How to setup a Postgres Server on Ubuntu

How to setup a Postgres Server on Ubuntu, create a database, grant permissions to users, set passwords and remote access