How to write correctly git commits
Format of the commit message <type>(<scope>): [<ticket_id>]<subject> (<scope>) is optional [<ticket_id>] is required if a project is related with tasks board Examples feat(article): add new article about git commits feat(users):...
How to solve problem with PostgreSQL which is not running on Mac
Sometimes you can get an error related to PostgreSQL. When you try to connect to Postgres from you app or through psql. I got it only when working on mac...
How to send email from the server and not get into spam
Sometimes people need to send email from their apps. You can use Amazon SES (very cheap), Mailchimp (more expensive), etc. But if you want to send an email for free,...
1