
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