Validate XML, Parse XML to JS/JSON and vice versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback To cover expenses, we’re planning to launch FXP Enterprise edition in parallel. Watch it for further updates, if you’re interested. Main Features Validate XML data syntactically Transform XML to JSON or Nimn Transform JSON back …
Testing Lambda function locally
Lambda-local lets you test NodeJS Amazon Lambda functions on your local machine, by providing a simplistic API and command-line tool. npm install -g lambda-local A simple way you can run lambda functions locally, without the need to create any special template files (like Serverless plugin and SAM requires), just adding the parameter –watch. It will raise a http server listening to …
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 …








