Tag: Node

How to patch npm packages

We sometimes come across an NPM Package that consists of errors and needs to be updated. So we create a PR and wait for it to merge.

However, we can patch the library and continue developing and deploying. This post will walk through how to patch npm packages to unblock your development.

Send and read emails using Node-Red and the Nylas APIs

Learn how to send and read emails without a single line of code using the visual low-code tool Node-Red and the Nylas APIs.

How to create Nylas Webhooks with NodeJS

Learn how to create Nylas’ webhooks with NodeJS. Webhooks are useful to streamline working with Nylas’ communication platform to be easily notified when specific events occur such as updating an email.

How to handle timezones with JavaScript

Learn how to work with different timezones in JavaScript.

How to manage contacts with Nylas Node SDK

Using the Nylas Node SDK to manage contacts with minimal code.