RSpec Example Filtering for Multiple Version Testing
Using RSpec metadata filtering to test a Ruby API client against multiple versions of an upstream service (Vault) on Travis CI.
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 quick tip on using ARMVIZ to visualize Azure Resource Manager templates with diagrams for easier template design and management.
Guide to installing and using Azure Resource Manager Tools extension for Visual Studio Code to design ARM templates.
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.
Announcement of Rencore webinars on SharePoint Framework with Microsoft's Bill Baer and Vesa Juvonen.
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.
A technical analysis of performance optimizations in the .NET Wire serialiser library, using BenchmarkDotNet to measure the impact of each change.
Explores the new tuple deconstruction feature in C# 7, including syntax and how to deconstruct custom types.