About
This is the "single source of truth" that stores all my articles.
It utilizes huantt/article-as-code to collect, store, and sync all my articles to various platforms, including dev.to and hashnode.dev.
GitHub Action
I have created a GitHub action in the .github/workflows
directory that runs every 6 hours or whenever you commit to the main
branch.
My Recent Articles
Avoid Misunderstanding ON DELETE NO ACTION
[Golang] Understanding Unbuffered and Buffered Channels
Snowflake Schema vs. Star Schema: Pros, Cons, and Use Cases
[Postgres] Isolation levels
ACID in Postgres