Adding SourceLink to your .NET Core Library
A tutorial on enabling SourceLink for .NET Core libraries to allow users to step into source code during debugging.
A tutorial on enabling SourceLink for .NET Core libraries to allow users to step into source code during debugging.
Explains the pow() interpolation function in Terraform, including its syntax, usage examples, and limitations.
A guide on using peer skill-sharing sessions to improve tech leadership and management skills through storytelling and mutual support.
A guide to identifying and cleaning up orphaned shared mailboxes in Exchange using PowerShell scripts before migration.
Explains the Terraform pathexpand() function, which expands the ~ character to the user's home directory in file paths.
A technical benchmark comparing the performance of 'for' vs 'foreach' loops in .NET Core using BenchmarkDotNet, showing 'for' is faster.
The article argues that the Commons Clause threatens open source by turning projects proprietary, and discusses better funding models for maintainers.
Explains the md5() function in Terraform, showing how to generate MD5 hashes for strings and files with practical examples.
A developer shares their upcoming speaking schedule for tech conferences and meetups in late 2018, focusing on Kafka, Java, and JVM topics.
Explains the concepts of Continuous Delivery and Continuous Deployment pipelines, focusing on automated testing and artifact promotion stages.
Explores the monitoring, observability, and diagnostic features built into the .NET runtime, including ETW events, profiling, and debugging tools.
Explains the min() interpolation function in Terraform, showing its syntax, usage examples, and behavior with numeric values.
Explains how to deploy PowerShell toast notifications across a network without installing the BurntToast module on every endpoint by using XML payloads.
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.
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.
A technical tutorial using BenchmarkDotNet to compare the performance of string.Compare vs == operator in .NET Core for string comparison.