Learn New Skills in the New Year
January 8, 2025Fine-Tuning Small Language Models for Function-Calling: A Comprehensive Guide
January 9, 2025I have written a lot of Terraform over the years and learned the importance of testing Terraform configurations. Testing is often overlooked but is crucial for ensuring the reliability and correctness of your infrastructure code. In this blog post, I will show you how to write Terraform Tests along with an Azure example. A solid testing strategy is essential for any form of…