A React component for reading QR codes from the webcam. It uses the WebRTC standards for reading webcam data and jsQR is used for detecting QR codes in that data. To optimize the speed and experience, a web-worker is used to offload the heavy QR code algorithm on a separate process. The web worker is inlined and loaded on …
React Native Web
React Native is a multi-platform solution developed by Facebook that lets you build mobile apps using JavaScript. These mobile apps are considered multi-platform because they’re written once and deployed across many platforms, like Android, iOS and the web. Today, we’ll see how we can utilize this powerful technology to build platform-focused applications on the web. …
About Git, Putty and WinSCP
-git pull and push git add . git commit -m “Commit Message” git pull git push -create new git tag and git branch on the esixing branch and then pull and push git clone cd git tag git checkout -b git push origin for example) git clone cd git add . git commit -m “commit …
Design, prototype, and collaborate all in the browser—with Figma.
https://figma.com Collaborate with everyone, at every phase Each contributor owns their part of the creative process and stays in sync along the way—across any platform. Your designers Collaborate in context and in real time. Never worry about your files being out of date or overwriting each other’s work. Your stakeholders Simply send a link to …
Integration of sub category functionality and filtering functionality on Shopify
When we are going to manage the collections using sub-category in the Shopify projects, we can implement it using tags. In this case, we will likely need to implement the filtering functionality. But the default filtering url doesn’t work for sub categories. In order to figure out this issue, we can adjust the URLs properly …