Skip to content
View Arshavin023's full-sized avatar

Block or report Arshavin023

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

Hi, I'm Uche Nnodim πŸ‘‹

Senior Data & Cloud Engineer Β· PostgreSQL HA Specialist Β· AWS Certified
Building production-grade data infrastructure for healthcare and financial systems


πŸ§‘β€πŸ’» About Me

Data Platform Engineer with 4+ years of experience specializing in PostgreSQL high-availability architecture (Patroni, ETCD, HAProxy), cloud data pipelines, and infrastructure for clinical, financial, and government datasets. Delivered measurable impact across employers i.e., 5x pipeline speedup, 33% cloud cost reduction, 60% faster queries through code refactoring, cloud data migrations, HA set-up, disaster recovery designs and close collaboration with client and cross-functional teams. Currently expanding into modern Postgres ecosystems (TimescaleDB, Supabase) as a PostgreSQL consultant at Stormatics, and backend API development (FastAPI microservices). EDB Postgres AI, AWS Certified Data Engineer and Kubernetes (KCNA) certified.


πŸ› οΈ Tech Stack

Languages

Python SQL Bash Go

Databases & HA

PostgreSQL Patroni pgBackRest HAProxy MySQL MSSQL

Cloud & Infrastructure

AWS Databricks Snowflake GCP

Data Engineering

Apache Spark Airflow Docker Kubernetes GitHub Actions

Backend & Messaging

FastAPI RabbitMQ

Monitoring

Prometheus Grafana


πŸš€ Featured Projects

πŸ• Chop Now

Event-driven microservices ecommerce backend, built to practice production backend patterns alongside infrastructure work.

  • Stack: FastAPI Β· PostgreSQL (database-per-service) Β· RabbitMQ Β· JWT Β· AWS SES Β· Docker
  • Architecture: 8 services communicate via RabbitMQ topic exchanges β€” payment confirmed β†’ shipment auto-created β†’ customer notified to confirm delivery β†’ auto-confirmed after 2hrs if no response. Each service owns its database; no cross-database queries
  • Design: Shared-secret JWT verification across services, public-read/staff-write authorization, decoupled migrations, relational catalog modeling with size-based pricing

Production-grade PostgreSQL high-availability cluster built for clinical data infrastructure.

  • Stack: Patroni Β· ETCD Β· HAProxy Β· pgBackRest Β· AWS NLB (af-south-1)
  • Features: Automatic primary election, read/write splitting, S3-based WAL archiving, PITR disaster recovery
  • Design: 3-node cluster across multiple AZs Β· NLB health checks on HAProxy ports 9000/9001 Β· Zero-downtime failover

High-throughput parallel ingestion pipeline.

  • Cross-cloud schema synchronization with automated DDL generation
  • PII encryption and data validation for clinical datasets
  • CI/CD via GitHub Actions

Automated parallel report generation engine for high-volume stakeholder reporting, reducing processing time from 12 hours β†’ 2.5 hours.


πŸ… Certifications

Certification Issuer Year
EDB Postgres AI High-Availability Essentials (v6) EnterpriseDB August 2026
EDB Postgres AI Database Advanced (v18) EnterpriseDB August 2026
Kubernetes & Cloud Native Associate (KCNA) The Linux Foundation May 2026
AWS Certified Data Engineer Amazon Web Services May 2025

πŸŽ“ Education

  • M.Sc. Software Engineering β€” Quantic School of Business & Technology (August 2026)
  • M.Eng. Chemical Engineering β€” Federal University of Technology, Minna (October 2021)
  • B.Eng. Chemical Engineering β€” Federal University of Technology, Minna (November 2014)

Open to PostgreSQL consulting, data engineering contracts, and remote opportunities.
uchejudennodim@gmail.com Β·

Pinned Loading

  1. parallel_data_ingestion parallel_data_ingestion Public

    Python 1

  2. parallel_report_processing parallel_report_processing Public

    Python 1

  3. patroni-postgres-cluster patroni-postgres-cluster Public

    Shell 1

  4. Microservice_API_architecture Microservice_API_architecture Public

    Python