07 February 2017 - Reading time: 40 min - Comments
This tutorial is to be intended as part 2 of How to create a Telegram bot with Swift.
In this tutorial we will create a Facebook Messenger bot, a simple one, that just respond us with a reversed and a structured message with Swift.
Like previous tutorial, we will start from scratch to get a complete working bot.
We will start by creating the bot source code and then configuring Facebook to use our bot, you will understand why by reading this tutorial.
Let's begin!
» continue reading
17 October 2016 - Reading time: 30 min - Comments
Last month I found Vapor on GitHub, it is well documented and, currently, is the most used web framework for Swift.
I was curious about it, so I tried it!
Meanwhile Vapor 1.1 and Swift 3.0 was released, I continued updating my bot to compile with the latest versions.
In this tutorial we will create a Telegram bot, a simple one, that just respond us with a reversed message with Swift.
We will start from scratch to get a complete working bot.
Let's begin!
» continue reading
30 August 2015 - Reading time: 2 min - Comments
When last year Apple introduced the new programming language Swift I thought it wasn't useful to learn it and to start to create Apps with it.
It was in a early stage and a bit immature.
Now we have Swift 1.2 and the 2.0 version will be released soon, so I decided to use my energy to learn this new language...
» continue reading
20 November 2014 - Reading time: 1 min - Comments
After all this time I decided to release on GitHub my first, serious, contribution to the open source community!
It's a collection of classes to develop Apps faster.
It was created over the years, since I started to develop for iOS, from 3.0 approximately...
» continue reading
21 June 2014 - Reading time: 1 min - Comments
After weeks of hard work I've finally finished my website, adding the portfolio and blog sections and so many cool effects.
Doing it was also a test to try to understand what I'm able to do in a website.
The site is responsive, is based on the Bootstrap framework and has been created using PHP, HTML, CSS and jQuery/JavaScript...
» continue reading