RSSAmplifier

Blog

drornir.dev

Dror Nir's Personal Website

drornir.devRSS feed ↗9 posts

Latest posts

GitHub Actions Deployments with Dynamic Environments

Learn how to use GitHub Actions to deploy your application to multiple environments using Terraform as the source of truth, creating GitHub Environment Variables and discovering them dynamically in a dedicated custom GitHub Action.

DX and Dev Tools' place in the Hype Cycle

I'm looking into creating some solutions in the DX / Dex Tools space, and I wonder if this field is still relevant (it is)

Factor3 v0.2 - Go config the JS way

I'm working on a side project that automates a lot of the boilerplate around spf13's viper and cobra

How to test Go functions that make syscalls?

A basic trick on how to use interfaces to make your code more testable.

Factor3 (v0) - a code gen for configuring your Go app

Using Go's spf13/cobra is not easy, and I want to create a code generation wrapper around it

I Don't Get Why You Would Use WASM outside of a Browser

I'm not convinced that WASI is actually worth investing in.

`gonew` - the official Golang scaffolder is in alpha

gonew is and experiment in go project templates by Russ Cox https://github.com/golang/go/discussions/61669

Why Code Generation?

I'm trying to articulate why I'm so pro codegen when it comes to metaprogramming

A Declarative Config for Golang