Articles


Why I Hate Jenkins and Tips If You Have to Use It!

As a DevOps newbie, I heard Jenkins even before I knew about CI/CD pipeline. In my mind, Jenkins must be a great product. It's so popular and widely used in enterprises. Most of the DevOps job vacancy in the market needs some experience of Jenkins. There must be a …

Save Your AWS Costs by StackJanitor

Have you ever worried about the costs related to CloudFormation Stacks? I know CloudFormation is basically free, but the resources created by CloudFormation Stacks are NOT! In a commercial development environment, there could be tons of non-used stacks are up and running every day! I found an open-source project - StackJanitor …

Build Up Your Own Blog - Step by Step (2)

Continue from the first step, this one will show some custom settings on your website, which includes adding new pages with images, and menu modification. Let's go: Add a new page - Open your terminal, create a directory "pages" under "content", and create a Markdown file yourpage.md. $ cd ~/Desktop/yoursitename …

Build Up Your Own Blog - Step by Step (1)

The website you are browsing is my first side project which leveraged a static site generator - Pelican. This blog is about steps on how to install Pelican and some lesson-learned while I was building up mine site. Here is the repo for this project Pelican is powered by python and …