Software Engineering

Software Engineering

1667 bookmarks
Newest
How CUE works with YAML
How CUE works with YAML
Reading and writing YAML The cue tool natively supports reading and writing YAML files, including those containing multiple documents. This allows YAML files to be processed by CUE’s wide range of data, schema, and policy validation capabilities, and to convert input formats to YAML - as demonstrated here by cue export unifying all its YAML, JSON, and CUE input files as YAML: data.yml data.json data.cue Copy code Copied! a: 1 b: "2" c: "three" d: 4.
·cuelang.org·
How CUE works with YAML
HashiCorp Adds Automated Generation of Terraform Provider Code
HashiCorp Adds Automated Generation of Terraform Provider Code
HashiCorp has released a technical preview of their Terraform provider code generation toolset. This includes a new tool that generates Terraform provider code from an OpenAPI specification. The release also includes a tool that can generate Terraform plugin framework code from a provider code specification.
·infoq.com·
HashiCorp Adds Automated Generation of Terraform Provider Code
ByteByteGoHq/system-design-101: Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
ByteByteGoHq/system-design-101: Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews. - ByteByteGoHq/system-design-101: Explain complex systems using visuals and simple terms. Help...
·github.com·
ByteByteGoHq/system-design-101: Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.