Mobile & Web Developer // Swift, Objective-C, PHP, MySQL, MongoDB
15 Sep 2016 — Updated the post-receive git hook after some more testing — the old one was ignoring some folders while copying new compiled app.
This guide will walk you through setting up a Digital Ocean Droplet that will…
I’m usually a person who loves to type, hence the developer job/life, but sometimes when you do the same thing over and over again, the same sequence of commands, it gets tedious…
All the examples I’ve seen around the web have the same boilerplate structure when it comes to routing and handling requests, which looks a little bit like this
import PerfectLibimport…
This guide continues where the previous one left off. We are ready to handle requests towards our app.
At the moment, we’re already handling a GET request to our app because the PerfectTemplate has a route added, responding…
In the last episode we’ve added a new route (POST on “/”) and we’ve tested it using a print command. Once we’re aiming to build an API, posting data on the home route (“/”) isn’t that useful, instead, lets remove the previous route and add a route and…