has_many :codes

Deploying an app with Dokku

Published  

Dokku is an open source alternative to Heroku that enables the same easy deployments with "git push" but with your own servers, so it can be much cheaper than Heroku.

Read more ›

Data anonymization with Postgres

Published  

This post describes a simple and fast method to anonymize data in a Postgres database, useful for reporting or in general when you cannot share private information with third parties due to privacy concerns.

Read more ›
© Vito Botta