Analysing .NET Memory Dumps with CLR MD
A guide to analyzing .NET memory dumps using the CLR MD library, covering heap inspection and string analysis.
A guide to analyzing .NET memory dumps using the CLR MD library, covering heap inspection and string analysis.
Using R code to generate permutations of digits (2,2,5,5,9,9), analyzing divisibility by 11 and primality.
A developer announces and shares thoughts on preparing for their first major conference talks at NSSpain and FrenchKit, focusing on Swift and live-coding challenges.
Troubleshooting Oracle GoldenGate for Big Data Kafka Handler errors using logdump and debug logs.
A comprehensive guide to the new features and changes in Java 9, covering language updates, APIs, and deprecations.
A developer's retrospective on the OpenStack Telemetry project's Newton development cycle, covering what was planned versus what was actually delivered.
A technical guide on implementing automatic user sign-in after registration using Identity Server and One-Time-Access-Codes in ASP.NET.
An introduction to Brunch, a simple and convention-based JavaScript build tool for modern web development projects.
Author updates on the release timeline and pre-order details for his new book, 'Laravel: Up and Running'.
A rebuttal to common misconceptions and suboptimal practices in Java Streams, using a specific article as a starting point.
Explains the three key research papers behind Facebook's computer vision pipeline for object segmentation: DeepMask, SharpMask, and MultiPathNet.
Explains how Angular2's HTTP service uses RxJS Observables, contrasting it with AngularJS 1's promise-based approach.
Explores best practices for writing clean, small, and maintainable functions in JavaScript to improve code quality and reduce complexity.
Guide to enabling VMware EVC on a cluster without shared storage by manually migrating the vCenter Server Appliance between hosts.
Summary of the VMworld 2016 keynote, focusing on VMware's new cross-cloud architecture and strategy for multi-cloud management.
Explores performance-friendly techniques for creating flexible, animatable shadows in responsive web design, comparing CSS box-shadow and filter approaches.
Using RSpec metadata filtering to test a Ruby API client against multiple versions of an upstream service (Vault) on Travis CI.
A tutorial on building a serverless Web API with Azure Functions to generate vCard QR codes from user-provided contact details.
A developer details using Charles Proxy as an alternative to Adobe's Bloodhound tool for testing analytics calls in a mobile app, overcoming SSL and request-blocking issues.
A technical tutorial on integrating Azure AD B2C authentication with multiple policies into an ASP.NET Core 1.0 application.