Skip to content
View Hilda-Enyioko's full-sized avatar

Block or report Hilda-Enyioko

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.

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
Hilda-Enyioko/README.md
╔══════════════════════════════════════════════════════════════╗
║                                                              ║
║        Hi, I'm Hilda Enyioko  👋                            ║
║        Software Developer · Backend Engineer                 ║
║        Building systems that actually work in production.    ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝

LinkedIn Email GitHub


$ whoami

class HildaEnyioko:
    def __init__(self):
        self.role         = "Software Developer"
        self.education    = "B.Eng Electronic Engineering @ FUTO (2026)"
        self.location     = "Nigeria 🇳🇬"
        self.focus        = ["Backend Systems", "REST APIs", "Fintech", "IoT"]
        self.currently    = "Final year + Building in public"
        self.community    = "Community Lead @ Interswitch Developer Community, FUTO"

    def stack(self):
        return {
            "languages":   ["Python", "TypeScript", "JavaScript", "SQL"],
            "backend":     ["Django", "Django REST Framework", "JWT Auth", "RBAC"],
            "frontend":    ["React.js", "TailwindCSS", "Remix", "Framer Motion"],
            "tools":       ["Docker", "Postman", "GitHub Actions", "Gunicorn"],
            "platforms":   ["Railway", "Render", "Vercel", "Firebase"],
            "design":      ["REST Architecture", "RBAC", "Schema Design", "API Security"],
        }

$ ls ./skills

Python TypeScript JavaScript SQL Django DRF React TailwindCSS Docker GitHub Actions Firebase Postman


$ cat ./projects

🏥 TheeInsurance Portal

Full-stack insurance platform with decoupled React/TypeScript frontend and DRF backend. JWT auth with custom claim injection · RBAC · OpenAPI docs · Railway + Vercel

Repo

👗 Fashion Inventory & Order API

Production-ready REST API for inventory, orders, and customer management. DRF · JWT with token blacklisting · Object-level permissions · Swagger docs

Repo

🌍 Zada Afrique

E-commerce platform for an Afro-centric fashion brand. React.js · Framer Motion · Firebase Firestore · EmailJS · Mobile-first

Repo

♻️ GreenCart by EcoTribe

Sustainable e-commerce platform connecting businesses to recycle waste. React · Context API cart · Advanced product filters · 🏆 Won Hack4FUTO III

Repo


$ cat ./experience

▸ Interswitch Group       Community Lead, IDC FUTO        Nov 2025 – Present
  └─ 400+ students impacted · 10+ technical workshops · open-source projects

▸ Stanbic IBTC Group      IT Intern, Software Development  Jun 2025 – Nov 2025
  └─ Backend logic · API debugging · Unit testing · Linux deployments

▸ Netwalkers NG           Frontend Developer Intern        Sep 2024 – Oct 2024
  └─ Responsive UIs · jQuery · Client-facing pharmacy interface

$ cat ./github-stats


$ cat ./currently

📚  Finishing B.Eng Electronic Engineering @ FUTO (Aug 2026)
🔧  Deepening: System Design · DSA · Distributed Systems
🌱  Open to: Remote SWE roles · MLH Fellowship · Fintech opportunities  
🎯  Building: Developer community at FUTO through Interswitch IDC
✍️  Writing about: Backend architecture, payment integrations, IoT + Web

"Ship code that solves real problems. Document the hard parts. Build in public."

Pinned Loading

  1. fashion-order-management-api fashion-order-management-api Public

    A backend API built with Django REST Framework for fashion designers and tailors to manage customers, measurements, orders, style images, payments, and delivery timelines.

    Python 1