Posts in 2019

  • Database in Docker

    2019-01-13 in Post

    Thou shalt not run a prod database inside a container For stateless application services, the container is a perfect development and operation solution. However, for a service with a persistent state - the database, things are not that simple. As a …

    Read more

Posts in 2018

  • Postgres Development Convention

    2018-06-20 in Post

    This is a PostgreSQL convention I wrote for previous company. Could be a useful reference when dealing with database. For now it’s just an index. detailed information will be traslated when got time. 0x00 Background Nothing can be accomplished …

    Read more