GT
Software Engineer & Builder

GbadamosiTolulope

Building pixel-perfect interfaces backed by production-grade systems.

I ship React 19 dashboards with TypeScript strict mode and Web Workers for main-thread isolation — then wire them to Python/FastAPI backends with ACID-compliant PostgreSQL. From Figma concept to deployed component.

View The Work Resume X Profile LinkedIn
Scroll
Gbadamosi Tolulope - Software Engineer
GT
01 — About

The Engineer Behind The Code

I am a Full-Stack Software Engineer based in Nigeria who builds pixel-perfect, high-performance interfaces backed by production-grade systems. I own features from Figma concept to deployed component — React 19 dashboards with TypeScript strict mode, Web Workers for main-thread isolation, and real-time data visualization. Then I wire them to Python/FastAPI backends with ACID-compliant PostgreSQL. Whether it is a banking ledger UI, a meteorological map with live API sync, or an async engineering control suite, I ship end-to-end.

Core Arsenal
Python
JavaScript
TypeScript
SQL
PostgreSQL
Redis
WSL/Linux
Docker
Next.js
Solana
Rust
02 — Technical Depth

Skills & Proficiency

Technologies I use to build production-grade interfaces and systems, ranked by hands-on experience and depth of implementation.

Frontend & UI

Next.js / React
Advanced
TypeScript
Advanced
Tailwind CSS
Advanced
JavaScript (ES6+)
Expert
HTML5 / CSS3
Expert

Backend & Data

Python / FastAPI
Expert
PostgreSQL / SQL
Expert
Redis / Caching
Advanced
SQLAlchemy / ORM
Advanced
Docker / WSL
Proficient

Security & Crypto

AES-256 / ChaCha20
Advanced
bcrypt / Hashing
Advanced
JWT / Auth Flows
Proficient
Row-Level Locking
Advanced
Idempotency Patterns
Advanced

Blockchain & Emerging

Solana / Web3.js
Proficient
Helius RPC
Proficient
Pinecone Vector DB
Proficient
Ollama / LLMs
Familiar
TEE / Secure Enclaves
Learning

Systems & Performance

Rust
Proficient
SIMD / AVX2 / NEON
Proficient
Cache-Conscious Design
Proficient
Zero-Copy / Zero-Alloc
Proficient
Cargo / Workspace Crates
Familiar
03 — Career Path

Experience & Impact

Self-directed engineering with production systems handling real transactional data, encryption, and automated workflows.

2025 — Present
Full-Stack Software Engineer — Frontend-First
Independent / Self-Directed
Building and deploying production-grade interfaces and systems. Led frontend architecture for SyncOps (React 19/TypeScript dashboard with Web Workers), CENTURION (banking UI with real-time balance visualization), and Auto-Tm NG (interactive Leaflet mapping with live API sync). Backend systems include ACID-compliant PostgreSQL ledgers, client-side encryption modules, and Solana trading infrastructure. All deployed live with Docker on Render and GitHub Pages.
FastAPI PostgreSQL Redis Next.js Solana Docker
2025 — 2026
Foundations & Intensive Learning
Self-Directed Education
Intensive self-study in software engineering fundamentals. Mastered Python, JavaScript, and SQL through hands-on practice. Deep-dive into database internals (transaction isolation levels, WAL, ACID properties), cryptographic primitives (AES-256, ChaCha20, bcrypt), and Linux systems administration. Built foundational knowledge in REST API design, Git workflows, and containerization with Docker before transitioning to full project development in 2026.
Python JavaScript SQL Linux Git Cryptography
04 — Selected Works

Projects That Define Craft

Production-deployed interfaces and systems with live links, source code, and real user-facing experiences.

SyncOps Async Engineering Dashboard
React 19 + TypeScript
01

SyncOps

Async Engineering Control Suite

A frontend architecture suite demonstrating async engineering patterns for distributed development teams. Features a Web Worker performance profiler benchmarking main-thread isolation under high-frequency data streams, a visual QA workbench with Figma overlay alignment for design drift detection, and a cross-border timezone orchestrator mapping global team availability windows. Built with React 19, TypeScript strict mode, and Vite.

React TypeScript Vite Web Workers Tailwind CSS
CENTURION Banking Ledger Interface
Live on Render
02

Project CENTURION

Secure Banking & Scalable Ledger

A high-integrity banking core designed for transactional consistency. Built with ACID compliance using PostgreSQL row-level locking (with_for_update), Redis for high-speed session caching, and FastAPI for type-safe API endpoints. Protected against double-spend via idempotency keys.

