Silver Ibenye
Working with Apache Spark – Challenges and Lessons Learned
I began working with Apache Spark about a year ago. In the past year I have learnt a few lessons and I share them in this article.
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.
Nigeria’s logistics nightmare may soon be over, thanks to what3words
what3words is a global addressing system that provides a precise, yet very simple way to locate, share, and talk about any position/point on the face of the earth. what3words has divided the world into 57 trillion squares of 3 metres by 3 metres or 10 feet...
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 already...
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...
Handling Image Upload In a Multitiered Web Application: Part 1
In the introduction of this series I mentioned that for the part 1 of this series we shall look at how to upload an image in Angular 2 and then send that image via HTTP request to an API for processing. This article assumes that you already have angular 2 framework...