A Telegram Chat Bot Client written in c#

I thought i should share my latest little GitHub project. Yesterday i thought of doing a chat bot for one of my upcoming IOT projects and I decided to make a .Net Standard C# client that can be reused. Now one day later i have a first version done. It can send messages to a… Continue reading A Telegram Chat Bot Client written in c#

Angular 2, Webpack and lazy loaded routing modules boilerplate

Hi i’m currently working on my IOT service called IOTSpeak, I will get back to more details about it when it’s launched. In this project i’m developing an Angular 2 app using TypeScript. The web app connects to the service using an Web Api that in the future could be used by different native phone apps.