16 followers
Full Stack Developer and Architect at ZoomInfo | Expertise in ReactJS, NodeJS, Angular, GCP, AWS and More | Dedicated to Pushing the Boundaries of Technology and Design
Workload identity federation in GCP allows us to exchange tokens with different Identity providers such as AWS, and Azure for short-lived access...
Hello Everyoneđź‘‹, Today we will be seeing about cookie vs storage and how to setup the auth in the web app. When it comes to Authentication there is...
Hello Everyoneđź‘‹, In this article we will see how to build a video conferencing app. Prerequisites: Basics of Webrtc To implement this we will be...
Hello Everyoneđź‘‹, In this article we will see how to build a collabrative rich text editor. If you already know how the collabration works realtime...
Hello Everyone đź‘‹, Tagged template literals is an es6 feature which allow you to tag a template to a function. If you are from react/graphql world you...
Hello everyone đź‘‹, Worker threads help us to perform heavy synchronous operations without blocking the main thread. We should not be doing the I/O...