Liam Blog

Liam Blog

Follow
homeBlockchainSoft SkillsBackend
Series

Backend


Articles in this series

Auto Clean up Docker Images on Git CI/CD Runners

Sep 27, 20223 min read 1.4K views

If you self-host CI/CD runners for GitHub or GitLab, you may face a "full disk" problem. One of the reasons is Docker images. The runners will build...

Auto Clean up Docker Images on Git CI/CD Runners

Rust Crash Course

Sep 16, 20227 min read 295 views

Rust is a multi-paradigm, general-purpose programming language, and it is used widely in recent years, especially in the blockchain world. Polkadot...

Rust Crash Course

Self-host, Backup and Restore WordPress

Sep 10, 20224 min read 605 views

I use WordPress as a CMS backend. One day, no one can access to admin dashboard with the 500 error. I tried all methods found on Google search, but...

Self-host, Backup and Restore WordPress

Multi-Language Errors with Golang

Aug 26, 20225 min read 1.1K views

Friendly messages should be shown to users if any errors occur. We can achieve this at frontend level. But, maintaining error codes with their meaning...

Multi-Language Errors with Golang

Tracking System for Analytics

Jul 12, 20223 min read 128 views

Understanding users is a crucial task for any business. It supports marketing, sales, and improving the product. If most user activities happen on our...

Tracking System for Analytics

Optimize AWS Cost in Practice

Jul 5, 20222 min read 68 views

A dev-ops always has a task to optimize cloud server cost. This blog will show you how to manage and determine cost issues in AWS. Check monthly...

Optimize AWS Cost in Practice