Cognitive Science

Confidence Scanner

A collaboration with the Cognitive and Neural Dynamics Lab at UC San Diego on how scientific certainty changes as findings move away from primary sources.

The project combined scraping, NLP, and analysis across thousands of scientific articles, press releases, and downstream coverage.

Cloud

DevOps for Azure API Management

Automation for API Management so Azure Functions and APIs can fit more naturally into a real delivery workflow.

Started from frustration with highly manual management flows and turned into a GitHub Action aimed at making changes reproducible.

Data + AI

Feature-Relevant Data Reduction

A research project on lossy compression for scientific computing, focused on preserving the features that actually matter.

This work explored whether large simulations could shrink dramatically without losing the signal researchers care about, and was presented at SuperComputing 2018.

Cloud

React + OAuth2

A sample React application that implements the OAuth2 PKCE flow with Azure Active Directory from scratch.

Useful as a reference implementation for understanding the protocol itself rather than hiding it behind a library.