<
Automating Synchronization with GitHub Actions and Pull Requests

2023-01-03

Happy New Year. I am silverbirder, who drew the best fortune for the first time in my life at a shrine. I feel that the communication to synchronize things like Figma's design tokens, API schema files, and i18n message files to the frontend in my daily work is unproductive. Therefore, I will introduce a mechanism to reduce synchronization communication using GitHub Actions and Pull Requests....

Trying to Integrate Dagger for CI/CD with GithubActions and CircleCI

2022-08-23

I tried out Dagger, a tool for CI/CD that I've been curious about for a while, which is not vendor-locked. In this article, I will share what I tried....