<
Getting Started with Feature Flags in Unleash

2023-06-29

Are you familiar with Feature Flags? They are a powerful tool that makes it easy to control the release of new features and conduct A/B testing. However, managing feature flags is not easy without the right management tool. In this article, we will discuss **Unleash**, a tool that streamlines the management of feature flags....

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....