Hashnode Blog - bywachira

Hashnode Blog - bywachira

Follow
Follow
homebadgesnewsletter

How to create a CLI program in Go and host it on npm

Dec 22, 20205 min read204 views

Recently I started building tools that will help me automate my app deployment process easier and cheaper, to do that I knew CLIs are definitely going...

How to create a CLI program in Go and host it on npm

How to setup Dokku

Aug 22, 20204 min read255 views

Let's jump into it... fast. You got here because you want to setup Dokku and the other ways don't work... let's goooo I will setup for Dokku...

How to setup Dokku

What is Dokku

Aug 22, 20202 min read156 views

So what is Dokku, another bit, another TL;DR; Let's jump into it. You might know Heroku, (my opinion) the greatest platform to ever make it easy to...

What is Dokku

Compress images in React: React Image File Resize

Aug 12, 20204 min read189 views

Okay for this one I highly recommend, the speeds is just amazing. I loved it. I am gonna do a comparison real quick, between browser-image-compression...

Compress images in React: React Image File Resize

Compress images in React: Browser Image Compression Libary

Aug 12, 20204 min read155 views

I recently got interested in compressing images on the client-side for a couple of reasons: Reduce my cloudinary bandwidth and storage usage Users...

Compress images in React: Browser Image Compression Libary

Create API with Gin in Golang Part 3

Aug 12, 202012 min read204 views

The third part of this series is here, it's actually an interesting one because we dabble with a bit of web scraping and Gin middlewares. In the last...

Create API with Gin in Golang Part 3