Today was published my new article in the official Blog of Alibaba Cloud (阿里云), named “Setting up GitOps with Alibaba Cloud OSS and GitHub Actions“. If you want to have a look, you can find it in the following link: Setting up GitOps with Alibaba Cloud OSS and GitHub Actions
Alicloud Container Registry Terraform Module
A terraform module to create a private Container Registry namespace and a RAM role able to pull/push from the namespace created. Alicloud Terraform Module. NOTE: This module uses AccessKey and SecretKey from profile and shared_credentials_file. If you have not set them yet, please install aliyun-cli and configure it. Architecture Diagram After using this module, the […]
Iconpong, a fork of iconping
I’ve been using iconping for years and it rocks. Sadly it doesn’t cater to all my needs and I was eager to contribute back. After seeing there are some pull requests and issues waiting for years, I decided to fork and incorporate all pull requests including my own. You can download iconpong from here.
Bookmarklet to inject an external CSS file into any website
This bookmarklet provides an easy way to test css styles against a website without access to its server by creating a <link/>element in the <head> of the page. It also updates it with an cache-blocking parameter if already exists.