Terraform - FotD - list()
Explains the Terraform list() function, its syntax, usage examples, and a key lesson about type consistency.
Explains the Terraform list() function, its syntax, usage examples, and a key lesson about type consistency.
A guide to using Azure DevOps Projects to add CI/CD pipelines to existing Dockerized .NET applications with minimal setup.
Explains the floor() interpolation function in Terraform, including its syntax, usage examples, and behavior with different data types.
Explains the Terraform compact() function, which removes empty strings from a list, with examples and use cases.
Explains the Terraform coalescelist() function, which returns the first non-empty list from multiple arguments, with examples and use cases.
A technical guide explaining the Terraform cidrsubnet() function for subnet calculation, with examples and use cases.
Explains the Terraform chunklist() function, which splits a list into smaller sublists of a specified size.
Explains the Terraform chomp() function, which removes trailing newlines from strings, with examples and practical use cases.
Explains the ceil() interpolation function in Terraform, including its syntax, usage examples, and behavior with different data types.
Explains the bcrypt() function in Terraform for creating secure password hashes, including examples and usage.
Announcing pre-release Vagrant boxes for Fedora Scientific, making it easier to run this scientific computing environment in a virtual machine.
Explains the Terraform base64decode() function, its syntax, and provides practical examples for decoding base64-encoded strings.
A daily series exploring Terraform's built-in functions with practical examples and code on GitHub.
A guide on structuring and configuring Python applications for seamless deployment across environments, covering config, secrets, and load balancing.
A guide to fixing module and upgrade issues when running an Ansible playbook to create an Azure resource group in Azure Cloud Shell.
A technical guide on deploying compiled C# Azure Functions across multiple environments using Visual Studio Team Services (VSTS) Release Management.
A personal recap of the PowerShell + DevOps Global Summit 2018, highlighting key takeaways like WebJEA, Neo4j/Dots, and Puppet for automation.
A recap of Day 4 at the PowerShell Summit 2018, covering sessions on DSC, WebJEA, meta-programming, cross-platform modules, and ChatOps.
A personal recap of the first day at the PowerShell + DevOps Global Summit 2018, covering keynotes and technical sessions.
A tutorial on building an ASP.NET Core Echo Server and creating an optimized Docker image using multi-stage builds.