Thursday 2024-11-28 Assorted Links
Assorted Links links
Published: 2024-11-28
Thursday 2024-11-28 Assorted Links

Assorted links for Thursday, November 28:

  1. What is Bicep?: Looks like an Azure-only Terraform.

    Bicep is a domain-specific language that uses declarative syntax to deploy Azure resources. In a Bicep file, you define the infrastructure you want to deploy to Azure and then use that file throughout the development lifecycle to repeatedly deploy that infrastructure. Your resources are deployed in a consistent manner.

  2. Netflix’s Distributed Counter Abstraction
  3. Hundreds of code libraries posted to NPM try to install malware on dev machines: Make sure you SHA-lock your dependencies!
  4. From String to AST: parsing
  5. Quake 3 Source Code Review