@ralvaracode
Web Engineer | Workflow Design | API Design | UI Implementation | CI/CD Pipelines
Nothing here yet.
Nothing here yet.
Feb 5 · 1 min read · Previously I made a tutorial of using Prettier code Formatter in Windsurf. Since I am also editing projects in vscode I present these notes of how to setup Prettier. To put it simple, if you dont use a formatter you will have long lines of text that ...
Join discussion
Jan 27 · 2 min read · This article documents the process of installing MariaDB on a Debian 13 server and configuring Uptime Kuma to connect to it. 1. Install MariaDB Run the following commands as root: su - apt update apt install mariadb-server mariadb-client -y Verify ...
Join discussion
Jan 14 · 5 min read · This is an example of PostgreSQL database replication using the pglogical extension. In this example, I used Docker containers, with each container having its own database. When data is written to the primary database, the secondary container receive...
Join discussion
Jan 6 · 2 min read · One of the most overlooked steps in setting up a Linux workstation is making sure secondary disks mount automatically at boot. Without automount, symbolic links that point to those disks can break, leaving you with missing directories or files silent...
Join discussion