sethjuarez.com

Posts

Technical notes, essays, and experiments from sethjuarez.com.

Machine Learning 3 min read

Fixing Mixed-Content and CORS issues at ML Model inference time with Azure Functions

Resolve mixed-content and CORS errors when calling Azure Functions from web applications. Learn how to configure HTTPS-only access and proper CORS settings, with a bonus explanation of preflight OPTIONS requests.

Machine Learning 5 min read

Troubleshooting an ONNX Model deployment to Azure Functions

Navigate the deployment challenges of ML models to Azure Functions, from Python version mismatches to memory constraints. Discover how to use docker-based local builds with native dependencies to overcome remote build limitations.

Machine Learning 6 min read

Making Use of Unstructured Data with Form Recognizer

Extract structured data from unstructured forms using Azure Form Recognizer with just 5 training examples. Walk through the complete process from service creation to model training and analysis using Postman and Azure Storage.

Machine Learning 7 min read

3 Tips for Debugging Cloud Scale Machine Learning Workloads

Learn to validate ML workloads locally before expensive cloud deployment using Azure ML's docker-based local execution. Covers environment configuration, data mounting, and testing both training and inference pipelines as if they were running in the cloud.

dotnet 4 min read

Talking about Technology

A call to the .NET OSS community to showcase projects through video at BUILD 2016. Outlines the PSEC framework (Problem, Solution, Example, Conclusion) for creating compelling technical presentations that humanize software.

General 2 min read

A New Position

Announcing a new position with Microsoft's Channel 9 team after 4.5 rewarding years at DevExpress. Committed to helping developers succeed with the Microsoft ecosystem through education, interaction, and community engagement.

dotnet 4 min read

A Brief Forage into Functional Thinking

Exploring how thinking of functions as data types can transform your approach to software design. Demonstrates delegates, lambda expressions, and practical applications in matrix operations that lead to more concise, readable code.

General 1 min read

On Misogyny in Tech

A clear statement on misogyny in the tech industry: it is disgusting and should stop.