Author: DoHari

Integration Of Facebook,Google And Twitter To React Web Application

It is much safer signing with Facebook, Google or Twitter into any standalone application instead of creating a new account and password.

Read More

React Localization

In modern front-end technology internalization makes it easy to implement. Nowadays by using i18next and react i18next packages makes the localization

Read More

Changing Font Size Globally Using Redux

This blog explains about how to change the Font size throughout the app using redux. To do that we should have

Read More

ā€œBlock+Chainā€ = Transform Your Business?

Wonder why two unrelated words ā€œblockā€ and ā€œchainā€ are glued together as a single word and are all over the internet

Read More

Integration Of Firebase Push Notifications To Reactjs

Push notifications are one of the effective ways to always be connected to your favorite or frequently used Applications for any

Read More

The Potential Of Blockchain To Revolutionize Healthcare Industry

What is Blockchain? We live in a digital world that is run by different systems interacting among each other for exchange

Read More

Error Boundaries In Reactjs

An error occurs in the UI should break the whole app. To solve this problem, a concept called ā€œError Boundaries ā€œ

Read More

Screen Recording The Browser Window Using Reactjs

What is Screen Recording? Screen Recording is far more powerful than any combination of screen capture and video editors. It’s worthwhile

Read More

Obfuscate Nodejs Code In Less Than 5 Minutes

Companies are increasingly selling the software as a service,  so it is more and more important to protect the source code

Read More

Mongo Performance Improvement Tips

Secondary reads: The safest way to read consistent mongoDB data (and especially the only safe way to read consistent, non-duplicate data

Read More