Select Page
Integrating NIPOST System with what3words

Integrating NIPOST System with what3words

The adoption of the what3words addressing system has been consistently increasing since it’s inception 4 years ago and it is indeed a unique and dependable way of addressing but it is not a silver bullet for a developing country’s postal service mail delivery effectiveness or even efficiency without significant effort on the country’s part.

Installing and Configuring A Laravel Application

Installing and Configuring A Laravel Application

The aim of this article is to show, in a step by step approach, how to install and configure a Laravel application. At the time of this writing Laravel is at version 5.4. Requirements: The following requirements must be installed in your computer. If you don’t...
Handling Image Upload In a Multitiered Web Application: Part 2

Handling Image Upload In a Multitiered Web Application: Part 2

In the previous article I showed how to upload an image in Angular 2 and then make an HTTP request passing the image file as the content. In this article I will show how the API receives that image content. This article assumes that you already have the Lumen...