Knowledge Hub

Thoughts on Code,
Systems &
Building Products.

Articles, engineering notes, architecture decisions, deployment workflows, and practical lessons from real-world software development.

December 8, 2020

Send data between tabs in react app

How to share data between browser tabs? How to share data between tabs with same origin? How to share data between tabs in react app? How to use BroadcastChannel? How to use useMemo hook?

React
September 12, 2020

MongoDB without Mongoose

How to create document in mongodb? How to update document in mongodb? How to delete data in mongodb? How to find from mongodb? Mongodb without mongoose

MongoDB Node.js Express
August 29, 2020

Download and Delete via Google Drive API

How to create a nodejs server easily? How to get authentication for google drive? How to upload file to Google Drive API? How to delete file via google drive api? Download file via google drive api

Google Drive API Node.js
August 28, 2020

Google Drive API in node.js

How to create a nodejs server easily? How to get authentication for google drive ? How to upload file to Google Drive API?

Google Drive API Node.js