When I develop mobile apps with React Native, it was a pain that it’s not able to debug the app. I found that React Native provides the feature. After you run *react-native run-android* and app is running in mobile, hold up the menu button in mobile device. New popup menu will be opened, click *Enable …
Winston logger
winston is designed to be a simple and universal logging library with support for multiple transports. A transport is essentially a storage device for your logs. Each winston logger can have multiple transports (see: Transports) configured at different levels (see: Logging levels). For example, one may want error logs to be stored in a persistent remote location (like a database), …
Process DOM String – Cheerio
Fast, flexible & lean implementation of core jQuery designed specifically for the server.
npm packages – react-copy-to-clipboard and object-to-formdata
react-copy-to-clipboard is a simple npm package which provides copy to clipboard functionality. We can do this in pure javascript but it only copies the selected text of a input tag. This this npm package, we can copy any text which is passed to the component as props. object-form-data is a npm package which converts JSON …
Klaviyo is the Mailchimp alternative designed to help you grow.
Join the 6,000 other former Mailchimp customers that came over to Klaviyo in the past two years and saw an average increase of 46% in total store revenue. Mailchimp is for sending email.Klaviyo makes you money. Klaviyo is built from the ground up for ecommerce stores. Our integrations pull in more data. Our email automations …
Why is Mongoose Entity Save not working?
When you are working with Mongoose in Node.js, you may have an issue that mongoose entity is not saved. For example; wallet.tokens = tokens;await wallet.save(); This happens element of entity is Mixedtype.Mongoose is an idiot that cannot detect updates when element type is mixed.So in this case, you can enforce updates by doing below. wallet.markUpdated(‘tokens’);await …
Videojs-record
This is the video.js plugin for recording audio/video/image files. We can use this package to record audios, videos and images from browser using a microphone and/or webcam. https://github.com/collab-project/videojs-record
react-mosaic
react-mosaic is a full-featured React Tiling Window Manager meant to give a user complete control over their workspace. It provides a simple and flexible API to tile arbitrarily complex react components across a user’s view. react-mosaic is written in TypeScript and provides typings but can be used in JavaScript as well. The best way to …
Chrome Remote Desktop
Access other computers or allow another user to access your computer securely over the Internet https://chrome.google.com/webstore/detail/chrome-remote-desktop/gbchcmhmhahfdphkhkmpfmihenigjmpp?hl=en
ButterCMS React Blog Engine
https://buttercms.com/react-blog-engine/ You’ve got better things to do than build another blog Add Butter to your React app and get back to more interesting problems. ButterCMS is an API-based React blog engine that integrates seamlessly with new and existing React apps. Add ButterCMS to your React app in minutes using our Node.js API client. Use ButterCMS …