Skip to content
View iangregson's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report iangregson

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
iangregson/README.md

Hi there 👋

I'm a Staff Engineer at Qatalog where I work on the backend with the Engine 🚂 squad building out AI search capabilties.

Before that, I was a Senior Engineer / Manager at Bigtincan where I worked on Scorecards - a data analytics product - and Genie AI, a platform for helping their products deploy AI / LLM technologies.

I was previously an early engineer at Rekener, a Charlestown startup, where we built the Scorecards product.

Away from computers, I love to play music 🎸 cook 👨‍🍳 and paddleboard. And most of all build Lego with my son, Dylan.

I also enjoy reading 📖 and listening to audiobooks. Please share suggestions 🙂

My resume 📋 is at bit.ly/iangregson-resume.

Pinned

  1. upradio upradio Public

    UpRadio is a web application that allows you to broadcast or listen to live audio streams across the internet. The audio is streamed peer-to-peer using WebRTC (with big thanks to PeerJS).

    TypeScript 10

  2. spider-go spider-go Public

    A simple web crawler in Go

    Go

  3. advent-of-code advent-of-code Public

    All the stars

    Python

  4. distributed-db distributed-db Public

    A distributed key-value store. My implementation of pingcap/talent-plan

    Rust

  5. monkey-go monkey-go Public

    Building an interpreter and compiler by following Thorsten Ball's books

    Go

  6. lox lox Public

    Bob Nystrom's Crafting Interpreters

    Java