devops

Use HTTPS with metabase

Reverse proxy metabase using nginx

Vasav

2 minute read

To reverse proxy Metabase running on port 3000 with Nginx and enable SSL using your SSL keys on an Ubuntu machine, follow these steps:

Docker Tutorial

Docker for python developers

Vasav

7 minute read

Docker is used widely among software development teams across the globe. It has become a norm for software developers to use docker for rapid application development. In this article I will be covering basics of docker, commonly used terms and concepts around docker. I will be doing the steps/commands on macos and python project. But the concepts can be applied to other projects as well.