KHKamal Hossaininhellokamal.hashnode.dev·Aug 16, 2021 · 5 min readMobile POS print from expo appExpo doesn't have any API for managing bluetooth of any device. There are some react native packages available to manage the bluetooth like this one. But this packages are not easy to use in expo currently. Many peoples are requesting this bluetooth ...00
KHKamal Hossaininhellokamal.hashnode.dev·Dec 27, 2020 · 3 min readMongoDB Cheat SheetMongoDB Cheat Sheet Open MongoDB in cmd (For windows) mongo If mongo is not recognized as an internal or external command, operable program or batch file, then do the followings from this blog Show All Databases show dbs Show Current Database db Cr...00
KHKamal Hossaininhellokamal.hashnode.dev·Dec 21, 2020 · 2 min readHow to run docker containers in AWS EC2Dockerized Click Counter app app to deploy at AWS EC2 ubuntu instance Get the source code here Stack React Nodejs MongoDB Docker notes If docker is installed you can build and run images locally. docker-compose up --build Set the REACT_APP_API...00
KHKamal Hossaininhellokamal.hashnode.dev·Dec 8, 2020 · 3 min readSend data between tabs in react appYes! You can send data between different tabs or windows of your react app. Confusing hah? Ok, let's assume you have made a WebRTC app via jitsi. The main goal of your app is video conferencing. Now you don't want any of your users to open two sessio...00
KHKamal Hossaininhellokamal.hashnode.dev·Sep 12, 2020 · 6 min readMongoDB without Mongoosetitle: MongoDB without Mongoose date: '2020-09-12' og: description: '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' image: 'https://kamalhos...00