Data Engineering in Azure: understand PDFs using LLMs
Dealing with non-structured data is always interesting, especially when it means building solution to parse PDFs. Many companies and individuals use PDF files daily, and PDFs are used to distribute all kind of information: from simple text, to complex tables and diagrams. Over the years, there have been multiple approaches to convert (non-structured) data from […]
Organization Migration in Terraform Cloud
Streamlining Infrastructure Organization Migration in Terraform Cloud Terraform, developed by HashiCorp, is a robust tool for defining and provisioning infrastructure as code (IaC). Using the HashiCorp Configuration Language (HCL), Terraform allows you to specify your desired infrastructure state in configuration files, covering resources like virtual machines, networks, storage, and more. Once configured, Terraform automatically manages […]