Learn How To Catch APNS On Xcode Simulator

As iOS developers, we have always faced the pain of testing the APNS (Apple Push Notification Services) only on actual iOS devices. Well, not anymore from Xcode 11.4 beta, because now we can test APNS on simulators also. We’ll directly dive into the action of “how-to”. So follow my lead : Have Xcode 11.4 beta(latest … Continue reading Learn How To Catch APNS On Xcode Simulator

Now You Can Shorten The Decentralized Link On Ethereum Blockchain With Truffle

Original post available here. Blockchain is emerging technology, it needs no introduction. By any chance if you are left behind and don’t know about blockchain then I recommend reading about blockchain first before reading this article. You can read about blockchain here or here or search on internet and you will find plenty of article to read from. What is … Continue reading Now You Can Shorten The Decentralized Link On Ethereum Blockchain With Truffle

Part 2: How To Use Golang With API.ai Artificial Intelligence Service

Part 2 — In this article, we will try out their /tts service. In part 1 of this series we explored their /query service. Here, we will explore their/tts service which takes text and returns the generated speech (as an audio WAV file). I have created a folder “apiai” which will hold the Go source code “apiaifile.go”. … Continue reading Part 2: How To Use Golang With API.ai Artificial Intelligence Service