Standard Library is an all-in-one API development, management and hosting solution that lets you build integrations — Slack apps, Stripe webhooks, you name it — in minutes instead of days. Perfect for cross-functional teams, always powered by code. When you develop slack bot, you need to use stdlib.com as API provider. So, your slack bot …
Security Token ERC777 and ERC1400 for Financial Asset Tokenization
ERC777 implementation – Advanced token standard for asset transfers Empowerment of operators with the ability to send tokens on behalf of other addresses. Setup of send/receive hooks to offer token holders more control over their tokens. Use of ER820(eips.ethereum.org/EIPS/eip-820) to notify contracts and regular addresses when they receive tokens. Backwards compatible with ERC20. ERC1400 implementation …
Use svg icons as Font.
Some time, you can receive design files for front end developement. In the case you cannot implement the icon which is provided from design by free library, you can use this service. https://icomoon.io please create a credential, import svg file, generate fonts and download the font. That’s all.
What is Wix?
Wix is a website builder with user friend UI builder, databases and custom backend. Wix provides Wix editor with 500+ predesigned templates and drag & drop website builder.Wix provides ability to code custom logic with Javascript and wix libraries to implement custom business logic and customized UI animations.We can link own domain to the website …
What you need to know about Ionic 4
Ionic 4 is here! After more than a year of work, the Ionic Framework team has released version 4.0.0. This new version offers significant changes in performance, compatibility with multiple frameworks (not only with Angular as previous versions), a new documentation and many other improvements that we will analyze in this article. I guess you …
Natural – NLP package in Nodejs
“Natural” is a general natural language facility for nodejs. Tokenizing, stemming, classification, phonetics, tf-idf, WordNet, string similarity, and some inflections are currently supported. Natural language processing (NLP) is a subfield of computer science, information engineering, and artificial intelligence concerned with the interactions between computers and human (natural) languages, in particular how to program computers to process and analyze large amounts …
About agGrid
https://www.ag-grid.com Features Overview The Headliners What makes ag-Grid different from the other grids? We are proud of the amount of polish and completeness of our grid; the features below are our personal favourites. They are hard to find in alternative offerings, let alone combined and working out of the box together at the level we …
Laravel 5 Async Queue Driver
It is an easy stuff to implement the asynchronization in Javascript since it provides it by default, but not an easy stuff in PHP. When we need to implement the asynchronization in laravel framework, we can use the following library which is powerful and suitable. https://github.com/barryvdh/laravel-async-queue Just like the ‘sync’ driver, it is not a …
Vue Chrome Extension Template
Mostly chrome extension is built by javascript. But a lot of developer wants to start from a template of vue or react which is populated in frontend development. https://github.com/YuraDev/vue-chrome-extension-template