docker

Learning Docker [Part 1]

2018-12-22

## tldr;

DOCKER IS CRAY. Check out the basic skeleton for a dockerized flask app... Read More

Learning Docker [Part 2]

2018-12-24

## tldr;

Learning how to move your dockerized flask containers to a Digital Ocean Droplet.... Read More

Circle CI Workflow with Ruby on Rails and Docker

2019-01-14

## tldr;

  • Dockerize RoR with Nginx
  • Circle CI ... Read More

Running cron jobs with whenever in docker

2019-04-05

For the past 3 days, I've been thinking of ways to handle cron jobs in Docker. ... Read More

caddy - web browser

2019-05-06

I encountered mixed content errors from my browser as Netlify enforces api requests to be made over https, while my backend did not have a domain. ... Read More

Debugging Flyway Migrations

2021-03-24

The lessons I learnt in debugging. ... Read More