Discussion

Plaid API

We’ll start with an overview of Plaid and then jump start your integration with a step-by-step guide and code samples in Ruby, Python, and Node. If you’d like to follow along (and test it out!), clone the quickstart repository for the complete example apps. You’ll want to sign up for free API keys to get started. Running the walkthrough …

Discussion

Jira Assistant

Jira Assistant is a Google Chrome extension which provides functionality to manage jira related works in an efficient way. https://chrome.google.com/webstore/detail/jira-assistant/momjbjbjpbcbnepbgkkiaofkgimihbii Features Overview: * Easily add worklog with drag & drop, copy features. * Bulk import worklogs and issues * View various reports related to worklog, sprint, estimates and custom generated report. * Integrate with calendar …

Discussion

Nylas

The Nylas communication platform allows developers to quickly build features that connect to every inbox, calendar, and contacts book in the world. Nylas provides an integration that can be completed in days, pre-built security and compliance features, and a 99.9% guaranteed uptime. The Nylas communication platform is secure, reliable, and easy to use and maintain. …

Frontend React.js

React Credit Cards

A slick credit card component for React. Install Usage Don’t forget to import the react-credit-cards/lib/styles.scss if you are using SASS in your project.Or you can import the CSS:import ‘react-credit-cards/es/styles-compiled.css’; Features We support all credit card issuers available in Payment plus Hipercard (a brazilian credit card). Props name {string}: Name on card. * number {string|number}: Card number. * expiry {string|number}: Card expiry date. 10/20 or 012017 * …

Backend Javascript NodeJS

Hapi Dev instead of Express.js

Node.js Secure Framework Hapi is a rich framework for building applications and services. It enables developers to focus on writing reusable application logic instead of spending time building infrastructure. It is a configuration-driven pattern, traditionally modeled to control web server operations. A unique feature Hapi has is the ability to create a server on a …

AWS Backend DevOps Serverless

serverless output values

When developing web services on top of AWS infrastructure, we normally use serverless framework to manage cloudformation. All resources on AWS have their unique identifiers called ARNs (Amazon Resource Names). ARN consists of several information, including userId, region, resource specific strings. It is quite a burden to manage all these ARNs created by other microservices …