Firebase credentials in node.jsHow to plug in Google credentials through environment variables instead of the default way of pointing to some JSON fileApr 29Apr 29
Zero-Knowledge Proof of new Merkle Tree root digestIt is sometimes necessary to be able to prove what will be the new Merkle Tree root digest after changing some leaf at a specific position…Nov 16, 2021Nov 16, 2021
Global vaccination blockchain ideaI was wondering how we could solve the oncoming global problem of vaccination proof. For example, I can imagine in near future in order to…Jan 2, 2021Jan 2, 2021
How to use tailwind css and not get lost in a long list of class namesI was recently playing with Tailwind CSS framework with React. One of the things that bothered me were these long className=”…”…Feb 5, 20201Feb 5, 20201
Yarn workspaces and DockerLet say you have started building a project using yarn workspaces. Since you’re developing some small “api” and “web” services you want to…Dec 3, 20196Dec 3, 20196
Apollo & Next.js refresh token authentication flowI wanted to explain here a concept of authentication flow I’m exercising recently in my full-stack projects. If you’re crazy enough to…Nov 21, 20193Nov 21, 20193
Very simple js p2p serverless chat on WebRTCI recently wanted to check if it’s possible to create a simple js chat with no servers in-between, so that you can directly talk with…Nov 3, 2019Nov 3, 2019
Express with TypeScript setupI will walk you through setting up basic Express server with TypeScript. By “basic” I mean:Sep 20, 20191Sep 20, 20191
Setting up your create-react-app project with TypeScript & VSCodeI found myself copy pasting the same configuration over and over every time I start new “create-react-app” project, so here is how I…Sep 18, 2019Sep 18, 2019