Sendgrid Automation
We can use sendgrid automation functionality, which is beta for now (2019 / 4), we can send periodical e-mails to users which are added as contacts in sendgrid with the functionality. https://sendgrid.com/docs/ui/sending-email/getting-started-with-automation/ Developers do not need to worry about checking days after signup, just using the sendgrid automation!
About Git, Putty and WinSCP
-git pull and push git add . git commit -m “Commit Message” git pull git push -create new git tag and git branch on the esixing branch and then pull and push git clone cd git tag git checkout -b git push origin for example) git clone cd git add . git commit -m “commit …
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 …
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 …