Scaling Bitcoin Node with Kubernetes

Bitcoin Node used for handling BTC based blockchain API and overall wallet actions, scaling that with Kubernetes is a bit more work than a regular service. Let’s discuss what we can do here…

August 30, 2021 · 6 min · Tigran Bayburtsyan

Optimized Dockerfile for Node.js TypeScript project

Making optimized Docker image for an highly efficient workflows and faster builds

March 28, 2021 · 4 min · Tigran Bayburtsyan

Stop installing DB locally use Docker for local development for MongoDB or PostgreSQL

It is very simple but you have to use a Docker containers. Meaning that for example to use a MongoDB locally you have to run MongoDB docker container, and guess what it is way easier than running MongoDB locally!

March 19, 2021 · 4 min · Tigran Bayburtsyan

Full production Django Docker configuration

At TreeScale.com we love building DJango applications, and after having production servers built with Django, we believe that Docker is the best way.

May 25, 2020 · 6 min · Tigran Bayburtsyan

Container is live? Ok let’s move it!

Surprisingly it is actually possible! But very few companies using that capability, mostly there is not a big use-case in that cool feature. Docker CLI with Docker Engine combination is giving tons…

August 15, 2017 · 4 min · Tigran Bayburtsyan