Skip to content
View Devpaul-01's full-sized avatar

Block or report Devpaul-01

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.

Content in all repositories owned by your account will be closed.
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
Devpaul-01/README.md

Hi, I'm Toluwase 👋

Backend Software Engineer | Node.js · TypeScript · Python

I build systems where correctness matters — financial ledgers, real-time messaging, AI orchestration, and distributed coordination. I care about failure modes, race conditions, and documenting why decisions were made, not just what was built.


🚀 What I'm Working On

FounderSales — AI Sales Coaching Platform

Node.js · TypeScript · Express · PostgreSQL · Redis · BullMQ · 4-Provider AI Fallback

Sales enablement platform for founders selling without a sales team. Real outreach outcomes and AI roleplay practice are scored on the same rubric, feeding the same coaching loop.

Key engineering decisions:

  • 4-provider LLM fallback (Cerebras → Groq → Mistral → OpenRouter) — failures classified by HTTP status, not string matching
  • AI buyer psychology — each practice session has a persona with hidden motivations and live interest/trust/confusion scores
  • Two-layer idempotency for meeting prep — BullMQ jobId dedup + DB-state re-check for cross-trigger races
  • Cost-gated AI actions — prep generation, discovery, and research check if generation is worth the spend first
  • Rolling chat summarization — bounds token growth so long coaching conversations stay cost-effective
  • Namespaced rate limiting — one limiter per route sized to actual AI cost

Kith — Family Financial Coordination Platform

Node.js · TypeScript · Express · PostgreSQL · Redis · BullMQ

Multi-tenant family financial coordination platform with 199 API endpoints and 25–30 core database tables. Built around:

  • Append-only ledger — confirmed contributions are never edited in place
  • Atomic PostgreSQL RPCs — race-sensitive workflows run as single transactions
  • 9-queue BullMQ system — with Postgres-backed outbox for reliable notifications
  • 18 Architecture Decision Records documenting every major engineering trade-off

🔗 Live Demo


StudyHub — Real-Time Learning Platform

Python · Flask · PostgreSQL · Redis · WebSockets · Multi-Provider AI

Real-time academic collaboration platform with:

  • Redis-backed distributed coordination — presence, rate limiting, scheduled-job state
  • Distributed lock that fails closed — prevents duplicate cron executions across workers
  • 6-provider AI fallback layer — with Redis-backed health state and failure classification
  • 8-worker ThreadPoolExecutor — isolates slow AI calls from blocking real-time messaging

🛠️ Technologies I Work With

Category Technologies
Languages TypeScript, JavaScript, Python
Backend Node.js, Express.js, Flask, REST API Design
Databases & Distributed Systems PostgreSQL, Redis, BullMQ, asynchronous job processing, distributed coordination
Real-Time WebSockets, Socket.IO, Server-Sent Events
Security JWT, OAuth, refresh-token rotation, CSRF protection, rate limiting, RBAC, multi-tenant authorization
AI Systems Multi-provider LLM orchestration, streaming, provider failover, error classification
Testing Jest, Pytest, CI
Infrastructure & Services Docker, Git, GitHub, Supabase, AWS, Vercel, Firebase, Sentry

📫 How to Reach Me


Currently open to internship / entry-level backend engineering roles.

Pinned Loading

  1. Kith Kith Public

    A multi-tenant family financial coordination platform for tracking shared money, recurring contribution pools, disputes, and tasks. Built around an append-only ledger where confirmed entries are ne…

    JavaScript

  2. Foundersales Foundersales Public

    AI-native sales operating system built with Node.js, PostgreSQL, Redis, BullMQ, and a resilient multi-provider LLM architecture — featuring persistent AI memory, prospect intelligence, sales simula…

    JavaScript 1 1

  3. StudyHub StudyHub Public

    Real-time learning platform with Redis-backed distributed coordination, multi-provider AI failover, and a distributed lock that fails closed. Built with Flask, PostgreSQL, WebSockets, and a 6-provi…

    Python