“Containerize anything you can” is becoming a design pattern behind CI/CD. I’m going to show how to run a Chia harvester node on my Synology NAS for the following reasons: I have spare space sitting there doing nothing anyway A
Digitize your paper invoices and documents
I recently found a good open-source project that can help me digitize all my paper invoices/receipts/bank statements, by using its tags and OCR, saving and searching documents using my phone becomes a breeze. The application is paperless-ngx , which is
Building a PostgreSQL docker container with debugger (pldebugger)
Further to my previous post, I wanted to enable debugging in PostgreSQL Docker container so that it can be used together with PGAdmin4. The challenge is it is not enabled by default in any of available Docker images; I also
Building a development box on Docker
This article is going to show steps and configurations on how to build a development box (PHP CodeIgniter + Apache + PostgreSQL) using Docker on Windows. Why Docker Comparing to VirtualBox, itβs a lot easier and probably faster Portable. Files