Preparing a New Talk
A Developer Advocate details the five-day process of creating a new tech conference talk, from procrastination to final preparation.
A Developer Advocate details the five-day process of creating a new tech conference talk, from procrastination to final preparation.
A software developer details the process of renovating a basement storage room into a functional home office and personal workspace.
A blog post analyzing Cohesity's approach to secondary storage, distinguishing it from traditional backup storage and exploring its use cases.
Explores whether C# qualifies as a low-level language by porting a C++ raytracer to C# and analyzing performance, value types, and systems programming.
A technical analysis of bus punctuality using Auckland Transport API data, with R code for data processing and visualization.
A guide to using PowerShell to automate batch transcription of audio files with the Azure Speech Service REST API.
A talk exploring the microservices architecture and design decisions behind building the JetBrains Rider .NET IDE, including its reactive protocol.
Explains why pow() is slower than ** in Python using the dis module and introduces the concept of constant folding.
Troubleshooting guide for resolving a silent error when launching ASP.NET Core applications in IIS Express during development.
An overview of typescript-play, an enhanced open-source version of the official TypeScript Playground with more features and options.
A guide on configuring selective backup jobs in Veeam Backup for Microsoft Office 365 during a migration, focusing on Exchange Online and OneDrive.
A serverless service that monitors the AWS Solutions catalog and sends alerts via SNS when new solutions are added.
Explains the relationship between scopes and claims in IdentityServer for OpenID Connect and OAuth 2.0, covering identity and API scope design.
A guide to disciplined Git workflows, covering commit message best practices, atomic commits, and tools for productive version control.
Author discusses limitations of static blog posts for serverless performance reviews and proposes an automated, regularly updated website solution.
A developer details migrating a personal blog archive tweet automation script from a home server to Azure Functions, exploring serverless PowerShell.
A developer's detailed walkthrough of configuring Azure DevOps to build a Docker image and push it to a private Docker Hub repository.
Compares the Julia do-block and Python with statement, explaining their different purposes in resource management and function passing.
A guide to using Skaffold for local Kubernetes development, covering installation, configuration, and its key features for streamlining the build-deploy cycle.
Explains the differences between Azure Stack's Kubernetes Cluster template and Azure Kubernetes Service (AKS), detailing its deployment and management.