Blogs

Reverse proxy with …

In my previous blog, I introduced basic steps to create a continuous deployment for portfolio website on EC2 instance. This time, I will focus on configurating a VPS to improve security and scalability on my my webservices. In this project, Nginx will serve as a gateway to multiple services, …

Website With Continuous …

No more “It works on my machine”. In this blog, I will show you how I created and published a website on AWS EC2 with continuous deployment pipeline for free! Any change you make in source code will be automated compile, build and deploy within seconds once you push code into your github …

Custom devcontainer

Not only neovim, you can bring all your config into your most isolated dev environment! If you’re a Linux user who has put some effort to rice within your operating system, you probably don’t want to interact with a boring terminal screen while working, right? In this article, I’ll show you …