Using Azure RBAC with Azure Key Vault
Explains how to use Azure Role-Based Access Control (RBAC) with Azure Key Vault, including enabling it and the new built-in roles.
Explains how to use Azure Role-Based Access Control (RBAC) with Azure Key Vault, including enabling it and the new built-in roles.
A guide to resolving variable naming conflicts between Python's snake_case and JavaScript's camelCase in full-stack web development.
Explains the theory behind linear regression models, focusing on interpretability and use cases in fields like lending and medicine.
A technical comparison of Python's list.sort() and sorted() functions, analyzing their performance with benchmarks and correcting common testing mistakes.
Introducing svyVGAM, a new R package for fitting complex survey regression models using the VGAM framework with design-based inference.
Discusses the pitfalls of APIs returning optional booleans (Bool?) and proposes using enums for better clarity and user experience.
An analysis of the CSV data format, covering its advantages, drawbacks, and common parsing pitfalls in data processing.
A critique of Web Components' failure to simplify web development, arguing they became over-engineered and inaccessible.
A reference guide covering the basics of React Hooks, including useState, useEffect, useRef, useContext, and useReducer.
A Django developer explains how to use the regroup template tag to dynamically organize queryset data for display in course resources.
A guide to automating .NET SDK security updates using global.json and CI/CD tools to ensure consistent, secure builds.
A curated collection of Apache Kafka and ksqlDB talks, including recordings, slides, and code examples for building streaming data pipelines.
Explores alternative forms of feedback like body language, results, and emotions to improve in coding and other areas when direct feedback is unavailable.
A tutorial on dynamically generating unique Open Graph images for blog posts using Eleventy (11ty) and the Cloudinary API.
Summary of key Azure Kubernetes Service (AKS) announcements from Microsoft Ignite 2020, including new features and previews.
A software engineer discusses the need for due process in conference codes of conduct, based on personal experience of being disinvited.
A guide for Managed Service Providers (MSPs) on using Azure Lighthouse to manage multiple customer Azure tenants securely and at scale.
Introduces a new open-source Roslyn analyzer library for .NET that helps developers identify performance issues with System.Collections and LINQ usage.
Explores forbidden UIKit controls in Catalyst's 'Optimize Interface for Mac' mode, detailing workarounds and the new Mac idiom.
A comprehensive guide to the null value in JavaScript, covering its meaning, detection, differences from undefined, and usage pitfalls.