.NET Core, BenchmarkDotNet: for vs foreach performance
A technical benchmark comparing the performance of 'for' vs 'foreach' loops in .NET Core using BenchmarkDotNet, showing 'for' is faster.
A technical benchmark comparing the performance of 'for' vs 'foreach' loops in .NET Core using BenchmarkDotNet, showing 'for' is faster.
Explains the md5() function in Terraform, showing how to generate MD5 hashes for strings and files with practical examples.
The article argues that the Commons Clause threatens open source by turning projects proprietary, and discusses better funding models for maintainers.
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.
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.
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.
Explains how JavaScript engines optimize prototype property access, covering optimization pipelines, trade-offs, and performance fundamentals.
Explains the Terraform matchkeys() function, its syntax, and provides practical examples for filtering values based on key matches.
Explains the map() interpolation function in Terraform, including its syntax, usage examples, and practical applications.
Explores the differences between junior and senior software engineers, the importance of mentorship, and how learning defines roles in a fast-evolving field.
A developer's hands-on exploration of Lit-HTML, a fast templating library using web standards instead of Virtual DOM.