/uses

The tools, languages, and setup I use daily for development. Inspired by uses.tech.

# Languages & Frameworks

C# / .NET

My primary language for 20+ years. ASP.NET Core, Entity Framework, Blazor, MAUI. The backbone of most enterprise and mobile work.

Rust

Compiler and runtime for BioLang. Also used in Ibid's citation engine. Love the type system and fearless concurrency.

JavaScript / TypeScript

Browser extensions, web apps, and Node tooling. Vanilla JS when possible, TypeScript for anything non-trivial.

Dart / Flutter

Cross-platform mobile apps. Hot reload makes iteration fast. Used for OzBargains and other mobile projects.

HTML / CSS / Tailwind

Utility-first CSS with Tailwind. This site is built with it. For complex layouts, plain CSS Grid and Flexbox.

# Editor & IDE

Visual Studio 2022

Primary IDE for .NET, MAUI, and Blazor projects. ReSharper for refactoring and code analysis.

VS Code

For everything else — JavaScript, Rust, Dart, markdown, config files. Extensions: GitLens, Tailwind IntelliSense, Rust Analyzer.

JetBrains Mono

Editor font of choice. Clean, purpose-built for code, with excellent ligatures.

# DevOps & Cloud

Azure / Azure DevOps

CI/CD pipelines, App Services, Azure Functions, SQL databases. Primary cloud for enterprise work.

GitHub Actions

Open-source CI/CD. This site deploys via GitHub Actions to GitHub Pages.

Docker

Containerized builds and local dev environments. Docker Compose for multi-service setups.

Git

Version control for everything. Conventional commits, feature branching, PRs. CLI over GUIs.

# AI & Productivity

Claude Code

AI pair programming in the terminal. This entire site was built with it. Great for scaffolding, refactoring, and exploring codebases.

GitHub Copilot

Inline completions in VS Code. Especially useful for boilerplate and test generation.

# Browser & Extensions

Firefox / Chrome / Edge

Multi-browser testing for extension development. Firefox DevTools for CSS, Chrome for JS profiling.

My own extensions

I dogfood BioPeek, BioGist, BioKhoj, and Ibid daily. Building tools I actually use.

# This Site

Stack

Tailwind CSS (production build), vanilla JavaScript, static HTML. No frameworks, no bundlers beyond Tailwind CLI. Markdown blog rendered client-side.

Hosting

GitHub Pages with GitHub Actions for deployment. Custom domain via CNAME. Free, fast, version-controlled.

Design

Dark theme default, saffron (#FF9933) accent. JetBrains Mono for headings, Inter for body. Terminal-inspired hero.