Azure Infrastructure provisioning with Terraform and GitHub Actions

Unleash Efficiency: Automating Azure Infrastructure with Terraform and GitHub Actions

“Automate your Azure infrastructure provisioning with Terraform and streamline your workflow with GitHub Actions. Say goodbye to manual setups and hello to efficiency and consistency. Learn how to leverage these powerful tools in our latest blog post! #Azure #Terraform #GitHubActions #InfrastructureAsCode”

Unleash Efficiency: Automating Azure Infrastructure with Terraform and GitHub Actions Read More »

Any vs Unknown

any vs unknown in Typescript – which one should you pick

I was quite curious about the fact that Typescript supports both any and unknown types which can be used to store any type of data without strict type checking. I had no Idea why there are two types for the same reason. I recently came to know their differences. Lets understand with below snippets. Photo

any vs unknown in Typescript – which one should you pick Read More »