RossLibby


Fullstack Node/Typescript Maven

From vision to production, I build software that lasts. I thrive on creating scalable systems and impactful user experiences that stand the test of time.

GitHub

rosslibby

GitHub

LinkedIn

in/rosslibby

LinkedIn

Open source contributions

Selected npm packages I've published and maintain


Redis Hub


A minimal connection hub for Redis in Node.js, reusing named clients with centralized config and event tracking.
Started as a Mongo-style singleton, then expanded to handle pub/sub without repeating publisher, subscriber, and client logic.@notross/redis-hub
index.ts

Mongo Singleton


index.ts
A zero-fuss way to share a single MongoDB connection across your codebase.
Created to avoid duplicating database connection code across multiple services in one project - this made setup cleaner and DRYer.@notross/mongo-singleton

React Waveform


A React component for rendering customizable audio waveforms from multiple sources.
Built to solve a gap I hit in a project - I needed multiple synced waveforms for a single audio track, something existing libraries did not support.@notross/react-waveform
index.ts