Brede Brendemo
brede@brede.dev · brede.dev · Ames, Iowa · linkedin.com/in/brede-brendemo/
Computer science student targeting Summer 2027 software engineering and quantitative developer internships.
Education
- Iowa State UniversityExpected December 2027B.S. Computer ScienceAmes, Iowa
Fall 2026 coursework: Software Development Practices, Computer Architecture, Advanced Programming Techniques, Engineering Statistics
- BI Norwegian Business School2020 – 2023Business administration courseworkOslo, Norway
Projects
- Real-Time Market Data Filter & Alert System2026
Python, asyncio, WebSockets
- Built a streaming pipeline that ingests every new Solana token launch and its bonding-curve trades over WebSockets into an append-only event log, with no filtering at ingest to keep the dataset assumption-free.
- Wrote a strategy miner that replays collected history under a chronological 70/30 train/test split, so candidate trading rules are only accepted if they hold on unseen data.
- Designed threshold-based alerting on live events, separating always-on collection from human-confirmed actions.
- Circle — social coordination platform2025 – 2026
Next.js, TypeScript, Supabase, Expo / React Native
- Built a full-stack social platform for coordinating college nightlife: a Next.js web app and an Expo mobile app sharing one Supabase backend (Postgres, auth).
- Recovered a mobile build with unresolvable dependency conflicts by rebuilding the Expo project cleanly with a minimal, locked dependency set.
- BTC Threshold Probability Dashboard2026
Python, Streamlit, scikit-learn, pandas
- Built an interactive Streamlit dashboard that estimates short-horizon probabilities of Bitcoin crossing price thresholds using a KNN model over recent price-action features.
- Added a backtester comparing model probabilities against Kalshi-implied probabilities to flag historical edges.
- BetterFuture — personal finance app2025
Java, HTML/CSS/JavaScript
- Designed and built a personal finance application end to end with a hand-rolled Java backend and a plain HTML/CSS/JS frontend — HTTP handling, persistence, and separation of concerns without frameworks.
Technical skills
Python · TypeScript · Java · SQL · React / Next.js · Node.js · Tailwind CSS · Expo / React Native · Supabase · pandas · scikit-learn · asyncio & WebSockets · Streamlit · Git · Linux