Skip to content
View go-ujjwal's full-sized avatar
🍵
🍵

Highlights

  • Pro

Block or report go-ujjwal

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
go-ujjwal/README.md

Ujjwal Goel

C, POSIX, embedded

Software engineer at Gestalt Diagnostics, building PathFlow, a digital pathology platform. Pathologists use it to review whole-slide images and manage cases, which means the software has to be boring in the best way: reliable, HIPAA-aligned, and tested.

I started in systems programming (C, POSIX, embedded) and drifted toward the browser somewhere along the way. These days I work across the stack, but I keep gravitating to the plumbing: monorepos, CI/CD, Docker, and anything that makes a team ship faster.

Outside work I'm slowly making my way through Designing Data-Intensive Applications.

Website LinkedIn Email Followers

TypeScript React Node.js NestJS PostgreSQL Docker Python C

GitHub stats

Projects

  • shell — a Unix shell in C: pipes, redirection, background jobs, signal handling
  • map-reduce — a parallel map-reduce engine in C, built on thread-safe bounded queues over shared memory
  • red-black-tree — red-black tree and binary min-heap (grad algorithms class)
  • Euler — Project Euler, Python and C
  • advent-of-code — Advent of Code, Python
  • tarang — website for the music club at IIIT Guwahati

Pinned Loading

  1. tarang tarang Public archive

    Static website for the Music club of @iiitg

    Pug

  2. CEAT CEAT Public

    Implementation of CEAT in Python: A Cluster based Energy Aware Scheduler for Real-Time Heterogeneous Systems as described in this paper: https://ieeexplore.ieee.org/abstract/document/9283084 Also i…

    Python