Reading AsyncLocal values from a memory dump
A technical guide on how AsyncLocal values are stored in .NET and the process of retrieving them from a memory dump using WinDbg.
A technical guide on how AsyncLocal values are stored in .NET and the process of retrieving them from a memory dump using WinDbg.
A step-by-step tutorial on building and deploying a static website using the Hugo framework and hosting it for free on GitHub Pages.
Explores mocking REST APIs using the API-first approach with Mockoon, an OpenAPI-compliant tool for parallel development and testing.
Analyzes C# struct equality performance, comparing default structs, IEquatable implementations, and C# 10 record structs.
A developer shares essential and nice-to-have software tools for setting up a new Mac for productivity and development work.
A developer shares why Alfred App is an essential Mac productivity tool, highlighting features like clipboard history, file search, and workflows.
Highlights ICML 2021 invited talks on applying machine learning to scientific domains like drug discovery, climate science, poverty alleviation, and neuroscience.
Explains how to use Task.WhenAny with CancellationTokenSource in C# to cancel remaining asynchronous tasks after the first one completes.
Discusses the pros and cons of using unsigned integers (uint) in C#, covering CLS compliance, wrap-around risks, and practical use cases.
A guide on using knitr and R Markdown to automatically collect and display all figure alt text (fig.alt) in an appendix.
Explores type modeling in Clojure using a Turtle Graphics program as an example, detailing the spec definitions for a turtle's state.
A DevOps engineer shares their experience passing Microsoft's AZ-400 exam, earning an expert badge, and discusses the value of certifications and infrastructure-as-code.
An interview with AI researcher Joelle Pineau discussing her work in reinforcement learning, its applications, and advice for newcomers to the field.
Explores the interconnected principles of trust, ethics, transparency, and accountability in the development and deployment of Artificial Intelligence systems.
A developer recounts building a complex, multi-bot IRC system with features like parcel tracking, music requests, and a JavaScript execution bot.
Part 4 of a series exploring Azure NetApp Files, a high-performance, first-party shared storage service in Azure for enterprise workloads.
A technical guide on creating and customizing bullet chart variants using R and ggplot2, including code examples and comparisons of different approaches.
A technical comparison of Amazon Timestream and DynamoDB for handling timeseries data, based on real-world application testing.
A technical overview of approaches for building open-domain question answering systems using pretrained language models and neural networks.
A guide on using Python in Azure Functions to process binary files, focusing on reading and writing with Blob triggers and output bindings.