Gin API
DB Primary (PG)
Worker: Python
Full Stack Software Engineer

Adetunji Samuel

Architecting Scalable Systems. Engineering Fluid Interfaces.

Featured Architecture

Systems built for scale.

01

BYOC PaaS Platform

FastAPIPythonNext.jsDocker

A Bring-Your-Own-Cloud deployment platform enabling users to orchestrate and provision custom virtual private servers. Engineered a high-performance, thread-safe REST API that resolves concurrent SSL socket collisions through isolated database client dependency injection.

View Deployment
BYOC PaaS Platform
High-Concurrency Architecture
02

Branded URL Engine

Next.jsSupabaseLemon Squeezy

Built a robust shortening service allowing users to generate and manage branded links with custom domains. Implemented secure authentication flows and seamless payment webhook processing for subscription tiers.

View Deployment
Branded URL Engine
End-to-End SaaS
03

AI Translation Matrix

Full-StackAI IntegrationsVercel

An AI-based translation application focused on low-latency processing and fluid state management to handle dynamic, real-time linguistic transitions.

View Deployment
AI Translation Matrix
Real-Time Processing

Professional Experience

Engineering Impact.

April 2026 - PresentDelaware, US

Fullstack Engineer

Buildon Inc.
  • Architected RESTful APIs with Python (FastAPI/Django) and PostgreSQL, optimizing queries to cut server response time by 60%.
  • Integrated high-performance Golang API endpoints into the frontend, drastically reducing latency for a highly responsive UX.
  • Overhauled obsolete legacy source code of a production application, boosting usability and reducing runtime by 50%.
  • Co-architected backend infrastructure, ensuring scalable data flow and robustness alongside the engineering team.
July 2024 - October 2024India

Software Engineer Intern

Technophlix
  • Refactored Python (FastAPI) services and optimized PostgreSQL queries, achieving a 20% reduction in API response latency.
  • Developed state-driven web applications using React.js and Tailwind CSS, improving user engagement by 30%.
  • Implemented RESTful APIs using Node.js and Express to guarantee seamless frontend-backend data orchestration.
  • Deployed applications ensuring 99.9% uptime across AWS (S3, EC2) and Vercel environments.

The Engine Room

Architectural Arsenal.

A comprehensive suite of tools selected for performance, scalability, and developer ergonomics.

Backend & APIs

High-performance, thread-safe server architectures.

PythonPython
GolangGolang
FastAPIFastAPI
Node.jsNode.js
NestJSNestJS
Express.jsExpress.js
PythonPython
GolangGolang
FastAPIFastAPI
Node.jsNode.js
NestJSNestJS
Express.jsExpress.js

Data & Orchestration

Scalable pipelines and database management.

PostgreSQLPostgreSQL
MongoDBMongoDB
AirflowAirflow
dbtdbt
PrismaPrisma
TypeORMTypeORM
PostgreSQLPostgreSQL
MongoDBMongoDB
AirflowAirflow
dbtdbt
PrismaPrisma
TypeORMTypeORM

Frontend & State

Fluid, real-time user interfaces.

Next.jsNext.js
React 19React 19
TypeScriptTypeScript
Tailwind v4Tailwind v4
FramerFramer
Next.jsNext.js
React 19React 19
TypeScriptTypeScript
Tailwind v4Tailwind v4
FramerFramer

DevOps & Cloud

Automated deployment and cloud provisioning.

DockerDocker
GitHub ActionsGitHub Actions
CI/CDCI/CD
SupabaseSupabase
GitGit
DockerDocker
GitHub ActionsGitHub Actions
CI/CDCI/CD
SupabaseSupabase
GitGit

Engineering Field Notes

Architecture Labs.

Deep dives into complex system design challenges, architectural decision records (ADRs), and optimized code structures.

system_architecture.md
FastAPIPostgreSQLThreading
The Problem

High-throughput APIs often face race conditions and SSL socket collisions when multiple async threads attempt to use a shared database client.

The Architecture Solution

Implemented isolated database client dependency injection at the request level, ensuring each thread maintains a dedicated, thread-safe connection pool.

Implementation Logic
def get_db_session():
  # Isolated connection pool per request
  db = SessionLocal()
  try:
    yield db
  finally:
    db.close()
Available for new opportunities

Let's build something great.

Whether you have a complex architectural problem to solve, a full-stack role, or just want to connect, my inbox is always open.

Direct Emailsamueladetunji000@gmail.com
Local Time (Lagos)Loading...