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 technical guide on using WinDbg to locate and switch to a specific managed thread by its ID in a .NET memory dump.
A developer builds a user interface for filtering students by school breaks in a SaaS application using Django and Python.
Explains how to analyze Kubernetes node resource allocation using kubectl, breaking usage into OS overhead, system pods, user pods, and empty space.
A guide to using React's useReducer() hook for managing complex state logic, separating it from rendering concerns.
A guide on enabling and using full-screen mode for the iOS simulator to improve focus during React Native/Expo development.
Developer shares progress on FOSS projects: a vi-keybinding Wayland browser frontend, a programming language, and updates to SourceHut.
A talk on system design principles for building production recommendation systems and search engines, presented at an MLOps Community meetup.
Explores the confusing use of 'transparent' in computing jargon and suggests 'agnostic' as a clearer alternative.
Argues for adding a new <search> HTML element as semantic sugar for the ARIA search role, improving web accessibility and native HTML parity.
Article discusses broken TypeScript type checking for React children, allowing invalid objects that cause runtime errors.
Explains Azure's new on-demand capacity reservations for VMs, detailing how they guarantee compute resource availability and differ from reserved instances.
Oracle announces faster Java LTS releases every 2 years and free JDK binaries for Java 17, covering key updates from the Inside Java Newscast.
A guide to creating custom Fastlane plugins to simplify and organize complex build scripts, making them more readable and maintainable.
Scikit-learn foundation seeks a community and partnerships developer to grow the open-source ecosystem and foster industry sponsorships.
A defense of using the 'any' type in TypeScript, arguing it's a practical tool for migration, third-party libraries, and development flexibility.
Learn how Django handles user-uploaded files, including FileField and ImageField, and best practices for safe file management.
A video tutorial on implementing in-memory and disk-based caching in a SwiftUI news app using the Task modifier and Actors.
A CSS tutorial on creating realistic, beautiful shadows using techniques like layering and color-matching to improve web design.
A guide to setting up cryptographically signed Git commits using Keybase and GPG, with specific instructions for integration with RStudio.