blog.saudkz.comCost-Effective Ephemeral Environments with Selective DeploymentEphemeral environments have become one of the most popular ways to speed up testing and improve developer experience. The idea is simple: whenever you open a pull request (PR), a temporary environment spins up that mirrors production. You can test yo...Aug 15, 2025·15 min read
blog.saudkz.comGithub Action to Enable Auto MergeGithub recently added support for automatically merging PR on checks completions. We can write a GitHub action to automate this process. Github Action Job enable-automerge: runs-on: ubuntu-latest permissions: write-all steps: - name: autome...Apr 1, 2022·1 min read
blog.saudkz.comPublishing to Github packages using ProjenProjen is the project generator to create and maintain project configuration through code. It takes a "batteries included" approach and aims to offer dozens of different project types out of the box. One of the core functionality of the projen is pub...Apr 1, 2022·1 min read