Terraform - FotD - min()
Explains the min() interpolation function in Terraform, showing its syntax, usage examples, and behavior with numeric values.
Explains the min() interpolation function in Terraform, showing its syntax, usage examples, and behavior with numeric values.
A technical guide on installing OmniSci (MapD) ODBC drivers and establishing a database connection within RStudio Server on an Azure Ubuntu VM.
Explains how to deploy PowerShell toast notifications across a network without installing the BurntToast module on every endpoint by using XML payloads.
A step-by-step tutorial on setting up a Kubernetes cluster using Ubuntu 18.04, covering provisioning, master node, and worker node configuration.
A tutorial on creating a serverless HTTP endpoint using Webtask and Node.js to compile SCSS/Sass code into CSS on demand.
Final part of a series on refactoring a legacy Python library, focusing on safe code rehabilitation techniques and tooling.
A tutorial on building a practical Blazor WebAssembly app in C#, demonstrating HTTP calls and project structure.
A guide to optimally configuring HttpClientFactory in ASP.NET Core for performance, resilience, and best practices.
A technical guide explaining the merge() function in Terraform, including examples and use cases for combining maps.
Discusses why software releases cause incidents and offers strategies to make deployments safer and less stressful for engineering teams.
Explains the iterator design pattern in Swift, showing how to implement custom sequences and conform to IteratorProtocol.
Explores building complex asynchronous workflows in iOS/macOS using NSOperation and NSOperationQueue, covering dependencies, data passing, and progress tracking.
A developer explains why he switched from his custom static site generator, handroll, to the popular Hugo framework.
Explores how engineers gain and wield influence within tech organizations, contrasting it with managerial power and emphasizing the power of creation.
Explains the max() interpolation function in Terraform, showing its syntax, usage examples, and limitations.
Explores the benefits of Test-Driven Development (TDD), including preventing false positives, improving design, and providing fast feedback.
A beginner's guide to setting up a Git remote on GitHub, covering repository creation and linking a local repo using the Fork GUI.
An interview with Jeff Delaney, creator of angularfirebase.com, discussing Angular, Firebase, and his educational video content.
Explains how event loops enable smooth UI and handle high server load by preventing blocking operations in Swift applications.
A technical tutorial using BenchmarkDotNet to compare the performance of string.Compare vs == operator in .NET Core for string comparison.