Solving Dependency Timing Issues in Docker Compose

When working with Docker Compose, orchestrating multiple services can be a breeze. However, one common issue that arises is managing dependencies between services, particularly when one service relies on another service being fully operational before it can start. This dependency timing problem can lead to errors and instability in the system.

Read More

Reading Docker-Compose Logs with Dozzle

When managing a Docker-Compose setup, developers frequently find themselves in the predicament of monitoring logs across various containers simultaneously. This becomes increasingly complex as the number of containers grows, making it challenging to identify and debug issues efficiently. Resorting to the terminal for log tracking often leads to cluttered screens, difficulty in navigating between logs, and limited search capabilities. As a result, developers waste valuable time sifting through endless lines of output, trying to pinpoint the root cause of errors or anomalies.

Read More

Use pinia state manager on vue 2 app without composition-api

Pinia is a state manager for vue2/3 apps. On this post, we’re going to use it on a existing Vue2 app without composition-api yet (it’s highly recommend to migrate your app to use composition-api/setup). We’re going to create a very simple store to be used on a existing component

Read More

An org-moded blog

This blog is built on top of Jekyll, that handle .md files as the default format to its posts. But here, every post in this blog is written as an org-mode file.

Read More