postman pre-script
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 …
Playwright
Playwright is a Node.js library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast. Headless execution is supported for all the browsers on all platforms. Check out system requirements for details. Usage This installs Playwright and browser binaries for Chromium, Firefox and WebKit. Once installed, you can require Playwright in a Node.js script …
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) …
Amazon Lightsail – Powerful virtual servers built for reliability & performance
Get Started in Minutes Lightsail gets you started quickly with preconfigured Linux and Windows application stacks and an intuitive management console. Low, Predictable Pricing Focus on your code, not your bill. Lightsail bundles all the resources you need into a single, simple price. Managed Environments Lightsail automatically configures networking, access, and security environments, taking the …