All Posts

Golang Cannot unmarshal string into Go value of type int(solved)

Sometimes your client side application could send a valid integer as a string while your application expect an integer. This leads you to getting the error json: cannot unmarshal string into Go struct field Item.

How to Deploy golang (rest api) to production using Supervisor

In one of our previous article we saw how we can deploy a golang application using systemd. While systemd is good enough, Lately I have started using Supervisord to monitor and control my apps due to some few reason:

How to Deploy golang to production Step by Step

If you want to use supervisor instead of systemd to deploy and monitor you application you can checkout this article. Golang is one of the best programming language to work with.

Using Middleware In Go The Right Way

Middlewares are an essential part of each and every api or web application.Go makes this an easy and painless process to integrate a middleware in your application.

Top 13 Mobile Apps Development Companies in Nairobi,kenya in 2018

70% of your mobile app success will be determined by the developer you choose.That is why we have taken the liberty to compile the top mobile apps development companies in Nairobi,kenya in 2018.

Deploy nuxt app (Vue.js) with Pm2 and Nginx Step by Step.

In this article am going to show you how to deploy a vue (made with nuxt for server side rendering) project to digital ocean or any other hosting provider.