How to setup Laravel 5.3 with Vue.js 10 Nov 2016

Recently I've started using version 5.3 of Laravel for my upcoming projects. Also, a few months ago I discovered Vue.js and its integration in Laravel. I have made some research and after that, I decide to give it a try. It' really easy to setup a new Laravel project with Vue.js, just follow these steps.

Read More…

How to opt out of macOS beta software updates 29 Oct 2016

After two months suffering the macOS beta versions, I finally updated to the macOS Sierra official release. Then after two or three days Apple has started to release new macOS beta versions and the App Store app starts annoying me with notifications to update again to a beta version.

Read More…

Making phone calls in Swift 29 Sep 2016

For a recent client project, I had to implement the feature to make phone calls from the iOS app. I had never done this before and at the first moment, I wondered if was possible to do that on iOS due to the strong restrictions Apple usually sets on things like this.

Read More…

Multiple SSH identities for multiple GIT remotes in OSX 16 Dec 2015

If you're a member of different development teams or you have a multiple GIT remotes setup, you might need to deal with multiple SSH identities. In my own case, I use my own git server (with Gogs) and BitBucket for my private repos, as well as GitHub for my public repos and gists. This is my setup to deal with multiple SSH identities in OSX.

Read More…