In this short post, I'm going to share how you can get more out of your logging on Google Cloud Platform with Cloud Functions. Although I'm going to use Node.js runtime… read more
Each time I have to serve static files, NGINX is my default choice. I use it for this blog, which is generated using Gatsby, a few simple webflow static pages for my… read more
There are multiple headers available for developers and ops people to manipulate cache behavior. The old spec is mixing with the new, there are numerous settings to… read more
SFTP ( SSH File Transfer Protocol ) allows for secure file transfer to and from the server. SFTP, despite its name, isn't based on FTP, which, unlike SFTP, doesn't allow… read more
Kubernetes (k8s) is a platform for deploying, scaling, and managing containers. Kubernetes may be daunting to pick up in the beginning, and you probably already found out… read more
In production, the most important advantage of using a build tool like webpack is a smaller size and thus improved overall application performance. Although beneficial… read more
Code sharing is easy but doing it correctly is challenging. There are multiple ways you can do it, and your use case dictates what approach is right for you. The low… read more
This post is a step by step guide to configure Dokku to host multiple applications, supporting domains, subdomains, redirects, and secure connection via HTTPS using free… read more
IPFS (InterPlanetary File System) is protocol establishing the peer-to-peer network with resources addressed based on their content instead of the physical location like… read more
Heroku managed to significantly lower the bar when it comes to deploying applications and
integrating them with third-parties through various add-ons. It can be argued… read more