Michal WrzosekFirebase 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
Michal WrzosekZero-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
Michal WrzosekGlobal 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
Michal WrzosekHow 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
Michal WrzosekYarn 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
Michal WrzosekApollo & 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
Michal WrzosekVery 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
Michal WrzosekExpress with TypeScript setupI will walk you through setting up basic Express server with TypeScript. By “basic” I mean:Sep 20, 20191Sep 20, 20191
Michal WrzosekSetting 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
Michal WrzosekCode sharing in React & React Native apps(As of: September 8, 2019)Sep 8, 2019Sep 8, 2019