kevinwang5658

↗ HN profile [ 16.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Setting up developer environments is surprisingly manual. Most teams rely on a mix of docs, shell scripts, and tribal knowledge. We built Codify to make the process reproducible with a Terraform-like workflow. The…

  2. Configuration as code for developer machines. The operation is similar to Terraform: plan + apply for making changes, and import + refresh for syncing system state back into the config. Codify operates statelessly, so…