Most developers are using post-man to check REST apis. Post-man is providing a lot of functionality. Pre-script is also one of them. We can define and update variables before send the request. it is useable to create a signature for REST api. https://learning.postman.com/docs/writing-scripts/pre-request-scripts/ You can check the guide. The script is based on javascript. So, …
React Custom Events
When we need to send data between 2 react components without using redux, we can use react-custom-events package. Reference: https://www.npmjs.com/package/react-custom-events
Docusign embedded integration
DocuSign provides a suite of services designed to help business owners collect electronic signatures and manage digital transactions. With DocuSign, you can send online documents to people who need to sign them, and then collect and manage those signatures. DocuSign provides RESTful API to integrate to your project, using API, you can send transactional documents and manage …
RabbitMQ as a Service
Have you ever had to setup RabbitMQ service for your project on your server? Sometimes, it might be hassle to setup and configure the RabbitMQ in your own server and there is a security concerns. There is a cloud based service called CloudAmqp. It’s very easy to setup free version in 5 mins and it …
How to send a bunch email via sendgrid?
Normally we are sending the email on sendgrid one by one. But specifically, we can meet some case to send a bunch email. In the case, we can use the personalization of sendgrid. The personalization has 1000 limitations. so if you want to send more emails than 1000, you need to split the request. Please …
Portainer
Portainer is a platform-agnostic tool for managing containerized applications. It works with Kubernetes, Docker, Docker Swarm, Azure ACI in both data centres and at the edge. Portainer remove the complexity associated with orchestrators so anyone can exploit the power of containers. It can be used to set up and manage environments, deploy applications, monitor application performance and triage problems. Portainer CE (open source) …
How to check dependencies which are not used in project.
depcheck is a npm packange which checks what dependencies are not used in the project. https://www.npmjs.com/package/depcheck As you can see on the link, it is very easy to use. Mainly it is used to clear package.json file.
Ejecting to ExpoKit
ExpoKit is an Objective-C and Java library that allows you to use the Expo platform and your existing Expo project as part of a larger standard native project — one that you would normally create using Xcode, Android Studio, or react-native init. If you created an Expo project and you want a way to add custom …
Firebase Dynamic Links
Dynamic Links are smart URLs that allow you to send existing and potential users to any location within your iOS or Android app. They survive the app install process, so even new users see the content they’re looking for when they open the app for the first time. Dynamic Links are free forever, for any scale. …
What Are Meta Transaction Relayers?
One of the biggest UX challenges to widespread blockchain adoption is the fact that users have to pay a transaction fee in order to change something on the blockchain. This transaction fee, also referred to as the gas fee, is used to both secure the network and incentivize miners to maintain the shared ledger in …