Python FastAPI PostgreSQL Redis Docker ACID
Auto-Tm NG GNSS Meteorology Dashboard
Live API Sync
03

Auto-Tm NG

Next-Gen Workflow Automation

An automation engine streamlining repetitive tasks and optimizing system workflows. Features a real-time map interface synced with live meteorological APIs, ZTD (Zenith Total Delay) calculations, and convective moisture monitoring for GNSS-station reference data across Nigeria.

JavaScript REST APIs Leaflet Maps GNSS Live API Sync
VAULT-X2 Encryption Interface
Client-Side Crypto
04

VAULT X2

Advanced Data Encryption

A dedicated security module handling sensitive data storage with modern cryptographic standards. Implements AES-256 and ChaCha20 encryption ensuring data remains protected both at rest and in transit. Features a clean drag-and-drop interface for file encryption/decryption with password-derived keys.

JavaScript AES-256 ChaCha20 bcrypt Client-Side Crypto
Sol-Tee Bot Trading Dashboard
Live on Telegram
05

Sol-Tee Bot

Pump.fun Migration Alert System

A real-time Solana token scanner that monitors Pump.fun bonding curves via WebSocket and sends Telegram alerts when tokens approach Raydium migration. Features on-chain safety filters (whale concentration, dev wallet history, honeypot detection), narrative scoring against trending keywords, and milestone tracking (2x–100x) with live performance stats. Built with async Python, Helius RPC, and SQLite persistence.

Python asyncio WebSocket Helius RPC Telegram API SQLite Solana
blitz — cargo run --release
$ blitz compress data.txt out.blz
input: 1.00 MB
output: 3.98 KB
ratio: 250.74x
throughput: 1.36 GiB/s
algorithm: LZ77 + FSE
simd: AVX2 detected ✓
$ _
Rust + SIMD
06

Blitz Compress

High-Performance Lossless Compression Engine

A from-scratch lossless compression engine in Rust, built to demonstrate deep systems-level thinking and hardware-conscious algorithm design. Features L1-cache-sized hash tables (32KB), single-pointer collision resolution for branch prediction, greedy parsing for ILP, SIMD-accelerated memory copies (AVX2/NEON), and FSE entropy coding. Achieves 250x compression on repetitive data at 1.36 GiB/s throughput — competitive with LZ4 and Zstd on small data due to minimal overhead. 45+ tests, full benchmark suite included.

Rust SIMD AVX2 NEON LZ77 FSE Systems
05 — Writing

Technical Writing

Deep dives into engineering decisions, security patterns, and system architecture.

Coming Soon

Encrypting Data at Rest: AES-256 vs. ChaCha20 for Web Apps

Comparing the industry heavyweight AES-256 with the modern stream cipher ChaCha20. How to salt, hash, and encrypt sensitive data before it hits the database row.

Cryptography AES-256 ChaCha20 Security
Coming Soon

Why I Chose PostgreSQL over MongoDB for Transactional Data

Why banking data naturally fits a relational structure, why schema-less documents are dangerous for finance, and how PostgreSQL joins power complex budget forecasting queries.

PostgreSQL MongoDB Architecture SQL
06 — Open Source

Active Repositories

Pinned projects and contribution highlights from my GitHub profile.

centurion_ledger

ACID-compliant banking core with PostgreSQL row-level locking and Redis caching.

Python Updated recently

vault-x

Client-side file encryption with AES-256 and ChaCha20. Drag-and-drop interface.

JavaScript Updated recently

Auto-Tm-NG

GNSS-meteorology automation suite with live API sync and interactive mapping.

HTML/CSS Updated recently

syncops

Async engineering workstation with Web Workers, visual QA, and timezone orchestration.

TypeScript Updated recently

sol-tee-bot

Real-time Pump.fun migration scanner. WebSocket alerts via Telegram with on-chain safety checks and milestone tracking.

Python Just launched

blitz-compress

From-scratch lossless compression engine in Rust with SIMD acceleration, FSE entropy coding, and competitive benchmarks vs LZ4/Zstd.

Rust Just launched
07 — Get In Touch

Let's Build Something Extraordinary

Currently open for new opportunities and complex challenges. If you have a project that demands precision, let's talk.

Start a Conversation

Whether you need a frontend engineer to build data-heavy dashboards, a full-stack developer to own features end-to-end, or someone who understands both React performance and PostgreSQL locking — I'm interested.

tolulopegbadamosi644@gmail.com
Nigeria (Remote-Capable)
Response within 24 hours
Download Resume