Azure AD B2C with ASP.NET Core 1.0
A technical tutorial on integrating Azure AD B2C authentication with multiple policies into an ASP.NET Core 1.0 application.
A technical tutorial on integrating Azure AD B2C authentication with multiple policies into an ASP.NET Core 1.0 application.
Explores Bayesian vs. Frequentist approaches to the multiple comparisons problem in statistical inference and data analysis.
Explores the key benefits and potential risks of adopting cloud computing for businesses, including cost, scalability, and security concerns.
Explains OAuth 2.0 flow and discusses building a hybrid identity solution using Azure AD and Azure AD B2C for modern applications.
A developer clarifies common myths about Conda, explaining it's a general-purpose package manager distinct from Anaconda and not just for Python.
Author expresses pride and honor at being awarded the VMware vExpert 2016 title, recognizing contributions to the VMware community.
A tutorial on integrating Siteleaf, a CMS, with a Jekyll site hosted on GitHub Pages for easier content management.
Summarizes nine key deep learning papers that advanced convolutional neural networks (CNNs) and computer vision over five years.
A software testing expert shares insights and a template for effectively reporting defects in mobile applications across various platforms and conditions.
A developer discusses the challenge of deciding when an interactive graph is core content versus a progressive enhancement, and how client requirements can shift that definition.
A developer shares the process and code behind creating Toast.js, a custom JavaScript library for implementing animated toast notifications.
Explains how to use Object.values() and Object.entries() to easily iterate over object properties in modern JavaScript.
Explores the new tuple deconstruction feature in C# 7, including syntax and how to deconstruct custom types.
A technical analysis of performance optimizations in the .NET Wire serialiser library, using BenchmarkDotNet to measure the impact of each change.
Explores Python's functools.singledispatch for elegant, extensible JSON serialization of custom objects, moving beyond the standard json module's limitations.
A guide to building great software products by absorbing complexity for users, focusing on core features, dogfooding, and optimizing for ideal use cases.
A guide to setting up and testing Apache Cordova apps on a BlackBerry 10 device, covering SDK installation and environment configuration.
A technical guide on running a Minecraft server in Docker with correct permissions for a persistent host directory.
A critique of the aria-controls attribute, arguing it's poorly supported, confusing, and ineffective for accessibility.
An in-depth guide to using NGINX as a reverse proxy and web server for ASP.NET Core applications, covering setup, configuration, and comparisons.