Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View jarodchristiansen's full-sized avatar

Block or report jarodchristiansen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jarodchristiansen/README.md

Jarod Christiansen

Elegant, accessible user interfaces, and AI-powered product engineering.


What I'm Building

I work at the intersection of modern frontend engineering and AI/ML product systems — an uncommon combination that lets me own a feature from model output to user experience.

  • 🔍  Semantic search & recommendations — vector embeddings, similarity search, ranking systems (Book Rec Engine: 2.1M titles)
  • 📊  Real-time data products — GraphQL/WebSocket pipelines, Redis caching, live financial indicators (hodlWatch)
  • 🤖  AI-integrated applications — OpenAI, NLP pipelines, computer vision, LLM-assisted UX (gymnosis)
  • 🧠  ML from scratch — PyTorch, YOLOv8, LSTM networks, GANs, time series forecasting, NLP classifiers (PythonProjects)

Stack

Frontend: TypeScript · React · Next.js (App Router) · Tailwind CSS · Styled Components
Backend: Node.js · GraphQL/Apollo · PostgreSQL · MongoDB · Redis
ML/AI: Python · PyTorch · scikit-learn · YOLOv8 · LSTM · NLP · Vector Search
Infrastructure: AWS · Vercel · Docker · GitHub Actions · CI/CD
Quality: Jest · Cypress · React Testing Library · WCAG · Core Web Vitals


A Few Things Worth Knowing

I didn't start in tech; I came up through design and SEO, which means I think about products from the user backward, not the stack forward. I've been building with ML/Python in parallel with production frontend work since 2021, which is unusual and occasionally very useful.

The work I care most about sits at the edge of what frontend engineering traditionally owns: search relevance, AI-augmented interfaces, and building elegant, frictionless user experiences.


Selected Projects

Project What It Does Stack
Book Recommendation Engine Semantic book discovery across 2.1M titles using vector embeddings Next.js · TypeScript · Python
hodlWatch Real-time crypto market analysis with financial indicators Next.js · GraphQL · MongoDB · WebSocket
gymnosis AI-powered gym management with OpenAI-generated workout plans Next.js · OpenAI · MongoDB
Cognitive Framing Research NLP system mapping how concepts are represented across media over time Python · NLP · semantic analysis
ML Portfolio Computer vision, NLP classifiers, GANs, time series forecasting, RL trading bots Python · PyTorch · scikit-learn

Let's Talk

I'm currently open to Senior Frontend and Senior Full-Stack roles; particularly at companies where elegant UIs, RAG, or AI-powered product experiences are central, not an afterthought.

📧  [email protected]
🌐  jarod-christiansen.vercel.app
💼  linkedin.com/in/jarod-christiansen

Pinned Loading

  1. BookLook_Recommendation_Frontend BookLook_Recommendation_Frontend Public

    Next.js frontend for BookLook: semantic book discovery across 2.1M+ titles. Search by title or author, get vector-powered recommendations with explainable "why similar" notes. App Router, TypeScrip…

    TypeScript

  2. BookLook_Recommendation_Service BookLook_Recommendation_Service Public

    FastAPI backend for semantic book recommendations over 2.1M Open Library titles. Vector search via Zilliz Cloud (MiniLM-L6-v2 embeddings), three-tier fallback architecture, LLM-free explainability …

    Python

  3. hodlWatch hodlWatch Public

    Real-time crypto market intelligence dashboard; price tracking, WebSocket-powered TradingView integration, and quantitative indicators (Sharpe ratio, Sortino ratio, Fibonacci retracement, Net Reali…

    TypeScript 1

  4. gymnosis gymnosis Public

    AI-assisted gym management platform: trainer-validated workout and meal planning via LLMs, class scheduling, membership tracking, and owner analytics. Next.js, TypeScript, Apollo GraphQL, MongoDB. …

    TypeScript 1

  5. cognitive_framing_research cognitive_framing_research Public

    Scraper/Analysis project on different concepts represented in media over time

    Python