ApexCharts is an open-source modern charting library that helps developers to create beautiful and interactive visualizations for web pages. https://apexcharts.com/ There is also a react wrapper for this ApexChart. https://github.com/apexcharts/react-apexcharts
Repng
repng is a npm library which converts any React component to a png file. The usage of this library is very simple as following. Here are more details. https://www.npmjs.com/package/repng https://github.com/jxnblk/repng
Terminus
Terminus is a highly configurable terminal emulator for Windows, macOS and Linux Theming and color schemes Fully configurable shortcuts Split panes Remembers your tabs PowerShell (and PS Core), WSL, Git-Bash, Cygwin, Cmder and CMD support Integrated SSH client and connection manager Full Unicode support including double-width characters Doesn’t choke on fast-flowing outputs Proper shell experience on …
Prisma replaces traditional ORMs
https://www.prisma.io/ Prisma client simplifies database access. It lets you read and write data to your database using your favorite programming language. Auto-generated & type-safe client library Latest ES7 features (e.g. async/await) Performant database access Simple data modeling & easy migrations Prisma Migrate defines and updates your database schema using the declarative SDL syntax for data …
The World Exchange
Trade, Issue, and Send Directly on the Ripple Network What is The World Exchange? Imagine being able to send money, credit, assets – any form of ownership or value – to anyone anywhere in the world in mere seconds. Then imagine being able to trade or bid on those same items online with anyone else …
nivo chart
nivo provides supercharged React components to easily build dataviz apps, it’s built on top of d3. Several libraries already exist for React d3 integration, but just a few provide server side rendering ability and fully declarative charts. In order to use nivo, you just have to pick the scoped @nivo packages according to the charts you wish to …
Using Google News
There is no Google News API in the world. 😉 Instead of it, you should use Google News RSS. For example, https://news.google.com/rss/search?q=ronaldo+messi The result is XML doc, so you should parse it.
Linux disable sudo password prompt in terminal (Critical security issue, only use on dev machines)
While we are working on linux systems, terminal is daily driver, sudo is one of most commonly used command.But what if you have long password, like 10 or 20 characters long? We can bypass sudo password prompt by changing sudo settings. This will open sudo configuration file with text editor like vi or nano.Go to …
A JavaScript API for interacting with the XRP Ledger in Node.js and the browser – ripple-lib
A JavaScript API for interacting with the XRP Ledger. Features Connect to a rippled server from Node.js or a web browser Helpers for creating requests and parsing responses for the rippled API Listen to events on the XRP Ledger (transactions, ledger, validations, etc.) Sign and submit transactions to the XRP Ledger Type definitions for TypeScript Requirements Node v10 is …