Software engineer and entrepreneur, deeply focused on optimizing workflows and businesses by building software products I’m interested solving real world problems using scalable software design and implementation.
JWT Authentication is probably the best choice for making auth process now as we have many apps connecting to the same API endpoint. Let’s see how cookies will help make things easier
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…
Optimized Dockerfile for Node.js TypeScript project
Making optimized Docker image for an highly efficient workflows and faster builds
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!
Ultimate Node.js + TypeScript API setup | Tigran in Tech
Node.js + TypeScript project setup for Express.js using typescrpt-rest and basic directory structure to handle more flexible project structure