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