Put that in your Pipeline and Test it baby
Explains the concepts of Continuous Delivery and Continuous Deployment pipelines, focusing on automated testing and artifact promotion stages.
Explains the concepts of Continuous Delivery and Continuous Deployment pipelines, focusing on automated testing and artifact promotion stages.
A technical tutorial on implementing and managing Azure Virtual Networks, covering subnets, VMs, and built-in DHCP/DNS.
High-level overview of core Azure networking components like VNets, subnets, NICs, load balancers, and gateways for exam preparation.
Explains the min() interpolation function in Terraform, showing its syntax, usage examples, and behavior with numeric values.
Explores the monitoring, observability, and diagnostic features built into the .NET runtime, including ETW events, profiling, and debugging tools.
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.
A tutorial on building a practical Blazor WebAssembly app in C#, demonstrating HTTP calls and project structure.
A technical guide explaining the merge() function in Terraform, including examples and use cases for combining maps.
A guide to optimally configuring HttpClientFactory in ASP.NET Core for performance, resilience, and best practices.
Final part of a series on refactoring a legacy Python library, focusing on safe code rehabilitation techniques and tooling.
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.