Software Engineering

Software Engineering

1655 bookmarks
Newest
REX d'utilisation de ChatGPT en conseil: le nouveau pouvoir à maitriser ? - OCTO Talks !
REX d'utilisation de ChatGPT en conseil: le nouveau pouvoir à maitriser ? - OCTO Talks !
Désormais, il faudra dire “ChatGPT accélère ta vie”, “Google reste ton ami”. Nous avons identifié et expérimenté 3 grandes zones où l’IA “augmente” nos capacités au quotidien dans notre métier du conseil. Accélère tes recherches, aide à l’apprentissage Recherche rapide d’informations
·blog.octo.com·
REX d'utilisation de ChatGPT en conseil: le nouveau pouvoir à maitriser ? - OCTO Talks !
Building Better Platforms with Empathy: Case Studies and Counter-Examples
Building Better Platforms with Empathy: Case Studies and Counter-Examples
Scaling platform development often means absorbing cognitive burdens, but empathy is key. Understanding users beyond their immediate issues leads to better solutions. Platforms help manage growth's complexity, but a product mindset with user-centricity is vital. In his talk at QCon San Francisco 2023, David Stenglein expanded on cultivating empathy through open communication.
·infoq.com·
Building Better Platforms with Empathy: Case Studies and Counter-Examples
Building Better Platforms with Empathy: Case Studies and Counter-Examples
Building Better Platforms with Empathy: Case Studies and Counter-Examples
Scaling platform development often means absorbing cognitive burdens, but empathy is key. Understanding users beyond their immediate issues leads to better solutions. Platforms help manage growth's complexity, but a product mindset with user-centricity is vital. In his talk at QCon San Francisco 2023, David Stenglein expanded on cultivating empathy through open communication.
·infoq.com·
Building Better Platforms with Empathy: Case Studies and Counter-Examples
Terraform Google Provider 6.0: Automatic Labeling, Extended Naming Flexibility, and More
Terraform Google Provider 6.0: Automatic Labeling, Extended Naming Flexibility, and More
HashiCorp released version 6.0 of the Terraform Google provider, delivering key updates to improve cloud infrastructure management and developer workflows. The release introduces automatic labeling for Terraform-created resources, expanded naming flexibility, and removal of deprecated features. It also simplifies handling Google IDs and IAM binding for external resources.
·infoq.com·
Terraform Google Provider 6.0: Automatic Labeling, Extended Naming Flexibility, and More
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