Implement a speech-to-text bot using wit.ai API

wit.ai provides APIs for natural language processing. It takes a human voice or text and convert it to a structured information for further use. With this API and Telegram’s bot API, I’ll show you the whole way of building a...
Read More

Let's encrypt with Go ACME client utilities

(updated: 2016-09-26) With Go ACME client utilities, acquiring and renewing certificates from Let’s Encrypt is a lot easier. Here are how things go so easily. 0. Prerequisite Go needs to be installed on the machine. (If you don’t know how...
Read More