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.
A review and tips for the OMSCS CS6460 Education Technology course, covering its unique project-based structure and lack of traditional curriculum.
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.
Explains how to use Docker's userns-remap feature with Linux system users to solve permission issues in CI/build environments.
An introduction to R objects, covering variables, vectors, and data storage for data manipulation and analysis.
A beginner's guide to pulling changes from a Git remote repository, covering the fetch and pull commands in a typical workflow.
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.
A tutorial on building a full-featured GraphQL server using Apollo Server and Express, covering authentication, database integration, and more.
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 guide for developers on simplifying technical communication by avoiding jargon and using plain language when teaching programming concepts.
A developer shares their upcoming speaking schedule for tech conferences and meetups in late 2018, focusing on Kafka, Java, and JVM topics.
Explains how Taboola built a unified neural network model to predict CTR and estimate prediction uncertainty for recommender systems.
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.
Explores the monitoring, observability, and diagnostic features built into the .NET runtime, including ETW events, profiling, and debugging tools.