QuickTip – Split a delimited text into a Table in DAX
A technical guide on splitting delimited text into a table using DAX functions like PATH, GENERATESERIES, and PATHITEM for Power BI data modeling.
A technical guide on splitting delimited text into a table using DAX functions like PATH, GENERATESERIES, and PATHITEM for Power BI data modeling.
A personal guide and curated learning path for programmers wanting to learn Common Lisp, covering history, setup, practical projects, and libraries.
Explains key Azure concepts: Tenants, Subscriptions, Regions, and Geographies for cloud infrastructure management.
Explains the Terraform replace() function for string manipulation, including regex usage and practical examples.
A technical guide on setting up a self-hosted video livestream using ffmpeg, DASH, and nginx, bypassing services like Twitch.
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.
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.