Bulk Load To Azure Table Storage Using Azure Function Scale Out
A technical guide on maximizing bulk insert throughput to Azure Table Storage using parallel Azure Functions and a blob-triggered architecture.
A technical guide on maximizing bulk insert throughput to Azure Table Storage using parallel Azure Functions and a blob-triggered architecture.
Exploring Azure AD B2C's 'Seamless Migration' feature for moving user identities to the cloud with minimal friction.
Critiques the narrow developer view of accessibility as just ARIA/WCAG compliance, arguing for a broader, user-centered design philosophy.
A programming pattern using opaque tokens and the type system to ensure functions requiring root privileges are only called from within a root context.
Announcing the first preview release of BurntToast v1, a major rewrite of the PowerShell module for creating Windows Toast notifications.
A developer explains how to use Lua coroutines to replace confusing callback patterns in asynchronous code for a more synchronous-looking interface.
Guide to enabling the 'Mute Notifications during meetings' feature in Microsoft Teams to reduce distractions.
A tutorial on setting up a CI/CD pipeline for an ASP.NET MVC application using GitHub Actions, including build and release jobs.
EvoJAX is a hardware-accelerated neuroevolution toolkit built on JAX for running parallel evolution experiments on TPUs/GPUs.
A guide to using KQL aggregation functions like count() and dcount() in Microsoft Sentinel/Log Analytics to summarize and analyze security alert data.
A monthly update on TinyPilot, a bootstrapped tech business, covering product delays, revenue stats, and founder time management.
Part 2 of a guide for MSPs on onboarding customers to Azure Lighthouse using ARM templates for delegated management.
Discusses when to create new Azure subscriptions vs. consolidating workloads, focusing on security and management best practices.
A critique of Apple's Safari browser and its impact on web development, focusing on lack of competition on iOS and slow feature adoption.
Explains why using vw/vh units for font sizes creates accessibility and layout issues, and recommends using em, rem, and clamp() instead.
A guide to setting up a Hugo static blog, customizing a theme, and deploying it to GitHub Pages with integrated search and comments.
A guide to using OrgFormation, an open-source Infrastructure as Code tool for automating AWS Organizations and account management.
Explains the MIT software license, its permissive nature, and what it means for developers using or distributing software under it.
A technical guide on connecting to the PassKit API using Ruby, demonstrating authentication and API calls with the `jwt` and `httparty` gems.
A tutorial on using Docker and Docker Compose to create a consistent, multi-language development environment with databases and VSCode integration.